Skip to main content
Data API REST routes share a per-client budget, with a tighter cap on the public liquidity-rewards prefix: Authenticated /liquidity-rewards/* routes require Authorization: Bearer <privy_access_token> and share the default Data API REST budget.

Client guidance

  • Throttle on the client. Excess traffic receives 429 Too Many Requests.
  • Prefer the Portfolio WebSocket for live portfolio updates instead of polling GET /users/portfolio.
  • Orderbook rate limits are documented separately on the Orderbook API rate limits page.