I want to offer trading on my exchange using binance api, where do I start?

Hi, I want to offer trading on my exchange using binance api, where do I start?
In theory each user should have an account and place orders. Can I do that with my API keys and create trade accounts for each user that joins my website or there is another sollution?
Thanks

Hi. I would suggest you to create a corporate account and share the sub account keys with the users. Otherwise, it is possible to mix all your users’ profit and loss together (But if you are confident that you can handle it properly, it’s fine). Please find the link attached to create the corporate account and take a look at the relevant APIs. https://binance-docs.github.io/apidocs/spot/en/#sub-account-endpoints

1 Like

Thanks