---
title: "Retrieve a single wallet."
method: GET
path: "/api/v1/wallets/{walletId}"
tags: ["Wallets"]
---

# Retrieve a single wallet.

`GET /api/v1/wallets/{walletId}`

Required scope: `wallet-transactions:read`

## Path parameters

- `walletId` integer, required

## Response `200`

Wallet with provided id

- Wallet
  - `id` integer — Id of the wallet
  - `ownerType` string, required — Type of owner: operator, team
  - `ownerId` integer — Id of the owner of this wallet, either a teamId or operatorId (depending on ownerType)
  - `currencyId` integer — Currency of this wallet.
  - `countryId` integer — CountryId of this wallet.
  - `balance` WalletDtoBalanceDto
    - `amount` number, double — Amount of the balance
    - `credit` number, double — Amount of the credit

## Other responses

- `400` — The request is invalid
- `401` — Consumer with provided credentials was not found
- `403` — Operator doesn't have access to resource
- `404` — Entity with the provided id was not found

---

[API](https://skmtc.net/monta/apis/monta-partner-api.md) · [All operations](https://skmtc.net/monta/apis/monta-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/monta/monta-partner-api/revisions/517e18f11015/schema)
