You're viewing a demo portfolio

Join the waitlist
PRSM

fx_convert

Active

Tool of Ready APIs

declared in 1.0.0

Convert an amount between two currencies at the most recent reference rate.

Parameters schema

{
  "type": "object",
  "required": [
    "from_currency",
    "to_currency",
    "amount"
  ],
  "properties": {
    "amount": {
      "type": "number"
    },
    "to_currency": {
      "type": "string",
      "description": "Destination currency code, e.g. EUR."
    },
    "from_currency": {
      "type": "string",
      "description": "Source currency code, e.g. USD."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Ready APIs

https://github.com/ReadyAPIs-com/readyapis

1/7 registries
View full server →