Request authentication challenge
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..."
}Authenticate
Request Challenge
Request a sign-in challenge for wallet authentication
POST
/
auth
/
challenge
Request authentication challenge
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..."
}Documentation Index
Fetch the complete documentation index at: https://dev.jup.ag/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Get API key via https://developers.jup.ag/portal
Body
application/json
Was this page helpful?
⌘I
