ToolAssay

Retrieve token screener data

Retrieve token screener data

Answeringour last check, 2026-09-24
1 of 1checks answered this week
428 msmedian answer time
$0.01listed price per call
$0.01price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://api.nansen.ai/api/v1/token-screener

CategoryMarket data
Provider hostapi.nansen.ai
Networkseip155:143, eip155:196, eip155:56, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days690 from 8 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.01 428 ms

Example input (from the provider)

{
  "body": {
    "chains": [
      "ethereum",
      "solana",
      "base"
    ],
    "date": {
      "from": "2025-01-01T00:00:00Z",
      "to": "2025-01-31T23:59:59Z"
    },
    "filters": {
      "only_smart_money": true,
      "token_age_days": {
        "max": 365,
        "min": 1
      }
    },
    "timeframe": "24h"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "properties": {
            "chains": {
              "type": "array"
            },
            "date": {
              "type": "object"
            },
            "filters": {
              "type": "object"
            },
            "order_by": {
              "type": "array"
            },
            "pagination": {
              "type": "object"
            },
            "timeframe": {
              "type": "string"
            }
          },
          "required": [
            "chains"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST",
            "PUT",
            "PATCH"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "data": {
              "items": {
                "properties": {
                  "buy_volume": {
                    "type": "number"
                  },
                  "chain": {
                    "type": "string"
                  },
                  "fdv": {
                    "type": "number"
                  },
                  "fdv_mc_ratio": {
                    "type": "number"
                  },
                  "inflow_fdv_ratio": {
                    "type": "number"
                  },
                  "liquidity": {
                    "type": "number"
                  },
                  "market_cap_usd": {
                    "type": "number"
                  },
                  "netflow": {
                    "type": "number"
                  },
                  "nof_buyers": {
                    "type": "integer"
                  },
                  "nof_buys": {
                    "type": "integer"
                  },
                  "nof_sellers": {
                    "type": "integer"
                  },
                  "nof_sells": {
                    "type": "integer"
                  },
                  "nof_traders": {
                    "type": "integer"
                  },
                  "outflow_fdv_ratio": {
                    "type": "number"
                  },
                  "price_change": {
                    "type": "number"
                  },
                  "price_usd": {
                    "type": "number"
                  },
                  "sell_volume": {
                    "type": "number"
                  },
                  "token_address": {
                    "type": "string"
                  },
                  "token_age_days": {
                    "type": "number"
                  },
                  "token_age_hours": {
                    "type": "number"
                  },
                  "token_deployment_date": {
                    "type": "string"
                  },
                  "token_symbol": {
                    "type": "string"
                  },
                  "volume": {
                    "type": "number"
                  }
                },
                "required": [
                  "chain",
                  "token_address",
                  "token_symbol"
                ],
                "type": "object"
              },
              "type": "array"
            },
            "pagination": {
              "properties": {
                "is_last_page": {
                  "type": "boolean"
                },
                "page": {
                  "type": "integer"
                },
                "per_page": {
                  "type": "integer"
                }
              },
              "type": "object"
            }
          },
          "required": [
            "data",
            "pagination"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON