Skip to content

Commit d1e3397

Browse files
committed
remove duplicate API table, clean up README
1 parent 4ef7c47 commit d1e3397

1 file changed

Lines changed: 1 addition & 27 deletions

File tree

README.md

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -69,32 +69,6 @@ docker compose -f docker-compose.mainnet.yml build
6969
docker compose -f docker-compose.mainnet.yml up -d
7070
```
7171

72-
## API
73-
74-
| Method | Route | Auth | Description |
75-
|--------|-------|------|-------------|
76-
| POST | /invoice | Bearer | Create payment invoice |
77-
| GET | /pay/{id} | - | Payment page with QR |
78-
| GET | /invoice/{id} | - | Invoice status JSON |
79-
| GET | /invoices | - | List invoices with optional status filtering |
80-
| POST | /assign | Bearer | Assign serial to wallet |
81-
| POST | /event | Bearer | Create lifecycle event leaf |
82-
| GET | /miner/{wallet_hash} | - | Miner dashboard |
83-
| GET | /miner/{wallet_hash}/status | - | Machine status JSON for the miner dashboard |
84-
| GET | /miner/{wallet_hash}/verify | - | Viewing-key and verification metadata for the miner |
85-
| GET | /verify/{leaf_hash} | - | Ownership proof page |
86-
| GET | /verify/{leaf_hash}/check | - | Proof-check endpoint for programmatic verification |
87-
| GET | /verify/{leaf_hash}/proof.json | - | Downloadable proof bundle JSON |
88-
| GET | /lifecycle/{wallet_hash} | - | Participant lifecycle JSON |
89-
| GET | /stats | - | Aggregate lifecycle and anchor stats |
90-
| GET | /health | - | Scanner health JSON |
91-
| GET | /anchor/status | - | Current anchor scheduler and pending-root status |
92-
| GET | /anchor/history | - | Historical root anchors and transaction references |
93-
| GET | /protocol/info | - | ZAP1 protocol metadata, event types, and versioning |
94-
| POST | /auto-invoice | Bearer | Create or deduplicate recurring billing invoices |
95-
| GET | /cohort | - | Cohort-level revenue and participant metrics |
96-
| GET | /admin/overview | - | Aggregated admin dashboard data |
97-
9872
## Independent verification
9973

10074
```bash
@@ -138,7 +112,7 @@ Offline verify: `zap1_audit --export package.json`
138112

139113
Consumer examples in `examples/`: wallet (Python), explorer (Python), indexer (bash).
140114

141-
## API
115+
## Public read API
142116

143117
| Endpoint | Method | Purpose |
144118
|---|---|---|

0 commit comments

Comments
 (0)