---
title: "Get Balance"
method: GET
path: "/v4/mm/get_balance"
tags: ["wallet"]
---

# Get Balance

`GET /v4/mm/get_balance`

## Response `200`

OK

- MarketMakerGetBalanceResponseV4
  - `data` V4Balance
    - `balance` number
    - `gec_balance` number
    - `matched_order_balance` number
    - `unmatched_order_balance` number
    - `unmatched_order_balance_status` string
    - `unmatched_order_last_synced_at` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Internal server error

---

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