This endpoint is only available to Growth and Enterprise plans.

Endpoint details

  • URL: wss://api.mobula.io
  • Message (string):
{ 
    "type": "pulse",
    "authorization": "YOUR_API_KEY",
    "payload": {
      "factories":["gte", "pumpfun", "fourmeme", "cookmeme", "moonshot-evm", "moonshot-sol", "boop"]
      "blockchains": ["evm:6342", "solana:solana"] 
    }
}

Parameters

  • factories: the factories to get pools from
  • blockchain: the blockchain to get pools from

Unsubscribing from the stream

You can unsubscribe from the stream by sending an unsubscribe message:


{
  type: "unsubscribe", 
  payload: {},
};
 
You can use the Network tab in your browser to see the WSS requests.

Can’t find what you’re looking for? Reach out to us, response times < 1h.