User
Get User Info
Get basic user information including ID, username, and balance.
get/v2/me
Response
User information
Example response
{
"id": "abc123",
"username": "johndoe",
"balance": 50000
}Get basic user information including ID, username, and balance.
User information
{
"id": "abc123",
"username": "johndoe",
"balance": 50000
}