ToolAssay

Universal crypto price with smart localization for ANY coin

Universal crypto price with smart localization for ANY coin. Auto-adapts pricing currency to your locale (BTC in CNY/JPY/EUR) or stays USD. Params: symbol (BTC, ETH, WIF, or localized names), vs, amount, lang. 任意加密货币实时价格,自动本地化计价,比特币以太坊智能报人民币。暗号資産価格を自動現地化。Precio localizado de cripto. 현지화 암호화폐 시세. Accepts payment on Base or Solana — either network works.

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

GET https://api.x402node.dev/crypto/price

CategoryMarket data
Provider hostapi.x402node.dev
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days3 from 3 payers (the provider's figure, not ours)

Our checks, last 30 days

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

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "amount": "string",
    "lang": "string",
    "symbol": "string",
    "vs": "string"
  },
  "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"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "amount": {
              "description": "\u53ef\u9009\uff0c\u6362\u7b97\u6570\u91cf",
              "type": "string"
            },
            "lang": {
              "description": "\u53ef\u9009\uff0c\u672c\u5730\u5316\u63d0\u793a zh/ja/ko",
              "type": "string"
            },
            "symbol": {
              "description": "\u5e01\u79cd\u4ee3\u7801 BTC/ETH/SOL/WIF\uff08\u4e5f\u63a5\u53d7\u672c\u5730\u540d\u5982\u6bd4\u7279\u5e01\uff09",
              "type": "string"
            },
            "vs": {
              "description": "\u8ba1\u4ef7\u8d27\u5e01 USD/CNY/EUR\uff0c\u9ed8\u8ba4\u6309\u504f\u597d",
              "type": "string"
            }
          },
          "required": [
            "symbol",
            "vs",
            "amount",
            "lang"
          ],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON