Symbols
Rate limits
1200 requests/min or 20 requests/sec per IP address. (weight = 2)
Request
Request Parameters
product_ids
number[]
No
An array of product ids. Only available for POST and WS requests.
product_type
string
No
Type of products to return, must be: “spot"
"perp”.
Response
Response fields
Symbols
All numerical values are returned as strings and scaled by 1e18.
type
Product type, “spot” or “perp”
product_id
Product id
symbol
Product symbol
price_increment_x18
Price increment, a.k.a tick size
size_increment
Size increment, in base units
min_size
Minimum order size, in base units
min_depth_x18
Minimum depth to qualify for the bro.trade Maker Program
max_spread_rate_x18
Maximum spread rate to qualify for the bro.trade Maker Program, given as decimal rate
long_weight_initial_x18
Long initial margin weight, given as decimal
long_weight_maintenance_x18
Long maintenance margin weight, given as decimal
Last updated