Skip to main content
GET
Balance history

Authorizations

Authorization
string
header
required

JWT obtained from POST /user/login

Query Parameters

page
integer
default:0

Zero-based page number (offset = page x page size).

limit
integer
default:10

Page size (max 50)

Response

Balance history

Standard Mannco.store response envelope. err and success flag the outcome; the payload (or error message) is always under content.

err
boolean
required

True when the request failed.

success
boolean
required

True when the request succeeded.

content
any

Payload on success, or an error message/object on failure.