v1

latestOpenAPI 3.0.12026-07-243686491.1 MB
Wallets

Retrieve a single wallet.

Required scope: wallet-transactions:read

get/api/v1/wallets/{walletId}

Path parameters

walletIdinteger required

Response

Wallet with provided id

idinteger

Id of the wallet

ownerTypestring required

Type of owner: operator, team

ownerIdinteger

Id of the owner of this wallet, either a teamId or operatorId (depending on ownerType)

currencyIdinteger

Currency of this wallet.

countryIdinteger

CountryId of this wallet.

Example response

{
  "id": 1,
  "ownerType": "operator",
  "ownerId": 42,
  "balance": {
    "amount": 13.77,
    "credit": 11.77
  }
}