Skip to main content
You can get a specific wallet by its ID from the Privy API. Note this is a wallet-centric abstraction. You may be looking for a way to find a given user’s wallets.
  • NodeJS
  • NodeJS (server-auth)
  • Java
  • REST API
  • Rust
To get a wallet by ID, use the get method on the wallets() interface of the Privy client.

Usage

const wallet = await privy.wallets().get(walletId);

Parameters and Returns

Check out the API reference for more details.