Overview

The MMB88 API lets approved partners and agents integrate account balance checks, transaction records, and game data into their own systems. Access is granted on request and requires an approved partner account.

Authentication

All requests must include your API key in the request header:

Authorization: Bearer YOUR_API_KEY

API keys are issued per partner account and should never be shared or exposed in client-side code.

Base URL

https://api.mmb88.com/v1

Sample Endpoints

MethodEndpointDescription
GET/account/balanceRetrieve current account balance
GET/account/transactionsList recent deposits and withdrawals
POST/account/depositInitiate a deposit request
POST/account/withdrawInitiate a withdrawal request
GET/gamesList available games and providers

Rate Limits

API requests are limited per partner account to ensure platform stability. Current limits are shared with you when your API access is provisioned.

Request Access

To request API access or documentation for your integration, contact us via our Contact Us page.

← Back to Home