1. Integration Service
<Quantum> Milf Master
  • API
  • General Information
    • Change Log
    • Server Structure
  • Integration Service
    • 1. Version History
    • 2. Introduction
    • 3. Launching MilfMasters Game Client
    • 4. Wallet API
    • Verify Session
      POST
    • Get Balance
      POST
    • Withdraw
      POST
    • Confirm Withdraw
      POST
    • Rollback Withdraw
      POST
  • Entry Point
    • Entry Sequence
    • Entry Point
  • Payment
    • Payment Sequence
    • Payment Initiation
    • Payment Callback
    • Payment Callback API
      POST
    • Query Withdrawal
      POST
  • Data Types
    • Data Types
  • Schemas
    • Error Response Body
    • Balance Amount
  1. Integration Service

Get Balance

Developing
开发环境
https://mmaster.casual-tnl01.quantum-web-platform.com
开发环境
https://mmaster.casual-tnl01.quantum-web-platform.com
POST
/wallet/getBalance
Whenever required MilfMasters Game Client can request current player’s wallet balance using a getBalance request.

Request

Body Params application/json

Example
{
    "token": "54c7717d-6288-4670-8de7-809877b866ae"
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://mmaster.casual-tnl01.quantum-web-platform.com/wallet/getBalance' \
--header 'Content-Type: application/json' \
--data '{
    "token": "54c7717d-6288-4670-8de7-809877b866ae"
}'

Responses

🟢200OK
application/json
Bodyapplication/json

Example
{
    "balance": {
        "amount": 52000.8,
        "currencyCode": "XAG"
    }
}
🔴500服务器错误
Modified at 2023-08-24 13:41:32
Previous
Verify Session
Next
Withdraw
Built with