Interzoid Convert Currency Rate API
IC
Interzoid Convert Currency Rate API
/convertcurrency

Converts amount in one currency to that of another

Provide an amount in one currency (EUR, GBP, CNY, JPY, AUD, etc.), and also a second currency to convert it to. The API will return the result using current foreign exchange rates. See the API home page for a list of all supported currencies.

liveunknown~3s typical
live currency rate conversioninterzoid
$0.0020
per call
plus $0.001 platform fee per run
Public API, no upstream charge
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-interzoid-com-convertcurrency /convertcurrency for me.

Input

FieldTypeDescription
license*stringYour Interzoid license API key. Register at www.interzoid.com/register default null
from*stringCurrency symbol for the converted from amount default null
to*stringCurrency symbol for the converted to amount default null
amount*stringThe amount of currency to be converted default null

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"oa-interzoid-com-convertcurrency","endpoint":"/convertcurrency","input":{"license":"...","from":"...","to":"...","amount":"..."}}'
cli
npx cracked-ai run -p oa-interzoid-com-convertcurrency -e /convertcurrency -i '{"license":"...","from":"...","to":"...","amount":"..."}'
mcp
run_tool({ provider: "oa-interzoid-com-convertcurrency", endpoint: "/convertcurrency", input: {"license":"...","from":"...","to":"...","amount":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.