B
Blixtworks
/redeem_payment
Redeem a payment into credit (free)
Turn a USDC payment you already made into credit you can spend across multiple tool calls. Pass the transaction hash.
liveverifiedunknown~5s typical
mcpprobedblixtworks
$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-com-blixtworks-www-tools /redeem_payment for me.
Input
| Field | Type | Description |
|---|---|---|
| paymentTx* | string | Transaction hash of your USDC payment on Base |
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-com-blixtworks-www-tools","endpoint":"/redeem_payment","input":{"paymentTx":"..."}}'cli
npx cracked-ai run -p mcp-com-blixtworks-www-tools -e /redeem_payment -i '{"paymentTx":"..."}'mcp
run_tool({ provider: "mcp-com-blixtworks-www-tools", endpoint: "/redeem_payment", input: {"paymentTx":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.