{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "event-resolver-production-up-railway-app-api-price-check",
  "title": "Event Resolver \u00b7 Price Threshold Alert",
  "url": "https://event-resolver-production.up.railway.app/api/price-check",
  "category": "finance",
  "summary": "Check whether a crypto asset price is above or below a specified USD threshold.",
  "seo": {
    "title": "Crypto Price Alert API - x402 Threshold Checks",
    "description": "Check if asset price is above or below threshold. $0.002 USDC per call. Bitcoin, Ethereum, Solana, Dogecoin support."
  },
  "use_cases": [
    "Trigger conditional trades when price crosses threshold",
    "Validate price conditions before executing smart contracts",
    "Monitor breakout or breakdown levels for automated strategies"
  ],
  "ideal_buyer": "Algorithmic trading agents and conditional execution systems requiring price threshold validation.",
  "example_prompt": "Check if Bitcoin price is above $65,000.",
  "example_request_body": {
    "asset": "bitcoin",
    "direction": "above",
    "threshold": 65000
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "cheap_outlier",
    "ratio": 0.067,
    "median_category_atomic": 30000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x6e8b64638b24c6d625b045dd353120d850064e2e",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "2000",
      "max_timeout_seconds": 300,
      "verified": false,
      "hints": {
        "input": {
          "body": {
            "type": "object",
            "required": [
              "asset",
              "threshold",
              "direction"
            ],
            "properties": {
              "asset": {
                "type": "string",
                "description": "Asset name or CoinGecko ID (e.g. 'bitcoin', 'ethereum', 'solana', 'dogecoin')"
              },
              "direction": {
                "enum": [
                  "above",
                  "below"
                ],
                "type": "string",
                "description": "Whether to check if price is above or below the threshold"
              },
              "threshold": {
                "type": "number",
                "description": "Price threshold in USD to check against"
              }
            }
          },
          "type": "http",
          "method": "POST",
          "bodyType": "json"
        },
        "output": {
          "type": "json",
          "schema": {
            "type": "object",
            "required": [
              "asset",
              "currentPrice",
              "result"
            ],
            "properties": {
              "asset": {
                "type": "string",
                "description": "Asset checked"
              },
              "result": {
                "type": "boolean",
                "description": "Whether condition is met"
              },
              "direction": {
                "type": "string",
                "description": "Direction (above/below)"
              },
              "threshold": {
                "type": "number",
                "description": "Price threshold checked"
              },
              "timestamp": {
                "type": "string"
              },
              "currentPrice": {
                "type": "number",
                "description": "Current price in USD"
              }
            }
          },
          "example": {}
        }
      }
    }
  ],
  "origin": {
    "slug": "event-resolver-production-up-railway-app",
    "host": "event-resolver-production.up.railway.app",
    "title": "Event Resolver API",
    "description": "An x402-payable API endpoint hosted on Railway. No public homepage is available; the origin appears to be a backend service for event resolution or processing.",
    "url": "https://event-resolver-production.up.railway.app",
    "favicon": "https://event-resolver-production.up.railway.app/favicon.ico"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/event-resolver-production-up-railway-app-api-price-check",
    "url": "https://x402all.com/resource/event-resolver-production-up-railway-app-api-price-check",
    "name": "Event Resolver \u00b7 Price Threshold Alert",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/event-resolver-production-up-railway-app-api-price-check",
      "@type": "Offer",
      "price": "0.002",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.002000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://event-resolver-production.up.railway.app/api/price-check",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/event-resolver-production-up-railway-app",
      "url": "https://event-resolver-production.up.railway.app",
      "name": "Event Resolver API",
      "@type": "Organization"
    },
    "identifier": "event-resolver-production-up-railway-app-api-price-check",
    "description": "Check if asset price is above or below threshold. $0.002 USDC per call. Bitcoin, Ethereum, Solana, Dogecoin support.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=event-resolver-production-up-railway-app-api-price-check",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "finance"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=event-resolver-production-up-railway-app-api-price-check"
}
