Relation Graph API
Relation ProtocolRelation ONE APIRelation Graph API
中文
中文
  • 概述
    • Relation Graph
  • 开发指引
    • 快速开始
    • 鉴权与限流
    • 如何使用 Lit Protocol 解密
  • API
    • Relation One 用户 Profile
    • 查询用户持有的NFT
    • 查询用户持有的SBT
    • 用户标签
    • 关系图谱
    • 多维推荐
    • 跨平台身份链接
    • 共同好友
    • 共同交互合约
    • 同一身份验证
Powered by GitBook
On this page
  1. 开发指引

鉴权与限流

  1. ApiKey

    接口均需要在请求的header里需要传ApiKey:

      ApiKey: <ApiKey>   
  2. Rate Limits

    • GET 请求 50次/s

    • POST 请求 20次/s

Previous快速开始Next如何使用 Lit Protocol 解密

Last updated 1 year ago