{#Virtual currency#} - GET ⭐️
{#Retrieving the virtual currency total of a viewer.#}
Request
{#API key (W) of your WizeBot account.#}
{#Name of the viewer or identifier of the platform (digital) of the viewer.#}
Body Params multipart/form-data
Request samples
curl --location -g --request GET 'https://wapi.wizebot.tv/api/currency/{{API_KEY_W}}/get/Dere011'
Responses
application/json {#true or false, if the operation was successful.#}
{#Information (id, name) of target user.#}
{#Total virtual currency for this viewer.#}
{#The code associated with the request.#}
{#The timestamps of caching.#}
{
"success": true,
"user": {
"user_id": "28294141",
"user_name": "dere011"
},
"currency": 236011,
"code": 200,
"cache_timestamps": 1714787453
}
Modified at 2024-05-04 22:07:43