Wallets
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
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.