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 the
rawMessageData objectAbout messagesYou can aggregate a maximum of 127 messages for Raw Signing