{ "opencollection": "1.0.0", "info": { "name": "Fireblocks Blockchains and Assets Approval Requests Trading (Beta) API", "version": "1.8.0" }, "items": [ { "info": { "name": "Trading (Beta)", "type": "folder" }, "items": [ { "info": { "name": "Get providers", "type": "http" }, "http": { "method": "GET", "url": "https://api.fireblocks.io/v1/trading/providers", "params": [ { "name": "pageSize", "value": "", "type": "query", "description": "Page size for pagination." }, { "name": "pageCursor", "value": "", "type": "query", "description": "Page cursor for pagination." } ] }, "docs": "Retrieve a list of all available external providers supporting trading activities through the platform.\n\n**Note:** These endpoints are currently in beta and might be subject to changes. If you want to participate and learn more about the Fireblocks Trading, please contact your Fireblocks Customer Success Manager or send an email to CSM@fireblocks.com.\n\n**Endpoint Permission:** Owner, Admin, Non-Signing Admin, Signer, Approver, Editor, Viewer.\n" }, { "info": { "name": "Create a quote", "type": "http" }, "http": { "method": "POST", "url": "https://api.fireblocks.io/v1/trading/quotes", "headers": [ { "name": "Idempotency-Key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Generate a time-limited quote for asset conversion, providing exchange rate and amount calculations.\n\n**Note:** These endpoints are currently in beta and might be subject to changes. If you want to participate and learn more about the Fireblocks Trading, please contact your Fireblocks Customer Success Manager or send an email to CSM@fireblocks.com.\n\n**Endpoint Permissions:** Owner, Admin, Non-Signing Admin, Signer, Editor.\n" }, { "info": { "name": "Get orders", "type": "http" }, "http": { "method": "GET", "url": "https://api.fireblocks.io/v1/trading/orders", "params": [ { "name": "pageSize", "value": "", "type": "query", "description": "pageSize for pagination." }, { "name": "pageCursor", "value": "", "type": "query" }, { "name": "order", "value": "", "type": "query", "description": "ASC / DESC ordering (default DESC)" }, { "name": "accountId", "value": "", "type": "query", "description": "Filter by accountId." }, { "name": "providerId", "value": "", "type": "query", "description": "Filter by providerId." }, { "name": "statuses", "value": "", "type": "query", "description": "Filter by order status." }, { "name": "startTime", "value": "", "type": "query" }, { "name": "endTime", "value": "", "type": "query" }, { "name": "assetConversionType", "value": "", "type": "query" } ] }, "docs": "Retrieve a paginated list of orders with optional filtering by account, provider, status, and time range.\n\n**Note:** These endpoints are currently in beta and might be subject to changes. If you want to participate and learn more about the Fireblocks Trading, please contact your Fireblocks Customer Success Manager or send an email to CSM@fireblocks.com.\n\n**Endpoint Permissions:** Owner, Admin, Non-Signing Admin, Signer, Approver, Editor, Viewer.\n" }, { "info": { "name": "Create an order", "type": "http" }, "http": { "method": "POST", "url": "https://api.fireblocks.io/v1/trading/orders", "headers": [ { "name": "Idempotency-Key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create an order to buy or sell an asset. If no source is given, an external source will be use.\n\n**Note:** These endpoints are currently in beta and might be subject to changes. If you want to participate and learn more about the Fireblocks Trading, please contact your Fireblocks Customer Success Manager or send an email to CSM@fireblocks.com.\n\n**Endpoint Permissions:** Owner, Admin, Non-Signing Admin, Signer, Editor.\n" }, { "info": { "name": "Get order details", "type": "http" }, "http": { "method": "GET", "url": "https://api.fireblocks.io/v1/trading/orders/:orderId", "params": [ { "name": "orderId", "value": "", "type": "path", "description": "The ID of the order to fetch." } ] }, "docs": "Retrieve detailed information about a specific order by its ID.\n\n**Note:** These endpoints are currently in beta and might be subject to changes. If you want to participate and learn more about the Fireblocks Trading, please contact your Fireblocks Customer Success Manager or send an email to CSM@fireblocks.com.\n\n**Endpoint Permissions:** Owner, Admin, Non-Signing Admin, Signer, Approver, Editor, Viewer.\n" } ] } ], "bundled": true }