get_kucoin_order: Get an order details

Description Usage Arguments Value Examples

View source: R/market-order.R

Description

Get an order details

Usage

1
get_kucoin_order(order_ids)

Arguments

order_ids

A character vector of one or more which contain the order id(s).

Value

A tibble containing order details

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
## Not run: 

# to run this example, make sure
# you already setup the API key
# in a proper .Renviron file

# import library
library(rucoin)

# get order details
order_details <- get_kucoin_order(
  order_ids = "insertorderid"
)

# quick check
order_details


## End(Not run)

bagasbgy/rucoin documentation built on Jan. 1, 2020, 8:34 p.m.