Live-streamed launchpad events in a batch instead of individual updates
This endpoint is available with Codex Growth and Enterprise Plans
Endpoint: onLaunchpadTokenEventBatch
Method: POST
With our existing OnLaunchpadTokenEvent
subscription, you receive a single message every time a token gets an update, which results in many events per second. With this batch version of our Launchpad subscription, you get to receive many of these updates all at once, for all available launchpads.
Arguments
Name | Type | Description |
---|---|---|
input | OnLaunchpadTokenEventBatchInput |
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. |
Ask questions, share what you're working on and request new features đŦđ