ToolAssay

Looks up a crypto asset by its exact NetSupply slug or an unambiguous symbol, th

Looks up a crypto asset by its exact NetSupply slug or an unambiguous symbol, then returns the scheduled releases inside a caller-selected window of up to 365 days. Unlock amounts remain decimal strings so large token quantities are not rounded. Each event states whether the schedule is enforced on-chain, how many lock objects it combines, when the promise was first recorded and how often it was revised. The percentage of float uses current circulating supply from CoinGecko, or a caller-supplied

Answeringour last check, 2026-09-24
1 of 1checks answered this week
875 msmedian answer time
$0.008listed price per call
$0.008price 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://kette.halowerk.com/token/unlocks

CategoryMarket data
Provider hostkette.halowerk.com
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.008 875 ms

Example input (from the provider)

{
  "body": {
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
  },
  "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": {
          "additionalProperties": false,
          "properties": {
            "asset": {
              "description": "Exact NetSupply slug such as \"xrp\" or an unambiguous token symbol such as \"XRP\".",
              "maxLength": 80,
              "minLength": 1,
              "type": "string"
            },
            "circulating_supply": {
              "description": "Optional current circulating supply. When omitted, CoinGecko is used. The response always identifies which basis was used.",
              "exclusiveMinimum": 0,
              "type": "number"
            },
            "days": {
              "default": 90,
              "description": "Calendar window from today in UTC, inclusive. Default 90 days.",
              "maximum": 365,
              "minimum": 1,
              "type": "integer"
            }
          },
          "required": [
            "asset"
          ],
          "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"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON