QAF NFT
Search
K
Comment on page

Get Project Token Balance by Symbol and Address

This service returns balance information for specified project token and address.
get
{{server-url}}
/project-tokens/:symbol/balances/:address
Get Project Token Balance by Symbol and Address

Example Response Body

{
"data": {
"address": "0x",
"balance": 13,
"projectToken": {
"id": 597,
"icon": "https://ethereum.org/static/6b935ac0e6194247347855dc3d328e83/6ed5f/eth-diamond-black.webp",
"symbol": "ETH",
"name": "Ethereum",
"decimal": 18,
"address": "0x0000000000000000000000000000000000000000",
"artifactName": "ethereum",
"networkId": 4
}
},
"message": null,
"code": 0,
"error": false
}

Response Fields

Key
Type
Description
address
String
Represents wallet address
balance
Number
Represents balance on the blockchain
projectToken
Object
Represents project token informations