{ "opencollection": "1.0.0", "info": { "name": "Robinhood Crypto Trading Account Holdings API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Holdings", "type": "folder" }, "items": [ { "info": { "name": "Get holdings", "type": "http" }, "http": { "method": "GET", "url": "https://trading.robinhood.com/api/v1/crypto/trading/holdings/", "params": [ { "name": "asset_code", "value": "", "type": "query", "description": "Filter to specific asset codes, e.g. BTC. Repeat to request multiple." }, { "name": "limit", "value": "", "type": "query" }, { "name": "cursor", "value": "", "type": "query" } ] }, "docs": "Returns the authenticated user's cryptocurrency holdings." } ] } ], "bundled": true }