Skip to main content
GET

Description

Returns the token with the highest market capitalization that hasn’t reached full funding yet (funding_progress < 1). This endpoint is useful for discovering the most popular token currently raising funds.

Response

address
string
Token contract address
created_at
string
ISO timestamp of token creation
owner
string
Creator’s wallet address
name
string
Token name
ticker
string
Token symbol
description
string
Token description
image_url
string
Token logo URL
telegram
string
Telegram channel URL
twitter
string
Twitter/X profile URL
website
string
Official website URL
market_cap
number
Current market capitalization in ETH
funding_progress
number
Funding progress (0-1, where 1 means fully funded)
price_eth
number
Current token price in ETH
volume_24h
number
24-hour trading volume
price_change_24h
number
24-hour price change percentage
txns_24h_buys
number
Number of buy transactions in the last 24 hours
txns_24h_sells
number
Number of sell transactions in the last 24 hours