The existing Portal is being replaced by the Jupiter Developer Platform with new pricing, rate limits, and features. We will share more details about the migration plan soon.
cURL
curl --request POST \ --url https://api.jup.ag/trigger/v2/auth/challenge \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "walletPubkey": "BQ72nSv9f3PRyRKCBnHLVrerrv37CYTHm5h3s9VSGQDV", "type": "message" } '
{ "type": "message", "challenge": "Sign this message to authenticate with Jupiter Trigger Order API: abc123..." }
Request a sign-in challenge for wallet authentication
Get API key via https://portal.jup.ag
Your Solana wallet public key
Challenge type. Use transaction for hardware wallets.
transaction
message
Challenge for wallet signing
Message to sign
Was this page helpful?