All Chains integration
VIP3 provides an API to get the holder and VIP level info:
API introduction
Hosthttps://dappapi.vip3.io/
Interface
GET /api/v1/sbt/info
Request Parameter
Name
Type
Required
Desc
addr
string
yes
User address for query
Response
Name
Type
Required
Desc
code
int
yes
0 for success
msg
string
yes
success or other error msgs
data
json
yes
Vip level,0 for address is not a holder of the sbt
Response Example
Last updated