Get Clanker Info by Address
Retrieve detailed information about a Clanker token using its contract address.
Headers:
Query Parameters:
address
string
Ethereum address of the Clanker token contract
Example Request:
Response Format
Example Response:
Response Fields
Top-Level Fields:
data
object
Container object for the Clanker token information
Data Object Fields:
id
number
Unique identifier for the token
created_at
string
ISO 8601 timestamp of token creation
tx_hash
string
Transaction hash of the deployment
contract_address
string
Token contract address
requestor_fid
integer
Farcaster ID of the token requestor
name
string
Token name
symbol
string
Token symbol
img_url
string
URL of the token's image
pool_address
string
Address of the token's liquidity pool
cast_hash
string
Associated Farcaster cast hash
type
string | null
Token type identifier
pair
string | null
Trading pair identifier
presale_id
integer | null
ID of associated presale if applicable
chain_id
integer
Blockchain chain ID
metadata
string
Additional token metadata
deploy_config
object
Deployment configuration details: creator buy, creator vault, etc.
social_context
object
Social context of the token creation
deployed_at
string
Timestamp of token deployment
msg_sender
string
Address that sent the deployment transaction
factory_address
string
Address of the Clanker token factory conract
locker_address
string
Address of the Clanker token locker contract
warnings
array
Array of warning flags. See "Warning Flags" section below
starting_market_cap
number
Starting market cap of the pool denominated in the quote token
pool_config
object
Pool configuration details: quote token address and initial tick of the pool
Warning Flags
UNUSUAL_TICK
WETH-denominated tokens with a starting market cap of < 1 ETH (WETH)
Non-WETH tokens listed in Supported Quote Tokens with pools that do not match the initial tick listed in that table
UNUSUAL_PAIR_ADDRESS
Tokens paired with a quote token not listed in Supported Quote Tokens
MISSING_POOL_CONFIG
Tokens with incomplete or missing pool configuration info. These are primary legacy tokens that were deployed with a standard configuration
Notes
The
created_at
timestamp is returned in UTC timezoneThe
img_url
field provides a direct link to the token's image assetThe
requestor_fid
can be used to link to the token creator's Farcaster profile
Last updated