---
name: skew-payouts
description: Read the payout desk — last drop, pot, listed holders, next stock. Use when asking what Skew paid or what is in FeePot.
---

# skew-payouts

`GET /api/v1/payouts/board`

Public. No auth. Amounts in the JSON are integer base units or already-formatted labels — do not re-parse labels as money.

```
GET /api/v1/payouts/board
```

`status: "ok"` includes `lastDrop` (sequence, asset, total, holder count, `settledAt`), pot labels, eligible count, and `epochHours` (24). `503` with `{ "error": "unavailable" }` means the read failed — do not invent a zero pot.
