peterszombati / xapi-node

xStation5 Trading API for NodeJS/JS
https://peterszombati.github.io/xapi-node/
Other
58 stars 19 forks source link

bfb connection details #6

Closed bda2206 closed 4 years ago

bda2206 commented 4 years ago

Hi Peter,

xtb won't accept Australian clients. do you know the bfb server name(s) for auth/connect?

thanks !

peterszombati commented 4 years ago

Hi @bda2206

bfb use default ws xapi domain, so you dont have to define 'host' param

new XAPI({
    accountId: '(xStation5) accountID',
    password: '(xStation5) password',
    type: 'real' // or demo
});
bda2206 commented 4 years ago

thanks Peter.

On Wed, Jun 3, 2020 at 12:11 PM Peter Szombati notifications@github.com wrote:

Hi @bda2206 https://github.com/bda2206

bfb use default ws xapi domain, so you dont have to define 'host' param

new XAPI({ accountId: '(xStation5) accountID', password: '(xStation5) password', type: 'real' // or demo});

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/peterszombati/xapi-node/issues/6#issuecomment-637910967, or unsubscribe https://github.com/notifications/unsubscribe-auth/APW7YMD2VPPKIAIL72IWLJLRUWWOLANCNFSM4NRHVTVQ .