---
title: "Checks if service is up and running"
method: GET
path: "/v2/health"
tags: ["Wallet"]
---

# Checks if service is up and running

`GET /v2/health`

If the service is running, this endpoint returns 200, otherwise the endpoint will be unreachable.

## Response `200`

The service is alive.

## Other responses

- `500` — Something failed internally. Nothing can be done about it.

## Changes

- **2023-02-10** `50f48e597376` — 1 info
  - api tag `Wallet` added
- **2022-11-16** `8ee22439d765` — 1 info
  - endpoint added
- **2022-08-09** `66bc0ff21d1d` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/vegaprotocol/apis/wallet-api/changes/v2/health/get.md)

---

[API](https://skmtc.dev/vegaprotocol/apis/wallet-api.md) · [All operations](https://skmtc.dev/vegaprotocol/apis/wallet-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vegaprotocol/wallet-api/revisions/95b73ed7c0db/schema)
