{ "opencollection": "1.0.0", "info": { "name": "StoneX Clearing Accounts API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "List Accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.clearing.stonex.com/accounts", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number." }, { "name": "page_size", "value": "", "type": "query", "description": "Results per page." } ] }, "docs": "Retrieve a list of clearing accounts accessible to the authenticated client." }, { "info": { "name": "Get Account", "type": "http" }, "http": { "method": "GET", "url": "https://api.clearing.stonex.com/accounts/:accountId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "Unique account identifier." } ] }, "docs": "Retrieve details of a specific clearing account." }, { "info": { "name": "Get Account Positions", "type": "http" }, "http": { "method": "GET", "url": "https://api.clearing.stonex.com/accounts/:accountId/positions", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "Account identifier." } ] }, "docs": "Retrieve current positions for a clearing account." }, { "info": { "name": "Get Account Balances", "type": "http" }, "http": { "method": "GET", "url": "https://api.clearing.stonex.com/accounts/:accountId/balances", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "Account identifier." } ] }, "docs": "Retrieve cash, margin, and P&L balances for a clearing account." } ] } ], "bundled": true }