All servicesDocumentation 0102OpenAPI source
Service / other
Megapot
Play the global internet lottery. Purchase random Megapot lottery tickets on Base and check ticket win/payout status.
Payment protocol
x402
baseavalanchesolana
Payment protocol
mpp
tempo
Method ledger
2 callable methods
POST/purchase1000000 USDC
POST
/purchasePurchase a random Megapot lottery ticket.
POST an empty JSON body. Each purchase costs 1 USDC and returns the ticket purchase result.
{
"body": {}
}POST/status0 USDC
POST
/statusCheck Megapot ticket win and payout status.
POST an empty JSON body to check ticket win and payout status.
{
"body": {}
}