---
title: "Return account info of current account"
method: GET
path: "/account/info"
tags: ["Account"]
---

# Return account info of current account

`GET /account/info`

## Response `200`

OK

- ResponsesGetAccountsInfoResponse
  - `results` ResponsesAccountInfoResponse[]
    - `account` string — Starknet address of the account
    - `created_at` integer — Account creation time
    - `derivation_path` string — Account derivation path used to derive the account, if a sub-account
    - `fees` ResponsesFees
      - `commission_rate` string — deprecated, always zero
      - `dated_option_maker_rate` string
      - `dated_option_taker_rate` string
      - `discount_rate` string — deprecated, always zero
      - `maker_rate` string
      - `perp_option_maker_rate` string
      - `perp_option_taker_rate` string
      - `spot_maker_rate` string
      - `spot_taker_rate` string
      - `taker_rate` string
    - `has_ecosystem_nft` boolean — True if account owns an ecosystem NFT (Money Badgers / ShizoPunk) — qualifies for the lower retail tier thresholds
    - `isolated_market` string — Isolated market for the account
    - `kind` '' | 'main' | 'subaccount' | 'vault_operator' | 'vault_sub_operator'
    - `parent_account` string — Starknet address of the parent account
    - `public_key` string — Starknet public key
    - `username` string — Username of the account
    - `volume_tiers` object — Volume tier info by kind

---

[API](https://skmtc.net/tradeparadex/apis/paradex-rest-api-2.md) · [All operations](https://skmtc.net/tradeparadex/apis/paradex-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tradeparadex/paradex-rest-api-2/versions/6a76453d754c/schema)
