You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Sidha2.
The library currently uses only the public endpoints. To submit,cancel,modify an order you would need an euthenticated endpoint from bitfinex api. I have the hash-request function ready on a project, i will push to this library in a couple days.
How can I submit order?
I need insert body like this to send_auth_endpoint_request()
body: { type: 'LIMIT', symbol: 'tBTCUSD', price: '15', amount: '0.001', flags: 0, // optional param to add flags meta: {aff_code: "AFF_CODE_HERE"} // optional param to pass an affiliate code },
The text was updated successfully, but these errors were encountered: