Skip to main content
This endpoint is only available to Growth and Enterprise plans.

Endpoint Details

Use this stream to receive live swaps and new pool creations for launchpad pools.
  • Solana endpoint: wss://stream-sol-prod.mobula.io/
  • Event: launchpad
  • No init/sync/remove: only live WebSocket events are emitted after subscription.
  • Freshness filter: createdWithinMinutes filters against the launchpad pool createdAt.
  • Default token state: tokenState defaults to true.
See the Launchpad Stream Data Model for the full response shape.

Subscription Payload

Swap Response

With tokenState: true, swap messages include both the unified fast-trade swap payload and the full token-details state. The example below is not abbreviated.
Set tokenState to false to skip the token-details lookup. In that mode, data is the flat unified fast-trade swap object.

Creation Response

Creation messages are sent when a new launchpad pool payload is received. tokenState does not affect creation events.

Parameters

  • chainIds (required): Chain identifiers, for example ["solana:solana"].
  • events (required): Must include launchpad.
  • createdWithinMinutes (optional): Only emits swaps and creations from launchpad pools created within this window.
  • tokenState (optional, default: true): For swaps, wraps data as { "event": "swap", "swap": ..., "token": ... }. Set to false for the flat swap object in data.
  • subscriptionId (optional): Identifier copied into matching responses.
  • subscriptionTracking (optional, default: false): Include subscription details in response logs.
  • tag (optional): Usage tag shown in the dashboard breakdown.

Keepalive

Unsubscribe