Skip to main content

Get BSL limits

GET 

/api/v1/bsl/limits

Machine-readable limits and recovery contract

Treat this response as the runtime source of truth. In particular, persist and act on nonceModel, errorGuidance, quoteReplace.quoteFamilyIdSource, orderBook.priceLevelOverflowBehavior, and quoteReplace.priceLevelWarningSource. Do not copy the current numeric limits into a client release.

  • nonceModel.actionNonce defines the account nonce window and when re-signing is required.
  • nonceModel.machineAuthNonce is a separate per-credential replay counter.
  • errorGuidance maps stable rejects to the required client recovery action.
  • quoteFamilyIdSource is deterministic from account, market, book, and side; it is not a persisted server tag.
  • priceLevelOverflowBehavior currently prunes the worst price level rather than rejecting the whole request.
  • priceLevelWarningSource identifies where clients can detect submitted depth beyond the retained public-book limit.

Returns the live machine-readable action, ingress, backlog, rate-limit, order-book, nonceModel, errorGuidance, and QuoteReplace recovery contract. Values from this endpoint override copied documentation.

Responses

BSL limits