mirror of
https://github.com/Fijxu/BooyahDocs.git
synced 2025-02-02 14:37:18 -03:00
Fijxu
6905fea26d
The content of the Users API docs is still to be completed. APIs that are from the same url were merged in the same file. ./docs/users.md not yet completed
427 B
Executable file
427 B
Executable file
Coins - Private
Request Method: GET
- /users/
userID
/coins = Get info about your account coins and tickets count-
Response Example:
{ "coin": 0, // Your coins "ticket_info": { "balance": 1065, // Your tokens "sent": 200, // Total tokens spended in streamers or something else "received": 0 // Recived tokens } }
-