No public sale is currently active · Official updates: ecoin@efind.com
Reference

RPC & API Reference

The reference implementation and public testnet APIs have not been released. This page defines the interface principles we expect them to follow without inventing live endpoints.

Docs · RPC & API Reference
Protocol status: Draft architecture. eCoin is under development. These pages describe the Version 0.1 design direction and illustrative developer models, not a finalized wire protocol, production API, or live mainnet.

Current status

There is no production eCoin RPC endpoint, public mainnet API base URL, finalized method namespace, or official SDK documented as live in Version 0.1. Any third party claiming an official endpoint should be independently verified through eCoin’s official website.

Planned interface principles

  • Versioned methods and schemas.
  • Explicit network identity.
  • Machine-readable error codes.
  • Clear distinction between pending, included, and finalized state.
  • Integer asset amounts in a documented smallest unit.
  • Idempotent read operations and safely designed submission semantics.
  • Authentication and authorization for privileged node operations.
  • No private-key transmission requirement for ordinary remote node RPC.

Likely method areas

NetworkNode status, network identity, peer health, protocol version.
LedgerFinalized state, blocks, transaction lookup, sync status.
TransactionsFee estimation, validation, submission, status.
ValidatorLocal validator status and operational metrics with restricted access.
Wallet integrationOptional local interfaces that do not require sending private keys to a remote node.