Skip to main content

Get market fees

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

Returns your current trading fees from the Category of the specified market 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 privateGetFees.

    Example: privateGetFees
    requestIdinteger

    Your identifier for the request.

    Example: 1
    marketstring

    The market for which to get fee information. If not specified, returns the fees for your current tier in Category A.

    Example: BTC-EUR
    quotestring

    The quote currency for which to get fee information. If not specified, returns the fees for your current tier in Category A.

    Possible values: [EUR, USDC]

    Example: EUR

Response

Schema
    actionstring

    The action performed.

    Example: privateGetFees
    requestIdinteger

    Your identifier for the request.

    Example: 1
    response object
    tierstring

    The price tier used to calculate your trading fees.

    The first tier in the Bitvavo fee structure is 0.

    Example: 0
    volumestring

    Your trading volume over the last 30 days in EUR.

    Example: 10000.00
    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