Exchange Integration
Exchange review packet, listing metadata, and integration guidance.
Overview
This page is the operator-facing exchange integration summary for KuberCoin. It collects the endpoints, checks, and release references that an exchange or aggregator needs before connecting to the network.
Core endpoints
POST /JSON-RPC, includinggetlistingmetadata,getblockchaininfo,getblockcount,getmempoolinfo,estimatefee, andestimatesmartfee.GET /api/listingfor a simple HTTP listing metadata fetch.GET /wsfor block and transaction notifications.
Authentication
Keep API keys on the server side. Browser clients should go through a proxy or backend session rather than calling the node directly with secrets.
What to verify
- Listing metadata matches the expected network and supply.
- Fee estimates are available for the withdrawal policy.
- WebSocket notifications reach the integration harness or relay.
- Release artifacts, rollback guidance, and uptime targets are documented.
References
- Mainnet policy — release gates and rollback rules.
- Service level objectives — availability targets and incident thresholds.
- Security policy — disclosure and review process.
- Operations — probes, metrics, and deployment notes.