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. On-Chain Data

Migration

Our Token Migrations Monitoring features enable you to track token Migration on Pump.fun in real time.

Since 20/03/2025, the Pumpfun migration has been made to the new Pumpfun AMM program.

Payload

You can use multiple token migration parameters simultaneously.

  • All token migration events: content field is empty ("")

Add one or more token migration events to monitor by replacing value_n with the desired token migration parameters.

{
   "event": "listenTokenMigration",
   "content": [
      "value_one",
      "value_two",
      "..."
   ]
}

Remove one or more token migration events from monitoring by replacing value_n with the desired token migration parameters.

{
   "event": "removeTokenMigration",
   "content": [
      "value_one",
      "value_two",
      "..."
   ]
}

Response

{
   "signature":"solana.Signature",
   "signer":[
      "solana.PublicKey",
      "..."
   ],
   "migrate":{
      "mint":"solana.PublicKey",
      "amm":"solana.PublicKey"
   },
   "pool":{
      "type":"string",
      "pairs":[
         {
            "mint":"solana.PublicKey",
            "amount":float64,
            "decimals":"int"
         },
         {
            "mint":"solana.PublicKey",
            "amount":float64,
            "decimals":"int"
         }
      ],
      "marketcap":float64,
      "marketcap_usd":float64
   },
   "details":{
      "slot":uint64,
      "block_height":uint64,
      "timestamp":int64
   }
}

PreviousCreationNextTransfer

Last updated 2 months ago

If you need more information, feel free to contact us on our .

🌊
Telegram