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
integer
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
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