Files
SatsFaucet/backend/openapi/path-items/stats.yaml
2026-02-28 21:14:27 -03:00

17 lines
407 B
YAML

get:
tags: [Public]
summary: Faucet stats
responses:
"200":
description: Stats (balance, paid, claims)
content:
application/json:
schema:
$ref: "../components/schemas/faucet.yaml#/Stats"
"500":
description: Internal error
content:
application/json:
schema:
$ref: "../components/schemas/common.yaml#/ApiError"