get_parent_orders: List Parent Orders

Description Usage Arguments

View source: R/private.R

Description

List Parent Orders

Usage

1
2
3
4
5
6
7
get_parent_orders(
  product_code,
  count = 100,
  before = 0,
  after = 0,
  parent_order_state = NULL
)

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.

parent_order_state

When specified, return only orders that match the specified value. You must specify one of the following:

  • "ACTIVE": Return open orders

  • "COMPLETED": Return fully completed orders

  • "CANCELED": Return orders that have been cancelled by the customer

  • "EXPIRED": Return order that have been cancelled due to expiry

  • "REJECTED": Return failed orders


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