Skip to main content
GET
Get EVM token creators
Provide a checksummed or lowercase 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

x-api-key
string
header
required

API key authentication. Provide your API key as the header value.

Query Parameters

tokenAddress
string
required

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

success
boolean
required
Example:

true

response
object[]