PlaySuper LogoPlaySuper
API ReferenceSwaggerPlayer

Get all wallets for the player

GET
/player/funds
AuthorizationBearer <token>

In: header

Header Parameters

x-game-uuid?string

Game UUID for player identification

x-api-keystring

Game API Key

Response Body

curl -X GET "https://api.playsuper.club/player/funds" \  -H "x-game-uuid: string" \  -H "x-api-key: string"
[
  {
    "id": "string",
    "playerId": "string",
    "coinId": "string",
    "balance": 0,
    "coin": {
      "name": "string",
      "convertionRate": 0,
      "pictureUrl": "string",
      "expiry": "2019-08-24T14:15:22Z",
      "neverExpire": true,
      "isOrgWide": true
    }
  }
]