daroczig / binancer

An R client to the Public Rest API for Binance.
https://daroczig.github.io/binancer
54 stars 57 forks source link

BInance Futures orders #26

Closed vkorobeynyk closed 1 year ago

vkorobeynyk commented 1 year ago

Hello, I was just wondering if there is a way to place an order in Binance Futures instead of Spot orders?

vkorobeynyk commented 1 year ago

For those that have the same question, you can use binance python API (python-binance package) that allows for placing FUTURES orders.

With reticulate R package https://rstudio.github.io/reticulate/ you can import python modules within R; as long as python-binance is installed.