Getting a list of transactions
api/v1
To retrieve a list of transactions sent to and received from the wallet. Providing the nonce
parameter will retrieve a list of transactions after the nonce
value.
Path Parameters
Parameter | Type | Required | Description |
| string | Yes | A Hycon wallet address |
| string | No | The transaction number sent from the Hycon address |
Response - 200 OK, application/json
Parameter | Type | Description |
| list | A list of transactions with: |
Response Error Table
Status | Error | Message |
400 |
| nonce value is too big |
400 |
| invalid address |
404 |
| the resource cannot be found / currently unavailable |
GET/api/v1/wallet/{address}/txs/{nonce}
Example request
Response (Success)
Last updated