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" }
Retrieve the vault associated with your authenticated wallet.
Get API key via https://portal.jup.ag
JWT token from the challenge-response auth flow
Vault details
Was this page helpful?