ToolAssay

Get Perpetual Trade Data

Get Perpetual Trade Data

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

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

Our checks, last 30 days

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

Example input (from the provider)

{
  "body": {
    "address": "0x45d26f28196d226497130c4bac709d808fed4029",
    "date": {
      "from": "2025-10-01T00:00:00Z",
      "to": "2025-10-10T23:59:59Z"
    },
    "filters": {
      "size": {
        "max": 1000,
        "min": 0.001
      }
    },
    "order_by": [
      {
        "direction": "DESC",
        "field": "timestamp"
      }
    ]
  },
  "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": {
            "address": {
              "type": "string"
            },
            "date": {
              "type": "object"
            },
            "filters": {
              "type": "object"
            },
            "order_by": {
              "type": "array"
            },
            "pagination": {
              "type": "object"
            }
          },
          "required": [
            "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": {
                  "action": {
                    "type": "string"
                  },
                  "block_number": {
                    "type": "integer"
                  },
                  "closed_pnl": {
                    "type": "number"
                  },
                  "crossed": {
                    "type": "boolean"
                  },
                  "fee_token_symbol": {
                    "type": "string"
                  },
                  "fee_usd": {
                    "type": "number"
                  },
                  "oid": {
                    "type": "integer"
                  },
                  "price": {
                    "type": "number"
                  },
                  "side": {
                    "type": "string"
                  },
                  "size": {
                    "type": "number"
                  },
                  "start_position": {
                    "type": "number"
                  },
                  "timestamp": {
                    "type": "string"
                  },
                  "token_symbol": {
                    "type": "string"
                  },
                  "transaction_hash": {
                    "type": "string"
                  },
                  "user": {
                    "type": "string"
                  },
                  "value_usd": {
                    "type": "number"
                  }
                },
                "required": [
                  "timestamp",
                  "side",
                  "action",
                  "block_number",
                  "token_symbol",
                  "price",
                  "size",
                  "value_usd",
                  "start_position",
                  "closed_pnl",
                  "crossed",
                  "fee_usd",
                  "fee_token_symbol",
                  "transaction_hash",
                  "user",
                  "oid"
                ],
                "type": "object"
              },
              "type": "array"
            },
            "pagination": {
              "properties": {
                "is_last_page": {
                  "type": "boolean"
                },
                "page": {
                  "type": "integer"
                },
                "per_page": {
                  "type": "integer"
                }
              },
              "type": "object"
            }
          },
          "required": [
            "pagination",
            "data"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON