KuberCoin Docs

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, including getlistingmetadata, getblockchaininfo, getblockcount, getmempoolinfo, estimatefee, and estimatesmartfee.
  • GET /api/listing for a simple HTTP listing metadata fetch.
  • GET /ws for 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