Implementing Binance Connection for Publicly Available Trading Platform

Hi,
We are developing a publicly available trading platform, using which user can connect there Binance account and executes trades.

I’m checking the API docs for REST & WebSocket but did’t get any clue for how to connect with Binance for multiple user using the apiKey & secretKey.

Can anyone help me here or point me to any doc which can be helpfull.

Thank you in advance.

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:

1 Like

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.

Looking forward to get response…

Thank you.