I'm trying to build my own historical database with Websocket streaming data.
I want to run this process in a dedicated server,and also parallely I want use the API for placing orders in different script may be in different server.
Can I use API from different servers at the same time or in same servers in different scripts in one script for streaming and uploading data to data base, and other for placing orders according to my logic ?
You can reuse your api key and access token.
You can use different servers for your tasks parallely.