Skip to main content

Credit Quotas

The API config key system allows Pacifica to provision higher rate limits to verified users, ensuring real traders have adequate resources while protecting against abuse.
TierBase Credits/60s
Unidentified IP100
Valid API Config Key300
These are base quotas and may be increased based on account reputation. The credit is shared across a main account and all its subaccounts. Naturally, higher fee tier grants an account higher rate limits.
TierCredits/60s
1300
2600
31200
42400
56000
VIP112000
VIP224000
VIP330000

Credit Costs

ActionUnidentified IPAPI Config Key
Standard request/action11
Order cancellation0.50.5
Heavy GET requests3-121-4
When credits are exhausted, requests return HTTP 429.

WebSocket Limits

  • Max 100 concurrent connections per IP
  • Max 20 subscriptions per channel per connection
These are default limits; production deployments may set higher values, and quotas can be raised for specific accounts.

Checking Your Quota

Note: All credit values are multiplied by 10 to support fractional costs (e.g., r=1200 = 120.0 credits).
REST API - Response headers:
ratelimit: "credits";r=1200;t=32
ratelimit-policy: "credits";q=1250;w=60
WebSocket - rl field in action responses:
{"rl": {"r": 1200, "q": 1250, "t": 32}}
FieldDescription
rRemaining credits
tSeconds until refresh
qTotal quota per window
wWindow size in seconds