C5GAME OPEN
  1. Account
C5GAME OPEN
  • Access Guide
  • Account
    • Account Balance
      GET
    • User Reala Steam List
      GET
  • Sell
    • Sell List
      GET
    • Modify Product Price
      POST
    • Off Sell
      POST
    • Sell Steam Items
      POST
    • Price Query
      POST
  • Order
    • Buyer Order Detail
      GET
    • Buyer Orders
      POST
    • Seller Orders
      POST
  • Buy
    • Quick Buy
      POST
    • Normal Buy
      POST
  • Market
    • Query Item Sell
      POST
  • inventory
  1. Account

Account Balance

GET
/merchant/account/v1/balance
Query User Account Balance

Request

Authorization
Add parameter in query
app-key
Example:
app-key: ********************
Query Params
app-key
string 
optional
Default:
{{app-key}}

Request 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 --request GET 'http://openapi.c5game.com//merchant/account/v1/balance?app-key'

Responses

🟢200成功
application/json
Body
success
boolean  | null 
optional
Is request successful
data
object (UserBalanceDTO) 
optional
Business data
userId
integer  | null 
optional
userId
balance
number  | null 
optional
balance(CNY)
errorCode
integer  | null 
optional
Error code
errorMsg
string  | null 
optional
Error message
errorData
object (Object) 
optional
Error data,when errorCode is not equals to 0,maybe this property will have a value
errorCodeStr
string  | null 
optional
like the errorCode,but this property is string
Example
{
    "success": true,
    "data": {
        "userId": 111,
        "balance": 100.21
    },
    "errorCode": 0,
    "errorMsg": "",
    "errorData": {},
    "errorCodeStr": ""
}
Modified at 2023-09-29 05:59:40
Previous
Access Guide
Next
User Reala Steam List
Built with