Skip to main content
POST
Sign a Message

Authorizations

x-api-key
string
header
required

Body

application/json
walletId
string
required

Wallet UUID for operation

Example:

"1"

chainType
string
required

Chain paradigm for operation

Example:

"EVM"

message
string
required

the message to sign

chainId
string

[deprecated] evm chain id for operation

Example:

"1"

Response

201 - application/json
walletId
string
required

Wallet UUID for operation

Example:

"1"

chainType
string
required

Chain paradigm for operation

Example:

"EVM"

message
string
required

the message to sign

signature
string
required

The signed message

chainId
string

[deprecated] evm chain id for operation

Example:

"1"