---
title: "Fetch collections"
method: GET
path: "/atomicassets/v1/collections"
tags: ["collections"]
---

# Fetch collections

`GET /atomicassets/v1/collections`

## Query parameters

- `author` string
- `match` string
- `authorized_account` string
- `notify_account` string
- `collection_blacklist` string
- `collection_whitelist` string
- `collection_name` string
- `ids` string
- `lower_bound` string
- `upper_bound` string
- `before` integer
- `after` integer
- `page` integer
- `limit` integer
- `order` 'asc' | 'desc'
- `sort` 'created' | 'collection_name'

## Response `200`

OK

- object
  - `success` boolean
  - `data` 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
  - `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)
