JPM OAuth

24-10-2024

Overview

Login:

Guide:

Changes:

From JPM

The Benefits of Authenticating via OAuth:

  • No account lockout when a J.P. Morgan Markets account password expires or when throttling limits are accidentally triggered (common 401 API response errors)
  • Client secrets do not contain an expiry date post-generation
  • Self-serve portal to connect to the API (by generating a client ID and client secret) with the removal of manual certificate approval
  • No requirement to purchase and manage the administration of SSL certificates annually.
  • Fully self-serve OAuth credential management via the J.P. Morgan API Store
  • Extensive OAuth documentation is available including sample OAuth code, a migration guide and a sample DataQuery notebook

Changes:

Rate limits:

  • Max of 20x expressions per 1x HTTP request when using GET /expressions/time-series end-point

Pagination:

  • paginated at 50 items (expressions) per page
  • each page contains links to the current page "self" and "next" page. When the last page is reached, the "next" link is returned as null indicating no more pages are available for retrieval.
  • items indicate the total item count of results
  • page-size indicates the item count of current page