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