Package: binxr
Type: Package
Title: 'Binance' REST API Client
Version: 0.1.1
Authors@R: c(
    person("Oliver", "Zhou", email = "oliver.yxzhou@gmail.com", role = c("aut", "cre")),
    person("Lily", "Li", email = "lilyli.qc.hk@gmail.com", role = "aut")
    )
Author: Oliver Zhou [aut, cre],
  Lily Li [aut]
Maintainer: Oliver Zhou <oliver.yxzhou@gmail.com>
Description: Client for the 'Binance' <https://www.binance.com/> Spot,
    Futures, and Options REST APIs. Provides helper functions for signed
    and unsigned requests, market data retrieval, account access, and order
    management with 'data.table' output by default.
License: MIT + file LICENSE
URL: https://github.com/OliverLDS/binxr,
        https://oliverlds.github.io/binxr/
BugReports: https://github.com/OliverLDS/binxr/issues
Encoding: UTF-8
Depends: R (>= 4.1.0)
Imports: httr2, jsonlite, digest, data.table, rlang
Suggests: testthat (>= 3.0.0), waldo
Config/testthat/edition: 3
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2026-05-13 07:49:36 UTC; oliver
Repository: CRAN
Date/Publication: 2026-05-18 18:30:20 UTC
Built: R 4.6.0; ; 2026-05-18 20:14:01 UTC; unix
