POST
/
v1
/
sign
/
message
curl --request POST \
  --url https://vault-api.stardust.gg/v1/sign/message \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "walletId": "1",
  "chainType": "EVM",
  "chainId": "1",
  "message": "<string>"
}'
{
  "walletId": "1",
  "chainType": "EVM",
  "chainId": "1",
  "message": "<string>",
  "signature": "<string>"
}

Authorizations

x-api-key
string
headerrequired

Body

application/json
walletId
string
required

Wallet UUID for operation

chainType
string
required

Chain paradigm for operation

chainId
string

[deprecated] evm chain id for operation

message
string
required

the message to sign

Response

201 - application/json
walletId
string
required

Wallet UUID for operation

chainType
string
required

Chain paradigm for operation

chainId
string

[deprecated] evm chain id for operation

message
string
required

the message to sign

signature
string
required

The signed message