Verify Sign-In with Solana challenge
Body·
required
application/json
Signed challenge
- Type: stringnoncerequired
- Type: stringsignaturerequired
- Type: stringwalletrequired
- Type: stringmessage
- additionalPropertyType: anythingproperty
Name
Responses
- application/json
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for post/api/siws/verify
curl https://api.musebook.trade/api/siws/verify \
--request POST \
--header 'Content-Type: application/json' \
--data '{
"wallet": "",
"message": "",
"signature": "",
"nonce": "",
"additionalProperty": "anything"
}'
{
"ok": true,
"token": "string",
"user": {},
"additionalProperty": "anything"
}