Skip to main content
GET
Python (SDK)

Authorizations

x-api-key
string
header
required

Your Compass API Key. Get your key here.

Query Parameters

offset
integer
default:0

The offset of the first item to return.

limit
integer
default:20

The number of items to return.

Required range: x <= 1000
chain
enum<string>
default:robinhood
required
Available options:
robinhood
kind
enum<string> | null
default:STOCK

Filter to one kind of asset.

Available options:
STOCK,
STABLE,
NATIVE,
WRAPPED_NATIVE,
MAJOR,
LAUNCHPAD_MEME,
OTHER
launchpad
enum<string> | null
Available options:
PONS_V1,
PONS_V2,
POOLS_TRADE,
BAGS
search
string | null

Matches symbol, name or stock ticker.

Minimum string length: 2
has_price
boolean | null

Only tokens the indexer can currently price.

stock_ticker
string | null
min_liquidity_usd
Required range: x >= 0
order_by
enum<string>
default:liquidity_usd
Available options:
liquidity_usd,
volume_24h_usd,
market_cap_usd,
price_change_24h_pct,
created_at
direction
enum<string>
Available options:
asc,
desc

Response

Successful Response

total
integer
required
offset
integer
required
limit
integer
required
tokens
DexTokenInfo · object[]
required
stats_updated_at
string<date-time> | null

When the indexer last restated these numbers.