{ "opencollection": "1.0.0", "info": { "name": "Totalis RFQ API Keys Vault API", "version": "2.1.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Vault", "type": "folder" }, "items": [ { "info": { "name": "Get user vault state and active positions", "type": "http" }, "http": { "method": "GET", "url": "https://api.totalis.trade/v1/vault", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns the user's vault balance and active positions. Returns data: null\n(200 OK) if the user has no vault yet (vault is created on first trade).\n" } ] } ], "bundled": true }