REST APITradeAccounts

GET

Get the current user’s public information.

Requires access token scope: trade_view

Responses

200
A user

Response Body

object

  • id string uuid required
    The ID of the user
  • firstName string required
    First name of the user
  • lastName string required
    Last name of the user
  • email string email required
    Email address of the user
default
unexpected error

Response Body

object

  • error string required
  • errorName string required
  • reqId string required
  • context object
    Optional structured metadata for REST validation failures. The schema is fixed for client contract stability.
    context object
    • errorName string required
      Same value as the top-level errorName.
    • field string
      Request field associated with the validation failure.
    • message string
      Human-readable field-level validation message.