v1
latestOpenAPI 3.1.02026-07-265086129.5 KBGet 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.
Query parameters
Supported social/auth providers
Social provider (e.g., twitter, instagram, github)
Username/handle on the provider platform
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.
Blockchain to resolve the wallet on (SOL or EVM). Defaults to SOL. The solana provider only supports SOL.
Response
Successfully retrieved wallet address
Example response
{
"response": {
"provider": "twitter"
}
}