Live · Built for Clanroot

Every number your sportsbook produces, one feed away.

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.

0
Catalogued endpoints
0
Read-only, no writes
0
Bearer token, one header
0
Requests audit-logged
Reports Transactions Wagers Customers Credits Bonus Agents Admin Reference
What it is

One API, the whole integration

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.

Money & GGR

Deposits, withdrawals, net, and gross gaming revenue for any window — the same computed source our internal money card runs on.

Wager & game mix

Casino vs. sports breakdowns, top-10 games by house profit, actual RTP — computed daily from graded wager data.

Customer records

Search, balances, credit profiles, bonus and login history — a full customer 360 in one round trip.

Balances & credits

Live and historic balances, credit changes, auto-zero configuration, per customer or across the whole book.

Bonus & agents

Bonus assignment and rollover, agent hierarchies and commissions — the reference data behind the whole book.

Reference data

Currencies, permissions, the full games catalog, and a live status probe — everything your integration needs to introspect.

Built on production data

The same feed we build on internally

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.

  • Single bearer token — Authorization: Bearer <key>
  • Clean JSON responses, no upstream quirks leaked through
  • Day-windowed caching keeps repeat calls fast
  • Self-describing catalog at /feed-endpoints
Security posture

Read-only by construction

No endpoint in this catalog can mutate WagerStreet data. Every design choice here favors a narrow, auditable blast radius over convenience.

example — money summary
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
}
Get started

Access is credentialed, not open

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.