Retrieves the balance of a user
Request Code Samples
curl --location --request GET 'https://streampeg.com/api/balance' \
--header 'X-Auth-Token;'
Responses
application/json {
"error": false,
"msg": null,
"data": {
"balance": 14395.8372
}
}
Modified at 2024-08-06 14:45:51