This site documents NetCoin endpoints. It is separate from the explorer so builders get clean examples and do not dig through block-search UI.
Loading…
| Endpoint | Use |
|---|---|
| GET /api/latest?n=15 | Latest blocks and tip summary. |
| GET /api/block/<hash> | Block details. |
| GET /api/tx/<txid> | Transaction details. |
| GET /api/address/<address> | Address balance and txids. |
| GET /api/mempool | Unconfirmed transactions. |
| GET /api/fee-estimates | Slow/normal/fast fee estimate presets. |
| Endpoint | Use |
|---|---|
| POST /api/invoices | Create payment request. |
| GET /api/invoices | List invoices. |
| GET /api/invoices/<id> | Invoice status. |
| POST /api/merchant/webhooks | Register merchant webhook. |
| GET /api/merchant/export.csv | Export sales CSV. |
| GET /faucet/status | Faucet status through same origin. |