Returns the complete set of currencies available for conversion, identified by their ISO 4217 codes alongside full English names. Use this to validate a currency code before running a conversion or to answer "which currencies do you support."
You want to see which currencies can be converted, or to check a code is valid before converting.
Getting a rate or converting an amount (use a conversion operation).
0.1 credits / request
Set these inside the intent when you run it.
This operation takes no inputs.
A map of ISO 4217 currency code to full currency name for every supported currency.
Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the Currency Rates skill will route from your intent instead.)
curl -X POST "https://skill.askfaro.com/skills/currency/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"operation":"list_currencies"}}'Example requests