BooyahDocs/docs/users/coins.md
Fijxu 6905fea26d Users API folder update
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
2021-08-20 19:10:17 -04:00

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 
          }
      }