get https://svc.blockdaemon.com/universal/{version}///account//txs
Returns the transactions that an address was involved with, from newest to oldest.
Compute Unit Value:5
(paginated)
Note:
- The
order
param is not supported for Algorand and Solana.- The date filters
to
andfrom
are not supported for Solana, Stellar and XRP.
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 |
Holesky | ethereum/holesky |
|
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 |
|
Tezos | Mainnet | tezos/mainnet |
Stellar | Mainnet | stellar/mainnet |
Testnet | stellar/testnet |
|
XRP | Mainnet | xrp/mainnet |
Truncation InfoFor 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
orlossless-json