cURL
curl --request POST \ --url https://orbitflare.com/api/customer/v2/auth/wallet/challenge \ --header 'Content-Type: application/json' \ --header 'X-ORBIT-KEY: <api-key>' \ --data ' { "wallet_address": "<string>" } '
{ "success": true, "data": { "challenge": "<string>", "expires_in": 123 } }
Request a challenge nonce for a wallet address. Sign the challenge with your Solana keypair (Ed25519), then call /auth/wallet/verify or /auth/wallet/register.
API key for v1 and v2 (when not using Bearer token)
Solana public key (base58)
32 - 44
Challenge issued.
true
Show child attributes
Was this page helpful?