Blockdaemon REST API - Get a List of Transactions for an Address

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

Compute Unit Value: 5 (paginated) Skip link to [object Object],: ,[object Object], (paginated)


Note:

Supported Protocols & Networks

Protocol Network Path Parameter
Algorand Mainnet algorand/mainnet
Avalanche Mainnet-c avalanche/mainnet-c
Testnet-c testnet/mainnet-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
Ethereum Mainnet ethereum/mainnet
Sepolia ethereum/sepolia
Litecoin Mainnet litecoin/mainnet
Testnet litecoin/testnet
Optimism Mainnet optimism/mainnet
Polkadot Mainnet polkadot/mainnet
Westend polkadot/westend
Polygon Mainnet polygon/mainnet
Solana Mainnet solana/mainnet
Testnet solana/testnet
Devnet solana/devnet
Stellar Mainnet stellar/mainnet
Testnet stellar/testnet
XRP Mainnet xrp/mainnet
Testnet xrp/testnet

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

Protocol

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

Network

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

Address

string
required
Defaults to 1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa
The account address of the protocol.

Assets

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:

Find all the asset paths on this page.

From

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

To

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

Order

string
enum
Defaults to desc
The pagination order.
Allowed: desc, asc

Page Token

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

Page Size

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