cURL
curl --request GET \ --url https://gateway.architect.exchange/api/risk-snapshot \ --header 'Authorization: Bearer <token>'
{ "risk_snapshot": { "balance_usd": "<string>", "equity": "<string>", "initial_margin_available": "<string>", "initial_margin_required_for_open_orders": "<string>", "initial_margin_required_for_positions": "<string>", "initial_margin_required_total": "<string>", "maintenance_margin_available": "<string>", "maintenance_margin_required": "<string>", "per_symbol": {}, "timestamp_ns": "2023-11-07T05:31:56Z", "unrealized_pnl": "<string>", "user_id": "<string>" } }
Documentation IndexFetch the complete documentation index at: https://docs.architect.exchange/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.architect.exchange/llms.txt
Use this file to discover all available pages before exploring further.
User session token
Risk snapshot
Show child attributes