# Update account balances forcefully

Endpoint: POST /v1/domains/{domainId}/accounts/{accountId}/balances/refresh
Security: httpAuth

## Path parameters:

  - `domainId` (string, required)
    Unique identifier for the domain.

  - `accountId` (string, required)

## Query parameters:

  - `ledgerId` (string)
    Updates only balances with the given ledger id. Reduces execution time.

  - `tickerId` (string)
    Updates only balances with the given ticker id. Reduces execution time.

## Response 400 fields (application/json):

  - `reason` (string, required)

  - `message` (string)


## Response 200 fields
