---
title: "Search Collections"
method: POST
path: "/collections/search"
tags: ["Collections"]
---

# Search Collections

`POST /collections/search`

Use this API to do a fuzzy collection search

## Request body

- SearchCollectionsRequest
  - `chain` 'ethereum' | 'abstract' | 'apechain' | 'arbitrum' | 'base' | 'berachain' | 'bsc' | 'polygon' | 'sei' | 'avalanche' | 'monad', required
  - `pattern` string, required — Any name pattern you want to search for collections. Only first 50 collection matched will be returned

## Response `200`

Successful

---

[API](https://skmtc.net/magiceden/apis/magic-eden-api.md) · [All operations](https://skmtc.net/magiceden/apis/magic-eden-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/magiceden/magic-eden-api/revisions/66028b292693/schema)
