- read public lottery rounds, tickets, wins, and wallet participation stats through one capability-first interface
1
Live Providers
10
Live Routes
0 credits ($0)
Starting Price
0 credits ($0)
Primary Capability
The lottery catalog currently exposes 10 capabilities for AI agents. Starting Price currently starts at 0 credits ($0), and primary capability currently starts at 0 credits ($0).
What Is Lottery Data?
Lottery Data is the operational layer that lets an AI agent compare routes and execute lottery workflows through one routed domain.
AgentRouter recommends a route before execution so the integration can stay stable even as provider supply changes underneath.
Top Scenarios
- read public lottery rounds, tickets, wins, and wallet participation stats through one capability-first interface
Round List
Megapot
0 credits ($0)
lottery workflows
Coverage: 1 capabilities · 1 live routes
Start with Round List
- read public lottery rounds, tickets, wins, and wallet participation stats through one capability-first interface
Round List
Megapot
0 credits ($0)
lottery workflows
Coverage: 1 capabilities · 1 live routes
Start with Round List
- read public lottery rounds, tickets, wins, and wallet participation stats through one capability-first interface
Round List
Megapot
0 credits ($0)
lottery workflows
Coverage: 1 capabilities · 1 live routes
Start with Round List
Provider Comparison
The rows below are derived from the live route catalog currently exposed through AgentRouter.
| Provider | Best For | Key Capabilities | Starting Price | Available Via |
|---|---|---|---|---|
M Megapot Covers Round List, Active Round, Round Get, Round Tickets List through the live routed catalog. 10 live routes | Round List and Active Round | Round List, Active Round, Round Get, Round Tickets List +6 more Modes: Managed | 0 credits ($0) | Direct |
Quick Start
Get an API key, ask AgentRouter to recommend the best route for the job, and execute through one shared wallet instead of wiring each provider separately.
Step 1
Enable the API once
Create one AgentRouter API key that can be reused across all live domains and capabilities.
Step 2
Recommend the route
Let AgentRouter compare the current routes, prices, and route availability before the first execute call.
Step 3
Execute the capability
Run the selected workflow through the chosen route while AgentRouter handles pricing, wallet debits, and upstream settlement.
Works with
Pricing By Task
These examples translate the current live route prices into workflow questions operators usually evaluate before shipping a domain into an agent.
| Task | Route | Price | Notes |
|---|---|---|---|
| Run one lottery task | Megapot (lottery.round.list.megapot) | 0 credits ($0) | Representative live route price for this domain. |
Pricing note: 1000 credits = $1 USD. Raw API responses still return numeric credit fields such as creditsCharged.
Why AgentRouter
Recommendation happens before execution, so the agent can compare current route supply and pricing instead of hard-coding one provider forever. The same routed contract stays stable even as provider coverage or transport paths change underneath.
FAQ
- read public lottery rounds, tickets, wins, and wallet participation stats through one capability-first interface
Reference
Use the capability browser below when you want contract-level detail: endpoints, live example modals, route breakdowns, and exact route prices.
| Capability | Endpoints | Price |
|---|---|---|
round.list List lottery rounds with cursor pagination. | GET /api/agentic-api/domains/lottery/capabilities/round-listRead the capability contract, current lifecycle status, and machine-readable metadata for this lottery workflow. | Free |
POST /api/agentic-api/domains/lottery/capabilities/round-list/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/lottery/capabilities/round-list/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | ||
round.active Get the current active round. | GET /api/agentic-api/domains/lottery/capabilities/round-activeRead the capability contract, current lifecycle status, and machine-readable metadata for this lottery workflow. | Free |
POST /api/agentic-api/domains/lottery/capabilities/round-active/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/lottery/capabilities/round-active/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | ||
round.get Get one round by round id. | GET /api/agentic-api/domains/lottery/capabilities/round-getRead the capability contract, current lifecycle status, and machine-readable metadata for this lottery workflow. | Free |
POST /api/agentic-api/domains/lottery/capabilities/round-get/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/lottery/capabilities/round-get/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | ||
round.tickets.list List tickets for one round. | GET /api/agentic-api/domains/lottery/capabilities/round-tickets-listRead the capability contract, current lifecycle status, and machine-readable metadata for this lottery workflow. | Free |
POST /api/agentic-api/domains/lottery/capabilities/round-tickets-list/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/lottery/capabilities/round-tickets-list/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | ||
round.wins.list List wins for one round. | GET /api/agentic-api/domains/lottery/capabilities/round-wins-listRead the capability contract, current lifecycle status, and machine-readable metadata for this lottery workflow. | Free |
POST /api/agentic-api/domains/lottery/capabilities/round-wins-list/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/lottery/capabilities/round-wins-list/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | ||
wallet.stats Get aggregate participation and winnings stats for one wallet. | GET /api/agentic-api/domains/lottery/capabilities/wallet-statsRead the capability contract, current lifecycle status, and machine-readable metadata for this lottery workflow. | Free |
POST /api/agentic-api/domains/lottery/capabilities/wallet-stats/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/lottery/capabilities/wallet-stats/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | ||
wallet.tickets.list List tickets owned by one wallet. | GET /api/agentic-api/domains/lottery/capabilities/wallet-tickets-listRead the capability contract, current lifecycle status, and machine-readable metadata for this lottery workflow. | Free |
POST /api/agentic-api/domains/lottery/capabilities/wallet-tickets-list/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/lottery/capabilities/wallet-tickets-list/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | ||
wallet.tickets.round.list List tickets owned by one wallet for one round. | GET /api/agentic-api/domains/lottery/capabilities/wallet-tickets-round-listRead the capability contract, current lifecycle status, and machine-readable metadata for this lottery workflow. | Free |
POST /api/agentic-api/domains/lottery/capabilities/wallet-tickets-round-list/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/lottery/capabilities/wallet-tickets-round-list/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | ||
wallet.wins.list List wins for one wallet. | GET /api/agentic-api/domains/lottery/capabilities/wallet-wins-listRead the capability contract, current lifecycle status, and machine-readable metadata for this lottery workflow. | Free |
POST /api/agentic-api/domains/lottery/capabilities/wallet-wins-list/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/lottery/capabilities/wallet-wins-list/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | ||
wallet.wins.round.list List wins for one wallet in one round. | GET /api/agentic-api/domains/lottery/capabilities/wallet-wins-round-listRead the capability contract, current lifecycle status, and machine-readable metadata for this lottery workflow. | Free |
POST /api/agentic-api/domains/lottery/capabilities/wallet-wins-round-list/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/lottery/capabilities/wallet-wins-round-list/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. |
Related Pages
AgentRouter landing page
Browse all live domains, top API cards, and route coverage across the platform.
Install and auth
Enable AgentRouter, create the API key, and connect the shared wallet flow.
Phone, SMS & Voice domain
Create managed phone agents, provision numbers, inspect conversations and calls, and keep telephony workflows behind one supplier-neutral phone domain.
Physical Mail domain
Quote letters, send physical mail, poll fulfillment status, and send postcards through one routed post domain.