# Tip Stream

#### REST Endpoint

```bash
curl https://api.nozomi.temporal.xyz/tip_floor
```

#### WebSocket

```bash
wscat -c wss://api.nozomi.temporal.xyz/tip_stream
```

#### Schema

```json
[
  {
    "time": "string (ISO 8601 timestamp)",
    "landed_tips_25th_percentile": "number",
    "landed_tips_50th_percentile": "number",
    "landed_tips_75th_percentile": "number",
    "landed_tips_95th_percentile": "number",
    "landed_tips_99th_percentile": "number"
  }
]
```
