---
title: "Resync balances for accounts (admin/cron)"
method: POST
path: "/v1/admin/resync_fund_balances"
tags: ["maintenance"]
---

# Resync balances for accounts (admin/cron)

`POST /v1/admin/resync_fund_balances`

Resync balances for accounts (all balances per account).

## Query parameters

- `limit` integer — Optional cap on number of accounts to resync (default: all accounts).
- `account_id` string — Optional specific account ID to resync.

## Headers

- `X-MAINTENANCE-KEY` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/grove/apis/grove-api.md) · [All operations](https://skmtc.net/grove/apis/grove-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/grove/grove-api/versions/f286b48a8105/schema)
