I was working on a mobile app and I just noticed the new restriction to be able to trade only if you have a whitelisted IP. On mobile phone the IP changes dynamically, does that mean no one will be able to create a mobile app to trade their balances except only through the official Binance app?
Hi,
Generally the API requests will come from your backend server that’s connected to your app. So when a user triggers an action on your app related to a Binance API call, that would tell your server to make the actual request. The IP address of your backend server making the request would be whitelisted.