{
  "generated_at": "2026-05-11T00:56:48.476130+00:00",
  "slug": "brapi-dev-api-x402-prime-rate",
  "title": "Brapi \u00b7 X402 Prime Rate",
  "url": "https://brapi.dev/api/x402/prime-rate",
  "category": "data",
  "summary": "Brapi \u00b7 X402 Prime Rate \u2014 x402-protected data API. Pay $0.010 per call on base. Indexed by x402all.",
  "seo": {
    "title": "Brapi \u00b7 X402 Prime Rate \u2014 x402 data API \u00b7 $0.010 per call",
    "description": "Brapi \u00b7 X402 Prime Rate \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 Brazil's prime rate (SELIC) data with period and sorting options. Returns Brazil's SELIC interest rate with historical data.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "end": {
              "type": "End date in DD/MM/YYYY format (e.g., \"31/12/2023\"). Automatically enables historical mode (string, optional)"
            },
            "start": {
              "type": "Start date in DD/MM/YYYY format (e.g., \"01/01/2023\"). Automatically enables historical mode (string, optional)"
            },
            "sortBy": {
              "type": "Sort field: \"date\" or \"value\" (default: \"date\") (string, optional)"
            },
            "country": {
              "type": "Country for prime rate data (e.g., \"brazil\"). Currently only Brazil is supported. Default: \"brazil\" (string, optional)"
            },
            "sortOrder": {
              "type": "Sort order: \"asc\" or \"desc\" (default: \"desc\") (string, optional)"
            },
            "historical": {
              "type": "Include historical data: true/false. If true or start/end specified, returns historical series. Default: false for current data (string, optional)"
            }
          }
        },
        "output": {
          "type": "object",
          "properties": {
            "date": {
              "type": "string",
              "description": "Date of the measurement"
            },
            "value": {
              "type": "number",
              "description": "Current indicator value"
            },
            "historical": {
              "type": "array",
              "description": "Historical data points when requested"
            }
          },
          "description": "Brazilian economic indicator data response"
        }
      }
    }
  ],
  "origin": {
    "slug": "brapi-dev",
    "host": "brapi.dev",
    "url": "https://brapi.dev"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/brapi-dev-api-x402-prime-rate",
    "url": "https://x402all.com/resource/brapi-dev-api-x402-prime-rate",
    "name": "Brapi \u00b7 X402 Prime Rate",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/brapi-dev-api-x402-prime-rate",
      "@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/prime-rate",
    "@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-prime-rate",
    "description": "Brapi \u00b7 X402 Prime Rate \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-prime-rate",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "data"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=brapi-dev-api-x402-prime-rate",
  "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-10T23:49:19.285376+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"
  }
}