---
title: "Get a specific account stats"
method: GET
path: "/atomicassets/v1/accounts/{account}"
tags: ["accounts"]
---

# Get a specific account stats

`GET /atomicassets/v1/accounts/{account}`

## Path parameters

- `account` string, required

## Query parameters

- `hide_offers` boolean
- `collection_blacklist` string
- `collection_whitelist` string

## Response `200`

OK

- object
  - `success` boolean
  - `data` object[]
    - `collections` object[]
      - `collection` Collection
        - `contract` string
        - `collection_name` string
        - `name` string
        - `author` string
        - `allow_notify` boolean
        - `authorized_accounts` string[]
        - `notify_accounts` string[]
        - `market_fee` number
        - `data` object
        - `created_at_block` string
        - `created_at_time` string
      - `assets` string
    - `schemas` object[]
      - `schema` Schema
        - `contract` string
        - `schema_name` string
        - `format` object[]
          - `name` string
          - `type` string
        - `created_at_block` string
        - `created_at_time` string
        - `collection` object
          - `collection_name` string
          - `name` string
          - `author` string
          - `allow_notify` boolean
          - `authorized_accounts` string[]
          - `notify_accounts` string[]
          - `market_fee` number
          - `created_at_block` string
          - `created_at_time` string
        - `assets` integer
      - `assets` string
    - `templates` object[]
      - `collection_name` string
      - `template_id` string
      - `template` Template
        - `contract` string
        - `template_id` string
        - `max_supply` string
        - `issued_supply` string
        - `is_transferable` boolean
        - `is_burnable` boolean
        - `immutable_data` object
        - `created_at_time` string
        - `created_at_block` string
        - `scheme` object
          - `schema_name` string
          - `format` object[]
            - `name` string
            - `type` string
          - `created_at_block` string
          - `created_at_time` string
        - `collection` object
          - `collection_name` string
          - `name` string
          - `author` string
          - `allow_notify` boolean
          - `authorized_accounts` string[]
          - `notify_accounts` string[]
          - `market_fee` number
          - `created_at_block` string
          - `created_at_time` string
      - `assets` string
    - `assets` string
  - `query_time` integer, nullable

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/worldwide-asset-exchange/apis/atomicassets-api.md) · [All operations](https://skmtc.net/worldwide-asset-exchange/apis/atomicassets-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/worldwide-asset-exchange/atomicassets-api/revisions/6e5b195ccabb/schema)
