{ "opencollection": "1.0.0", "info": { "name": "Fireblocks Blockchains and Assets Approval Requests Off Exchange API", "version": "1.8.0" }, "items": [ { "info": { "name": "Off Exchange", "type": "folder" }, "items": [ { "info": { "name": "Add Collateral", "type": "http" }, "http": { "method": "POST", "url": "https://api.fireblocks.io/v1/off_exchange/add", "headers": [ { "name": "Idempotency-Key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add collateral and create deposit request.\nLearn more about Fireblocks Off Exchange in the following [guide](https://developers.fireblocks.com/docs/off-exchange).\n
Endpoint Permission: Admin, Non-Signing Admin, Signer, Approver, Editor." }, { "info": { "name": "Remove Collateral", "type": "http" }, "http": { "method": "POST", "url": "https://api.fireblocks.io/v1/off_exchange/remove", "headers": [ { "name": "Idempotency-Key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Remove collateral and create withdraw request.\n
Endpoint Permission: Admin, Non-Signing Admin, Signer, Approver, Editor." }, { "info": { "name": "Create Settlement for a Trader", "type": "http" }, "http": { "method": "POST", "url": "https://api.fireblocks.io/v1/off_exchange/settlements/trader", "headers": [ { "name": "Idempotency-Key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create settlement for a trader.\nLearn more about Fireblocks Off Exchange in the following [guide](https://developers.fireblocks.com/docs/off-exchange).\n
Endpoint Permission: Admin, Non-Signing Admin, Signer, Approver, Editor." }, { "info": { "name": "Get Settlements Transactions", "type": "http" }, "http": { "method": "GET", "url": "https://api.fireblocks.io/v1/off_exchange/settlements/transactions", "params": [ { "name": "mainExchangeAccountId", "value": "", "type": "query" } ] }, "docs": "Get settlements transactions from exchange.\n
Endpoint Permission: Admin, Non-Signing Admin, Signer, Approver, Editor." }, { "info": { "name": "Find a specific collateral exchange account", "type": "http" }, "http": { "method": "GET", "url": "https://api.fireblocks.io/v1/off_exchange/collateral_accounts/:mainExchangeAccountId", "params": [ { "name": "mainExchangeAccountId", "value": "", "type": "path", "description": "The id of the main exchange account for which the requested collateral account is associated with" } ] }, "docs": "Returns a collateral account by mainExchangeAccountId.\n
Endpoint Permission: Admin, Non-Signing Admin, Signer, Approver, Editor." } ] } ], "bundled": true }