Request authentication token with signature
Token Management
Request authentication token with signature
Signs a message with format {signText}{time} where signText is “Sign in to raydium.io: ” and time is the current Unix timestamp in seconds. The wallet must sign this message and submit the signature to receive a JWT token.
POST
Request authentication token with signature
Documentation Index
Fetch the complete documentation index at: https://docs.raydium.io/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json
Current Unix timestamp in seconds when message was signed
Example:
1704067200
Ed25519 signature of the message (base58 encoded)
Example:
"3veiKZ6IHo7jrz9XdwLd8KvvP2pinCtjJXWe6MGNDUjT..."
Solana wallet public key
Example:
"4k3Dyjzvzp8eMZWUXbBCjEvwSvsrFjJqkDsyU5F5oV4"

