mirrored listing x402 eip155:8453eip155:196eip155:56eip155:143solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp

Retrieve token screener data

Retrieve token screener data

Do you run api.nansen.ai? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
10000 (raw units)
price
688
calls / 30d
9
unique payers
2026-09-16
updated

Provider

api.nansen.ai · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x93053f1e7A5eFEDa532Fe69CbbE43cBEc3A0F13f",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "10000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "eip155:196",
    "payTo": "0x93053f1e7A5eFEDa532Fe69CbbE43cBEc3A0F13f",
    "asset": "0x779Ded0c9e1022225f8E0630b35a9b54bE713736",
    "amount": "10000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "eip155:56",
    "payTo": "0x93053f1e7A5eFEDa532Fe69CbbE43cBEc3A0F13f",
    "asset": "0xcE24439F2D9C6a2289F741120FE202248B666666",
    "amount": "10000000000000000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "eip155:56",
    "payTo": "0x93053f1e7A5eFEDa532Fe69CbbE43cBEc3A0F13f",
    "asset": "0x8d0d000ee44948fc98c9b98a4fa4921476f08b0d",
    "amount": "10000000000000000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "eip155:56",
    "payTo": "0x93053f1e7A5eFEDa532Fe69CbbE43cBEc3A0F13f",
    "asset": "0x55d398326f99059fF775485246999027B3197955",
    "amount": "10000000000000000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "eip155:56",
    "payTo": "0x93053f1e7A5eFEDa532Fe69CbbE43cBEc3A0F13f",
    "asset": "0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d",
    "amount": "10000000000000000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "eip155:143",
    "payTo": "0x93053f1e7A5eFEDa532Fe69CbbE43cBEc3A0F13f",
    "asset": "0x754704Bc059F8C67012fEd69BC8A327a5aafb603",
    "amount": "10000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
    "payTo": "J7ZvJEspvwP1oRxQZ7mYmNmT22NTm3GWq3t7HEbvPZYx",
    "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "amount": "10000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "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"
      },
      "output": {
        "example": {
          "data": [],
          "pagination": {}
        },
        "type": "json"
      }
    },
    "schema": {
      "$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"
    }
  }
}

Use it

curl

curl "https://api.nansen.ai/api/v1/token-screener"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://api.nansen.ai/api/v1/token-screener");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://api.nansen.ai/api/v1/token-screener")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/1272.json, and this resource appears in /discovery/resources and /discovery/search.