---
title: "Search coins"
method: GET
path: "/v1/discover/coins/search"
tags: ["discover"]
---

# Search coins

`GET /v1/discover/coins/search`

Search for writer coins by ticker, contract address, or publication name. Returns results ranked by relevance and subscriber count.

## Query parameters

- `q` string

## Response `200`

Coin search results

- object[]
  - `coin` object, required — The matched coin
    - `coinId` string, required — Unique identifier for the coin
    - `ticker` string, nullable, required — Ticker symbol of the coin
    - `contractAddress` string, nullable, required — Contract address of the coin
    - `blogId` string, required — ID of the associated publication
  - `blog` object, required — The associated publication
    - `blogId` string, required — Unique identifier for the publication
    - `name` string, nullable, required — Display name of the publication
    - `slug` string, nullable, required — URL-friendly slug of the publication
    - `logoUrl` string, nullable, required — URL to the publication's logo
  - `activeSubscriberCount` number, required — Number of active subscribers to this publication

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/paragraph-xyz/apis/paragraph-api.md) · [All operations](https://skmtc.net/paragraph-xyz/apis/paragraph-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paragraph-xyz/paragraph-api/revisions/7bbf1b62c1a0/schema)
