GetScripthashBalance
GET/btc/:network/scripthash/:scripthash/balance
Get balance of a scripthash.
Responses
- 200
- 400
- 401
Successful operation
- application/json
- Example
{
"statusCode": 0,
"data": {
"scripthash": "e2c73edb0e1ad7d8b792e3d7f19c736f0c50f46dfd9b1f0b1f0b1f0b1f0b1f0b",
"balance": 12488215
}
}
Bad Request
Unauthorized
Loading...