Register a new vault
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>"
}Authenticate
Register Vault
Register a new trigger vault for the account
GET
/
vault
/
register
Register a new vault
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>"
}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.
Was this page helpful?
⌘I
