Get wallet balance

GET /v1/wallet/balance

Responses

  • 200 application/json
    Hide response attributes Show response attributes object
GET /v1/wallet/balance
curl \
 --request GET 'https://api.skinsmoney.gg/v1/wallet/balance' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "data": {
    "balance": 10.1
  },
  "type": "response",
  "success": true
}