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
}