Lions Feed is a dedicated, read-only API in front of the WagerStreet PWallet integration — money and GGR, wager mix, top games, customer records, balances, agents and more, delivered as clean JSON behind a single bearer token.
Everything Lions Feed serves already flows through our own production WagerStreet integration — you're not getting a stripped-down sample, you're getting the same data our own dashboards run on.
Deposits, withdrawals, net, and gross gaming revenue for any window — the same computed source our internal money card runs on.
Casino vs. sports breakdowns, top-10 games by house profit, actual RTP — computed daily from graded wager data.
Search, balances, credit profiles, bonus and login history — a full customer 360 in one round trip.
Live and historic balances, credit changes, auto-zero configuration, per customer or across the whole book.
Bonus assignment and rollover, agent hierarchies and commissions — the reference data behind the whole book.
Currencies, permissions, the full games catalog, and a live status probe — everything your integration needs to introspect.
Lions Feed isn't a separate integration maintained on the side — it's the same read-only WagerStreet gateway that powers our own internal dashboards, exposed behind its own token, its own rate limits, and its own audit trail.
Authorization: Bearer <key>/feed-endpointsNo endpoint in this catalog can mutate WagerStreet data. Every design choice here favors a narrow, auditable blast radius over convenience.
curl -H "Authorization: Bearer <LIONS_FEED_TOKEN>" \ https://api.lionsfeed.escazulion.com/feed-money?range=weekly { "range": "weekly", "fromDate": "2026-08-12", "toDate": "2026-08-18", "dep": 48210.33, "wd": 31894.10, "net": 16316.23, "ggr": 9482.71, "bonus": 640.00, "hasData": true }
The Atlas and Integration Guide are gated behind the login we've issued Clanroot directly. Your API bearer token ships the same way — reach out to your Escazú Lion contact if either needs rotating.