Fetch All Accounts
This API fetches all the accounts present in the wallet of the user.
Path parameters
user_uuidstringRequired
User UUID
Responses
200
Successful response
application/json
messagestringOptional
Success message
statusstringOptional
Status of the request
request_idstringOptional
Request ID
400
Invalid request
application/json
401
Authorization error
application/json
404
User not found
application/json
get
/user/{user_uuid}/wallet/accountsLast updated