Blockdaemon REST API - Get a List of Transactions

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 Compute Unit Value


Truncation Info Skip link to 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: Skip link to Note:

The order param is not supported for Algorand.

Protocol Parameters

Find all the asset paths on this page.

Response Codes

Updated

about 2 months ago

Shell Example

Base URL

https://svc.blockdaemon.com/universal/v1/{protocol}/{network}/txs
curl --request GET \
     --url 'https://svc.blockdaemon.com/universal/v1/bitcoin/mainnet/txs?order=desc' \
     --header 'X-API-Key: ••••' \
     --header 'accept: application/json'

Response Codes

200 401 403 429 500 ``503`

Updated

about 2 months ago