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

NameTypeDescription

realmID*

String

Request Body

NameTypeDescription

contractAddress*

tokenId*

Integer


Authorization

All these endpoints require the Authorization header to be set like this:

{
    "Authorization": "Bearer <YourAPIKey>"
}

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