Skip to main content

Developer quickstart

Build and Backtest with the most trusted & comprehensive Tokenomics API.

Get started

import requests

url = "https://api.tokenomist.ai/v4/token/list"
headers = {"x-api-key": "YOUR_API_KEY"}

response = requests.get(url, headers=headers)
tokens = response.json()["data"]

for token in tokens[:5]:
    print(token["name"], token["circulatingSupply"])

Features

Explore token unlocks, emissions, buybacks, burns, allocations, and AI insights.

Methodology

How we collect, classify, and calculate token supply data.

API reference

Access token supply data programmatically for research and integration.

AI Integration

Query Tokenomics data from your terminal with the CLI or connect AI agents via the MCP server.

AI Integration

Bring Tokenomics data straight into your terminal and your AI agents — query unlocks, emissions, fundraising, burns, and buybacks without leaving your workflow.

CLI

A fast, full-featured terminal interface (tok) for token economics data — built for developers, analysts, and AI agents.

MCP Server

Connect AI agents and LLMs to Tokenomist’s dataset over the Model Context Protocol — ask real questions about supply, unlocks, and treasury activity.

Resources

Telegram

Bug reports, data issues, or listing requests.

Follow on X

Announcements and insights.

Email

Account, billing, and partnerships.