{
  "x402Version": 2,
  "id": 5019,
  "slug": "5019",
  "resource": "https://x402.swaphunt.dev/v1/tools/price",
  "description": "SwapHunt — a crypto market-context toolkit for trading agents: live prices, market regime, volatility, sentiment, funding, macro events, seasonality and anti-FOMO sanity checks, all pay-per-call. This route returns a single asset's live spot price with 24h context: price, 24h change %, 24h high/low and volume — one clean JSON snapshot (BTC, ETH, SOL, any major). For many assets at once use /price/multi.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xD6b585DD2F48263D08FB75EA28c1598d845d23a8",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "asset": "BTC",
            "currency": "USD"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "asset": "BTC",
            "change_24h": 2.3,
            "currency": "USD",
            "high_24h": 68100,
            "low_24h": 65800,
            "price": 67250,
            "volume_24h": 31500000000
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET",
                  "HEAD",
                  "DELETE"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "asset": {
                    "default": "BTC",
                    "description": "Asset symbol (BTC, ETH, SOL)",
                    "type": "string"
                  },
                  "currency": {
                    "default": "USD",
                    "description": "Target currency",
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "x402.swaphunt.dev",
  "lastUpdated": "2026-09-17T03:26:44.321Z",
  "quality": {
    "calls30d": 8,
    "uniquePayers30d": 7,
    "lastCalledAt": "2026-09-17T03:26:43.726Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "x402.swaphunt.dev",
    "manifest_name": "x402.swaphunt.dev",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}