Docs | monitor.ws
  • Welcome
  • Beta
  • 🌊Websocket
    • Quickstart
    • On-Chain Data
      • All
      • Account
      • Signer
      • Token
      • Creation
      • Migration
      • Transfer
    • Off-Chain Data
      • Pumpfun Monitor
        • King of the Hill
        • Meta
      • Dexscreener Monitor
        • Dex Paid
        • Dex Boost
  • 🌐Api
    • Quickstart
    • Transaction
      • Trade
    • On-Chain Data
      • Token
        • Metadata
        • Info
Powered by GitBook
On this page
  • Payload
  • Response
Export as PDF
  1. Websocket
  2. Off-Chain Data
  3. Pumpfun Monitor

King of the Hill

PreviousPumpfun MonitorNextMeta

Last updated 3 months ago

Our King of the Hill Monitoring features enable you to track the current King Of The Hill token on the Pump.fun website.

This event may be unavailable if the Pump.fun website is updated. Please contact us on if that is the case.

Payload

Currently, no filters are available for this event. If you need them, please with the necessary filters.

{
   "event": "listenPumpfunKoh"
}

{
   "event": "removePumpfunKoh"
}

Response

The market_cap and usd_market_cap fields may not reflect the exact values when you receive the event. These values may have a small delay of up to 1 second.

{
    "mint": "solana.Publickey",
    "name": "string",
    "symbol": "string",
    "description": "string",
    "creator": {
        "wallet": "solana.Publickey",
        "username": "*string",
        "profile_image": "*string"
    },
    "bonding_curve": {
        "usd_market_cap": float64,
        "market_cap": float64,
        "bonding_curve": "solana.Publickey",
        "associated_bonding_curve": "solana.Publickey",
        "total_supply": int64,
        "virtual_sol_reserves": int64,
        "virtual_token_reserves": int64
    },
    "links": {
        "twitter": "*string",
        "telegram": "*string",
        "website": "*string"
    },
    "uri": {
        "image_uri": "string",
        "video_uri": "*string",
        "metadata_uri": "string"
    },
    "others": {
        "is_currently_live": bool,
        "show_name": bool,
        "reply_count": int,
        "nsfw": bool,
        "inverted": bool
    },
    "timestamp": {
        "created": int64,
        "koh": int64
    }
}

🌊
Telegram
contact us