koios_asset_info
Retrieve asset information from the Cardano blockchain by providing policy ID and asset name pairs. Supports extended data and pagination for large result sets.
Instructions
Get detailed information about specific assets
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 | |
| _extended | No | Include extended asset data | |
| _asset_list | Yes | Array of [policy_id, asset_name_hex] pairs |