How to create more than one endpoints for obtaining live feed?

How to create more than one endpoints for obtaining live feed ?

Can you help with the use case you are trying to accomplish? It is strongly recommended to have a single WebSocket connection for each API key as the preferred approach.

Use case is for accessing live feed data as quick as possible.
However, I agree with the recommendation on having a single websocket connection as the prefered approach.