v1
latestOpenAPI 3.0.12026-07-243686491.1 MBWallets
Retrieve a single wallet.
Required scope: wallet-transactions:read
get/api/v1/wallets/{walletId}
Path parameters
walletIdinteger required
Response
Wallet with provided id
Example response
{
"id": 1,
"ownerType": "operator",
"ownerId": 42,
"balance": {
"amount": 13.77,
"credit": 11.77
}
}