Get Instruments
Get all instruments.
get/v1/info/instruments
Query parameters
instrument_idinteger
Instrument ID
instrument_type'perpetual'
Instrument type
category'equity' | 'commodity' | 'index' | 'crypto'
Instrument category
Response
Instruments response.
Example response
[
{
"symbol": "NVDA-USDC",
"base_asset": "NVDA",
"quote_asset": "USDC",
"funding_interval": "1h",
"quantity_decimals": 2,
"price_decimals": 2,
"price_bounds": "0.05",
"liquidation_fee": "0.025",
"max_order_count": 200,
"min_notional": "1.00",
"max_market_notional": "1000000.00",
"max_limit_notional": "10000000.00",
"max_leverage": 20,
"risk_tiers": [
{
"lower_bound": "0",
"max_leverage": 20
}
]
}
]