BlockonomicsAPI Reference
Search
GET/balanceAuth required

Get confirmed and unconfirmed balance

Returns confirmed and unconfirmed balance for one or more Bitcoin addresses or xpubs. All values are in satoshis.

Requires Bearer token authentication. Include Authorization: Bearer YOUR_API_KEY in the request header.

Query Parameters

addrstringrequired

Whitespace-separated list of Bitcoin addresses and/or xpubs. A + or %20 may also be used as a separator.

Responses

responsearray[]View balance object
addrquery · stringrequired

Whitespace-separated list of Bitcoin addresses and/or xpubs. A `+` or `%20` may also be used as a separator.

Response will appear here