Getting details of an address
api/v1
Path Parameters
Parameter | Type | Required | Description |
| string | Yes | A Hycon wallet address |
Response - 200 OK, application/json
Parameter | Type | Description |
| string | A Hycon wallet address |
| string | The amount of Hycon in the address |
| list | A list of transactions sent to or received from by the address |
| list | A list of pending transactions awaiting confirmation |
| list | A list of mined blocks by the address |
| string | The amount of Hycon pending in the address |
Response Error Table
Status | Error | Message |
400 |
| Error: {address error} |
GET/api/v1/address/{address}
Example request
Response (Success)
Last updated