Skip to main content
GET
Token - Creation Token Info

Creation transaction context for one token.

  • This endpoint returns the mint-creation or contract-creation context for a token.
  • Useful when you need provenance, launch timing, or creation-wallet attribution.
  • Supported networks are solana, bsc, base, ethereum, and monad.
  • This endpoint consumes 30 CU per request.
  • Attribute a token to its creation wallet or deployment event.
  • Build launch timelines, provenance checks, and token-origin reviews.
  • Pair token creation context with holder or security analysis for early-stage token research.
  • Set x-chain to one of the supported creation-info networks.
  • Pass the token address.
  • Use the returned creation details as the earliest anchor in token lifecycle analysis.
  • Use creation info early in token review so later holder, trade, and security analysis has a clean origin point.
  • Pair this endpoint with trending, security, and holder endpoints for launch diligence.

Authorizations

X-API-KEY
string
header
required

API key for authentication

Headers

x-chain
enum<string>
default:solana

Solana, BSC, Base, Ethereum, Monad, Robinhood networks only.

Available options:
solana,
bsc,
base,
ethereum,
monad,
robinhood

Query Parameters

address
string
required

The address of the token contract.

Response

JSON object containing creation information of a token

success
boolean
required
data
object
required