Skip to main content

Get account fees

GET 

/account

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

info

This is a private endpoint. To send requests, you need to authenticate.

Rate limit weight points: 1

Responses

The request was successful.

Schema
    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