Skip to main content

Get account fees

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

Returns your current trading fees from the default Category A based on the trading volume of your account.

info

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

Rate limit weight points: 1

Request

Body
    actionstring

    Set value to privateGetAccount.

    Example: privateGetAccount
    requestIdinteger

    Your identifier for the request.

    Example: 1

Response

Schema
    actionstring

    The action performed.

    Example: privateGetAccount
    requestIdinteger

    Your identifier for the request.

    Example: 1
    response object
    fees object

    The trading fees and volume for your account.

    takerstring

    The fee for trades that take liquidity from the order book.

    Example: 0.0025
    makerstring

    The fee for trades that add liquidity to the order book.

    Example: 0.0015
    volumestring

    Your trading volume in the last 30 days measured in EUR.

    Example: 10000.00