Sign Endpoints
Sign a Message
POST
/
v1
/
sign
/
message
Authorizations
x-api-key
string
headerrequiredBody
application/json
walletId
string
requiredWallet UUID for operation
chainType
string
requiredChain paradigm for operation
chainId
string
[deprecated] evm chain id for operation
message
string
requiredthe message to sign
Response
201 - application/json
walletId
string
requiredWallet UUID for operation
chainType
string
requiredChain paradigm for operation
chainId
string
[deprecated] evm chain id for operation
message
string
requiredthe message to sign
signature
string
requiredThe signed message
Was this page helpful?