Hey,
I invite you to have a look at the Binance connectors.
Otherwise, the documentation outlines how to use the API key and which endpoints it applies to:
Hi @albin
Thank you much for reply, appreciate it.
I’m building trading platform which can host between 1K to 10K users.
I’m wondering on few things is…
(1) If 1K user is connecting with my platform, then Do I need to open 1K connection from my backend to Binance server ?
(2) And also Do I need to store those open connection in memory till the user is active?
Basically I’m identifying the scaling and best possible way to provide seamless connection to user.