migrations
Токен переходит с bonding curve в AMM-пул.
Subscribe
Глобальный стрим. Фильтруйте по площадке через platforms.
json
{
"op": "subscribe",
"stream": "migrations",
"params": { "platforms": ["pumpfun"] },
"id": 1
}Фильтры
| Param | Type | Description |
|---|---|---|
platforms | string[] | Slug площадок. Опустите для всех поддерживаемых лаунчпадов. |
detail | basic | full | Уровень полезной нагрузки; по умолчанию basic. |
На Free migrations ограничен pump.fun. Подписка открывается нормально и получает меньше площадок. Более широкое покрытие — на pricing.
Event
json
{
"op": "event",
"sub": "mg_2a91",
"stream": "migrations",
"cursor": "330114870:11:0",
"data": {
"slot": 330114870,
"signature": "9Yt…2wBn",
"blockTime": 1769271180,
"protocol": "pumpfun",
"mint": "8Wq…kR2p",
"from": { "type": "bonding_curve", "account": "Bc4…9Lm1" },
"to": { "type": "amm_pool", "account": "Pl7…3xQd" }
}
}Basic fields
| Field | Type | Notes |
|---|---|---|
mint | string | Мигрирующий токен |
from | { type, account } | Исходная bonding curve |
to | { type, account } | Целевой AMM-пул |
Full fields
| Field | Type | Notes |
|---|---|---|
liquidity | Amount[] | Активы, внесённые в новый пул |