Token

Our Token Trade Monitoring features enable you to track Trades made on a specific Solana token in real time.

Payload

Add one or more tokens to monitor by replacing pbk_n with the desired Solana token public keys (mint).

{
   "event": "listenTokenTrade",
   "content": [
      "pbk_one",
      "pbk_two",
      "..."
   ]
}

Remove one or more tokens from monitoring by replacing pbk_n with the desired Solana token public keys (mint).

{
   "event": "removeTokenTrade",
   "content": [
      "pbk_one",
      "pbk_two",
      "..."
   ]
}

Response

The pool.type response may vary depending on the pool used to purchase/sell the token. The isBuy field will only be available if one of the input/output tokens is equal to solMint.

marketcap, marketcap_usd, and bonding_percentage are omitempty.

Last updated