Skip to content
{ SoftBet } · dashboard
↗ Marketing site
dashboard.overview

Welcome back.

Here's a quick look at your account.

Balance
$0.00
No deposits yet
Active API keys
0
Requests · last 24h
0
Live when API is wired
GGR · last 7d
$0.00
Tracking starts in Phase 5
getting.started

Three steps to live

  1. Create your first API key

    Generate a key + secret for your casino to call our gateway.

  2. Set your webhook URL

    Where we'll forward SoftBet's bet / win / refund callbacks.

  3. Fund your account

    Deposit crypto. Pre-pay model — fees debit from your USD balance.

activity.recent

Recent ledger

No activity yet.
dashboard.api-keys

API keys.

Each key + secret pair authenticates one of your environments. Up to 10 active keys per account.

No keys yet. Create your first key to get started.
dashboard.integration

Integration.

A self-contained quickstart for putting our slots catalog on your casino — copy-pastable code, live tester, and the full reference.

Game tile images — full-size originals, you resize

The image / image_url field returns the full-size original artwork; resize/crop it to whatever tile shape you use. Two sources, transparently:

  • Studio art (most titles) — the studio's own high-res portrait image, served from api.softbet.io/img/games/….
  • Slotegrator original (titles with no studio portrait) — Slotegrator's own image straight from their CDN, usually landscape.

So orientation varies per title. Drop it into a fixed frame and let the browser crop:

.game-tile { aspect-ratio: 2 / 3; overflow: hidden; border-radius: 12px; }  /* or any ratio you like */
.game-tile img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
}

Games with no artwork at all (no studio art and no Slotegrator image) are simply omitted from the catalog responses — you'll never receive a blank/placeholder tile.

Preview

Loading sample tiles…

Full reference docs:

Slot-related endpoints

MethodPathPurpose
GET /api/v1/system-categories5 system buckets with game counts.
GET /api/v1/providers All providers with game counts + latest release.
GET /api/v1/games/catalog Paginated, filterable catalog (category, provider, has_bonus_buy, is_mobile, is_freespins, q, sort).
GET /api/v1/games Raw SoftBet passthrough (legacy; prefer /games/catalog).
GET /api/v1/game-tags Tag list passthrough.
POST /api/v1/games/init Launch a real-money game session.
POST /api/v1/games/init-demo Launch a demo session (no GGR fees).
GET /api/v1/games/lobby Game lobby URL.
POST /api/v1/self-validate Signature sanity probe — call this first.
dashboard.usage

Usage.

Requests, GGR, and fees per day. Updated live once your customers start hitting the API.

requests0
success
GGR$0
fees$0
No requests in this period yet.
requests.by_endpoint

Per-endpoint breakdown

No requests in this period yet.
games.top_launched

Top games launched

No launches yet — once players start spinning, the top 10 lands here.
requests.recent

Recent requests

No API activity yet. Once you start using your keys, requests will appear here.
dashboard.transactions

Transactions.

Every bet, win, refund and rollback that flows through your gateway. Click a row for the full SG payload + your response + the fee math.

GGR · last 7d
$0.00
Net of all rounds in player currency, converted to USD
Fees · last 7d
$0.00
Charged from your USD balance
Requests · last 24h
0
All proxy + webhook traffic
When Action Player Game Amount USD Fee Status
No transactions yet. Once your customer launches a game, every bet/win/refund/rollback lands here.
dashboard.freespins

Free Spins.

Grant free-spin campaigns to your players — slot-specific bonus rounds, server-tracked through SoftBet. Each grant is mirrored locally so you keep the full history even after SoftBet burns through the spins.

freespins.grant

Grant a campaign

freespins.history

Campaigns

No campaigns yet. Grant your first one from the form on the left.
dashboard.freevouchers

Free Vouchers.

Grant free-voucher campaigns to your players — server-tracked through SoftBet. Each grant is mirrored locally so you keep the full history. Note: voucher availability depends on your Slotegrator merchant tier.

freevouchers.grant

Grant a voucher

freevouchers.history

Campaigns

No campaigns yet. Grant your first one from the form on the left.
dashboard.sessions

Game sessions.

Each row is one player's launched game. Drill in to see every transaction inside a session — useful for debugging disputed rounds.

Launched Player Game CCY Bets Wins Fee Status
No game sessions yet.
dashboard.sportsbook

Sportsbook.

Embed a fully-branded sportsbook on your casino. Players bet inside an iframe — you keep the player wallet, we take % of NGR on settled bets.

subscription

Sportsbook is disabled

Enable to start integrating. We'll mint a default theme matching the BetBy-style reference; you can customize colors, fonts and hero copy from the Theme & Hero tabs.

Once enabled: paste the snippet in the Embed tab into your casino site. Your players sign in to your existing wallet; we proxy bet placements via the same callback URL you use for slots — see Wallet integration in docs/CUSTOMER-API.md.
Fee tier
8.00 %
Of NGR (stakes − payouts)
House margin
2.50 %
Added to Duel's raw odds
Max bet
$1,000
Per-bet cap
Max payout
$50,000
Per-bet cap
dashboard.wallet

Wallet.

Pre-pay your account with crypto. Fees are debited from your USD balance as you accrue GGR.

Current balance
$0.00
Low-balance alert at $50.00 — change in Settings.
Total deposited
$0.00
Across all crypto deposits
Total fees paid
$0.00
Lifetime · GGR-based
deposits

Recent deposits

No deposits yet. Click "+ New deposit" to fund your account.
ledger

Balance history

No transactions yet.
gateway · tatum

Customer deposit address (test)

MAINNET — real funds. This derives a real on-chain address and registers a live Tatum webhook subscription. Repeat calls for the same reference + currency return the same address (no duplicate subscriptions).
Customer reference
Currency
Loading…
dashboard.admin

Admin.

All tenants and servers across provide.bet hosting. Cred/lifecycle actions are audited.

tenants

All tenants

Loading…
audit

Recent admin actions

Loading…
dashboard.settings

Settings.

Webhook URL, notifications, account details.

Webhook
We POST SoftBet's bet / win / refund / rollback calls here, signed with your API secret.
Notifications
Account
8% NGR (default)
Account security
Loading two-factor status…