koios_credential_txs
Get transaction hashes for specific Cardano payment credentials. Use credential hashes to query, with options to filter by block height, paginate, and order results.
Instructions
Get transaction hashes for given payment credentials
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 | |
| _after_block_height | No | Only return txs after this block height | |
| _payment_credentials | Yes | Array of payment credential hashes |