API Reference

Get xpub V2

Returns balances and transactions of an xpub or output descriptor, applicable only for Bitcoin-type coins.

Blockbook supports BIP44, BIP49, BIP84 and BIP86 (Taproot) derivation schemes, using either xpubs or output descriptors (see https://github.com/bitcoin/bitcoin/blob/master/doc/descriptors.md)

Note: usedTokens always returns total number of used addresses of xpub.

Detailed documentation found here: https://github.com/trezor/blockbook/blob/master/docs/api.md#get-xpub

Log in to see full request history
Path Params
string
required

Blockchain name

string
required

xpub or output descriptor, applicable only for Bitcoin-type coins

Query Params
integer

specifies page of returned transactions, starting from 1. If out of range, Blockbook returns the closest possible page.

integer

number of transactions returned by call (default and maximum 1000)

integer

filter of the returned transactions from block height to block height (default no filter)

integer

filter of the returned transactions from block height to block height (default no filter)

string
Defaults to txids

specifies level of details returned by request

string
Defaults to nonzero

specifies what tokens (xpub addresses) are returned by the request (default nonzero)

string

specifies secondary (fiat) currency in which the token and total balances are returned in addition to crypto values

Response

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json