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

11 lines
244 B
YAML

get:
tags: [Public]
summary: Deposit info
responses:
"200":
description: Lightning address and LNURLp
content:
application/json:
schema:
$ref: "../components/schemas/faucet.yaml#/DepositInfo"