Get a List of Transactions

Get a List of transactions, starting with the lastest one. Each call returns an array of the entire list.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
💡

Compute Unit Value: 5 (paginated)


🚧

Truncation Info

For responses that have big numbers (such as in transfer amounts from blockchain transactions), truncation might be applied from Javascript’s native JSON parser.

To avoid this behavior, we recommend using a library such as json-bigint or lossless-json

Supported Protocols & Networks

Protocol Network Path Parameter
Algorand Mainnet algorand/mainnet
Avalanche Mainnet-c avalanche/mainnet-c
Testnet-c avalanche/testnet-c
Bitcoin Mainnet bitcoin/mainnet
Testnet bitcoin/testnet
Testnet4 bitcoin/testnet4
Bitcoincash Mainnet bitcoincash/mainnet
Testnet bitcoincash/testnet
Dogecoin Mainnet dogecoin/mainnet
Testnet dogecoin/testnet
Litecoin Mainnet litecoin/mainnet
Testnet litecoin/testnet
Optimism Mainnet optimism/mainnet
Polkadot Mainnet polkadot/mainnet
Westend polkadot/westend
Stellar Mainnet stellar/mainnet
Testnet stellar/testnet
XRP Mainnet xrp/mainnet
Testnet xrp/testnet


❗️

Note:

The order param is not supported for Algorand.

Path Params
string
required
Defaults to bitcoin

Protocol handle, one of: algorand, avalanche, bitcoin, bitcoincash, dogecoin, litecoin, optimism, polkadot, stellar tezos, xrp.

string
required
Defaults to mainnet

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

Query Params
string

Filter by block hash. You can specify only one block hash at a time.

integer

Filter by block number.

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.

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
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json