Live demo
This page sends a real request to the live PitWire API. The 402 Payment Required you'll see is not a mock — it is the exact machine-readable challenge an AI agent receives, decoded for human eyes.
| price | — (atomic units → USDG, 6 decimals) |
| pay to | — |
| asset | — USDG on Robinhood Chain |
| network | — |
| scheme | — EIP-3009 TransferWithAuthorization — an offline signature, no gas |
| valid for | — |
Why it stops here: completing step 3 means signing with a funded wallet's private key — nothing a public web page should ever hold. Below is how you close the loop for real.
# 1. Discovery is free curl https://pitwire.xyz/v1/tokens # 2. Run the reference client with a small, dedicated wallet (never your main one) git clone https://github.com/hakkioz22/stockagent && cd stockagent && npm install PRIVATE_KEY=0x… API_URL=https://pitwire.xyz npm run demo # 3. Or skip HTTP entirely — add the MCP server to Claude and just ask for a price
Refreshed from /v1/stats every 5 seconds. Full feed on the dashboard.