Forums

Script not replicating powershell

Im running a script that triggers a buy on crypto trading platform, FTX. Running script on powershell, command prompt ect on my pc it runs and places buy orders but when i run the identical script from the identical folders in pythonanywhere, it functions normally in the console but simply does not place buy orders on the exchange. Any ideas why?

Is the crypto platform on the list of whitelisted sites for free accounts?

FTX.com is on that whitelisted site does that mean it can connect to it?

If you are doing calls to a whitelisted endpoint it should work on a free account, unless there's some redirection involved or PythonAnywhere is being blocked by the service for some reason.