executions: Execution History

Description Usage Arguments Examples

View source: R/public.R

Description

Get Execution History

Usage

1
executions(product_code = "BTC_JPY", count = 100, before = 0, after = 0)

Arguments

product_code

A product_code or alias, as obtained from the Market List. If omitted, the value is set to "BTC_JPY". Only "BTC_USD" is available for U.S. accounts, and only "BTC_EUR" is available for European accounts.

count

Specifies the number of results. If this is omitted, the value will be 100.

before

Obtains data having an id lower than the value specified for this parameter.

after

Obtains data having an id higher than the value specified for this parameter.

Examples

1
2
3
4
5
## Not run: 
  executions()
  executions(product_code="BCH_BTC", count=3, before="303218244")

## End(Not run)

teramonagi/bitflyer documentation built on Jan. 12, 2021, 1:02 p.m.