Skip to content

Account

blacklizardcode edited this page May 2, 2026 · 1 revision

Account Endpoints

All account endpoints will be documented here.

Balance

Endpoint

GET /account/balance

Authentication

  • JWT token in cookies (required)

Responses

Status Description
200 OK
401 Unauthorized
500 Internal Server Error

Response Body

{
  "balance": 0
}

Clone this wiki locally