koios_tx_cbor
Fetch raw CBOR-encoded transactions by providing transaction hashes. Retrieve on-chain transaction data from the Koios Cardano blockchain API.
Instructions
Get raw CBOR-encoded transactions by their hashes
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 | |
| _tx_hashes | Yes | Array of transaction hashes |