vaaya / tools / blockrun / submit
BlockRun submit for AI agents
BlockRun — 1 prediction-market data operations over x402. Bulk wallet identities: { endpoint, addresses }. 1¢ cap. Surf retired 2026-09-06; sports…
varies by params per call
npx @vaaya/mcp installParameters
| Param | Type | What |
|---|---|---|
endpoint required | string |
Call it
In a connected MCP client, pass the service, action, and inputs to use:
{
"service": "blockrun",
"action": "submit",
"params": {
"endpoint": "<endpoint>"
},
"max_cost_cents": 100
}
Or over HTTP with a Vaaya API key:
curl -X POST https://vaaya.ai/api/run/blockrun/submit \
-H "Authorization: Bearer $VAAYA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"endpoint":"<endpoint>","max_cost_cents":100}'
Service details
blockrun/submit
varies by params — the listed figure is a cap; you pay what the provider settles. Provider errors are not charged.
Data · routed by vaaya/onefind
Paid per call over x402 (USDC on Base) from Vaaya’s wallet; you are debited the settled amount.
Held server-side by Vaaya; your agent never receives a BlockRun key.
More from BlockRun
Try this action.
Use the example above in your application, or connect an agent and describe the task. Charges appear in your Vaaya account.
npx @vaaya/mcp install