cURL
curl --request POST \ --url https://alerts-api.dial.to/v2/auth/solana-tx/verify \ --header 'Content-Type: application/json' \ --data ' { "transaction": "<string>" } '
{ "token": "<string>", "subscriber": { "walletAddress": "6CxnSjtasq5Tzwb4b93AhLofXtiDvMpQ2vTkWdSZqTH7" } }
Complete Solana wallet authentication by verifying signed transaction and receive JWT token
Client Key used to uniquely identify the client
"dk_gyh2eqzfkc4mhp5eiahnndkz"
Signed base64-encoded transaction signed by the user
Authentication successful, JWT token returned
1
Show child attributes
User wallet address
"6CxnSjtasq5Tzwb4b93AhLofXtiDvMpQ2vTkWdSZqTH7"
Was this page helpful?