koios_asset_summary
Retrieve a Cardano asset summary with total transactions, wallets, and mint/burn counts using policy ID and optional asset name.
Instructions
Get a summary of a specific asset (total transactions, wallets, mints/burns)
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) | |
| _asset_policy | Yes | Asset policy ID (hex) |