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 ParametersData TypeDescription
public_access_tokenStringUnique Identifier token for clients, Also called as public_access_token
user_access_tokenStringUnique access token that is generated after a successful connection by the user
fromString(MM-YYYY)Starting period of the requested avg-balance
toString(MM-YYYY)Ending period of the requested avg-balance

You can check the async(callback) response here.

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