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
}Changes
No recorded changes to this endpoint across all 1 revision of this API.