- Topic:
ticker.<symbol>(e.g.,ticker.BTC-USDC) - Stream: Public (
wss://api.ekiden.fi/ws/public)
Subscribe
Event shape
data is a TickerSnapshot.
next_funding_timeandserver_ts_msare in milliseconds (encoded as strings).- Prices and other numeric values are strings to preserve precision.
Fields
| Field | Type | Notes |
|---|---|---|
| symbol | string | Market symbol |
| addr | string | Market address |
| last_price | string | Last traded price |
| mark_price | string | Mark price |
| index_price | string | Oracle/index price |
| prev_price_24h | string | Market price 24 hours ago |
| high_price_24h | string | Highest price in the last 24 hours |
| low_price_24h | string | Lowest price in the last 24 hours |
| prev_price_1h | string | Market price 1 hour ago |
| open_interest | string | Open interest size (base units) |
| open_interest_value | string | Open interest value (quote units) |
| funding_rate | string | Funding rate (e.g. “0.0001” = 1 bps) |
| next_funding_time | string | Next funding time (ms) |
| volume_24h | string | 24h base volume |
| turnover_24h | string | 24h quote turnover |
| best_ask_size | string | Best ask size |
| best_ask_price | string | Best ask price |
| best_bid_size | string | Best bid size |
| best_bid_price | string | Best bid price |