Response (get address)
api/v3
Response (get address) 200 OK, application/json
200 OK, application/json
Parameter | Type | Description |
balance | string | The balance of the account queried by address. |
nonce | number | The nonce of the account queried by address. |
address | string | The address value used to query. |
pendings | array | A list of pending transactions awaiting confirmation. |
Response Error Table
Status | Error | Message |
400 |
| Error: Address must be 20 bytes long |
Response (Success)
Last updated