Get Project Token Balance by Symbol
This service returns balance information for specified project token.
Get Project Token Balance by Symbol
GET
{{server-url}}/project-tokens/:symbol/balances
It returns project token balance object
Path Parameters
Name | Type | Description |
---|---|---|
symbol* | Number | Represents project token's symbol |
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 |
---|---|---|
address | String | Represents wallet address |
balance | Number | Represents balance on the blockchain |
projectToken | Object | Represents project token informations |
Last updated