kpay api alias

An edge alias. It forwards /hapi/<path> and /api/<path> to the backend and adds nothing of its own — no auth, no rate limiting, no opinion. What answers is the KPAY backend.

Surfaces

/hapi/<path>the backend, verbatim. Method, body and query are forwarded.
/api/<path>the same, under a second name.
/hapi/wsthe backend WebSocket (Upgrade). Used by signers to subscribe to the pool.

Try one

/hapi/kpool/signers?network=testnetwho is signing right now
/hapi/kpool/txList?network=testnet&since=600what is waiting for signatures
/hapi/kpool/txRead?network=testnet&txid=<txid>&pch=<pch>&detail=1one pooled transaction, with signatures and verdicts
/hapi/kpool/verdicts?network=testnet&txid=<txid>&pch=<pch>what each signer decided about it

Worth knowing

Machine readable

/?format=json — or send Accept: application/json.

Documentation

https://labs.katomia.com/future/v3/help/