zLeki / DxTrade-Api-Go

API for dxtrade that can be used with all golang applications to open, close, and manage positions with your dxtrade account. It works with all prop firms or companies that use dxtrade
MIT License
29 stars 5 forks source link

Will It Work with only FTMO Dxtrade Accounts or All DXTrade Accounts. #7

Closed Shivamvrewa closed 2 weeks ago

zLeki commented 2 weeks ago

It will work with any, I believe I made an update where you type the url of where your brokerage is (such as dxtrade.ftmo.com), I believe the parameter is called vendor

Shivamvrewa commented 2 weeks ago

Hi
I am getting error when i try to connect Dxtrade ' Post "https://dxtrade.com/api/auth/login": dial tcp 185.79.218.182:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. I am using server as "dxtrade.com"

Thank You