Author

Beniamino Sartini

Published

August 12, 2025

binance_ping

Check the connection to the Binance API.

  • Github function here.

Example: Spot (spot)

Show the code
library(binancer)
ping <- binance_ping(api = "spot")
TRUE

Example: USD-m (fapi)

Show the code
library(binancer)
ping <- binance_ping(api = "fapi")
TRUE

Example: COIN-m (fapi)

Show the code
library(binancer)
ping <- binance_ping(api = "dapi")
TRUE

Example: Options (eapi)

Show the code
library(binancer)
ping <- binance_ping(api = "eapi")
TRUE
Back to top

Citation

BibTeX citation:
@online{sartini2025,
  author = {Sartini, Beniamino},
  date = {2025-08-12},
  url = {https://cryptoverser.org/binancer-docs/binance_ping.html},
  langid = {en}
}
For attribution, please cite this work as:
Sartini, Beniamino. 2025. August 12, 2025. https://cryptoverser.org/binancer-docs/binance_ping.html.