Get Project Token Balance by Symbol and Address
This service returns balance information for specified project token and address.
Get Project Token Balance by Symbol and Address
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{
// Response
}{
// Response
}{
// Response
}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
Last updated