topup
T
topup
/verify_receipt

verify receipt

Verify an order's ed25519-signed receipt against the service's published public key. Returns whether the signature is valid and the txids to check on-chain.

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 /verify_receipt for me.

Input

FieldTypeDescription
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":"/verify_receipt","input":{"orderId":"..."}}'
cli
npx cracked-ai run -p mcp-app-iomarkets-topup -e /verify_receipt -i '{"orderId":"..."}'
mcp
run_tool({ provider: "mcp-app-iomarkets-topup", endpoint: "/verify_receipt", input: {"orderId":"..."} })

Try it

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