Check net balance up to a date

Returns the net balance available in the wallet on a specific date.


Use this endpoint to query the consolidated net balance of the transactional account on a specific date.

  • The query follows the D-1 rule, meaning only balances from already-closed dates can be queried.
  • The balance returned corresponds to the end-of-day position for the given date, considering all transactions processed up to 23:59:59.
  • It is not possible to query the balance for the current day, as amounts are still subject to change.
  • If multiple banking providers are integrated, the returned value already reflects the consolidation of all of them.

Examples

Queried dateBalance returned
2026-05-20Consolidated balance as of 05/20/2026 at 23:59:59
2026-06-02Consolidated balance as of 06/02/2026 at 23:59:59

Response Fields

  • amount: Consolidated net balance at the end of the given day.
  • gross_amount: Consolidated gross balance at the end of the given day, before the deduction of fees and charges.
Path Params
string
required

Reference date for the balance query in YYYY-MM-DD format.

Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json