Reference Documentation
Complete technical reference for the CloudCoin protocol, APIs, and SDKs.
API Reference
The CloudCoin API provides developers with programmatic access to the CloudCoin network and related services. This reference documents the available API endpoints, request parameters, and response formats.
/echo GET
Sends simple echo requests to the RAIDA and checks the response. [ASYNC]
/fix POST
Fix fracked coins and recover limbo coins in a wallet. [ASYNC]
/health POST
Perform HealthCheck on all coins in the Bank. [ASYNC]
/locker POST
Puts coins from a local wallet to the remote locker. [ASYNC]
/locker/{code} GET
Peek coins in the RAIDA locker by transmit code without downloading them. [ASYNC]
/task/{id} GET
Returns information about a previously created task from an asynchronous call. [SYNC]
/wallets POST
Creates a new local wallet. The wallet name must be unique. [SYNC]
/wallets/{name} DELETE
Permanently deletes a specific wallet by its name. [SYNC]
RAIDA Protocol
The RAIDA (Redundant Array of Independent Detection Agents) Protocol is the underlying technology that powers CloudCoin. Unlike blockchain technologies, RAIDA uses a network of authentication servers to verify the authenticity of digital currency.
RAIDA Network Structure
The RAIDA network consists of 25 independent cloud servers distributed globally. Each server operates autonomously and contains its own copy of the authentication data.
Key Features of the RAIDA Protocol
- Multi-path Authentication: CloudCoins are authenticated by multiple servers simultaneously, ensuring high availability.
- No Central Authority: No single entity controls the RAIDA network, making it resilient against attacks.
- No Public Ledger: Transaction details are not recorded, providing greater privacy than blockchain.
- Quantum-Safe Security: The authentication mechanism is resistant to quantum computing attacks.
- Sub-Second Transactions: Authentication typically completes in less than one second.