get_symbol_info
Retrieve trading rules for a Binance symbol to check status, base and quote assets, precisions, tick size, lot step size, and minimum notional. Use it to validate order parameters before trading.
Instructions
Trading rules for one symbol: status, base and quote assets, precisions, tick size, lot step size and minimum notional.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Trading pair, base asset first, no separator. Case-insensitive; BTC/USDT and btc-usdt both normalise to BTCUSDT. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rules | Yes | Order constraints, as published. Strings, so the values stay exact. | |
| status | Yes | TRADING, HALT, BREAK, or another exchange status. | |
| symbol | Yes | ||
| base_asset | Yes | ||
| order_types | Yes | ||
| permissions | Yes | ||
| quote_asset | Yes | ||
| filter_types | Yes | Every filter Binance publishes for this symbol, including ones not parsed. | |
| base_asset_precision | Yes | ||
| quote_asset_precision | Yes | ||
| is_spot_trading_allowed | Yes | ||
| is_margin_trading_allowed | Yes |