v1

latestOpenAPI 3.1.02026-07-265086129.5 KB
Fee Share

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.

get/token-launch/fee-share/wallet/v2

Query parameters

provider'apple' | 'google' | 'email' | 'solana' | 'twitter' | 'tiktok' | 'kick' | 'instagram' | 'onlyfans' | 'github' | 'moltbook' required

Supported social/auth providers

Example:twitter

Social provider (e.g., twitter, instagram, github)

usernamestring required

Username/handle on the provider platform

chain'SOL' | 'EVM'

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

successtrue required

Example response

{
  "response": {
    "provider": "twitter"
  }
}