{ "opencollection": "1.0.0", "info": { "name": "Tristero Assets Wallets API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Wallets", "type": "folder" }, "items": [ { "info": { "name": "Get margin position", "type": "http" }, "http": { "method": "GET", "url": "https://api.tristero.com/v2/wallets/margin-positions/:position_id", "params": [ { "name": "position_id", "value": "", "type": "path", "description": "Position ID" } ] }, "docs": "Get details of a specific margin position by ID." }, { "info": { "name": "List margin positions", "type": "http" }, "http": { "method": "GET", "url": "https://api.tristero.com/v2/wallets/:wallet/margin-positions", "params": [ { "name": "wallet", "value": "", "type": "path", "description": "Wallet address (checksum)" } ] }, "docs": "Get all margin positions for a wallet address." } ] } ], "bundled": true }