Skip to main content

Prerequisites

  • Ensure you have a wallet created.
  • API Key: Ensure you have an API key with the scopes: wallets:signatures.create.

Signing a Message

Parameters

string
required
The message to sign.

Returns

string
The signature of the message.

Signing Typed Data

Parameters

TypedData
required
The typed data to sign.

Returns

string
The signature of the message.