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.
Structuring The Raw Signing request for Vaults
In your vaults, you can sign RAW messages via the Create Transaction API endpoint for a natively supported or unsupported asset.- To sign RAW messages for a natively supported asset, you need to use
assetIdand source account id under the payload. For your reference, please use the following code:
- To sign RAW messages for an unsupported asset, you need to use
derivationPathandalgorithmunder the payload. For your reference, please use the following code:
Structuring The Raw Signing request for Embedded Wallets
In your embedded wallets, you can sign RAW messages via the Create Transaction API endpoint for a natively supported or unsupported asset.- To sign RAW messages for a natively supported asset, you need to use
assetIdand source account id under the payload. For your reference, please use the following code:
- To sign RAW messages for an unsupported asset, you need to use
derivationPathandalgorithmunder the payload. For your reference, please use the following code:
rawMessageData object:
See here for more details on how to construct therawMessageData object
About messages You can aggregate a maximum of 127 messages for Raw Signing