{
  "generated_at": "2026-05-11T00:56:48.476130+00:00",
  "slug": "brapi-dev-api-x402-crypto-prices",
  "title": "Brapi \u00b7 X402 Crypto Prices",
  "url": "https://brapi.dev/api/x402/crypto-prices",
  "category": "data",
  "summary": "Brapi \u00b7 X402 Crypto Prices \u2014 x402-protected data API. Pay $0.010 per call on base. Indexed by x402all.",
  "seo": {
    "title": "Brapi \u00b7 X402 Crypto Prices \u2014 x402 data API \u00b7 $0.010 per call",
    "description": "Brapi \u00b7 X402 Crypto Prices \u2014 x402-protected data API. Pay $0.010 per call on base. Indexed by x402all."
  },
  "use_cases": [],
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 0.5,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x404a2569eaf612bcf49fcde687f2cfcbf6000000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "10000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Get current and historical cryptocurrency prices with market data. Returns real-time prices, market cap, volume, and historical data for major cryptocurrencies.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "coin": {
              "type": "Cryptocurrency symbol (e.g., \"BTC\", \"ETH\"). Multiple coins separated by comma. If not specified, returns popular coins (string, optional)"
            },
            "range": {
              "type": "Historical data period: 1d, 5d, 1mo, 3mo, 6mo, 1y, 2y, 5y, 10y, ytd, max. If omitted, returns current price only (string, optional)"
            },
            "currency": {
              "type": "Quote currency (default: BRL). Examples: USD, EUR, BRL (string, optional)"
            },
            "interval": {
              "type": "Historical data granularity: 1m, 5m, 15m, 30m, 60m, 1d, 1wk, 1mo. Requires range parameter (string, optional)"
            }
          }
        },
        "output": {
          "type": "object",
          "properties": {
            "coins": {
              "type": "array",
              "description": "Array of cryptocurrency data with price, market cap, and volume"
            },
            "requestedAt": {
              "type": "string",
              "description": "ISO timestamp of request"
            }
          },
          "description": "Cryptocurrency market data response"
        }
      }
    }
  ],
  "origin": {
    "slug": "brapi-dev",
    "host": "brapi.dev",
    "url": "https://brapi.dev"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/brapi-dev-api-x402-crypto-prices",
    "url": "https://x402all.com/resource/brapi-dev-api-x402-crypto-prices",
    "name": "Brapi \u00b7 X402 Crypto Prices",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/brapi-dev-api-x402-crypto-prices",
      "@type": "Offer",
      "price": "0.01",
      "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.010000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent"
    },
    "sameAs": "https://brapi.dev/api/x402/crypto-prices",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/brapi-dev",
      "url": "https://brapi.dev",
      "name": "brapi.dev",
      "@type": "Organization"
    },
    "identifier": "brapi-dev-api-x402-crypto-prices",
    "description": "Brapi \u00b7 X402 Crypto Prices \u2014 x402-protected data API. Pay $0.010 per call on base. Indexed by x402all.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=brapi-dev-api-x402-crypto-prices",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "data"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=brapi-dev-api-x402-crypto-prices",
  "callability": {
    "status": "likely_callable",
    "schema_callability": 0.692,
    "source": "provider_openapi",
    "source_confidence": 0.9,
    "match_confidence": 0.4,
    "schema_confidence": 1.0,
    "validated_at": "2026-05-11T00:18:30.916464+00:00",
    "warnings": []
  },
  "contract": {
    "method": "GET",
    "route_template": "/health",
    "content_type": "application/json",
    "response_schema": {
      "type": "object",
      "example": {
        "status": "ok",
        "uptime": 866.658018047,
        "database": {
          "status": "ok",
          "latencyMs": 1
        },
        "timestamp": "2026-02-08T16:25:38.608Z"
      },
      "required": [
        "status",
        "timestamp",
        "uptime"
      ],
      "properties": {
        "status": {
          "enum": [
            "ok"
          ],
          "type": "string"
        },
        "uptime": {
          "type": "number",
          "minimum": 0
        },
        "database": {
          "type": "object",
          "example": {
            "status": "ok",
            "latencyMs": 1
          },
          "required": [
            "status"
          ],
          "properties": {
            "error": {
              "type": "string"
            },
            "status": {
              "enum": [
                "ok",
                "error"
              ],
              "type": "string"
            },
            "latencyMs": {
              "type": "number",
              "minimum": 0
            }
          }
        },
        "timestamp": {
          "type": "string",
          "format": "date-time"
        }
      }
    },
    "examples": [],
    "schema_presence": {
      "path_schema": "unknown",
      "query_schema": "unknown",
      "header_schema": "unknown",
      "request_body_schema": "explicit_none",
      "response_schema": "declared"
    },
    "contract_hash": "d89c05bfd1a4fa96788f480586ea06e0e600bac4d6432921d0e89a4033281da1"
  }
}