GET
/
rest
/
users
/
{uuid}
Get User
curl --request GET \
  --url https://api.exchange.fairx.net/rest/users/{uuid}
{
  "user_uuid": "123e4567-e89b-12d3-a456-426614174000",
  "name": "John Doe",
  "user_role": "FIX_USER",
  "sender_comp_id": "TRADER001",
  "firm_uuid": "abcdef12-3456-7890-abcd-ef1234567890",
  "itm_uuid": "98765432-dcba-4321-9876-543210fedcba",
  "cancel_on_disconnect": true,
  "client_requested_trading_lock": false,
  "admin_trading_lock": false,
  "self_match_prevention_id": 123,
  "self_match_prevention_mode": "CANCEL_AGGRESSING"
}

Path Parameters

uuid
string
required

The user's UUID

Example:

"e80d6a4e-af9f-4fcb-a819-3d22c7017279"

Response

200
application/json

Successfully retrieved user

The response is of type object.