Skip to main content
GET
Get token
A 404 means the address is not a Bags V2 token — use this as the V1-vs-V2 routing signal. Freshly launched tokens can 404 for a few seconds while the subgraph indexes, so route launch flows explicitly instead of relying on this endpoint immediately after launch.

Authorizations

x-api-key
string
header
required

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

Query Parameters

tokenAddress
string
required

Token address. Accepts any casing; normalized to EIP-55 checksum form.

Response

Successfully retrieved token

success
boolean
required
Example:

true

response
object