Live-streamed updates for launchpad tokens.
This endpoint is available on Codex Growth and Enterprise Plans
Subscription available on Solana (1399811149) and BSC (56) for pump.fun, Raydium LaunchLab, FourMeme, Bonk.Fun, Meteora DBC/DAMM v2, Vertigo, EgoTech, Boop.Fun, Moon.it, Rainbow . More networks/launchpads will be added when possible and may not be reflected here.
For batched updates, see
OnLaunchpadTokenEventBatch
Endpoint: onLaunchpadTokenEvent
Method: POST
Arguments
Name | Type | Description |
---|---|---|
input | OnLaunchpadTokenEventInput |
Name | Type | Description |
---|---|---|
address | String | The contract address of the token. Required when |
eventType | LaunchpadTokenEventType | The type of event. |
networkId | Int | The network ID that the token is deployed on. Required when |
protocol | LaunchpadTokenProtocol | The protocol of the token. |
Subscribing to Updates for a Single Token
To receive updates for a single Launchpad token, use a valid input combination such as
networkID
andaddress
. TheeventType
will default toUpdated
in this case andprotocol
is not required. Using all input fields, or an invalid combination of input fields, may result in the subscription returning results for all Launchpad tokens.
Response
Name | Type | Description |
---|---|---|
address | String! | The contract address of the token. |
buyCount1 | Int | The number of buys in the last 24 hours. |
eventType | LaunchpadTokenEventType! | The type of event. |
holders | Int | The number of holders. |
marketCap | String | The market cap of the token. |
networkId | Int! | The network ID that the token is deployed on. |
price | Float | The price of the token. |
protocol | String! | The protocol of the token. |
sellCount1 | Int | The number of sells in the last 24 hours. |
token | EnhancedToken! | Metadata for the token. |
transactions1 | Int | The number of transactions in the last 24 hours. |
volume1 | Int | The volume of the token in the last 24 hours. |
Responses with this websocket are only possible for tokens that have not yet migrated/graduated from their Launchpad (eg: Pump.fun).
Explore
Launchpad token creation
This is an example of how to subscribe to the Created
event type. This event is triggered when a new token is created on a launchpad. Please note that the associated statistics, such as holders
, volume1
, price
, and others, are only available via the Updated
event.
Launchpad token updates
This is an example of how to subscribe to the Updated
event type. This event is triggered when there is a change in the token's statistics.
Querying launchpad tokens
This is an example of how to query launchpad tokens using the FilterTokens
endpoint.
Ask questions, share what you're working on and request new features 👬👭