Retrieve a single provider by ID.
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.
The unique identifier of the provider.
1Single provider details.
Provider integrated via Fireblocks connected accounts (accountBased is true).
Unique identifier for the provider
Display name of the provider
Indicates whether the provider access model is through accounts or directly
The manifest of the provider, describing its supported order, quote, and rate requirements.
{
"order": {
"supported": true,
"executionTypes": ["MARKET", "QUOTE"],
"settlementTypes": ["DVP"]
},
"quote": {
"supported": true,
"settlementTypes": ["DVP"]
},
"rate": { "supported": true },
"participantsIdentificationPolicy": {
"supportedEndpoints": ["ORDER", "QUOTE"],
"defaultSchema": "{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"required\":[\"originator\",\"beneficiary\"],\"properties\":{\"originator\":{\"type\":\"object\",\"required\":[\"entityType\"],\"oneOf\":[{\"properties\":{\"entityType\":{\"const\":\"INDIVIDUAL\"},\"fullName\":{\"type\":\"object\",\"required\":[\"firstName\",\"lastName\"],\"properties\":{\"firstName\":{\"type\":\"string\"},\"lastName\":{\"type\":\"string\"}}},\"email\":{\"type\":\"string\",\"format\":\"email\"}},\"required\":[\"entityType\",\"fullName\",\"email\"]},{\"properties\":{\"entityType\":{\"const\":\"BUSINESS\"},\"businessName\":{\"type\":\"string\"},\"email\":{\"type\":\"string\",\"format\":\"email\"}},\"required\":[\"entityType\",\"businessName\",\"email\"]}]},\"beneficiary\":{\"type\":\"object\",\"required\":[\"entityType\"],\"oneOf\":[{\"properties\":{\"entityType\":{\"const\":\"INDIVIDUAL\"},\"fullName\":{\"type\":\"object\",\"required\":[\"firstName\",\"lastName\"],\"properties\":{\"firstName\":{\"type\":\"string\"},\"lastName\":{\"type\":\"string\"}}}},\"required\":[\"entityType\",\"fullName\"]},{\"properties\":{\"entityType\":{\"const\":\"BUSINESS\"},\"businessName\":{\"type\":\"string\"}},\"required\":[\"entityType\",\"businessName\"]}]}}}"
}
}Whether the provider is currently connected.
URL to the logo image of the provider