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.
Want to know more about the Provider Network and commercial prerequisites?
Visit our Help Center article about the Provider Network to learn more.See the Fireblocks Provider Connectivity API v2 documentation on GitHub to learn how to connect your service to Fireblocks.Registering as a service provider
Note on the supported testing scope
As a best practice, we recommend that your onboarding should cover only up to three stages: Dev → Staging → Production. Additional testing setups for supporting multiple internal environments are not supported by default and require explicit approval.- Display name (e.g., “My Exchange” or “My Exchange Sandbox”)
- Icon (a 32x32 .svg file)
-
Step-by-step guide for generating an API key for your platform
- A public link to your knowledge base is preferred. A shareable document or PDF is also acceptable.
- Base URL for your API endpoints (e.g., “https://my-service.com/fireblocks”)
- Will your service provide a sandbox environment?
- For Off-Exchange capabilities, please provide your CSR file.
- User credentials for testing
-
Which signing method will your server use for all requests? Please choose one of the supported options by specifying the pre-encoding function, signing algorithm, and post-encoding function during the server onboarding process.
-
Pre-encoding options:
URL encodedBase64HexStrBase58Base32
-
Signing algorithms & possible hash functions:
HMAC (SHA512, SHA3_256, or SHA256)RSA PKCS1v15 (SHA512, SHA3_256, or SHA256)ECDSA prime256v1/secp256k1 (SHA256 only)
-
Post-encoding options: (URL encoding not supported)
Base64HexStrBase58Base32
-
Pre-encoding options:
- Validation tool results