v1
latestOpenAPI 3.1.02026-07-265086129.5 KBGet EVM token creators
Resolve the creator and fee-share claimers of a Bags EVM token, enriched with Bags social profile data (username, pfp, connected social provider).
On-chain data (creator, claimers, and their basis-point shares) is read from the Bags EVM factory registry. Each wallet is resolved to a Bags user, and wallets with no known Bags user are returned with blank social fields. The creator is always included; if the creator is not also a claimer, they are appended with royaltyBps: 0 and isCreator: true.
The tokenAddress is trimmed and normalized to its EIP-55 checksum form before use. A token with a single creator/claimer still returns a one-element array.
Query parameters
Bags EVM token address. Must be a valid 0x-prefixed, 20-byte hex EVM address. Normalized to EIP-55 checksum form.
Response
Successfully retrieved EVM token creators
Example response
{
"success": true,
"response": [
{
"provider": "twitter"
}
]
}