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

User Reala Steam List

GET
/merchant/account/v1/steamInfo
Query binding steam accounts

Request

Authorization
Add parameter in query
app-key
Example:
app-key: ********************
Query Params

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

Responses

馃煝200鎴愬姛
application/json
Body

Example
{
    "success": true,
    "data": {
        "uid": "123456",
        "avatar": "https://i.c5game.com/image/u-887621619f27068ca3e.jpg",
        "nickname": "杩欐槸鏄电О",
        "balance": 1090.3,
        "steamList": [
            {
                "steamId": "76561198152000000",
                "avatar": "澶村儚鍦板潃"
            },
            {
                "steamId": "76561198168000000",
                "avatar": "澶村儚鍦板潃"
            }
        ]
    },
    "errorCode": 0,
    "errorMsg": null,
    "errorData": null,
    "errorCodeStr": null
}
Modified at聽2023-09-29 06:00:45
Previous
Account Balance
Next
Sell List
Built with