Check wallet balance

GET /v1/wallet

Responses

GET /v1/wallet
curl \
 -X GET https://api.csgopaka.com/v1/wallet \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "success": true,
  "type": "response",
  "data": {
    "balance": 192.94,
    "balanceFormatted": "192.94 wPLN"
  }
}