{ "opencollection": "1.0.0", "info": { "name": "Fireblocks Blockchains and Assets Approval Requests Fiat Accounts API", "version": "1.8.0" }, "items": [ { "info": { "name": "Fiat Accounts", "type": "folder" }, "items": [ { "info": { "name": "List fiat accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.fireblocks.io/v1/fiat_accounts" }, "docs": "Returns all fiat accounts.\n
Endpoint Permission: Admin, Non-Signing Admin." }, { "info": { "name": "Find a specific fiat account", "type": "http" }, "http": { "method": "GET", "url": "https://api.fireblocks.io/v1/fiat_accounts/:accountId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The ID of the fiat account to return" } ] }, "docs": "Returns a fiat account by ID.\n
Endpoint Permission: Admin, Non-Signing Admin." }, { "info": { "name": "Redeem funds to DDA", "type": "http" }, "http": { "method": "POST", "url": "https://api.fireblocks.io/v1/fiat_accounts/:accountId/redeem_to_linked_dda", "headers": [ { "name": "Idempotency-Key", "value": "" } ], "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The ID of the fiat account to use" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Redeems funds to the linked DDA.\nLearn more about Fireblocks FIAT Connectivity in the following [guide](https://developers.fireblocks.com/docs/connect-to-exchanges-and-fiat-providers).\n
Endpoint Permission: Admin, Non-Signing Admin." }, { "info": { "name": "Deposit funds from DDA", "type": "http" }, "http": { "method": "POST", "url": "https://api.fireblocks.io/v1/fiat_accounts/:accountId/deposit_from_linked_dda", "headers": [ { "name": "Idempotency-Key", "value": "" } ], "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The ID of the fiat account to use" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deposits funds from the linked DDA.\nLearn more about Fireblocks FIAT Connectivity in the following [guide](https://developers.fireblocks.com/docs/connect-to-exchanges-and-fiat-providers).\n
Endpoint Permission: Admin, Non-Signing Admin." } ] } ], "bundled": true }