binance_symbols
List and filter available Binance trading symbols for OHLCV data fetching. Supports spot and USDT perpetual futures with filters for asset, status, and contract type.
Instructions
List/validate symbols available on the Binance public API for OHLCV fetching. Filters: query (substring of the symbol), quote_asset (e.g. 'USDT'), base_asset (e.g. 'BTC'), status (e.g. 'TRADING'), contract_type (futures only, e.g. 'PERPETUAL'). Results are cached 5 min in process. Free.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market | Yes | 'spot' or 'usdt_perp'. | |
| query | No | Case-insensitive substring of the symbol. | |
| quote_asset | No | Filter by quote asset (e.g. 'USDT'). | |
| base_asset | No | Filter by base asset (e.g. 'BTC'). | |
| status | No | Filter by status. 'TRADING' returns active only. | |
| contract_type | No | Futures only. 'PERPETUAL' for usdt_perp swaps. | |
| limit | No | Max symbols to return. Default 200. |