User

Get User Info

Get basic user information including ID, username, and balance.

get/v2/me

Response

User information

idstring

User ID

usernamestring

Username

balancenumber

Account balance

Example response

{
  "id": "abc123",
  "username": "johndoe",
  "balance": 50000
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.