koios_asset_history
Get mint and burn history for a specific Cardano asset using its policy ID and asset name. View on-chain creation and destruction events.
Instructions
Get mint/burn history of a specific asset
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 | |
| _asset_name | No | Asset name (hex, empty for assets without a name) | |
| _asset_policy | Yes | Asset policy ID (hex) |