Skip to main content

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.
  1. 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:
  1. To sign RAW messages for an unsupported asset, you need to use derivationPath and algorithm under 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.
  1. 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:
  1. To sign RAW messages for an unsupported asset, you need to use derivationPath and algorithm under the payload. For your reference, please use the following code:
rawMessageData object:See here for more details on how to construct therawMessageData object
About messagesYou can aggregate a maximum of 127 messages for Raw Signing