Retrieve the current exchange rate for a given currency pair. The rate is not guaranteed for any following transactions.
Documentation Index
Fetch the complete documentation index at: https://docs.getivy.de/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication
The source currency code.
EUR, GBP, USDC The target currency code.
EUR, GBP, USDC The amount of source currency to convert. If not provided, only the rate will be returned. Decimal places should be separated by a dot.
Returns the current exchange rate for the given currency pair.
The current exchange rate for the given currency pair.
The amount of the target currency for the given source amount. Only returned if the source amount is provided.
The amount of source currency to convert. Only returned if the source amount is provided.