Get Address
GET
/{apiKey}/api/v2/address/{address}
Returns balances and transactions for the given address. Transactions are sorted newest-first by block height.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
stringrequired
Coin-specific address string.
Query Parameters
integeroptionaldefaults to
1Page of returned transactions, starting from 1.
integeroptionaldefaults to
1000Number of transactions returned per page (max 1000).
integeroptional
Filter transactions starting from this block height.
integeroptional
Filter transactions up to this block height.
enumoptionaldefaults to
txidsLevel of detail to return.
Defaults to "txids".
Allowed values:
stringoptional
Secondary (fiat) currency code for balance conversion, e.g. usd or eur.
Responses
200
Address details, balances, and transactions.
400
Malformed request.
404
Resource not found on the requested network.
Was this page helpful?