GetAddressBalance
GET/btc/:network/addresses/:address/balance
Get balance of an address.
Responses
- 200
- 400
- 401
successful operation
- application/json
- Example
{
"statusCode": 0,
"data": {
"address": "tb1ppvndcdvhjelakr420r9zqfwecke5utl5ug8p7czg0vq8rwd7a4rs4qhmlz",
"chain_stats": {
"funded_txo_count": 3,
"funded_txo_sum": 9457147,
"spent_txo_count": 1,
"spent_txo_sum": 270329,
"tx_count": 3
},
"mempool_stats": {
"funded_txo_count": 0,
"funded_txo_sum": 0,
"spent_txo_count": 0,
"spent_txo_sum": 0,
"tx_count": 0
}
}
}
Bad Request
Unauthorized
Loading...