注文情報
最終更新
GET
https://api.liquid.com/orders
過去の注文や未約定の注文を取得出来ます。 一定期間経過した情報は取得が出来なくなります。 その際は取引レポートをご利用ください。
Name | Type | Description |
---|---|---|
PUT
https://api.liquid.com/orders/{id}
まだ約定していない注文の編集が出来ます。
PUT
https://api.liquid.com/{id}/update_tpsl
まだ約定してない注文にTP(決済指値), SL(決済逆指値)の設定や更新が出来ます。
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
funding_currency
string
使用した証拠金を指定できます。
product_id
integer
マーケットを指定できます。
status
string
ステータスを指定できます。
"live"
, "filled"
, "cancelled"
trading_type
string
取引の種類を指定できます。
"spot"
, "cfd"
with_details
integer
?with_details=1
で詳細を取得できます。
id
integer
注文IDを指定します。
quantity
number
数量を変更できます。
price
number
レートを変更できます。
id
integer
注文IDを指定します。
take_profit
number
決済指値を変更できます。
stop_loss
number
決済逆指値を変更できます。