New Pairs Alert (WS)

New Pairs Alert: Credit Usage 1

After subscribing to new pairs, you will receive notifications when new pools / pairs are created

Notes

DBot has deployed WS CDN acceleration networks in multiple countries and regions worldwide. However, developers still need to monitor the WebSocket connection status, implement their own reconnection logic, and ensure that a heartbeat subscription is sent at least once every minute (recommended every 30–55 seconds). Otherwise, the DBot message subscription system will automatically disconnect the connection due to timeout in order to free up WS resources.

Results

{
	"type": "newPairInfo",
	"result": {
		"p": "CsUYM5zoxPbD34eSqDwaKta9vp6t266TtcCKWo5JDxEV",
		"m": "E9uBM7eB59jUK7fgEXkRXsvW5ktL9of9Mgf23cVJpump",
		"n": "Brodie The Goldendoodle",
		"s": "Brodie",
		"im": "https://ipfs.io/ipfs/bafybeigvwhekyi4wbq5knzkoxdy6bzryroyybznazska63wetu3evwv2ee",
		"ca": 1750747289669,
		"lk": [],
		"sl": 1000000000,
		"pt": "pump",
		"bt1m": 3,
		"bt5m": 3,
		"bt1h": 3,
		"bt6h": 3,
		"bt24h": 3,
		"bv1m": 162.10767199,
		"bv5m": 162.10767199,
		"bv1h": 162.10767199,
		"bv6h": 162.10767199,
		"bv24h": 162.10767199,
		"pc1m": 0.07253696384131159,
		"pc5m": 0.07253696384131159,
		"pc1h": 0.07253696384131159,
		"pc6h": 0.07253696384131159,
		"pc24h": 0.07253696384131159,
		"st1m": 0,
		"st5m": 0,
		"st1h": 0,
		"st6h": 0,
		"st24h": 0,
		"sv1m": 0,
		"sv5m": 0,
		"sv1h": 0,
		"sv6h": 0,
		"sv24h": 0,
		"tp": 2.812533317887326e-8,
		"tr": 789922310.002068,
		"sr": 0.089108911,
		"cr": 0.089108911,
		"lp": 0.004011351385617509,
		"t10": null,
		"blp": 1,
		"fa": true,
		"ma": true,
		"bst": 3,
		"bsv": 162.10767199
	}
}

Response Parameters

  • type: Subscription type: "tx" for real-time transactions, "pairsInfo" for multi-pair data updates, "newPairInfo" for newly created pools / pairs, "pairInfo" for single pair data update

  • p: Subscribed pair address

  • m: Token address

  • bt(1m/5m/1h/6h/24h): Buy times of the current pair in 1 minute, 5 minutes, 1 hour, 6 hours, and 24 hours

  • bv(1m/5m/1h/6h/24h): Buy volume of the current pair in 1 minute, 5 minutes, 1 hour, 6 hours, and 24 hours

  • pc(1m/5m/1h/6h/24h): Price change of the current pair in 1 minute, 5 minutes, 1 hour, 6 hours, and 24 hours (e.g., 0.1 means 10%)

  • st(1m/5m/1h/6h/24h): Sell times of the current pair in 1 minute, 5 minutes, 1 hour, 6 hours, and 24 hours

  • sv(1m/5m/1h/6h/24h): Sell volume of the current pair in 1 minute, 5 minutes, 1 hour, 6 hours, and 24 hours

  • t10: Top 10 holding ratio

  • blp: Pool burnt ratio

  • bst: Buy and sell times of the current pair in 1 minute, 5 minutes, 1 hour, 6 hours, and 24 hours

  • bsv: Buy and sell volume of the current pair in 1 minute, 5 minutes, 1 hour, 6 hours, and 24 hours

  • n: Token name

  • s: Token symbol

  • im: Token icon URL

  • ca: Token creation time

  • lk: Token-related links

  • sl: Total token supply

  • pt: Type of the current liquidity pool, including: raydium_amm, raydium_clmm, pump, pancake_v2, pancake_v3, etc.

  • tp: Token price in base currency

  • tr: Token amount in the current liquidity pool

  • cr: Native token amount in the current liquidity pool

  • lp: Internal platform progress

  • fa: Is the token freezeable

  • ma: Is the token mintable

Last updated