🚀Make Your First API Call

Welcome! In the next 2 minutes, you’ll make your first API call and unlock real-time blockchain insights.

Step 1: Get your API key

  • Log in at Nansen (Click here)

  • Navigate to the API tab in the left sidebar.

  • Click Create API Key (See screenshot below for where to find this button)

  • Copy your API Key

Step 2: Run this cURL Command

Step 3: Now try this in API Explorer

  • Click on Test It button on the API codeblock below

  • Paste your API Key under the value section (As shown in the screenshot)

  • Click on "Send" or press CMD + Enter.

Get Token Screening Data

post

Discover and screen tokens across multiple blockchains with advanced filtering capabilities. This endpoint helps identify trending tokens, new launches, and smart money movements by combining metrics like volume, liquidity, market cap, and trading activity.

What it helps to answer:

  1. Which tokens are experiencing significant smart money activity across different chains?

  2. How do market metrics (price, volume, liquidity) correlate with holder behavior and smart money movements?

  3. What tokens show strong fundamentals in terms of holder distribution and trading patterns?

  4. Which emerging tokens are attracting fresh wallet inflows while maintaining healthy smart money participation?

Authorizations
apiKeystringRequired

API key for authentication

Body

Request model for Token Screener endpoint.

Use the 'timeframe' parameter (recommended) for predefined time windows, or 'date' for custom date ranges (deprecated).

timeframeany ofOptional

Time window for token screening data (recommended).

Available timeframes and their data characteristics:

  • 5m: Last 5 minutes (minute-level granularity, 2-hour retention)
  • 10m: Last 10 minutes (minute-level granularity, 2-hour retention)
  • 1h: Last 1 hour (minute-level granularity, 2-hour retention)
  • 6h: Last 6 hours (hourly granularity, 2-day retention)
  • 24h: Last 24 hours (hourly granularity, 2-day retention)
  • 7d: Last 7 days (daily granularity, 2-month retention)
  • 30d: Last 30 days (daily granularity, 2-month retention)

This parameter cannot be used together with 'date'.

Example: 24h
string · enumOptional

Token screener timeframe options.

Defines the time window for token screening data. Each timeframe corresponds to different data granularity and retention periods. Matches the timeframe options in the Superapp token-screener widget.

Possible values:
dateany ofOptionalDeprecated

DEPRECATED: Use 'timeframe' instead for better reliability and performance.

Custom date range for the token screener. The granularity is automatically determined from the date range:

  • ≤ 1 hour: minute-level data (limited to last 2 hours)
  • 1 hour to 1 day: hourly data (limited to last 2 days)

  • 1 day: daily data (limited to last 2 months)

This parameter cannot be used together with 'timeframe'.

Example: {"from":"2025-01-01T00:00:00Z","to":"2025-01-31T23:59:59Z"}
filtersany ofOptional

Additional filters to apply

Example: {"only_smart_money":true,"token_age_days":{"max":365,"min":1}}
order_byany ofOptional

Custom sort order to override the endpoint's default ordering.

Examples:

  • [{"field": "buy_volume", "direction": "DESC"}] - Sort by buy volume descending
  • [{"field": "price_change", "direction": "DESC"}] - Sort by price change descending
Responses
200

Token screening data

application/json
post
/api/v1/token-screener

Next Steps

  1. Checkout these Usecase Templates

📜Use case Templates

  1. Checkout all the available endpoints

Smart MoneyToken God ModeProfilerPortfolio

Last updated

Was this helpful?