DeepBook
DEEP7D price series. Open $0.01613, close $0.02115, high $0.02151, low $0.01603, change 31.14%.
DeepBook is the native central limit order book of the Sui blockchain. It went live on Sui mainnet on 12 July 2023, incubated by Mysten Labs and the Sui Foundation, and was rebuilt as DeepBook V3 in 2024. It is not an application with its own liquidity. It sits in the base layer as shared infrastructure, so any protocol on Sui can route through the same book, and every integration deepens it for everyone else. The protocol spans three primitives. Spot is the order book itself, settling atomically in a single Sui transaction. Margin adds leverage drawn from the same shared pool, with positions opening, executing and closing in one transaction and no off-chain sequencer. Predict, currently on testnet, brings binary options with continuous strikes and fully on-chain settlement.
A freshness-weighted mid, and the complete venue breakdown behind it.
One normalized endpoint, 1 credit per call. The responses below are this instrument’s real data.
The normalized mark, with opt-in freshness and confidence.
curl "https://api.getliaw.com/v1/prices/latest?assets=DEEP"e=USD" \ -H "Authorization: Bearer $LIAW_KEY"
{ "data": [ { "asset": "DEEP", "quote": "USD", "price": "0.021047000000000000", "updated_at": "2026-09-25T03:37:05.437Z" } ], "meta": { "request_id": "<request id>", "served_at": "<ISO 8601 serve time>", "count": 1 } }
Live DEEP values, straight from the feeds on this page. request_id and served_at are per-request — the server fills those in.