Retrieve a list of all available external providers supporting trading activities through the platform.
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.
Endpoint Permission: Owner, Admin, Non-Signing Admin, Signer, Approver, Editor, Viewer.
For detailed information about error codes and troubleshooting, please refer to our API Error Codes documentation.
Documentation Index
Fetch the complete documentation index at: https://fireblocks-43c4b3ee-chore-add-cli.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Page size for pagination.
1 <= x <= 100Page cursor for pagination.
Providers response
List of available providers
Provider integrated via Fireblocks connected accounts (accountBased is true).
{
"id": "BRIDGE",
"name": "Bridge",
"logo": "https://example.com/logos/bridge.png",
"accountBased": true,
"manifest": {
"order": {
"supported": true,
"executionTypes": ["MARKET"],
"settlementTypes": ["DVP"]
},
"quote": { "supported": false },
"rate": { "supported": true }
},
"connected": true,
"accounts": [
{
"id": "acc_5e9a2d1c4b7f3e8a",
"name": "Main Trading Account"
}
]
}
Total number of providers matching the query.
A cursor for the next page of results, if available.