Get 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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
enum
required

Blockchain to query (Bitcoin, Litecoin, Dogecoin, or Cardano mainnet/testnet).

string
required

Address to get transaction history for.

integer
required
1 to 50

Number of items per page (1-50).

integer
≥ 0

Offset for pagination (0-based).

integer
≥ 0

Optional block height to start from (inclusive). Not supported for Cardano.

integer
≥ 0

Optional block height to end at (inclusive); must be >= blockFrom if set. Not supported for Cardano.

string
enum

Filter by transaction direction (incoming/outgoing). Not supported for Cardano.

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json