Token list (paged)
GET /tokens
Description
Paginated list of tokens with token_id, coingecko_id, symbol, name, price_usd, market_cap_usd, volume_usd, and address. Sorted by market_cap_usd DESC NULLS LAST by default. Use limit (max 500) and offset for paging.
Path Parameters
Query Parameters
limit
Maximum number of items to return (default and max may vary by endpoint).
offset
Number of items to skip for pagination (use with limit).
Responses
OK
Media type: application/json
limit
Applied response size limit.
offset
Applied page offset (always 0 for non-paginated token snapshots).
tokens
Paged token rows. One entry per indexed token.
tokens[].address
Canonical contract address when available; null for native assets or unknown contracts.
tokens[].coingecko_id
CoinGecko asset identifier when available; null otherwise.
tokens[].market_cap_usd
Latest known market capitalization in USD; null when unavailable.
tokens[].mindshare_24h
Percent change in mindshare over the latest comparison window when available.
tokens[].mindshare_change
Percent change in mindshare over the latest comparison window when available.
tokens[].mindshare_change_pct
Percent change in mindshare over the latest comparison window when available.
tokens[].name
Human-readable token name.
tokens[].price_usd
Latest known USD price; null when unavailable.
tokens[].symbol
Primary trading symbol.
tokens[].token_id
Internal Ruma token identifier.
tokens[].volume_usd
Latest known 24h volume in USD; null when unavailable.
total
Total number of tokens in this response set.