latestOpenAPI 3.0.32026-08-224982,0272.8 MB

e445c15e5bee

Accounts

Get Current User

Get the current user’s public information.

Requires access token scope: trade_view

get/api/prime/trading/v1/user/current

Response

A user

idstring uuid required

The ID of the user

firstNamestring required

First name of the user

lastNamestring required

Last name of the user

emailstring email required

Email address of the user

Example response

{
  "id": "a253c86c-1f0f-42cc-bcd0-2dcc5040b204",
  "firstName": "John",
  "lastName": "Doe",
  "email": "john.doe@example.com"
}