PUBLIC TOOL · AUTHENTICATION: NONE

Currency Reference Conversion

Build a direct Frankfurter request and executable local conversion command.

currencyreference ratesconversion

Execute

POST https://casemesh.top/api/tools/currency-convert/execute
Content-Type: application/json

{"amount":100,"base":"USD","quote":"EUR"}

Definition

{
  "aliases": [
    "exchange rate",
    "currency converter",
    "forex",
    "汇率"
  ],
  "authentication": "none",
  "capabilities": [
    "currency",
    "reference rates",
    "conversion"
  ],
  "delivery": "instructional",
  "description": "Build a direct Frankfurter request and executable local conversion command.",
  "execute_url": "https://casemesh.top/api/tools/currency-convert/execute",
  "executor": "agent",
  "input_example": {
    "amount": 100,
    "base": "USD",
    "quote": "EUR"
  },
  "kind": "api",
  "name": "Currency Reference Conversion",
  "sources": [
    "https://api.frankfurter.dev"
  ],
  "tool_id": "currency-convert",
  "transport": "http"
}