Exposes the GET /api/v3/trades endpoint.

market_trades_recent(symbol)

Arguments

symbol

Symbol.

Value

A data frame.

Examples

market_trades_recent("BTCUSDT")
#> # A tibble: 500 × 8
#>    symbol       id  price     qty quote_qty time                is_buy…¹ is_be…²
#>    <chr>     <int>  <dbl>   <dbl>     <dbl> <dttm>              <lgl>    <lgl>  
#>  1 BTCUSDT 2161541 23322. 0.0671      1565. 2022-07-20 04:39:57 FALSE    TRUE   
#>  2 BTCUSDT 2161542 23322. 0.0379       885. 2022-07-20 04:39:58 FALSE    TRUE   
#>  3 BTCUSDT 2161543 23322. 0.0812      1895. 2022-07-20 04:39:58 FALSE    TRUE   
#>  4 BTCUSDT 2161544 23322. 0.00666      155. 2022-07-20 04:39:58 FALSE    TRUE   
#>  5 BTCUSDT 2161545 23322. 0.0888      2070. 2022-07-20 04:39:58 FALSE    TRUE   
#>  6 BTCUSDT 2161546 23322. 0.00446      104. 2022-07-20 04:39:58 FALSE    TRUE   
#>  7 BTCUSDT 2161547 23322. 0.0804      1876. 2022-07-20 04:39:59 FALSE    TRUE   
#>  8 BTCUSDT 2161548 23322. 0.0143       334. 2022-07-20 04:39:59 FALSE    TRUE   
#>  9 BTCUSDT 2161549 23322. 0.0509      1186. 2022-07-20 04:39:59 FALSE    TRUE   
#> 10 BTCUSDT 2161550 23322. 0.0280       653. 2022-07-20 04:39:59 FALSE    TRUE   
#> # … with 490 more rows, and abbreviated variable names ¹​is_buyer_maker,
#> #   ²​is_best_match
#> # ℹ Use `print(n = ...)` to see more rows