Developers

Integrate CDBC across every chain.

On-chain references and explorer endpoints for the Cloudbit Classic multichain network.

Public Supply API

Cloudbit provides a public, CORS-enabled supply API — ideal for listings like CoinGecko or CoinMarketCap. Base URL: https://cdbc-api.vercel.app

// fetch circulating supply (plain text)
const res = await fetch("https://cdbc-api.vercel.app/api/cdbc/circulating-supply");
const circulating = await res.text(); // "100000000"

// full supply breakdown as JSON
const supply = await fetch("https://cdbc-api.vercel.app/api/cdbc/supply").then(r => r.json());
// { total, circulating, burned, locked, locks: [...] }

// quick CLI check
// $ curl https://cdbc-api.vercel.app/api/cdbc/total-supply
Notes: CORS enabled · 5-minute cache · Contract 0xaf8b…C6a9 on BSC.

Explorer references

Every deployment is verified. Query metadata and transactions using each chain's block explorer.

Bridging

Cross-chain movements go through Portal Bridge. Use the destination chain's Bridge-CA (see the Tokenomics page) as the target token address.

Support

For integration questions, reach the team at support@cloudbitex.com or via the community linktree.