Get Fee Share Wallet V2 (Bulk)
Bulk lookup of wallet addresses associated with social providers and usernames for fee sharing. Each item accepts an optional chain (SOL default, or EVM); the resolved chain is echoed back on every result. Deduplication is performed on username + provider + chain, so the same handle may appear once per chain. Items are never individually failed: when a wallet or platform data can’t be resolved, that item returns platformData: null and wallet: null while still echoing chain.
Choosing a chain per item
Each item accepts an optionalchain field:
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 on every result item.
Deduplication
Deduplication is performed on theusername + provider + chain triple. The same username + provider may appear twice in one request as long as the chain differs (once for SOL, once for EVM). Two items with an identical username + provider + chain triple are rejected with a 400 error.
platformData: null and wallet: null, but chain is always echoed back. The solana provider only supports SOL; combining it with chain=EVM returns a 400 error.Authorizations
API key authentication. Provide your API key as the header value.
Body
Array of lookups (1-100). Duplicate username+provider+chain combinations are not allowed. The same username+provider may appear once per chain (once for SOL, once for EVM).
1 - 100 elements