---
title: "Get market collections sorted by volume or listings"
method: GET
path: "/atomicmarket/v1/stats/accounts"
tags: ["stats"]
---

# Get market collections sorted by volume or listings

`GET /atomicmarket/v1/stats/accounts`

## Query parameters

- `symbol` string, required
- `collection_name` string
- `before` integer
- `after` integer
- `collection_blacklist` string
- `collection_whitelist` string
- `page` integer
- `limit` integer
- `order` 'asc' | 'desc'
- `sort` 'buy_volume' | 'sell_volume'

## Response `200`

OK

- object
  - `success` boolean
  - `data` object
    - `symbol` object
      - `token_contract` string
      - `token_symbol` string
      - `token_precision` integer
    - `results` object[]
      - `account` string
      - `buy_volume` string
      - `sell_volume` 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)
