---
title: "Get Merchant Balances"
method: GET
path: "/v1/merchant/balance"
tags: ["public.balance"]
---

# Get Merchant Balances

`GET /v1/merchant/balance`

Fetches the current merchant USD collection/withdrawal balances and NGN, SOL, and BNB withdrawal balances

## Response `200`

OK

- MerchantBalanceResponse
  - `data` MerchantBalanceData
    - `collection_balance_usd` string
    - `withdrawal_balance_bnb` string
    - `withdrawal_balance_ngn` string
    - `withdrawal_balance_sol` string
    - `withdrawal_balance_usd` string

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.dev/daya/apis/daya-external-api-public-api.md) · [All operations](https://skmtc.dev/daya/apis/daya-external-api-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/daya/daya-external-api-public-api/revisions/5fc72bf91a48/schema)
