← Back to API index
GET /account/info

Get account information

Options

Options are grouped for easier scanning, similar to parameter-focused docs.

App

details

query integer Optional

Example: 1

Detail level: 1=basic, 3=with recent screenshots

Responses

200

Account information

{
  "success": true,
  "data": {
    "balance": 5000
  }
}
401

Unauthorized

{
  "success": false,
  "error": "Unauthorized",
  "code": "UNAUTHORIZED"
}
500

Server error

{
  "success": false,
  "error": "Internal server error",
  "code": "INTERNAL_ERROR"
}