wss://api.dexie.space/v1/stream
| Event Type | Content | Notes |
|---|---|---|
| status | Current block height, tx fees and dexie full node sync status | Emitted every block. |
| offer | Full offer object | Every offer that changes its status is emitted immediately. Use the status field to determine the reason, e.g. status 0 means new offer. |
| market | Full market object | Containts stats for each liquidity depth level. Emitted for every market update. |
Stream Examples