POST
/
v2
/
auth
/
solana
/
verify
Verify Solana Authentication
curl --request POST \
  --url https://alerts-api.dial.to/v2/auth/solana/verify \
  --header 'Content-Type: application/json' \
  --data '{
  "message": "Sign this message to authenticate. Nonce: 1638471298347",
  "signature": "2VYoXjcwKE..."
}'
{
  "token": "<string>",
  "subscriber": {
    "walletAddress": "6CxnSjtasq5Tzwb4b93AhLofXtiDvMpQ2vTkWdSZqTH7"
  }
}

Headers

X-Dialect-Client-Key
string

Client Key used to uniquely identify the client

Example:

"dk_gyh2eqzfkc4mhp5eiahnndkz"

Body

application/json

Response

200
application/json

Authentication successful, JWT token returned

The response is of type object.