BNY Mellon · Schema

AccountListResponse

List of accounts

Asset ServicingBankingInstitutional BankingPaymentsTreasuryWire TransfersFortune 500

Properties

Name Type Description
accounts array
totalCount integer
View JSON Schema on GitHub

JSON Schema

accountlistresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/bank-of-new-york-mellon/json-schema/accountlistresponse-schema.json",
  "title": "AccountListResponse",
  "type": "object",
  "description": "List of accounts",
  "properties": {
    "accounts": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Account"
      }
    },
    "totalCount": {
      "type": "integer"
    }
  }
}