Profile Information
Get your profile info
Endpoint
GET /sapi/v1/user/profile/Request Headers
{
"Authorization": "JWT ***"
}Example
{baseurl}/sapi/v1/user/profile/Response
{
"status": "success",
"message": "Successful",
"payload": {
"name": "USER NAME",
"customer_id": "27",
"img": null,
"username": "guthal",
"stark_key": "0x70f41ce6797eb444c9dc95a907....8aa592adf8f1fe3ab75317f7096d38"
}
}Last updated