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

# Get Balance

`GET /mm/get_balance`

Get user balance

## Response `200`

OK

- MarketMakerGetBalanceResponse
  - `data` object
    - `balance` number — for now, only return `total_balance` for MM the field name will be kept as `balance` for backward compatible
    - `gec_balance` number
    - `matched_wager_balance` number
    - `unmatched_wager_balance` number
    - `unmatched_wager_balance_status` string
    - `unmatched_wager_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)
