check_trading_eligibility
Retrieve trading eligibility rules for instruments, including leverage, sizing limits, and stop-loss/take-profit bounds, to ensure valid order parameters before placing a trade.
Instructions
Per-instrument trading rules: leverage, sizing mode, SL/TP bounds.
Provide instrument_ids and/or symbols (at least one, at most 100 combined). For each instrument returns the minimum position exposure (USD), max units per order, whether opening/closing/partial closes/ market-if-touched orders/trailing stop-loss are allowed, whether units are whole or fractional, whether sizing must be by units, by amount, or either, and per settlement type and direction the valid leverage values, minimum position amount (USD), and stop-loss/take-profit percentage bounds. Call before create_order to pick valid parameters. Rate limit: dedicated 20 requests/60s quota.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbols | No | Ticker symbols to check, e.g. AAPL. | |
| instrument_ids | No | Instrument ids to check. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||