koios_account_txs
Get transaction history for a Cardano stake account to track activity and analyze on-chain behavior.
Instructions
Get transaction history for a specific stake account
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 | |
| _stake_address | Yes | Stake address in bech32 format | |
| _after_block_height | No | Only return txs after this block height |