Get Wallet Balance
Fetch details of a user's wallet balance
/users/wallet-balance
GET
https://api.terminal.africa/v1/users/wallet-balance
This endpoint allows you to retrieve details of a user's wallet.
Query Parameters
Name
Type
Description
user_id*
String
Unique reference for user.
Headers
Name
Type
Description
Authorization*
String
Set value to Bearer SECRET_KEY
{
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?