GET
/
api
/
v4
/
realms
/
{id}
/
web3
/
nft
curl --request GET \
  --url https://api.drip.re/api/v4/realms/{id}/web3/nft \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "contractAddress": "<string>",
  "tokenId": 123
}'
{
  "balance": 123
}

Authorizations

Authorization
string
header
required

API Key

Path Parameters

id
string
required

Body

application/json
contractAddress
string
required
tokenId
integer
required

Response

200 - application/json
Successfully retrieved NFT balance
balance
integer