Create Sign-In with Solana challenge

​

Body

required
application/json

Wallet address

Responses

  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
Request Example for post/api/siws/challenge
curl https://api.musebook.trade/api/siws/challenge \
  --request POST \
  --header 'Content-Type: application/json' \
  --data '{
  "wallet": "",
  "additionalProperty": "anything"
}'
{
  "ok": true,
  "nonce": "string",
  "message": "string",
  "expiresAt": 1,
  "additionalProperty": "anything"
}