Get Wallets
The "Get wallets" endpoints allows you to fetch all wallets for a specific user.
Overview
Header
Field: Authorization
Value:
Bearer + (Access token)
Responses
Success (Code 200)
Media Type: application/json
Example Value: An object containing all wallets of the user.
Usage
Send a GET request to the
/wallet/{userId}
endpoint to retrieve user associated wallets.Handle the response accordingly based on success, unauthorized access or internal server error.
Note: Ensure the user is authenticated before making the request.
Last updated