---
title: "View Account"
method: GET
path: "/user"
---

# View Account

`GET /user`

Returns the information related to your Account.

## Response `200`

200

- object
  - `id` string
  - `email` string
  - `emailConfirmed` boolean
  - `created` string
  - `used` integer
  - `limit` integer
  - `twofa` boolean
  - `balance` integer
  - `costPerHr` integer
  - `billingAlert` integer
  - `negativeAllowance` integer

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/bitlaunch/apis/bitlaunch-api.md) · [All operations](https://skmtc.dev/bitlaunch/apis/bitlaunch-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bitlaunch/bitlaunch-api/revisions/b6aec14db2d0/schema)
