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.