暗号資産の出金

Private API

出金依頼を出す

POST https://api.liquid.com/crypto_withdrawals

暗号資産の出金依頼をする際に利用します。

Request Body

{
    'id': 12345,
    'address': '12345asdf',
    'amount': '0.001',
    'state': 'pending',
    'currency': 'BTC',
    'withdrawal_fee': '0.0005',
    'created_at': 12345,
    'updated_at': 12345,
    'payment_id': None
}

出金依頼をキャンセルする

GET https://api.liquid.com/crypto_withdrawal/{id}/cancel

申請した暗号資産の出金依頼をキャンセル出来ます。

Path Parameters

レスポンスはありません。

最終更新