Description Usage Arguments Value Examples
Query order on the Binance account
1 | binance_query_order(symbol, order_id, client_order_id)
|
symbol |
string |
order_id |
optional number |
client_order_id |
optional string |
data.table
1 2 3 4 5 | ## 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.