{#Virtual currency#} - GET ⭐️
{#Retrieving the virtual currency total of a viewer.#}
Request
Body Params multipart/form-data
Request Code Samples
curl --location -g --request GET 'https://wapi.wizebot.tv/api/currency/{{API_KEY_W}}/get/Dere011'
Responses
application/json {
"success": true,
"user": {
"user_id": "28294141",
"user_name": "dere011"
},
"currency": 236011,
"code": 200,
"cache_timestamps": 1714787453
}
Modified at 2024-05-04 22:07:43