---
title: "Retrieve account information for the current API key"
method: GET
path: "/account"
tags: ["Account"]
---

# Retrieve account information for the current API key

`GET /account`

Returns wallet address, tier information, staked balances, available API keys, reward rates, and more.

## Response `200`

Account info successfully retrieved

- object
  - `data` object
    - `walletAddress` string
    - `tier` integer
    - `stripeTier` integer
    - `stakedTier` integer
    - `stakedBalance` string
    - `stakedArbitrumBalance` string
    - `stakedBaseBalance` string
    - `arbBalance` string
    - `baseBalance` string
    - `apiKeys` object[]
      - `key` string
      - `label` string
      - `created_at` string
      - `status` string
    - `points` number
    - `pointsPerDay` number
    - `morRewardsPerDay` number
    - `email` string
    - `emailVerified` boolean
  - `timestamp` integer

## Other responses

- `403` — Invalid or unauthorized API key
- `500` — Server error

---

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