---
title: "Get Current User"
method: GET
path: "/api/prime/trading/v1/user/current"
tags: ["Accounts"]
---

# Get Current User

`GET /api/prime/trading/v1/user/current`

Get the current user’s public information.

**Requires access token scope:** `trade_view`

## Response `200`

A user

- TradeUser
  - `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

## Other responses

- `default` — unexpected error

---

[API](https://skmtc.net/bitgo/apis/bitgo-api.md) · [All operations](https://skmtc.net/bitgo/apis/bitgo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitgo/bitgo-api/revisions/e445c15e5bee/schema)
