BNY Pershing API

BNY Pershing API. 1 operation. Lead operation: Get Pershing Status. Self-contained Naftiko capability covering the Pershing clearing, NetX360+, and Wove platform surface.

BNY Pershing API is a Naftiko capability published by BNY (Bank of New York Mellon), one of 4 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the GET method rooted at /v1/status.

The capability includes 1 read-only operation. Lead operation: Get Pershing Status. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include BNY, Pershing, Wealth Management, and Clearing.

Run with Naftiko BNYPershingWealth ManagementClearing

What You Can Do

GET
Getstatus — Get Pershing Status
/v1/status

MCP Tools

get-pershing-status

Get Pershing Status

read-only idempotent

Capability Spec

bny-pershing.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: BNY Pershing API
  description: 'BNY Pershing API. 1 operation. Lead operation: Get Pershing Status. Self-contained Naftiko capability
    covering the Pershing clearing, NetX360+, and Wove platform surface.'
  tags:
  - BNY
  - Pershing
  - Wealth Management
  - Clearing
  created: '2026-05-23'
  modified: '2026-05-23'
binds:
- namespace: env
  keys:
    BNY_API_KEY: BNY_API_KEY
capability:
  consumes:
  - type: http
    namespace: bny-pershing
    baseUri: https://apigateway.bny.com
    description: BNY Pershing business capability. Self-contained, no shared references.
    resources:
    - name: status
      path: /v1/status
      operations:
      - name: getstatus
        method: GET
        description: Get Pershing Status
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.BNY_API_KEY}}'
  exposes:
  - type: rest
    namespace: bny-pershing-rest
    port: 8080
    description: REST adapter for BNY Pershing. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/status
      name: status
      description: REST surface for status.
      operations:
      - method: GET
        name: getstatus
        description: Get Pershing Status
        call: bny-pershing.getstatus
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: bny-pershing-mcp
    port: 9090
    transport: http
    description: MCP adapter for BNY Pershing. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: get-pershing-status
      description: Get Pershing Status
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: bny-pershing.getstatus
      outputParameters:
      - type: object
        mapping: $.