ToolAssay

Real-time crypto & macro market data for AI agents, pay-per-call in USDC (no acc

Real-time crypto & macro market data for AI agents, pay-per-call in USDC (no account or API key): Bitcoin (BTC) and Ethereum (ETH) prices, funding rates, open interest, Fear & Greed index, market dominance, macro rates (Fed, CPI, DXY), DeFi TVL, whale flows, on-chain stats, crypto news. 13 JSON tools. POST {tool, input}.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
299 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://asistent-crypto.vercel.app/api/x402/query

CategoryMarket data
Provider hostasistent-crypto.vercel.app
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.05 299 ms

Example input (from the provider)

{
  "body": {
    "input": {},
    "tool": "get_fear_greed"
  },
  "bodyType": "json",
  "method": "POST",
  "pathParams": {},
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "properties": {
            "input": {
              "type": "object"
            },
            "tool": {
              "enum": [
                "get_crypto_market",
                "get_fear_greed",
                "get_derivatives",
                "get_derivatives_aggregate",
                "get_macro_rates",
                "get_market_quotes",
                "get_economic_calendar",
                "get_crypto_news",
                "get_defi_overview",
                "get_btc_network",
                "get_eth_address",
                "get_eth_whale_flows",
                "get_market_dominance",
                "get_market_history",
                "get_implied_volatility",
                "get_execution_cost",
                "get_market_brief"
              ],
              "type": "string"
            }
          },
          "required": [
            "tool"
          ]
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "pathParams": {
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON