binance_query_order | R Documentation |
Query order on the Binance account
binance_query_order(symbol, order_id, client_order_id)
symbol |
string |
order_id |
optional number |
client_order_id |
optional string |
data.table
## Not run:
binance_query_order('ARKETH')
binance_query_order('ARKBTC', client_order_id = 'myOrder7')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.