Solana Accounts
Sign a message
Signs an arbitrary message with the given Solana account.
WARNING: Never sign a message that you didn’t generate, as it can be an arbitrary transaction. For example, it might send all of your funds to an attacker.
POST
Headers
A JWT signed using your Wallet Secret, encoded in base64. Refer to the Generate Wallet Token section of our Authentication docs for more details on how to generate your Wallet Token.
An optional UUID v4 request header for making requests safely retryable. When included, duplicate requests with the same key will return identical responses. Refer to our Idempotency docs for more information on using idempotency keys.
Required string length:
36
Path Parameters
The base58 encoded address of the Solana account.
Body
application/json
Response
200
application/json
Successfully signed message.
The response is of type object
.