cURL
curl --request GET \ --url https://api.example.com/exchange/api/v1/exchange_info
{ "value": { "settlementsInfo": [ { "type": "<string>", "durationValue": "<string>", "durationUnit": "<string>" } ], "assets": [ "<string>" ], "symbols": [ { "symbol": "<string>", "tickSize": "<string>", "maxOrderNotional": "<string>", "maxTakerPriceDeviation": "<string>", "minOrderSize": "<string>", "kind": "SingleNamePerpetual" } ] }, "success": true, "timestamp": 123 }
Get global exchange configuration
Exchange info data
Successful response for the Exchange Info API
The value of the response.
Show child attributes
Whether the request was successful
The timestamp of the response
1673031089