Package: binancer 1.2.0

binancer: API Client to 'Binance'

R client to the 'Binance' Public Rest API for data collection on cryptocurrencies, portfolio management and trading: <https://github.com/binance/binance-spot-api-docs/blob/master/rest-api.md>.

Authors:Gergely Daróczi [aut, cre], David Andel [aut]

binancer_1.2.0.tar.gz
binancer_1.2.0.zip(r-4.5)binancer_1.2.0.zip(r-4.4)binancer_1.2.0.zip(r-4.3)
binancer_1.2.0.tgz(r-4.4-any)binancer_1.2.0.tgz(r-4.3-any)
binancer_1.2.0.tar.gz(r-4.5-noble)binancer_1.2.0.tar.gz(r-4.4-noble)
binancer_1.2.0.tgz(r-4.4-emscripten)binancer_1.2.0.tgz(r-4.3-emscripten)
binancer.pdf |binancer.html
binancer/json (API)

# Install 'binancer' in R:
install.packages('binancer', repos = c('https://daroczig.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/daroczig/binancer/issues

On CRAN:

apibinancebinance-apibitcoinblockchaincryptocurrency

26 exports 53 stars 3.20 score 20 dependencies 45 scripts 376 downloads

Last updated 7 months agofrom:ad7ef28a7a. Checks:OK: 1 NOTE: 6. Indexed: yes.

TargetResultDate
Doc / VignettesOKAug 27 2024
R-4.5-winNOTEAug 27 2024
R-4.5-linuxNOTEAug 27 2024
R-4.4-winNOTEAug 27 2024
R-4.4-macNOTEAug 27 2024
R-4.3-winNOTEAug 27 2024
R-4.3-macNOTEAug 27 2024

Exports:binance_accountbinance_all_ordersbinance_avg_pricebinance_balancesbinance_cancel_orderbinance_coinsbinance_coins_pricesbinance_credentialsbinance_depthbinance_exchange_infobinance_filtersbinance_klinesbinance_mytradesbinance_new_orderbinance_open_ordersbinance_pingbinance_query_orderbinance_symbolsbinance_ticker_24hrbinance_ticker_all_booksbinance_ticker_all_pricesbinance_ticker_bookbinance_ticker_pricebinance_ticksbinance_timebinance_trades

Dependencies:askpassclicurldata.tabledigestgluehttrjsonlitelifecycleloggermagrittrmimeopensslR6rlangsnakecasestringistringrsysvctrs

Readme and manuals

Help Manual

Help pageTopics
Get current general Binance account information, without balancesbinance_account
Fetch all orders from the Binance accountbinance_all_orders
Get current average price for a symbolbinance_avg_price
Get current Binance balances in a nice tablebinance_balances
Cancel order on the Binance accountbinance_cancel_order
Get all currently valid coin names from Binancebinance_coins
Get all currently valid coin names from Binance along with the USDT pricesbinance_coins_prices
Sets the API key and secret to interact with the Binance APIbinance_credentials
Get orderbook depth data from Binancebinance_depth
Get exchangeInfo from Binancebinance_exchange_info
Get current filters for a symbolbinance_filters
Get kline/candlestick data from Binancebinance_klines
Get trades for a specific symbol on the Binance accountbinance_mytrades
Open new order on the Binance accountbinance_new_order
Fetch open orders from the Binance accountbinance_open_orders
Test connectivity to the Rest APIbinance_ping
Query order on the Binance accountbinance_query_order
Get all currently valid symbol names from Binancebinance_symbols
24 hour rolling window price change statisticsbinance_ticker_24hr
Get latest Binance bids and asks on all symbol pairsbinance_ticker_all_books
Get latest Binance conversion rates and USD prices on all symbol pairsbinance_ticker_all_prices
Get last bids and asks for a symbol or all symbolsbinance_ticker_book
Get last price for a symbol or all symbolsbinance_ticker_price
Get tick data from Binancebinance_ticks
Get the current server time from Binancebinance_time
Get last trades from Binancebinance_trades