PearPear
API IntegrationAPI SpecificationUsers

Get current user profile

Returns the current authenticated user profile

GET
/users/profile
x-api-key<token>

In: header

Response Body

application/json

curl -X GET "https://example.com/users/profile"
{  "profile": {    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",    "displayName": "string",    "role": "basic",    "address": "string",    "email": "string",    "emailVerified": true,    "xHandle": "string",    "xName": "string",    "xAvatarUrl": "string",    "xHidden": true  },  "preferences": {    "slippageToleranceBps": -9007199254740991  }}