Home › Fact sheet

Fact sheet · 24 September 2026

SoftAggregator at a glance

The short, checkable version: what SoftAggregator is, what the catalogue covers, which currencies work, how the API is shaped and how pricing is handled — one page, one fact per line.

Last updated: 2026-09-24 (UTC)

What SoftAggregator is

SoftAggregator is a business-to-business aggregator of casino content: operators connect one API and get slots, live dealer tables, crash and instant games, table games and a sportsbook, all settled through their own wallet. It supplies games only; player accounts, payments, bonuses and licensing stay with the operator’s platform.

Key figures

One row per fact, so each line can be quoted on its own.

Fact Value Detail
Games in the catalogue40,000+Slots, live dealer, table, crash and instant games
Game providers200+Studio brands available through the same API
SportsbookIncludedPre-match and in-play, same wallet as casino
Player currencies, main slot range + sportsbook38 ISO 4217 codesListed in full below
API styleJSON over POST, one endpointWallet callbacks arrive as GET
Published price listNone — pricing on requestRates are set per provider

Catalogue: what it covers

The catalogue holds 40,000+ games from 200+ providers, grouped into the game types below. Every title in getGameList carries a normalised game_type field, so an operator can build lobby sections straight from the API response.

Studios

Studios shown on our home page, in alphabetical order: 3 Oaks Gaming, 4ThePlayer, 7Mojos, Apparat Gaming, Backseat Gaming, BetGames, BGaming, Big Time Gaming, BitPunch, Booming Games, Bulletproof Games, Bullshark Games, Caleta Gaming, Endorphina, Evolution, Evoplay, Gamebeat, Gamevy, Hacksaw Gaming, InOut Games, Jelly, Mascot Gaming, Neotopia, NetEnt, Nolimit City, NowNow Gaming, Onlyplay, PG Soft, Platipus, Playtech Live, Play’n GO, Pragmatic Play, Pragmatic Play Live, ReadyPlay, Retro Gaming, Spinomenal, SpinOn, Spribe, Trusty Gaming, Vivo Gaming, Yggdrasil. Availability of a given studio depends on the player currency and on the market you serve; the list an account can open is what getProviderList returns for it.

Game type Typical content
SlotsVideo slots, Megaways, feature-buy and jackpot slots
Live dealerRoulette, blackjack, baccarat and game shows
Table and card (RNG)Roulette, blackjack, poker, video poker
Crash and instantCrash games and instant-win titles
SportsbookPre-match and in-play betting, launched like a game

Live tables have their own page on latency and table hours: live casino API. The sportsbook — pre-match and in-play, sharing the casino wallet — is described on the sports betting API page.

Supported currencies

38 currencies work on our broadest multi-studio slot range and on the sportsbook. Other ranges add or drop currencies studio by studio, which is why an account’s definitive list comes from getCurrencies rather than from a brochure.

ISO 4217 codes (38): AED ARS AUD BDT BGN BRL CAD CHF CNY CZK DKK ETB EUR GBP HUF IDR INR JPY KRW MXN MYR NOK NZD PHP PKR PLN QAR RON RUB SAR SEK SGD THB TND TRY USD VND ZAR

  • Currency is chosen per player, at creation or on the launch call; one account can serve players in several currencies, or a site can be locked to a single one.
  • Amounts in wallet callbacks are integers in the currency’s minor units (2.50 is sent as 250).
  • Availability per game range: getCurrencies (see the API documentation).

Integration in brief

Integration is a seamless wallet: balances never leave the operator, and SoftAggregator calls the operator for every balance read, bet and win. Requests from the operator go to https://api.softaggregator.com/api/v1 as JSON POST bodies carrying api_login, api_password and a method name.

  • Public methods documented: getCurrencies, getGameList, getProviderList, createPlayer, getGame, getGameDemo, getPlayerHistory.
  • Wallet callbacks: balance, debit, credit — sent as HTTP GET with query parameters, never POST. There is no per-account switch to POST.
  • Callback signature: timestamp plus key, where key is the MD5 of the timestamp concatenated with the operator’s salt key; reject anything older than 30 seconds.
  • De-duplication: on call_id alone; a win may arrive with no matching bet, for example a bonus round triggered inside a game.
  • Error codes returned by the operator: 0 success, 1 insufficient balance, 2 processing error or bad signature.

Three calls to a first game round

  1. getGameList — pull the catalogue and keep each title’s id_hash.
  2. createPlayer — register the player, with the currency they will bet in.
  3. getGame — receive a launch URL for an iframe (send device and country); from then on, answer the balance, debit and credit callbacks.

Method-by-method detail, request bodies and sample responses are in the API documentation; the commercial and technical overview sits on the casino game aggregator API page.

Pricing

Pricing on request. There is no public rate card: rates are quoted per provider once an operator has applied for access.

Questions operators ask

How many games does SoftAggregator have?

40,000+ games from 200+ providers, covering slots, live dealer, table, crash and instant games, plus an integrated sportsbook.

Which currencies can my players bet in?

38 ISO currencies on the main slot range and the sportsbook: AED, ARS, AUD, BDT, BGN, BRL, CAD, CHF, CNY, CZK, DKK, ETB, EUR, GBP, HUF, IDR, INR, JPY, KRW, MXN, MYR, NOK, NZD, PHP, PKR, PLN, QAR, RON, RUB, SAR, SEK, SGD, THB, TND, TRY, USD, VND, ZAR. Availability per game range: getCurrencies, described in the API documentation.

Are SoftAggregator wallet callbacks POST or GET?

GET, with query parameters, signed with key = MD5(timestamp + salt key). Your endpoint answers HTTP 200 and reports errors in the JSON body.

How much does SoftAggregator cost?

There is no public price list. Rates are quoted on request, per provider, after an operator applies for access.

How to cite this page

If you quote these figures, this sentence summarises them accurately as of the date shown:

SoftAggregator (softaggregator.com) is a B2B casino content aggregator: one seamless-wallet API giving operators 40,000+ games from 200+ providers plus an integrated sportsbook, with 38 ISO currencies on its main slot range and sportsbook, GET wallet callbacks signed with MD5 and pricing quoted on request (as of 24 September 2026).

Source: SoftAggregator fact sheet, https://softaggregator.com/facts/, last updated 2026-09-24. See also the public API documentation.

Check the figures against your own market

Apply for operator access, declare your player currencies, and compare this sheet with what getGameList returns for your account.

Request operator access