Get Fee Share Wallet V2
Get the wallet address associated with a social provider and username for fee sharing. The optional chain parameter selects which chain to resolve the wallet on: SOL (default) returns the user’s Solana embedded wallet, while EVM resolves (and creates if needed) the user’s Ethereum embedded wallet from Privy. The resolved chain is always echoed back in the response.
Choosing a chain
The optionalchain parameter selects which embedded wallet to resolve:
SOL(default when omitted) — returns the user’s Solana embedded wallet as a base58 address.EVM— resolves the user’s Ethereum embedded wallet from Privy, creating one if the user has none, and returns a0x…address.
chain is always echoed back in the response, defaulting to SOL when the parameter was omitted.
solana provider is a raw wallet-address passthrough (the username is the Solana public key) and only supports SOL. Combining provider=solana with chain=EVM returns a 400 error.Authorizations
API key authentication. Provide your API key as the header value.
Query Parameters
Social provider (e.g., twitter, instagram, github) Supported social/auth providers
apple, google, email, solana, twitter, tiktok, kick, instagram, onlyfans, github, moltbook "twitter"
Username/handle on the provider platform
1 - 100Blockchain to resolve the wallet on (SOL or EVM). Defaults to SOL. The solana provider only supports SOL.
Blockchain to resolve the wallet on. SOL returns the user's Solana embedded wallet (base58). EVM returns the user's Ethereum embedded wallet from Privy (0x…). Defaults to SOL when omitted. The solana provider only supports SOL.
SOL, EVM 