5. How to query all the configurations of on-chain CLOB?

For latest On-chain configurations, you could retrieve from: http://dboe.exchange:8686/api/query/clobSpecs

{
  "taker_fee_bps": 25,
  "chain": "AVAX",
  "maker_fee_bps": 5,
  "num_px_level": 6,
  "max_order_validity_sec": 3600,
  "max_ref_px_waiting_sec": 600,
  "ref_px_update_random_chance": 10,
  "ob_address": "0x6751b76eF043bf221ee129927A115e9e5a09b212",
  "min_ref_px_waiting_sec": 480,
  "min_lmt_order_notional": 100000000000000000000
}

Last updated