cURL
curl --request GET \ --url https://launch-auth-v1.raydium.io/check-token
{ "success": true, "data": "OK" }
Verify that a token is still valid. Also extends token lifetime if near expiry.
Documentation IndexFetch the complete documentation index at: https://docs.raydium.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.raydium.io/llms.txt
Use this file to discover all available pages before exploring further.
Token is valid
true
"OK"
Was this page helpful?