King of the Hill

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

Payload

Currently, no filters are available for this event. If you need them, please contact us 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
    }
}

Last updated