Tip Stream

Stream Nozomi Tip Floors by Percentile

REST Endpoint

Shell
curl https://api.nozomi.temporal.xyz/tip_floor

WebSocket

Shell
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"
  }
]