Meta

Our Meta Monitoring features enable you to track the Meta used in recent Pump.fun token transactions and creations.

Payload

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

{
   "event": "listenPumpfunMeta"
}

{
   "event": "removePumpfunMeta"
}

Response

The total_vol represents the volume in Solana traded on this meta.

[
    {
        "word": "string",
        "word_with_strength": "string",
        "score": float64,
        "total_txns": int,
        "total_vol": float64
    },
    {
        "word": "string",
        "word_with_strength": "string",
        "score": float64,
        "total_txns": int,
        "total_vol": float64
    },
    ...
]

Last updated