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 \ --header 'Authorization: Bearer <token>' \ --header 'x-api-key: <api-key>'
{ "userPubkey": "BQ72nSv9f3PRyRKCBnHLVrerrv37CYTHm5h3s9VSGQDV", "vaultPubkey": "7nE9GJoYHNmtaQvTQpota3KV2oz4pQ2dA6nvYK8EUJHV", "privyVaultId": "vault-uuid" }
Get vault information and balance for an account
Get API key via https://developers.jup.ag/portal
JWT token from the challenge-response auth flow
Vault details
Was this page helpful?