Liquid API ドキュメント
検索…
LiquidのAPIについて
更新履歴
Liquid APIの概要・仕様
API制限
ページ形式
REST API (Public)
マーケット情報
板情報
約定情報(全体)
REST API (Private)
認証
新規注文
注文情報
注文キャンセル
ポジション情報
約定情報(個人)
日本円の入金
日本円の出金
暗号資産の出金
資産情報
拘束金情報
REALTIME API (Liquid TAP)
Liquid Tapの概要
Public channel
Private channel
Ping / Pong
Other
Liquid Status API(English)
Liquid API(English)
GitBook
上で動作しています
日本円の出金
post
https://api.liquid.com
/withdrawals
出金依頼を出す
Request body の例
出金依頼の申請
body
=
{
"auth_code"
:
123456
"withdrawal"
:
{
"currency"
:
"JPY"
,
"amount"
:
1500
,
"bank_account_id"
:
100
}
}
Auth codeについて
auth code
auth_codeは基本的には不要なパラメータです。 しかしAPIトークンに対して、IPホワイトリストが設定されていない場合は必須のパラメータとなります。
get
https://api.liquid.com
/withdrawals
出金情報の取得
Statusについて
Status
pending :
保留中。キャンセル可能です。
processed:
振込手続き完了。キャンセルは不可能です。
cancelled:
お客様によってキャンセル済み
reverted:
弊社から返金されました
declined:
弊社によって棄却されました
put
https://api.liquid.com
/withdrawals/{id}/cancel
出金依頼のキャンセル
REST API (Private) - 前
日本円の入金
次 - REST API (Private)
暗号資産の出金
最終更新
2yr ago
リンクのコピー
概要
post
出金依頼を出す
Request body の例
Auth codeについて
get
出金情報の取得
Statusについて
put
出金依頼のキャンセル