---
title: "Get editorial Q&A for one coin"
method: GET
path: "/api/v1/coins/{slug}/faqs"
tags: ["Coins"]
---

# Get editorial Q&A for one coin

`GET /api/v1/coins/{slug}/faqs`

Short, citable answers to common questions about the coin — useful as grounded context for a natural-language answer.

## Path parameters

- `slug` string, required

## Response `200`

FAQ entries.

- object — Every endpoint returns this wrapper. Check `error` before reading `data`.
  - `data` object[], required — Payload, or null when `error` is set.
    - `question` string
    - `answer` string
  - `error` string, nullable, required — Null on success.
  - `meta` object
    - `cached` boolean
    - `timestamp` integer — Unix milliseconds.
    - `total` integer — Total rows available, on paginated endpoints.

## Other responses

- `304` — Content unchanged since the `ETag` you sent. Empty body — reuse your cached copy.
- `404` — No such resource. `data` is null and `error` describes the miss.
- `500` — Upstream or internal failure. `data` is null and `error` carries the message.

---

[API](https://skmtc.dev/coinlib/apis/coinlib-content-api.md) · [All operations](https://skmtc.dev/coinlib/apis/coinlib-content-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coinlib/coinlib-content-api/revisions/9bf3bda30dbd/schema)
