ToolAssay

Live foreign-exchange reference rates (European Central Bank daily fixes, ~30 ma

Live foreign-exchange reference rates (European Central Bank daily fixes, ~30 major currencies): any cross-rate from any base, optional amount conversion. Refreshed daily; response carries the rate date.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
1710 msmedian answer time
$0.001listed price per call
$0.001price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://workbot1.oddsys.org/fx

CategoryMarket data
Provider hostworkbot1.oddsys.org
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days5 from 5 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.001 1710 ms

Example input (from the provider)

{
  "body": {
    "amount": 100,
    "base": "USD",
    "symbols": [
      "EUR",
      "GBP",
      "JPY"
    ]
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "additionalProperties": false,
          "description": "ALL fields optional \u2014 an empty (or absent) body returns all ~30 rates vs EUR.",
          "properties": {
            "amount": {
              "description": "Optional amount to convert at each rate.",
              "type": "number"
            },
            "base": {
              "description": "ISO 4217 base currency (default EUR).",
              "type": "string"
            },
            "symbols": {
              "description": "Target currency codes (default: all ~30).",
              "items": {
                "type": "string"
              },
              "maxItems": 50,
              "type": "array"
            }
          },
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    }
  }
}

This page as JSON