ExchangeRate-API · Capability
ExchangeRate-API — Pair Conversion
ExchangeRate-API — Pair Conversion. 2 operations. Lead operation: Get Pair Conversion Rate. Self-contained Naftiko capability covering the pair conversion business surface.
What You Can Do
GET
Getpairconversion
— Get the exchange rate between two currencies.
/v1/pair/{base_code}/{target_code}
GET
Getpairconversionwithamount
— Get the exchange rate and converted amount.
/v1/pair/{base_code}/{target_code}/{amount}
MCP Tools
exchangerate-get-pair-conversion
Get the exchange rate between two currencies.
read-only
idempotent
exchangerate-get-pair-conversion-with-amount
Convert a specified amount from one currency to another at the latest rate.
read-only
idempotent