get_child_orders: List Orders

Description Usage Arguments Details

View source: R/private.R

Description

List Orders

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10

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.

child_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

child_order_id

ID for the child order.

child_order_acceptance_id

Expects an ID from send_child_order

parent_order_id

The ID of the parent order in question.

Details

If parent_order_id is specified, a list of all orders associated with the parent order is obtained.


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