{
  "x402Version": 2,
  "id": 13797,
  "slug": "13797",
  "resource": "https://fx.openverbs.com/v1/convert",
  "description": "Convert an amount from one currency to another using reference rates (latest or a historical date). Amount defaults to 1.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "6000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "amount": 1,
            "date": "2024-01-01",
            "from": "AUD",
            "to": "AUD"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "additionalProperties": false,
                "properties": {
                  "amount": {
                    "description": "Amount in the source currency. Defaults to 1.",
                    "exclusiveMinimum": 0,
                    "type": "number"
                  },
                  "date": {
                    "description": "Historical date (YYYY-MM-DD). Defaults to latest.",
                    "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
                    "type": "string"
                  },
                  "from": {
                    "description": "Source currency (ISO 4217).",
                    "enum": [
                      "AUD",
                      "BRL",
                      "CAD",
                      "CHF",
                      "CNY",
                      "CZK",
                      "DKK",
                      "EUR",
                      "GBP",
                      "HKD",
                      "HUF",
                      "IDR",
                      "ILS",
                      "INR",
                      "ISK",
                      "JPY",
                      "KRW",
                      "MXN",
                      "MYR",
                      "NOK",
                      "NZD",
                      "PHP",
                      "PLN",
                      "RON",
                      "SEK",
                      "SGD",
                      "THB",
                      "TRY",
                      "USD",
                      "ZAR"
                    ],
                    "type": "string"
                  },
                  "to": {
                    "description": "Target currency (ISO 4217).",
                    "enum": [
                      "AUD",
                      "BRL",
                      "CAD",
                      "CHF",
                      "CNY",
                      "CZK",
                      "DKK",
                      "EUR",
                      "GBP",
                      "HKD",
                      "HUF",
                      "IDR",
                      "ILS",
                      "INR",
                      "ISK",
                      "JPY",
                      "KRW",
                      "MXN",
                      "MYR",
                      "NOK",
                      "NZD",
                      "PHP",
                      "PLN",
                      "RON",
                      "SEK",
                      "SGD",
                      "THB",
                      "TRY",
                      "USD",
                      "ZAR"
                    ],
                    "type": "string"
                  }
                },
                "required": [
                  "from",
                  "to"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "fx.openverbs.com",
  "lastUpdated": "2026-09-06T08:06:55.878Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-06T08:06:55.564Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "fx.openverbs.com",
    "manifest_name": "fx.openverbs.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}