getSpreadInstrumentsInfo
Retrieve spread instrument specifications, including tick size, order quantity limits, and component leg details. Use to validate trading constraints before placing spread orders.
Instructions
Query instrument specifications for spread combination trading pairs, including contract type, trading status, price tick size, order quantity limits, and component leg instrument details.
Use this endpoint when you need to:
Discover available spread symbols and their trading constraints before placing orders
Validate price precision (
tickSize) and quantity limits (minSize,maxSize) for order constructionRetrieve the component leg instruments (
legs) that make up a spread combination
Returns a paginated list of spread instruments. Use nextPageCursor from the response
to retrieve subsequent pages by passing it into the cursor parameter.
Do not use this endpoint for real-time price data — use getSpreadTickers instead.
Notes:
Response may have latency during periods of high market volatility
Supports cursor-based pagination
No authentication required
Agent hint: Use this endpoint to discover available spread symbols and their trading constraints.
Call this before constructing orders to retrieve tickSize, minSize, and maxSize.
Do not use this for real-time prices — use getSpreadTickers for current price and 24h stats.
For pagination, pass the nextPageCursor value from the previous response into the cursor parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | ||
| baseCoin | No | ||
| limit | No | ||
| cursor | No |