LogoLogo
WebsiteTwitterSubstack
  • Nozomi
    • Introduction
    • Transaction Submission
      • Rust
      • Python
      • JavaScript
      • TypeScript
      • CURL
      • Jupiter Swap Example
      • Go
      • Tip Stream
    • Keeping Your TCP Connection Alive
Powered by GitBook
On this page
Export as PDF
  1. Nozomi
  2. Transaction Submission

Tip Stream

Stream Nozomi Tip Floors by Percentile

Rest Endpoint

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

Websocket

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

Schema

[
  {
    "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"
  }
]
PreviousGoNextKeeping Your TCP Connection Alive

Last updated 3 months ago