{
  "generated_at": "2026-05-11T00:56:48.476130+00:00",
  "slug": "x402factory-ai-base-coinprice",
  "title": "X402factory \u00b7 Base Coinprice",
  "url": "https://x402factory.ai/base/coinprice",
  "category": "finance",
  "summary": "X402factory \u00b7 Base Coinprice \u2014 x402-protected finance API. Pay $0.0010 per call on base. Indexed by x402all.",
  "seo": {
    "title": "X402factory \u00b7 Base Coinprice \u2014 x402 finance API \u00b7 $0.0010 per call",
    "description": "X402factory \u00b7 Base Coinprice \u2014 x402-protected finance API. Pay $0.0010 per call on base. Indexed by x402all."
  },
  "use_cases": [],
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "cheap_outlier",
    "ratio": 0.033,
    "median_category_atomic": 30000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x402faccc3faeb72351cc2b68c7966faf5f22b0d4",
      "asset": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
      "max_amount_required_atomic": "1000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Base coin price mini-endpoint for major tokens only. Returns spot prices and 24h stats for well-known tickers like btc, solana, eth, xmr, ltc and other large-cap coins, never microcaps. Pass an optional ticker to get a single-coin 24h snapshot with price, symbol, changeRate, changePrice, high and low, or omit ticker to receive a compact basket of top tokens in a fixed order. Cost: 0.001 USDC per request.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "ticker": {
              "type": "string",
              "required": false,
              "description": "Optional ticker symbol for a single major token (case-insensitive). Examples: btc, solana, eth, xmr, ltc. When omitted the endpoint returns a compact basket of top tokens instead."
            }
          }
        },
        "output": {
          "ok": {
            "type": "boolean",
            "description": "True on success."
          },
          "low": {
            "type": "number",
            "description": "24h low price for the asset (single mode only)."
          },
          "high": {
            "type": "number",
            "description": "24h high price for the asset (single mode only)."
          },
          "mode": {
            "type": "string",
            "description": "Result mode: 'single' when ticker is provided, 'top' when ticker is omitted."
          },
          "price": {
            "type": "number",
            "description": "Spot price for the asset, using the upstream best bid/last price in a stable quote asset."
          },
          "prices": {
            "type": "array",
            "description": "For mode='top': ordered array of { ticker, symbol, price } for a fixed basket of major tokens, in the order: btc, solana, eth, xmr, bnb, xrp, trx, doge, ada, bch, hype, link, leo, xlm, zec, ltc, avax, hbar, dai, shib, ton, mnt, wlfi, cro."
          },
          "symbol": {
            "type": "string",
            "description": "Upstream trading symbol for the asset (e.g. BTC-USDT for single mode, or base asset symbol like BTC in the top basket)."
          },
          "ticker": {
            "type": "string",
            "description": "Normalized lower-case ticker that was resolved (single mode only)."
          },
          "changeRate": {
            "type": "number",
            "description": "Relative 24h change rate over the recent period for the asset (single mode only)."
          },
          "changePrice": {
            "type": "number",
            "description": "Absolute 24h price change over the recent period for the asset (single mode only)."
          }
        }
      }
    },
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x402FaCcC3fAeb72351CC2b68C7966faF5f22B0d4",
      "asset": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
      "max_amount_required_atomic": "1000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Base coin price mini-endpoint for major tokens only. Returns spot prices and 24h stats for well-known tickers like btc, solana, eth, xmr, ltc and other large-cap coins, never microcaps. Pass an optional ticker to get a single-coin 24h snapshot with price, symbol, changeRate, changePrice, high and low, or omit ticker to receive a compact basket of top tokens in a fixed order. Cost: 0.001 USDC per request.",
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "ticker": {
              "type": "string",
              "required": false,
              "description": "Optional ticker symbol for a single major token (case-insensitive). Examples: btc, solana, eth, xmr, ltc. When omitted the endpoint returns a compact basket of top tokens instead."
            }
          }
        },
        "output": {
          "ok": {
            "type": "boolean",
            "description": "True on success."
          },
          "low": {
            "type": "number",
            "description": "24h low price for the asset (single mode only)."
          },
          "high": {
            "type": "number",
            "description": "24h high price for the asset (single mode only)."
          },
          "mode": {
            "type": "string",
            "description": "Result mode: 'single' when ticker is provided, 'top' when ticker is omitted."
          },
          "price": {
            "type": "number",
            "description": "Spot price for the asset, using the upstream best bid/last price in a stable quote asset."
          },
          "prices": {
            "type": "array",
            "description": "For mode='top': ordered array of { ticker, symbol, price } for a fixed basket of major tokens, in the order: btc, solana, eth, xmr, bnb, xrp, trx, doge, ada, bch, hype, link, leo, xlm, zec, ltc, avax, hbar, dai, shib, ton, mnt, wlfi, cro."
          },
          "symbol": {
            "type": "string",
            "description": "Upstream trading symbol for the asset (e.g. BTC-USDT for single mode, or base asset symbol like BTC in the top basket)."
          },
          "ticker": {
            "type": "string",
            "description": "Normalized lower-case ticker that was resolved (single mode only)."
          },
          "changeRate": {
            "type": "number",
            "description": "Relative 24h change rate over the recent period for the asset (single mode only)."
          },
          "changePrice": {
            "type": "number",
            "description": "Absolute 24h price change over the recent period for the asset (single mode only)."
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "x402factory-ai",
    "host": "x402factory.ai",
    "url": "https://x402factory.ai",
    "favicon": "https://x402factory.ai/x402factoryfavoicon.jpg"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/x402factory-ai-base-coinprice",
    "url": "https://x402all.com/resource/x402factory-ai-base-coinprice",
    "name": "X402factory \u00b7 Base Coinprice",
    "@type": "WebAPI",
    "offers": [
      {
        "url": "https://x402all.com/resource/x402factory-ai-base-coinprice",
        "@type": "Offer",
        "price": "0.001",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "additionalProperty": [
          {
            "name": "paymentNetwork",
            "@type": "PropertyValue",
            "value": "base"
          },
          {
            "name": "paymentAsset",
            "@type": "PropertyValue",
            "value": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913"
          }
        ],
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.001000",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent"
      },
      {
        "url": "https://x402all.com/resource/x402factory-ai-base-coinprice",
        "@type": "Offer",
        "price": "0.001",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "additionalProperty": [
          {
            "name": "paymentNetwork",
            "@type": "PropertyValue",
            "value": "base"
          },
          {
            "name": "paymentAsset",
            "@type": "PropertyValue",
            "value": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913"
          }
        ],
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.001000",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent"
      }
    ],
    "sameAs": "https://x402factory.ai/base/coinprice",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/x402factory-ai",
      "url": "https://x402factory.ai",
      "name": "x402factory.ai",
      "@type": "Organization"
    },
    "identifier": "x402factory-ai-base-coinprice",
    "description": "X402factory \u00b7 Base Coinprice \u2014 x402-protected finance API. Pay $0.0010 per call on base. Indexed by x402all.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=x402factory-ai-base-coinprice",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "finance"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=x402factory-ai-base-coinprice",
  "callability": {
    "status": "partial",
    "schema_callability": 0.282,
    "source": "facilitator_bazaar",
    "source_confidence": 0.75,
    "match_confidence": 0.4,
    "schema_confidence": 0.2,
    "validated_at": "2026-05-10T11:55:33.578631+00:00",
    "warnings": []
  },
  "contract": {
    "route_template": "https://x402factory.ai/base/coinprice",
    "content_type": "application/json",
    "response_schema": {
      "ok": {
        "type": "boolean",
        "description": "True on success."
      },
      "low": {
        "type": "number",
        "description": "24h low price for the asset (single mode only)."
      },
      "high": {
        "type": "number",
        "description": "24h high price for the asset (single mode only)."
      },
      "mode": {
        "type": "string",
        "description": "Result mode: 'single' when ticker is provided, 'top' when ticker is omitted."
      },
      "price": {
        "type": "number",
        "description": "Spot price for the asset, using the upstream best bid/last price in a stable quote asset."
      },
      "prices": {
        "type": "array",
        "description": "For mode='top': ordered array of { ticker, symbol, price } for a fixed basket of major tokens, in the order: btc, solana, eth, xmr, bnb, xrp, trx, doge, ada, bch, hype, link, leo, xlm, zec, ltc, avax, hbar, dai, shib, ton, mnt, wlfi, cro."
      },
      "symbol": {
        "type": "string",
        "description": "Upstream trading symbol for the asset (e.g. BTC-USDT for single mode, or base asset symbol like BTC in the top basket)."
      },
      "ticker": {
        "type": "string",
        "description": "Normalized lower-case ticker that was resolved (single mode only)."
      },
      "changeRate": {
        "type": "number",
        "description": "Relative 24h change rate over the recent period for the asset (single mode only)."
      },
      "changePrice": {
        "type": "number",
        "description": "Absolute 24h price change over the recent period for the asset (single mode only)."
      }
    },
    "examples": [],
    "schema_presence": {
      "path_schema": "unknown",
      "query_schema": "unknown",
      "header_schema": "unknown",
      "request_body_schema": "unknown",
      "response_schema": "partial"
    },
    "contract_hash": "4b4650fbdf83a0f169c29b78ccd754e65331ce73d05d77de66748435e2fa325e"
  }
}