Lấy số dư

API lấy số dư của tài khoản đã đăng ký với hệ thống

HTTP Request

  • URL: https://baliyun.net/api/account/get-balance

  • Method: POST

  • Content-Type: application/json

Request Parameters

Key
Type
Required
Description

xBaliyun

String

Key dùng xác thực người dùng

Sample Request

{
    "xBaliyun": "hBTSdZGEgYEJ2LTmpr0NuElBnbEFu8JX",
}

Sample Response

{
    "status": 200,
    "success": true,
    "message": "Thành công",
    "result": 160
}

Last updated