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
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-interzoid-com-convertcurrency /convertcurrency for me.
Input
| Field | Type | Description |
|---|---|---|
| license* | string | Your Interzoid license API key. Register at www.interzoid.com/register default null |
| from* | string | Currency symbol for the converted from amount default null |
| to* | string | Currency symbol for the converted to amount default null |
| amount* | string | The 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.