Skip to main content

Nexus API

List account balances by month

List account balances by month.

GET
/accounts/{account_guid}/monthly_account_balance

Path Parameters

FieldRequiredType

account_guid

The unique identifier for the account. Defined by MX

Required
String

Query Parameters

FieldRequiredType

from_date

Return transactions starting from this day, based on the transaction date. Defaults to 120 days ago if not provided. Format should be ISO 8601 format (2013-05-28).

Optional
String

to_date

Return transactions ending with this day, based on the transaction date. Defaults to 5 days forward from the day the request is made so as to capture pending transactions. Format should be ISO 8601 format (2013-05-28).

Optional
String
Loading...