---
title: "One company's BTC treasury holding"
method: GET
path: "/api/treasuries/{ticker}"
tags: ["Treasury Holdings"]
---

# One company's BTC treasury holding

`GET /api/treasuries/{ticker}`

Single-company lookup with the same precision and provenance rules as
the list endpoint. Pro tier.

A 404 means the company is not on the tracked roster. It is **not**
evidence that the company holds no Bitcoin.

## Path parameters

- `ticker` string, required

## Response `200`

The company's holding

## Other responses

- `400` — Malformed ticker
- `401` — Authentication required
- `402` — Payment required. The body is an x402 v2 payment quote naming this resource, its price in USDC, and the accepted networks. Pay and retry with the payment header, or authenticate with an API key instead.
- `403` — Requires Pro or Enterprise tier
- `404` — Company is not on the tracked roster

---

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