Skip to main content
The ZLL Trading API has one REST surface. Staging is live today; testnet is coming soon.

Base URLs

EnvironmentBase URLStatus
Staginghttps://staging.zerolatencylabs.comAvailable
TestnetNot yet publishedComing soon
Build against staging for now; this page updates when testnet lands. Every endpoint sits under the /api/v1 prefix, so a full request URL is the base URL, the prefix, and the operation path:
https://staging.zerolatencylabs.com/api/v1/account

Rate limits

The API applies a per-account rate limit — by default 100 requests per 60 seconds, with a burst of 10. Exact per-environment values and the 429 response contract will live on the rate-limits reference page (coming soon).