BNY Mellon · Example Payload

Balance Example

Asset ServicingBankingInstitutional BankingPaymentsTreasuryWire TransfersFortune 500

Balance Example is an example object payload from BNY Mellon, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

accountIdbalanceTypeamountcurrencyasOfDateTimeopeningBalanceclosingBalance

Example Payload

Raw ↑
{
  "accountId": "example-accountId",
  "balanceType": "example-balanceType",
  "amount": 0,
  "currency": "example-currency",
  "asOfDateTime": "2026-04-19T12:00:00Z",
  "openingBalance": 0,
  "closingBalance": 0
}