---
title: "Insurance Fund Balance"
method: GET
path: "/v1/market/insurance-fund"
tags: ["Market"]
---

# Insurance Fund Balance

`GET /v1/market/insurance-fund`

Retrieve the current insurance fund balance and related information for risk management.

## Query parameters

- `unit` 'sats' | 'btc'

## Response `200`

- ApiResponseForGetInsuranceFundBalanceResponse — Represents a successful API response wrapper
  - `data` GetInsuranceFundBalanceResponse, required
    - `balance` string, required
    - `unit` 'sats' | 'btc', required
    - `updatedAt` integer, required
  - `error` boolean, required

---

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