Skip to main content

Get withdrawal history

REQUEST wss://ws.bitvavo.com/v2 privateGetWithdrawalHistory

Returns all past withdrawals for your account.

info

Authentication required. To send messages, you need to authenticate connection.

Rate limit weight points: 5

Request

Body
    actionstring

    Set value to privateGetWithdrawalHistory.

    Example: privateGetWithdrawalHistory
    requestIdinteger

    Your identifier for the request.

    Example: 1
    symbolstring

    The asset for which you want to retrieve past withdrawals. If not specified, all withdrawals are returned.

    Example: BTC
    limitinteger

    The maximum number of withdrawals to return, from latest to earliest.

    Possible values: >= 1 and <= 1000

    Default value: 500
    startinteger

    The Unix timestamp in milliseconds starting from which to return withdrawals.

    Example: 1622548800000
    endinteger

    The Unix timestamp in milliseconds up to which to return withdrawals.

    Example: 1622635200000

Response

Schema
    actionstring

    The action performed.

    Example: privateGetWithdrawalHistory
    requestIdinteger

    Your identifier for the request.

    Example: 1
    response object
    timestampinteger

    The Unix timestamp in milliseconds when the withdrawal was made.

    Example: 1542967486256
    symbolstring

    The asset that was withdrawn.

    Example: BTC
    amountstring

    The quantity of the asset that was withdrawn.

    Example: 0.99994
    addressstring

    The address where the withdrawal was made.

    Example: BitcoinAddress
    paymentIdstring

    The unique identifier of the withdrawal. It is sometimes called note, memo, or tag. Not returned if not specified in the request.

    Example: 10002653
    txIdstring

    The unique identifier of the transaction on the blockchain.

    Example: 927b3ea50c5bb52c6854152d305dfa1e27fc01d10464cf10825d96d69d235eb3
    feestring

    The transaction fee for a withdrawal on Bitvavo.

    Example: 0.00006
    statusstring

    The status of the withdrawal.

    Possible values: [awaiting_processing, awaiting_email_confirmation, awaiting_bitvavo_inspection, approved, sending, in_mempool, processed, completed, canceled]