{ "opencollection": "1.0.0", "info": { "name": "Bullish Trading Trading Accounts API", "version": "1.0.0" }, "items": [ { "info": { "name": "trading-accounts", "type": "folder" }, "items": [ { "info": { "name": "Get All Trading Accounts Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.exchange.bullish.com/trading-api/v1/accounts/trading-accounts", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Gets details for all trading accounts accessible by the API key used in the request. It requires [bearer token](/rest/authentication#add-authenticated-request-header) in authorization header. The trading account's id will be used in all other REST API\n\n**Ratelimited:** `True`\n" }, { "info": { "name": "Get Trading Account Details by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.exchange.bullish.com/trading-api/v1/accounts/trading-accounts/:tradingAccountId", "params": [ { "name": "tradingAccountId", "value": "", "type": "path", "description": "Id of the trading account" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Gets details for specific trading account by `tradingAccountId` and API key used in the request. It requires [bearer token](/rest/authentication#add-authenticated-request-header) in authorization header.\n\n**Ratelimited:** `True`\n" } ] } ], "bundled": true }