v1
latestOpenAPI 3.1.02026-07-243035381.4 MBGet transaction history (UTXO)
/v4/data/blockchains/transaction/history/utxos
20 credits per API call
Get transaction history by address for UTXO chains (Bitcoin, Litecoin, Dogecoin, Cardano) with pagination and optional block range and tx type filter.
Cardano (ADA): Only address, pageSize, and offset are supported. Filters blockFrom, blockTo, and txType are not available for Cardano.
Query parameters
Chains supported for GET blockchains/transaction/history/utxos (Bitcoin, Litecoin, Dogecoin, Cardano).
Blockchain to query (Bitcoin, Litecoin, Dogecoin, or Cardano mainnet/testnet).
Address to get transaction history for.
Number of items per page (1-50).
Offset for pagination (0-based).
Optional block height to start from (inclusive). Not supported for Cardano.
Optional block height to end at (inclusive); must be >= blockFrom if set. Not supported for Cardano.
Filter by transaction direction (incoming/outgoing). Not supported for Cardano.
Response
OK
Example response
[
{
"blockNumber": 937056,
"block": "00000000000000000000bdbfedb6b9e3e521fa404007a84dfc4e681a6a6e927d",
"fee": 726,
"hash": "7912175f3f46da95075248a147efdd00cf86d1a018e1609800e22187e65ccd92",
"index": 1586,
"inputs": [
{
"sequence": 4294967295
}
],
"size": 223,
"time": 1771321646,
"version": 2,
"vsize": 142,
"weight": 565
}
]