JPMorgan Chase Banking API

Banking operations

OpenAPI Specification

jpmorgan-chase-banking-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: JPMorgan Chase Banking API
  description: JPMorgan Chase provides developer APIs for banking services including payments, treasury, trade finance, and market data. The APIs enable corporate clients and fintech partners to integrate banking capabilities into their applications.
  version: '1.0'
  contact:
    name: JPMorgan Chase Developer Support
    url: https://developer.jpmorgan.com/
servers:
- url: https://api.jpmorgan.com
  description: Production
security:
- bearerAuth: []
tags:
- name: Banking
  description: Banking operations
paths:
  /status:
    get:
      operationId: getStatus
      summary: Get API status
      description: Returns the current status of the API.
      tags:
      - Banking
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                type: object
                properties:
                  status:
                    type: string
                  version:
                    type: string
        '401':
          description: Unauthorized
        '429':
          description: Too many requests
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer
externalDocs:
  description: Documentation
  url: https://developer.jpmorgan.com/