Rate limits

Vertex Websocket and REST API Rate limits.

Overview

  • Vertex uses a weight-based rate-limiting system across queries and executes. We limit based on IP address, Wallet address, and a global max # of orders per subaccount per market.

  • These limits equally apply to both http requests and Websocket messages.

  • Limits are applied on a 1 minute and 10 seconds basis.

Limits

  • IP addresses have a max weight limit of 2400 per minute or 400 every 10 seconds across both queries and executes.

  • Wallet addresses have a max weight limit of 600 per minute or 100 every 10 seconds applied only to executes.

  • Users can have up to 500 open orders per subaccount per market.

  • Orders have the following additional limits:

    • Place orders (with spot leverage): up to 600 per minute or 100 every 10 seconds across all markets.

    • Place orders (without spot leverage): up to 30 per minute or 5 every 10 seconds across all markets. Note: orders without spot leverage are 20x more expensive to place due to additional health checks needed.

    • Order cancellations: up to 600 per minute or 100 every 10 seconds.

Query Weights

Queries are rate-limited based on IP. The following weights are applied per query:

Archive (indexer) Weights

  • Archive (indexer) queries are rate-limited based on IP.

  • IP addresses have a max weight limit of 2400 per minute or 400 every 10 seconds.

The following weights are applied per query:

Execute Weights

Executes are rate-limited based on Wallet address. The following weights are applied per execute:

Last updated