Skills/Currency Rates/List currencies

List currencies

0.1 credits / request

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."

Use when

You want to see which currencies can be converted, or to check a code is valid before converting.

Not for

Getting a rate or converting an amount (use a conversion operation).

Cost

0.1 credits / request

What it accepts

Set these inside the intent when you run it.

(none)optional

This operation takes no inputs.

What you get back

A map of ISO 4217 currency code to full currency name for every supported currency.

Run it

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

  • What currencies can you convert?
  • Is Thai baht supported?
  • List all the available currency codes.