Get Balance by Nft Item
This service returns balance informations for specified Nft item.
Get Balance by Nft Item
GET
{{server-url}}/balances/nft-items/:nftItemId
It returns Nft balance object
Path Parameters
Name | Type | Description |
---|---|---|
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