---
title: "Get Balances"
method: GET
path: "/customer/balances/{merchantIdOrCreditSeed}"
tags: ["customers"]
---

# Get Balances

`GET /customer/balances/{merchantIdOrCreditSeed}`

Gets the balances of credits, usdc, and an optional token for a particular wallet

## Path parameters

- `merchantIdOrCreditSeed` string, required

## Headers

- `x-coinflow-auth-session-key` string, required

## Response `200`

Ok

- CustomerBalances
  - `credits` Cents, required
    - `cents` integer, required
  - `usdc` Cents, required
    - `cents` integer, required

---

[API](https://skmtc.net/coinflow/apis/api-reference.md) · [All operations](https://skmtc.net/coinflow/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coinflow/api-reference/versions/7eea51c8775d/schema)
