# Tokenearly Exchange Listings (`tokenearly/tokenearly-exchange-listings`) Actor

New crypto token listings from 10+ exchanges (Binance, OKX, Bybit, Bitget, MEXC, Gate.io, HTX, KuCoin, Upbit, Bithumb) as a clean dataset. No API key needed.

- **URL**: https://apify.com/tokenearly/tokenearly-exchange-listings.md
- **Developed by:** [Tokenearly](https://apify.com/tokenearly) (community)
- **Categories:** Developer tools, News
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

Pay per usage

This Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage, which gets cheaper the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-usage

## What's an Apify Actor?

An Actor is a serverless cloud program that runs on the Apify platform. It has two run modes.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.

Apify vocabulary and the platform model are defined once, in the agent quickstart at https://apify.com/agents.md.

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For examples already wired to this Actor's own input schema, see the [API](#api) section below.

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).

# README

## Tokenearly Exchange Listings

Get the newest crypto token listings from 10+ exchanges as a clean, structured dataset. No API key, no login, no scraping setup: run the Actor and every new spot or futures listing announced by **Binance, OKX, Bybit, Bitget, MEXC, Gate.io, HTX, KuCoin, Upbit and Bithumb** in your chosen time window lands in the default dataset, ready to export as JSON, CSV, Excel or XML, or to feed into a Zapier, Make, n8n or Google Sheets integration.

The data comes from [Tokenearly](https://tokenearly.com), a real-time crypto alert platform that monitors exchange listing announcements, exchange news and X (Twitter) activity. The public listing feed is available under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/); please keep the attribution "Data by Tokenearly (https://tokenearly.com)" when you republish the data.

### What you get

Each dataset item is one listing announcement:

| Field | Type | Description |
| --- | --- | --- |
| `exchange` | string | Exchange id: `binance`, `okx`, `bybit`, `bitget`, `mexc`, `gate`, `huobi` (HTX), `kucoin`, `upbit`, `bithumb` |
| `exchange_name` | string | Display name, e.g. `Gate.io` |
| `type` | string | `spot` or `futures` |
| `symbols` | string\[] | Token symbols mentioned in the announcement, e.g. `["IOST", "STRK"]` (may be empty when the exchange did not name the token in the title) |
| `published_at` | string | Publication time of the announcement, ISO 8601 UTC |
| `title_en` | string | Announcement title in English |
| `title_zh` | string | Announcement title in Chinese |
| `title_ko` | string | Announcement title in Korean |
| `source_url` | string or null | Link to the exchange's original announcement when available |
| `permalink` | string | Permanent Tokenearly page for this announcement |

Only the title, category, timestamp and links are included. Announcement bodies are not reproduced.

#### Sample output

```json
[
  {
    "exchange": "okx",
    "exchange_name": "OKX",
    "type": "futures",
    "symbols": ["IOST", "STRK"],
    "published_at": "2026-09-17T04:45:10.000Z",
    "title_en": "OKX to list IOSTUSD, STRKUSD X-Perps",
    "title_zh": "OKX将上线IOSTUSD、STRKUSD X永续合约",
    "title_ko": "OKX가 IOSTUSD, STRKUSD X-무기한 계약을 상장합니다.",
    "source_url": null,
    "permalink": "https://tokenearly.com/announcement/6aab70bc0c8c480b5a90c777.html"
  },
  {
    "exchange": "gate",
    "exchange_name": "Gate.io",
    "type": "spot",
    "symbols": ["ARGUS"],
    "published_at": "2026-09-17T03:51:09.000Z",
    "title_en": "Gate will list Argus (ARGUS) spot trading and flash exchange trading.",
    "title_zh": "Gate 将上线 Argus (ARGUS) 现货交易与闪兑交易",
    "title_ko": "Gate, Argus(ARGUS) 현물 거래 및 플래시 교환 거래 상장",
    "source_url": null,
    "permalink": "https://tokenearly.com/announcement/6aab63ae0c8c480b5a90c73a.html"
  }
]
```

The run also stores two records in the default key-value store:

- `EXCHANGES`: a summary of the 10 monitored exchanges, including 30-day listing counts split into spot and futures and a link to each exchange's announcement archive.
- `OUTPUT`: run metadata (time window, filters, item count, license and attribution).

### Input

| Field | Type | Default | Description |
| --- | --- | --- | --- |
| `days` | integer, 1 to 30 | `7` | Look-back window in days |
| `exchanges` | string\[] | all supported exchanges | Restrict to specific exchange ids: `binance`, `okx`, `bybit`, `bitget`, `mexc`, `gate`, `huobi` (HTX), `kucoin`, `upbit`, `bithumb` |
| `type` | `all`, `spot` or `futures` | `all` | Market type filter |
| `limit` | integer, 1 to 500 | `200` | Maximum number of listings, newest first |

Example input that returns only spot listings on Binance and Upbit from the last 3 days:

```json
{
  "days": 3,
  "exchanges": ["binance", "upbit"],
  "type": "spot",
  "limit": 100
}
```

### Use cases

- Build a listing calendar or "new coins this week" page without maintaining ten exchange scrapers.
- Trigger alerts from a scheduled run: schedule the Actor every few minutes and forward new items to Telegram, Discord, Slack or a webhook with an Apify integration.
- Backtest listing-driven strategies with a consistent, multilingual, timestamped record of announcements.
- Feed token discovery pipelines, research notebooks or dashboards with a single JSON or CSV export.

### How the data is collected

Tokenearly watches the official announcement channels of 10+ exchanges. Binance and Gate.io arrive over the exchanges' own WebSocket streams, with no polling interval to wait out; the other exchanges are polled at high frequency. Every announcement is classified as a spot or futures listing, the token symbols are extracted from the title, and the title is translated into English, Chinese and Korean. This Actor reads Tokenearly's public listing feed and maps it into the flat dataset format above.

If you need push notifications instead of a dataset, the same feed powers the Tokenearly Telegram channel and the alerting product, which can also filter announcements by keyword and deliver them to Telegram, Bark, PushDeer, WeCom, DingTalk, Feishu and generic webhooks.

### Other ways to use the same data

- Website: [tokenearly.com](https://tokenearly.com) and the live [listings page](https://tokenearly.com/listings)
- Python: [`pip install tokenearly`](https://pypi.org/project/tokenearly/)
- Node.js: [`npm install tokenearly`](https://www.npmjs.com/package/tokenearly)
- n8n: [Send new token listing alerts from 10 crypto exchanges to Telegram, Discord and Google Sheets](https://n8n.io/workflows/19448-send-new-token-listing-alerts-from-10-crypto-exchanges-to-telegram-discord-and-google-sheets/)
- Telegram channel: [t.me/tokenearly\_channel](https://t.me/tokenearly_channel)
- Source code: [github.com/tokenearly](https://github.com/tokenearly)

### Limits and fair use

The Actor makes two HTTP requests per run to Tokenearly's public API and needs very little memory (128 MB is enough). The public feed covers the last 30 days; older announcements are available in the per-exchange archives linked from the `EXCHANGES` record.

### FAQ

**Does it need an API key?** No. The public listing feed is open and this Actor sends no credentials.

**Which languages are the titles in?** Every item carries the title in English, Chinese and Korean.

**How often should I run it?** For alerting, a schedule of a few minutes is plenty; for a daily digest, one run per day with `days: 1`.

**Can I use the data commercially?** Yes, under CC BY 4.0 with attribution to Tokenearly.

# Actor input Schema

## `days` (type: `integer`):

How many past days of listing announcements to return. Between 1 and 30.

## `exchanges` (type: `array`):

Only return listings from these exchanges. Leave empty for all supported exchanges. Note: HTX uses the id `huobi`.

## `type` (type: `string`):

Filter by market type: spot listings, futures (perpetual) listings, or both.

## `limit` (type: `integer`):

Maximum number of listings to return (newest first). Between 1 and 500.

## Actor input object example

```json
{
  "days": 7,
  "exchanges": [],
  "type": "all",
  "limit": 200
}
```

# Actor output Schema

## `listings` (type: `string`):

One record per new token listing: exchange, type (spot or futures), symbols, publication time in UTC, the announcement title in English, Chinese and Korean, the exchange's own announcement URL and a permalink.

## `listingsCsv` (type: `string`):

The same listings as a CSV file, for spreadsheets.

## `exchanges` (type: `string`):

Per-exchange summary: how announcements are collected (WebSocket stream or high-frequency polling) and how many listings each exchange published in the last 30 days.

## `runSummary` (type: `string`):

What this run asked for and how many listings it returned, with the data licence and attribution.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "exchanges": []
};

// Run the Actor and wait for it to finish
const run = await client.actor("tokenearly/tokenearly-exchange-listings").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "exchanges": [] }

# Run the Actor and wait for it to finish
run = client.actor("tokenearly/tokenearly-exchange-listings").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "exchanges": []
}' |
apify call tokenearly/tokenearly-exchange-listings --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,tokenearly/tokenearly-exchange-listings"
        }
    }
}
```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/n6NwDbcexKVyu4Pmd/builds/80PHX55PsmaOz8Mhn/openapi.json
