Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PUT \ --url https://api.{your-broker}.slate-labs.com/risk/exposure/limits/{symbol} \ --header 'Content-Type: application/json' \ --data ' { "warning_usd": 499999999999.5, "critical_usd": 499999999999.5, "is_active": true } '
{ "id": 123, "symbol": "<string>", "warning_usd": 123, "critical_usd": 123, "is_active": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
0 < x <= 999999999999
Successful Response