Get Average Balance

The Average Balance GET API will allow clients to receive user authorized average balance. It can be generated for a selected period.

Request Parameters

Key Parameters

Data Type

Description

public_access_token

String

Unique Identifier token for clients, Also called as public_access_token

user_access_token

String

Unique access token that is generated after a successful connection by the user

from

String(MM-YYYY)

Starting period of the requested avg-balance

to

String(MM-YYYY)

Ending period of the requested avg-balance

You can check the async(callback) responsehere.

Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!