BNY Mellon · Capability

BNY Mellon Treasury Services API — Transactions

BNY Mellon Treasury Services API — Transactions. 1 operations. Lead operation: List Transactions. Self-contained Naftiko capability covering one Bank Of New York Mellon business surface.

Run with Naftiko Bank Of New York MellonTransactions

What You Can Do

GET
Listtransactions — List Transactions
/v1/accounts/{accountid}/transactions

MCP Tools

list-transactions

List Transactions

read-only idempotent

Capability Spec

bny-mellon-treasury-services-transactions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: BNY Mellon Treasury Services API — Transactions
  description: 'BNY Mellon Treasury Services API — Transactions. 1 operations. Lead operation: List Transactions. Self-contained
    Naftiko capability covering one Bank Of New York Mellon business surface.'
  tags:
  - Bank Of New York Mellon
  - Transactions
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BANK_OF_NEW_YORK_MELLON_API_KEY: BANK_OF_NEW_YORK_MELLON_API_KEY
capability:
  consumes:
  - type: http
    namespace: bny-mellon-treasury-services-transactions
    baseUri: https://api.bnymellon.com/treasury/v4
    description: BNY Mellon Treasury Services API — Transactions business capability. Self-contained, no shared references.
    resources:
    - name: accounts-accountId-transactions
      path: /accounts/{accountId}/transactions
      operations:
      - name: listtransactions
        method: GET
        description: List Transactions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accountId
          in: path
          type: string
          description: Account identifier
          required: true
        - name: fromDate
          in: query
          type: string
          description: Start date (ISO 8601)
        - name: toDate
          in: query
          type: string
          description: End date (ISO 8601)
        - name: limit
          in: query
          type: integer
          description: Page size
    authentication:
      type: bearer
      token: '{{env.BANK_OF_NEW_YORK_MELLON_API_KEY}}'
  exposes:
  - type: rest
    namespace: bny-mellon-treasury-services-transactions-rest
    port: 8080
    description: REST adapter for BNY Mellon Treasury Services API — Transactions. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{accountid}/transactions
      name: accounts-accountid-transactions
      description: REST surface for accounts-accountId-transactions.
      operations:
      - method: GET
        name: listtransactions
        description: List Transactions
        call: bny-mellon-treasury-services-transactions.listtransactions
        with:
          accountId: rest.accountId
          fromDate: rest.fromDate
          toDate: rest.toDate
          limit: rest.limit
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: bny-mellon-treasury-services-transactions-mcp
    port: 9090
    transport: http
    description: MCP adapter for BNY Mellon Treasury Services API — Transactions. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: list-transactions
      description: List Transactions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: bny-mellon-treasury-services-transactions.listtransactions
      with:
        accountId: tools.accountId
        fromDate: tools.fromDate
        toDate: tools.toDate
        limit: tools.limit
      outputParameters:
      - type: object
        mapping: $.