{
  "x402Version": 2,
  "id": 7086,
  "slug": "7086",
  "resource": "https://oraclepost.higgsfield.app/api/premium/convert",
  "description": "Convert an amount of a crypto asset to USD using the live Chainlink price on Base. Pass ?from=ETH&amount=1.5 (assets: ETH, BTC, SOL, LINK, CBETH, AERO, EUR). Returns the rate used, the feed and its age. Oracle value, not a tradable quote. No cache.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x5D005884a1818260D31735101980b0a43d28D968",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "amount": "Amount to convert, e.g. 1.5 (default 1)",
            "from": "Asset ticker, e.g. ETH, BTC, SOL, LINK, CBETH, AERO, EUR"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "age_seconds": 41,
            "amount": 1.5,
            "from": "ETH",
            "not_financial_advice": true,
            "pair": "ETH-USD",
            "rate": 2401.41,
            "source": "chainlink",
            "usd": 3602.11
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "properties": {
              "method": {
                "const": "GET"
              },
              "queryParams": {
                "properties": {
                  "amount": {
                    "description": "Amount to convert, e.g. 1.5 (default 1)",
                    "type": "string"
                  },
                  "from": {
                    "description": "Asset ticker, e.g. ETH, BTC, SOL, LINK, CBETH, AERO, EUR",
                    "type": "string"
                  }
                },
                "required": [
                  "from",
                  "amount"
                ],
                "type": "object"
              },
              "type": {
                "const": "http"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {},
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "oraclepost.higgsfield.app",
  "lastUpdated": "2026-09-17T09:34:58.336Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-17T09:34:57.542Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "oraclepost.higgsfield.app",
    "manifest_name": "oraclepost.higgsfield.app",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}