v1
latestOpenAPI 3.1.02026-07-24590534.0 KBFetch Details of Subaccount
Get details of a subaccount.
get/users/{user_id}
Path parameters
user_idstring required
The User ID. Use 'me' if fetching wallets of main authenticated user, use the user_id if fetching for Sub-account linked to the authenticated user.
Response
200
Example response
{
"status": "success",
"message": "Successful",
"data": {
"id": "7y5pmgbo",
"sn": "QDX7WO4TOTY",
"email": "test@gmail.com",
"first_name": "test",
"last_name": "user",
"created_at": "2021-04-09T11:06:42.000+01:00",
"updated_at": "2021-10-21T13:12:00.000+01:00"
}
}