0Bit Documentation
GET
/v1/pools/balance

[Illustrative scaffold - not the live 0Bit API contract. See the 0Pools / 0Gate references.] Returns the partner-scoped available balance for the pool (0Pools).

Authorization

bearerAuth
AuthorizationBearer <token>

Use your secret key, e.g. sk_live_xxx.

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/pools/balance"
{  "currency": "USD",  "available": "184320.55"}
{  "error": {    "code": "unauthorized",    "message": "Invalid API key."  }}