ToolAssay

Get Nansen Score Top Tokens

Get Nansen Score Top Tokens

Answeringour last check, 2026-09-24
1 of 1checks answered this week
254 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/nansen-score/top-tokens

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

Our checks, last 30 days

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

Example input (from the provider)

{
  "body": {
    "limit": 25,
    "market_cap_group": "largecap"
  },
  "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": {
            "limit": {
              "type": "integer"
            },
            "market_cap_group": {
              "type": "string"
            }
          },
          "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": {
                  "btc_reflexivity_risk": {
                    "type": "integer"
                  },
                  "chain": {
                    "type": "string"
                  },
                  "chain_fees_performance": {
                    "type": "integer"
                  },
                  "chain_tvl_performance": {
                    "type": "integer"
                  },
                  "concentration_risk": {
                    "type": "integer"
                  },
                  "inflation_risk": {
                    "type": "integer"
                  },
                  "last_trigger_on": {
                    "type": "string"
                  },
                  "latest_date": {
                    "type": "string"
                  },
                  "liquidity_risk": {
                    "type": "integer"
                  },
                  "market_cap": {
                    "type": "number"
                  },
                  "market_cap_group": {
                    "type": "string"
                  },
                  "performance_score": {
                    "type": "integer"
                  },
                  "price_momentum_performance": {
                    "type": "integer"
                  },
                  "protocol_fees_performance": {
                    "type": "integer"
                  },
                  "risk_score": {
                    "type": "integer"
                  },
                  "token_address": {
                    "type": "string"
                  },
                  "token_symbol": {
                    "type": "string"
                  },
                  "trading_range_performance": {
                    "type": "integer"
                  }
                },
                "required": [
                  "chain",
                  "token_address",
                  "performance_score",
                  "risk_score",
                  "price_momentum_performance",
                  "chain_fees_performance",
                  "trading_range_performance",
                  "chain_tvl_performance",
                  "protocol_fees_performance",
                  "btc_reflexivity_risk",
                  "liquidity_risk",
                  "concentration_risk",
                  "inflation_risk"
                ],
                "type": "object"
              },
              "type": "array"
            }
          },
          "required": [
            "data"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON