Get Balance by Address
This service returns balance informations for specified address.
Get Balance by Address
GET
{{server-url}}/balances/:address
It returns list of Nft balance objects
Path Parameters
Name | Type | Description |
---|---|---|
address* | String | Represents wallet address |
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