Get a List of Transactions for a Given Address

Returns the transactions that an address was involved with, from newest to oldest.

Path Params
string
required
Defaults to bitcoin

The protocol handle, one of: algorand, avalanche, bitcoin, bitcoincash, dogecoin, ethereum, litecoin, optimism, polkadot, polygon, solana, tezos, stellar, xrp.

string
required
Defaults to mainnet

Which network to target. Available networks can be found in the list of supported protocols or with /{protocol}.

string
required
Defaults to 1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa

The account address of the protocol.

Query Params
string

Comma-separated list of asset paths to filter. If the list is empty or all elements are empty, this filter has no effect. Filtering by asset is applicable only for:

  • Balances endpoints: algorand, avalanche, bitcoincash, ethereum, litecoin, optimism, polygon, polkadot, solana
  • Transactions endpoints: algorand, avalanche, ethereum

Find all the asset paths on this page.

integer

Unix Timestamp from where to start. The date range is exclusive (results include transactions starting 1 second after this timestamp).

integer

Unix Timestamp from where to end. The date range is exclusive (results include transactions up to 1 second before this timestamp).

string
enum
Defaults to desc

The pagination order.

Allowed:
string

The token to retrieve more items in the next request. Use the next_page_token returned from the previous response for this parameter.

integer

Max number of items to return in a response. Defaults to 25 and is capped at 100.

Responses

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