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 GET \ --url https://api.{your-broker}.slate-labs.com/risk/exposure/live/{symbol}
{ "symbol": "<string>", "long_volume": 123, "short_volume": 123, "net_volume": 123, "long_usd": 123, "short_usd": 123, "net_usd": 123, "gross_usd": 123, "account_count": 123, "updated_at": 123 }
Successful Response