T
topup
/order_status
order status
Check an order. Poll every ~3 s until `terminal` is true: delivered (confirmation + signed receipt), refunded (refund txid + signed receipt) or refund_failed.
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 /order_status for me.
Input
| Field | Type | Description |
|---|---|---|
| orderId* | string |
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":"/order_status","input":{"orderId":"..."}}'cli
npx cracked-ai run -p mcp-app-iomarkets-topup -e /order_status -i '{"orderId":"..."}'mcp
run_tool({ provider: "mcp-app-iomarkets-topup", endpoint: "/order_status", input: {"orderId":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.