Get Wallet Balance
Fetch details of a user's wallet balance
/users/wallet-balance
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
status: true,
message: 'Wallet balance retrieved successfully',
data: {
created_at: '2021-07-13T20:25:53.011Z',
active: true,
amount: 65000,
currency: 'NGN',
name: 'Terminal Africa Wallet',
user: '6aVb7978zZYmke2gJPF9WppUEWvvK5OU',
updated_at: '2021-07-13T20:25:53.011Z',
}
}Last updated
Was this helpful?