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
GET
{{server-url}}/project-tokens/:symbol/balances/:address
It returns project token balance object
Path Parameters
Name | Type | Description |
---|---|---|
address* | String | Represents wallet address |
symbol* | String | 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