Skip to main content
The Tokens API gives you programmatic access to the same token data that powers the Retina Terminal discovery feed and token pages. Use it to build custom filters, feed automated strategies, or pull AI summaries for any indexed token.

GET /tokens — List Tokens

Query Parameters

string
Sort order. Options: trending (default), newest, liquidity, volume, risk_asc.
number
Minimum liquidity in USD.
number
Maximum market cap in USD.
number
Minimum market cap in USD.
number
Maximum Cortex risk score (0–100).
string
Comma-separated list of risk flags to exclude: wash_trading, liquidity_pulled, concentrated_ownership, sybil_cluster, smart_money_exiting.
number
Minimum % holder growth in the past hour.
number
Maximum token age in hours.
integer
Page number (default: 1).
integer
Results per page (default: 50, max: 200).

Example Request

Example Response

GET /tokens/:address — Token Profile

Path Parameter

string
required
The on-chain contract address of the token.

Example Response