日本円の出金
post
https://api.liquid.com
/withdrawals
出金依頼を出す
出金依頼の申請
body = {
"auth_code": 123456
"withdrawal": {
"currency": "JPY",
"amount": 1500,
"bank_account_id": 100
}
}
get
https://api.liquid.com
/withdrawals
出金情報の取得
put
https://api.liquid.com
/withdrawals/{id}/cancel
出金依頼のキャンセル