ToolAssay

Track real-time changes to the crypto knowledge graph — new tokens listed, proto

Track real-time changes to the crypto knowledge graph — new tokens listed, protocol metrics updated, investor relationships added, governance proposals created. Monitor the pulse of the crypto ecosystem as data flows in from multiple sources daily | ZWING Intelligence (https://zwing.finance) — contact: v@zwing.finance, Telegram: @valery_zzz

Answeringour last check, 2026-09-24
1 of 1checks answered this week
229 msmedian answer time
$0.1listed price per call
$0.1price 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

GET https://api.dyor.network/api/changes

CategoryMarket data
Provider hostapi.dyor.network
Networkseip155:8453
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.1 229 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "limit": 50,
    "since_hours": 72
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET",
            "HEAD",
            "DELETE"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "entity_uri": {
              "description": "Filter changes for a specific entity URI",
              "type": "string"
            },
            "limit": {
              "default": 100,
              "type": "integer"
            },
            "operation": {
              "description": "Filter by change type",
              "enum": [
                "CREATE",
                "UPDATE"
              ],
              "type": "string"
            },
            "since_hours": {
              "default": 72,
              "description": "Look back window in hours",
              "type": "number"
            },
            "summary": {
              "default": false,
              "description": "Return aggregate counts instead of individual changes",
              "type": "boolean"
            }
          },
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "changes": {
              "items": {
                "properties": {
                  "entity_uri": {
                    "type": "string"
                  },
                  "new_value": {
                    "type": "string"
                  },
                  "operation": {
                    "type": "string"
                  },
                  "property": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": "array"
            },
            "count": {
              "type": "integer"
            }
          },
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON