---
title: "Fetch Prefunded Balance"
method: GET
path: "/v1/wallet/balances"
tags: ["Balances"]
---

# Fetch Prefunded Balance

`GET /v1/wallet/balances`

Retrieve the current prefunded wallet balances

## Response `200`

Wallet balances retrieved successfully

- object
  - `data` object[]
    - `currency` 'USD'
    - `amount` integer — Amount in cents (multiplied by 100)

## Other responses

- `401` — Authentication failed due to invalid credentials

---

[API](https://skmtc.net/fin/apis/fin-com-api.md) · [All operations](https://skmtc.net/fin/apis/fin-com-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fin/fin-com-api/revisions/6e69503ee7b8/schema)
