- Users: create user objects with appropriate linked accounts and pregenerate wallets for them.
- Wallets: create, update and use wallets across blockchains.
- Authorization keys: create and manage authorization keys to manage wallets.
- Policies: create and manage policies tied to wallets.
Base URL
All requests to the Privy API must be made to the following base URL:Authentication
All API endpoints require authentication using Basic Auth and a Privy App ID header. Include the following headers with every request:Basic Auth header with your app ID as the username and your app secret as the password.
Your Privy app ID as a string.
Your Privy app ID and app secret can be found in the App settings >
Basics tab for your app.