For Fireblocks’ recommended embedded wallet solution, see Dynamic Embedded Wallets. The documentation below covers the legacy Embedded Wallet APIs and SDKs.
Structure
The Fireblocks workspace can include an unlimited number of embedded wallets and an unlimited number of wallet accounts inside each embedded wallet. Each wallet account can hold as many asset wallets as you need. However, you can only have one type of wallet asset per wallet account.
Secret key management and wallet derivation

m/purpose/coinType/account/change/index, where:
- m is the master private key
- purpose is the derivation standard (BIP-44 in our example)
- coinType is the unique identifier of an asset (0 for BTC, 60 for ETH, etc.)
- account is the vault account ID
- change is always 0
- index is the address index (always 0 except for UTXO-based assets)
m/44/0/accountId/0/0.