Live-streamed updates for launchpad tokens.
This endpoint is available on Codex Growth and Enterprise Plans
This endpoint is available on the Solana network (ID: 1399811149) for pump.fun launches, with limited access on BSC (ID: 56) for FourMeme launches (currently without graduation %). More networks/launchpads coming soon.
Endpoint: onLaunchpadTokenEvent
Method: POST
Arguments
Name | Type | Description |
---|---|---|
input | OnLaunchpadTokenEventInput |
Name | Type | Description |
---|---|---|
address | String | The contract address of the token. |
eventType | LaunchpadTokenEventType | The type of event. |
networkId | Int | The network ID that the token is deployed on. |
protocol | LaunchpadTokenProtocol | The protocol of the token. |
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 | LaunchpadTokenProtocol! | 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. |
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 ๐ฌ๐ญ