v1
latestOpenAPI 3.1.02026-07-265086129.5 KBFee Share
Get fee share wallets (bulk, v2)
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.
post/token-launch/fee-share/wallet/v2/bulk
Request body
Example request
{
"items": [
{
"provider": "twitter"
}
]
}Response
Successfully retrieved wallet addresses for all requested items
Example response
{
"response": [
{
"provider": "twitter"
}
]
}