Retrieve the current balance of an address.
Attribute | Type | Description |
currency |
| The currency unit of the balance |
address |
| A string representing how much balance in the currency unit (e.g., |
Attribute | Type | Description |
includeUnspentOutputs |
| Optional. Unspent transaction outputs of the address. Available only for BTC addresses and if |
HTTP Status | Return Object |
200 | ​Balance​ |
Attribute | Type | Description |
Balance |
| A string representing how much balance in the currency unit (e.g., |
Currency |
| The currency unit of the balance |
UnspentOutputs |
| Unspent transaction outputs of the address. Available only for BTC addresses and if |
Attribute | Type | Description |
Amount |
| Bitcoin amount in the output index. |
TxHash |
| Hash of the transaction that contains the output. |
Index |
| Index of the output. |
Confirmations |
| The number of confirmations for the transaction |
HTTP Status | Error Code | Description |
400 |
| Invalid address format. |
400 |
| Invalid URL parameters |
500 |
| Server error. |
503 |
| Service unavailable for the specified currency |