Skip to main content

Get account balance

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

Returns the current balance 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 privateGetBalance.

    Example: privateGetBalance
    requestIdinteger

    Your identifier for the request.

    Example: 1
    symbolstring

    The asset for which you want to return the balance. If not specified, returns the balance for all assets above zero.

    Example: BTC

Response

Schema
  • Array [
  • actionstring

    The action performed.

    Example: privateGetBalance
    requestIdinteger

    Your identifier for the request.

    Example: 1
    response object
    symbolstring

    The asset for which the balance was returned.

    Example: BTC
    availablestring

    The balance that is available for use.

    Example: 1.57593193
    inOrderstring

    The balance that is currently reserved for open orders.

    Example: 0.74832374
  • ]