Verify signed challenge and receive JWT
curl --request POST \
--url https://api.jup.ag/trigger/v2/auth/verify \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"type": "message",
"walletPubkey": "BQ72nSv9f3PRyRKCBnHLVrerrv37CYTHm5h3s9VSGQDV",
"signature": "5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d..."
}
'{
"token": "eyJhbGciOiJIUzI1NiIs..."
}Authenticate
Verify Challenge
Submit the signed challenge to receive a JWT token
POST
/
auth
/
verify
Verify signed challenge and receive JWT
curl --request POST \
--url https://api.jup.ag/trigger/v2/auth/verify \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"type": "message",
"walletPubkey": "BQ72nSv9f3PRyRKCBnHLVrerrv37CYTHm5h3s9VSGQDV",
"signature": "5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d..."
}
'{
"token": "eyJhbGciOiJIUzI1NiIs..."
}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
Response
JWT token
JWT token (24h TTL)
Was this page helpful?
⌘I
