Getting the balance
api/v1
Path Parameter
Parameter | Type | Required | Description |
| string | Yes | A Hycon wallet address |
Response - 200 OK, application/json
Parameter | Type | Description |
| string | The balance in HYC of the address |
Response Error Table
Status | Error | Message |
400 |
| invalid address |
404 |
| the resource cannot be found / currently unavailable |
GET/api/v1/wallet/{address}/balance
Example request
Response (Success)
Last updated