LaunchBlitz exposes a WebSocket API for transaction execution. The socket accepts authenticated JSON text frames, dispatches them into the backend transaction handlers, and streams request progress back as structured responses.Documentation Index
Fetch the complete documentation index at: https://docs.launchblitz.ai/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Supported platforms
| Platform | Methods | Page |
|---|---|---|
pump_fun | create_with_image_url, create_with_image_blob, buy, sell, collect_creator_fee | Pump.fun |
pump_swap | buy, sell | PumpSwap |
raydium_launchpad | create_with_image_url, create_with_image_blob, sell | Bonk.fun / Raydium launchpad |
bags | create_with_image_url, create_with_image_blob | Bags |
heaven | create_with_image_url, create_with_image_blob | Heaven |
liquid_af | create_with_image_url, create_with_image_blob | Liquid AF |
four_meme | create_with_image_url, create_with_image_blob, create_with_image_url_and_transaction, buy, sell | Four.meme |
clanker_base | create_with_image_url, create_with_image_blob | Clanker |
nad_fun | create_with_image_url, create_with_image_blob | Nad.fun |
Message flow
- Open a WebSocket with
?key=YOUR_API_KEY. - Wait for the initial
connectedtext frame. - Send a JSON text frame with
platform,type, and the fields required by that method. - Handle streamed responses such as
ingress_ack,dispatch,submit,mint,confirmed,failure, orerror.
transaction_socket service itself. They intentionally document the registered handlers exposed by the socket, not every transaction enum that may exist elsewhere in the backend codebase.