cURL
curl --request POST \ --url https://alerts-api.dial.to/v2/auth/solana/prepare \ --header 'Content-Type: application/json' \ --data '{ "walletAddress": "6CxnSjtasq5Tzwb4b93AhLofXtiDvMpQ2vTkWdSZqTH7" }'
{ "message": "Sign this message to authenticate. Nonce: 1638471298347" }
Generate challenge message for Solana wallet-based authentication with nonce and timestamp
Client Key used to uniquely identify the client
"dk_gyh2eqzfkc4mhp5eiahnndkz"
Challenge message generated
The response is of type object.
object
Was this page helpful?