markets
Get a list of cryptocurrency markets filtered by exchange, asset pair, and paginated with limit and offset.
Instructions
Retrieve a list of markets
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exchangeId | No | Filter by exchange ID | |
| baseSymbol | No | Filter by base asset symbol | |
| baseId | No | Filter by base asset ID | |
| quoteSymbol | No | Filter by quote asset symbol | |
| quoteId | No | Filter by quote asset ID | |
| assetSymbol | No | Filter by asset symbol (matches base or quote) | |
| assetId | No | Filter by asset ID (matches base or quote) | |
| limit | No | Number of results to return (default is 100) | |
| offset | No | Number of results to skip (default is 0) |