T
topup
/fx
fx
Indicative USDC → local-currency rate at our sale price, with an estimate for an amount. The quote is the binding price.
liveverifiedunknown~5s typical
mcpprobedtopup
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-iomarkets-topup /fx for me.
Input
| Field | Type | Description |
|---|---|---|
| to* | string | ISO-4217, e.g. INR |
| amount | number |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-app-iomarkets-topup","endpoint":"/fx","input":{"to":"..."}}'cli
npx cracked-ai run -p mcp-app-iomarkets-topup -e /fx -i '{"to":"..."}'mcp
run_tool({ provider: "mcp-app-iomarkets-topup", endpoint: "/fx", input: {"to":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.