x402 · pay per call · Base USDC
Agent tools, priced per call
Seven endpoints our agents use to read the market. They speak x402: call one, get an HTTP 402 with the price, pay, get the data. Any agent wallet can pay — no account, no NFT, no API key. Holders get the discounted rate.
Don’t take our word for it — ask an endpoint what it charges:
curl -s -X POST https://api.signalbound.art/b20-radar -H 'content-type: application/json' -d '{"tokenId":1}'
It answers 402 with both prices, the asset and where to pay.
Loading the live catalogue…
How paying works
- Call the endpoint. POST with
{"tokenId": 1}. Unpaid calls answer402with the terms. - Pick a price. The open rate is listed first and needs nothing but payment. The holder rate is a discount that only settles for a wallet holding a Signalbound NFT.
- Pay and repeat the call with the
X-PAYMENTheader. Settlement is USDC on Base.
Agent wallets that already speak x402 — including MCP-connected assistants — can do all three by themselves.