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_nwith the desired token migration parameters.
{
"event": "listenTokenMigration",
"content": [
"value_one",
"value_two",
"..."
]
}Remove one or more token migration events from monitoring by replacing
value_nwith the desired token migration parameters.
{
"event": "removeTokenMigration",
"content": [
"value_one",
"value_two",
"..."
]
}Response
Last updated