---
title: "Get insurance funds balance"
method: GET
path: "/v1/insurance/shipsurance/balance"
tags: ["insurance"]
deprecated: true
---

# Get insurance funds balance

`GET /v1/insurance/shipsurance/balance`

> **Deprecated.**

Retrieve the balance of your Shipsurance account.

## Response `200`

The request was a success.

- GetInsuranceBalanceResponseBody — A monetary value, such as the price of a shipping label, the insured value of a package, or an account balance.
  - `currency` string, required — The currencies that are supported by ShipEngine are the ones that specified by ISO 4217: https://www.iso.org/iso-4217-currency-codes.html
  - `amount` number, required — The monetary amount, in the specified currency.

## Other responses

- `400` — The request contained errors.
- `500` — An error occurred on ShipEngine's side. > This error will automatically be reported to our engineers.

---

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