For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Developer InformationAPI Reference
Developer InformationAPI Reference
  • Getting Started
    • Paradigm Overview
    • Onboarding
    • High-Level Notes
    • Authentication
    • Rate-Limits
    • Errors
    • Allowlisting URL`s
    • Security
  • Unified Markets
    • Summary
    • RFQ - Request For Quotes
    • OBv1
  • Delta-1 Spreads
    • Summary
    • High-Level Workflows
    • API Flows
  • What`s Changed
    • Auto-Populated Delta Hedge Quantity
    • Changes to Leg Level Validation
Logo
On this page
  • DRFQ
  • OB
  • FSPD
  • Other Rate Limits
Getting Started

Rate Limits

Desks cannot scale their rate limit capacity by using multiple Paradigm API Keys.

DRFQ

Most RESToverHTTP requests are rate limited to 500 requests per second per desk across all API Keys.

Requests to [POST] /v1/drfq/rfqs have a rate limit of 1 request per 3 seconds.


These limits are not configurable per desk.

OB

Most RESToverHTTP requests are rate limited to 500 requests per second per desk across all API Keys.
Unfiltered requests to the [DELETE] /v1/ob/quotes endpoint have a 5 requests per 10 seconds rate limit.

Requests to [POST] /v1/ob/rfqs have a rate limit of 1 request per 3 seconds.

These limits are not configurable per desk.

FSPD

RESToverHTTP requests are rate limited per desk and type of request. [GET] requests are limited to 100 requests per second.

[POST] / [PATCH] / [DELETE] requests are limited to 10 requests per second.

Paradigm is able to configure these limits upon request by the user.

Other Rate Limits

In addition to the global rate limits listed above, see also taker-limits and maker-protection.

Previous

Errors

Next
Built with