Get address V2

Returns balances and transactions of an address. The returned transactions are sorted by block height, newest blocks first.

The details query parameter can specify the level of details returned by the request (default: "txids").
Possible values are:

basic: return only xpub balances, without any derived addresses and transactions

tokens: basic + tokens (addresses) derived from the xpub, subject to tokens parameter

tokenBalances: basic + tokens (addresses) derived from the xpub with balances, subject to tokens parameter

txids: tokenBalances + list of txids, subject to from, to filter and paging

txs: tokenBalances + list of transaction with details, subject to from, to filter and paging

Path Params
string
required

Blockchain name

string
required

Wallet address

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
enum
Defaults to txids

specifies level of details returned by request

Allowed:
string

return only transactions which affect specified contract (applicable only to coins which support contracts)

string

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

Response

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