ToolAssay

Get Perpetual Trading Leaderboard Data

Get Perpetual Trading Leaderboard Data

Answeringour last check, 2026-09-24
1 of 1checks answered this week
249 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/perp-leaderboard

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

Our checks, last 30 days

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

Example input (from the provider)

{
  "body": {
    "date": {
      "from": "2025-10-14",
      "to": "2025-10-15"
    },
    "filters": {
      "account_value": {
        "min": 10000
      },
      "total_pnl": {
        "min": 1000
      }
    }
  },
  "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": {
            "date": {
              "type": "object"
            },
            "filters": {
              "type": "object"
            },
            "order_by": {
              "type": "array"
            },
            "pagination": {
              "type": "object"
            },
            "premium_labels": {
              "type": "boolean"
            }
          },
          "required": [
            "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": {
                  "account_value": {
                    "type": "number"
                  },
                  "realized_pnl_usd": {
                    "type": "number"
                  },
                  "roi": {
                    "type": "number"
                  },
                  "top_positions": {
                    "type": "array"
                  },
                  "total_pnl": {
                    "type": "number"
                  },
                  "total_trades": {
                    "type": "integer"
                  },
                  "trader_address": {
                    "type": "string"
                  },
                  "trader_address_label": {
                    "type": "string"
                  },
                  "unrealized_pnl_usd": {
                    "type": "number"
                  },
                  "volume_usd": {
                    "type": "number"
                  }
                },
                "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