assets_slug_markets
Retrieve market details for any cryptocurrency asset using its unique slug identifier. Supports pagination with limit and offset parameters.
Instructions
Retrieve markets for a specific asset
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The slug of the asset | |
| limit | No | Number of results to return (default is 100) | |
| offset | No | Number of results to skip (default is 0) |