Relation Graph API
Relation ProtocolRelation ONE APIRelation Graph API
English
English
  • Overview
    • Relation Graph
  • QUICK START
    • Quick Start
    • Rate Limits
    • Use Lit Protocol to Decrypt
  • API
    • Relation One Profile
    • NFT List
    • SBT List
    • User Tag
    • Relationship Graph
    • Multi-dimensional Recommendation
    • Secure Cross-Platform Identity Linking
    • Mutual Friend
    • Mutual Contract Interaction
    • Unified Identity Verification
Powered by GitBook
On this page
  1. API

Mutual Contract Interaction

GET /api/v1/mutualContractInteraction

  • Through this API, you can verify or query the list of smart contract addresses that have been mutually interacted with between two or more accounts or addresses.

  • Header

Field
Type
Required
Remarks

ApiKey

String

true

  • Request Parameters

Field
Type
Required
Remarks

address

List

true

EOA Address

  • Request Example

curl  GET 'https://api.relationlabs.ai/api/v1/mutualContractInteraction?address=0x9bd286ef4e3d9ec1af6c6ae9da2f0b3617deab13,0x1ac286ef4e3d9ec1af6c6ae9da2f0b3617deab22' \
--header 'ApiKey: <ApiKey>'
  • Response Parameters

Field
Type
Remarks

code

String

Return code

desc

String

Return message

data

List

Data

  • Response Body

{
  "code": "0",
  "desc": "success",
  "data": [
    "0x1111",
    "0x2222",
    "0x3333"
  ]
}
  • Return Code

code
desc
Remarks

0

success

the flag for a successful request

PreviousMutual FriendNextUnified Identity Verification

Last updated 1 year ago

obtained from the administrator

ApiKey