Description
M U L T I B O T is a client server application.
The trading algorithm is located in the server part - CLOUD.
User data
The app uses the Google Sign-In to get a unique user ID and Email address:
- ID is used to authenticate the user and resources associated with this user on the server, stored in the database does not have external calls.
- Email is stored in a database on the server for communication with the user, if the need arises, does not have external calls.
Permissions
Requested permissions:
- Camera allows for scanning QR code containing an API key. Immediately after parsing the QR code, the image is deleted from memory.
- Full network access enables the app to connect to the Binance.
Security
- Api keys are sent to the server and stored in the database with encryption protection using a critographic function.
- User data has private access only inside the server logic and does not have access to an external call.
- Data transfer between the client and the server is provided using its own protocol with the protection of cryptographic encryption.