The Jupiter Developer Platform is live. Previous portal users keep their rate limits for free until 30 June 2026 — set up billing on the new platform before then. See the Migration Guide for details.
cURL
curl --request GET \ --url https://api.jup.ag/trigger/v2/vault/register \ --header 'Authorization: Bearer <token>' \ --header 'x-api-key: <api-key>'
{ "userPubkey": "<string>", "vaultPubkey": "<string>", "privyVaultId": "<string>" }
Register a new trigger vault for the account
Get API key via https://developers.jup.ag/portal
JWT token from the challenge-response auth flow
Vault created
Was this page helpful?