koios_address_txs
Retrieve transaction hashes for specific Cardano addresses. Filter by block height, paginate, and select columns to analyze on-chain activity.
Instructions
Get transaction hashes for given addresses
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results per page (1-1000) | |
| order | No | Column ordering | |
| offset | No | Pagination offset | |
| select | No | Comma-separated column names for vertical filtering | |
| _addresses | Yes | Array of Cardano addresses | |
| _after_block_height | No | Only return txs after this block height |