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. Dexscreener Monitor

Dex Boost

PreviousDex PaidNextQuickstart

Last updated 3 months ago

Our Dex Boost Monitoring features enable you to track boosts applied to a token on the Dexscreener website.

This event may be unavailable if the Dexscreener 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": "listenDexBoost"
}

{
   "event": "removeDexBoost"
}

Response

The metrics fields may not reflect the exact values when you receive the event. These values may have a small delay. The boost.amount field represents the number of boosts applied for the event.

{
    "mint": "solana.PublicKey",
    "keys": {
        "pair": "solana.PublicKey",
        "quote": "solana.PublicKey"
    },
    "infos": {
        "name": "string",
        "symbol": "string",
        "type": "string",
        "created": "int"
    },
    "metrics": {
        "market_cap": "float64",
        "fdv": "float64",
        "volume": {
            "h1": float64,
            "h24": float64,
            "h6": float64,
            "m5": float64
        },
        "price_change": {
            "h1": float64,
            "h24": float64,
            "h6": float64,
            "m5": float64
        },
        "txns": {
            "h1": {
                "buys": int,
                "sells": int
            },
            "h24": {
                "buys": int,
                "sells": int
            },
            "h6": {
                "buys": int,
                "sells": int
            },
            "m5": {
                "buys": int,
                "sells": int
            }
        },
        "liquidity": {
            "usd": float64,
            "base": float64,
            "quote": float64
        },
        "price": {
            "sol": float64,
            "usd": float64
        }
    },
    "links": {
        "url": "string",
        "image": "string",
        "header": "string",
        "opengraph": "string",
        "websites": [
            {
                "label": "string",
                "url": "string"
            }
        ],
        "socials": [
            {
                "type": "string",
                "url": "string"
            }
        ]
    },
    "boosts": {
        "total": "int",
        "amount": "int"
    }
}

🌊
Telegram
contact us