Get Balance by Nft Item and Address
This service returns balance informations for specified address and Nft item.
Get Balance by Nft Item and Address
GET
{{server-url}}/balances/:address/nft-items/:nftItemId
It returns Nft balance object
Path Parameters
Name
Type
Description
address*
String
Represents wallet address
nftItemId*
Number
Represents Nft item's identifier
Headers
Name
Type
Description
Authorization*
String
UUID formatted access token
PROJECT-ID*
String
UUID formatted projectId information
Example Response Body
Response Fields
Key
Type
Description
projectId
String
Represents UUID formatted project identifier
nftItem
Object
Represents Nft item informations
address
String
Represents user's wallet address
onChainBalance
Number
Represents user's balance on the blockchain
offChainBalance
Number
Represents user's balance on the project session (off-chain)
totalBalance
Number
Represents sum of onChainBalance and offChainBalance
Last updated