Create Sign-In with Solana challenge
Body
required
application/json
Wallet address
- Type: stringwalletrequired
- additionalPropertyType: anythingproperty
Name
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"
}