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

# Get a specific account

`GET /atomicassets/v1/burns/{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_name` string
      - `assets` string
    - `templates` object[]
      - `collection_name` string
      - `template_id` 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/versions/6e5b195ccabb/schema)
