Get 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.
0x address; the backend trims it and normalizes it to EIP-55 checksum form.The response is always an array — a token with a single creator/claimer still returns a one-element array. Wallets without a linked Bags user are returned with provider: "unknown" and empty username/pfp.Authorizations
API key authentication. Provide your API key as the header value.
Query Parameters
Bags EVM token address. Must be a valid 0x-prefixed, 20-byte hex EVM address. Normalized to EIP-55 checksum form.
