ToolAssay

Get "Token God Mode" (TGM) PnL leaderboard data

Get "Token God Mode" (TGM) PnL leaderboard data

Answeringour last check, 2026-09-24
1 of 1checks answered this week
256 msmedian answer time
$0.05listed price per call
$0.05price 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/tgm/pnl-leaderboard

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

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.05 256 ms

Example input (from the provider)

{
  "body": {
    "chain": "ethereum",
    "date": {
      "from": "2025-07-14T00:00:00Z",
      "to": "2025-07-15T23:59:59Z"
    },
    "filters": {
      "holding_usd": {
        "min": 1000
      },
      "pnl_usd_realised": {
        "min": 1000
      }
    },
    "token_address": "0x6982508145454ce325ddbe47a25d4ec3d2311933"
  },
  "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": {
            "chain": {
              "type": "string"
            },
            "date": {
              "type": "object"
            },
            "filters": {
              "type": "object"
            },
            "order_by": {
              "type": "array"
            },
            "pagination": {
              "type": "object"
            },
            "premium_labels": {
              "type": "boolean"
            },
            "token_address": {
              "type": "string"
            }
          },
          "required": [
            "chain",
            "token_address",
            "date"
          ],
          "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": {
                  "holding_amount": {
                    "type": "number"
                  },
                  "holding_usd": {
                    "type": "number"
                  },
                  "max_balance_held": {
                    "type": "number"
                  },
                  "max_balance_held_usd": {
                    "type": "number"
                  },
                  "netflow_amount": {
                    "type": "number"
                  },
                  "netflow_amount_usd": {
                    "type": "number"
                  },
                  "nof_trades": {
                    "type": "integer"
                  },
                  "pnl_usd_realised": {
                    "type": "number"
                  },
                  "pnl_usd_total": {
                    "type": "number"
                  },
                  "pnl_usd_unrealised": {
                    "type": "number"
                  },
                  "price_usd": {
                    "type": "number"
                  },
                  "roi_percent_realised": {
                    "type": "number"
                  },
                  "roi_percent_total": {
                    "type": "number"
                  },
                  "roi_percent_unrealised": {
                    "type": "number"
                  },
                  "still_holding_balance_ratio": {
                    "type": "number"
                  },
                  "trader_address": {
                    "type": "string"
                  },
                  "trader_address_label": {
                    "type": "string"
                  }
                },
                "required": [
                  "trader_address"
                ],
                "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