magnifying-glassGet balance report

Balance Report Endpoint

get
/balance/report

Retrieve the details of your daily Balance Report in a given time.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
fromintegerOptional

Transaction creation date interval in Unix TimeStamp format.

tointegerOptional

Transaction creation date interval in Unix TimeStamp format, max difference with 'from' value 60 days.

pageintegerOptional

The page number.

Default: 0
Responses
get
/balance/report
200

A paginated list of daily balance reports.

Last updated

Was this helpful?