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

Language
Authorization
URL
Click Try It! to start a request and see the response here!