Skip to main content

Request Withdrawal Cancellation

POST 

/private/WithdrawCancel

Cancel a recently requested withdrawal, if it has not already been successfully processed.

API Key Permissions Required: Funds permissions - Withdraw, unless withdrawal is a WalletTransfer, then no permissions are required.

Request

Body

required
    nonce int64required

    Nonce used in construction of API-Sign header

    asset stringrequired

    Asset being withdrawn

    refid stringrequired

    Withdrawal reference ID

Responses

Withdrawal cancellation requested.

Schema
    result boolean

    Whether cancellation was successful or not.

    error string[]
Loading...