NetCoin APIdeveloper reference
Checking API

Developer API reference.

This site documents NetCoin endpoints. It is separate from the explorer so builders get clean examples and do not dig through block-search UI.

Live API sample

Loading…

Core endpoints

EndpointUse
GET /api/latest?n=15Latest 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/mempoolUnconfirmed transactions.
GET /api/fee-estimatesSlow/normal/fast fee estimate presets.

App endpoints

EndpointUse
POST /api/invoicesCreate payment request.
GET /api/invoicesList invoices.
GET /api/invoices/<id>Invoice status.
POST /api/merchant/webhooksRegister merchant webhook.
GET /api/merchant/export.csvExport sales CSV.
GET /faucet/statusFaucet status through same origin.