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/groups/{group_id}
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "currency": "<string>", "default_leverage": 123, "margin_call_level": 123, "stopout_level": 123, "commission_type": "<string>", "commission_value": 123, "swap_free": true, "is_islamic": true, "max_exposure": 123, "net_max_exposure": true, "is_default": true, "is_active": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "swap_enabled": true, "swap_multiplier": 1, "swap_free_days": 0, "max_open_positions": 200 }
Successful Response