v1

latestOpenAPI 3.1.02026-07-13570316.1 KB
Wallets

Get My Wallet

Retrieve the authenticated user's wallet information including wallet addresses and linked authentication wallets. This endpoint provides comprehensive user data for the currently authenticated session.

Returns:

  • userId - Unique identifier for this wallet in thirdweb auth
  • Primary wallet address
  • Smart wallet address (if available)
  • Wallet creation timestamp
  • Public key in hexadecimal format (if available)
  • All linked authentication profiles (email, phone, OAuth providers)

Authentication: Requires Authorization: Bearer <jwt> header with a valid user authentication token.

get/v1/wallets/me

Response

Wallet retrieved successfully. Returns comprehensive user information including wallet addresses, public key, and linked wallets.