# Get token balance info Retrieves the total token balance, reserved tokens, and free tokens for the user associated with the provided Bearer token. Endpoint: GET /users/check_tokens Version: 3.0.1 ## Header parameters: - `Authorization` (string) Authorization header with a Bearer token, formatted as 'Bearer [JWT]' where [JWT] is the JSON Web Token used for user authentication and authorization. Example: "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.your-payload-here.signature" ## Response 403 fields ## Response 500 fields