NFT Data
Remove / Add Points from your users or transfer points from one user to another.
Get an NFT's balance and other data
GET
https://api.badbears.io/api/v4/realms/{realmID}/web3/nft
Path Parameters
Name | Type | Description |
---|---|---|
realmID* | String |
Request Body
Name | Type | Description |
---|---|---|
contractAddress* | ||
tokenId* | Integer |
Authorization
All these endpoints require the Authorization header to be set like this:
Each API key is linked to a specific Realm.
Trying to access other Realms will result in an error code 403: Forbidden.
Entering an incorrect or non-existing API Key will result in an error code 401: Unauthorized
Last updated