Which would be the best option to link to an exchange

Hi, I am finalizing my app and I need to send orders to the exchange binance, bybit, etc. what would be the best option for it, webhook and integromat, postmand, replit, I need it to be multi-user so that they can put the API key and API secret, so that each user can send the orders.

When it comes to the API credentials, I guess you have two options.

  • You could allow users to save their API credentials as part of their user profile. This would mean that you as the App developer would have access to every users credentials, which may or may not be acceptable. If you took this approach, then you would need to ensure that you have Row Owners applied, so that there is no possibility that one user could discover another users credentials.

  • The other approach would be to ask users to provide their credentials every time an order is placed. This would be a more secure approach from an end user perspective, but obviously less convenient.

As is often the case with these sorts of things, there is a bit of a balancing act between security and convenience.

I understand, and which way would be better to use webhook,postmand,replit?

I can’t answer that question, because I don’t know what you are dealing with.
Just use whatever works.

1 Like