daroczig / binancer

An R client to the Public Rest API for Binance.

Home Page:https://daroczig.github.io/binancer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BInance Futures orders

vkorobeynyk opened this issue · comments

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

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.