
Block Lottos is a public API providing on-chain lottery, draw history, jackpot and advertising endpoints.
This API is publicly accessible without authentication.
GET https://api.example.com/v1/status| Method | Path | Description |
|---|---|---|
| GET | https://blocklottos.com/openapi.json | Primary API endpoint. |
curl -X GET "https://blocklottos.com/openapi.json" \ -H "Accept: application/json"