curl --request GET \
--url https://api.orderly.org/v1/public/config
{
"success": true,
"timestamp": 1702989203989,
"data": {
"available_futures_leverage": "1,2,3,4,5,10,15,20"
}
}
Limit: 10 requests per 1 second per IP address
GET v1/public/config
curl --request GET \
--url https://api.orderly.org/v1/public/config
{
"success": true,
"timestamp": 1702989203989,
"data": {
"available_futures_leverage": "1,2,3,4,5,10,15,20"
}
}
OK
The response is of type object
.