assets
Retrieve a list of cryptocurrency assets with optional search by slug or symbol, filter by IDs, and pagination.
Instructions
Retrieve a list of assets
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | search by asset slug (bitcoin) or symbol (BTC) | |
| ids | No | Comma-separated list of asset ids (e.g. bitcoin,ethereum) | |
| limit | No | Number of results to return (default is 100) | |
| offset | No | Number of results to skip (default is 0) |