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

## Changes

- **2026-05-04** `6540e7a44a83` — 1 info
  - added the optional property `results/items/has_ecosystem_nft` to the response with the `200` status
- **2026-04-22** `46a57608a790` — 1 breaking, 1 info
  - the `results/items/kind` response's property type changed from `object` to no type for status `200`
  - added the optional property `results/items/volume_tiers` to the response with the `200` status
- **2025-12-24** `846a2e2b455b` — 1 info
  - added the media type `application/json` for the response with the status `200`

[Change history](https://skmtc.dev/tradeparadex/apis/paradex-rest-api-2/changes/account/info/get.md)

---

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