Ingestion API
POST /interfa/v2/auth/token
POST /interfa/v2/auth/tokenQuery parameters
Param
Type
Required?
Description
Response fields
Param
Type
Description
curl -X POST 'https://exdapps.uxlink.io/interfa/v2/auth/token' \
-H 'Authorization: <Basic Auth>' \
-H 'Content-Type: application/json' \
-d '{
"dappid": "DAPPID",
"code": "CODE",
"state": "STATE",
"grantType": "authorization_code",
"redirectUrl": "https://dapp.uxlink.io/airdrop2049"
}'POST /interfa/v2/user/info
POST /interfa/v2/user/infoQuery parameters
Param
Type
Required?
Description
Response fields
Param
Type
Description
POST /interfa/v2/user/relation/list
POST /interfa/v2/user/relation/listQuery parameters
Param
Type
Required?
Description
Response fields
Param
Type
Description
POST /interfa/v2/user/wallet/list
POST /interfa/v2/user/wallet/listQuery parameters
Param
Type
Required?
Description
Response fields
Param
Type
Description
Last updated