v1

latestOpenAPI 3.0.0MIT2026-07-17124105392.5 KB
Cardano » Addresses

Address txs

Transactions on the address.

get/addresses/{address}/txs

Path parameters

addressstring required

Bech32 address.

Query parameters

countinteger

The number of transactions per page.

pageinteger

The page number for listing the results.

order'asc' | 'desc'

The ordering of items from the point of view of the blockchain, not the page listing itself. By default, we return oldest first, newest last.

Response

Return the address content

string[] required

Example response

[
  "2dd15e0ef6e6a17841cb9541c27724072ce4d4b79b91e58432fbaa32d9572531",
  "1a0570af966fb355a7160e4f82d5a80b8681b7955f5d44bec0dde628516157f0"
]