Developer Docs
Full Service API
The Full Service API is a JSONRPC API that works with command line tools and wallet services. It provides ledger syncing and validation, account management, and funds transfer and receiving. It serves the use cases of single user (and is the backing to the MobileCoin Desktop Wallet), while also serving high performance, multi-account, multi-subaddress needs (such as backing merchant services platforms). Please see the full API documentation at: Full Service API
The API supports:
- Multiple accounts
- Subaddresses (unique public addresses for incoming transactions, to assign per-user)
- Balance-checking (totals, and per-user-incoming)
- Transaction construction & submission
- Transaction history store
- Hot and cold operating modes
Show me the Code:
Full-Service Node: Implementation of the Full-Service Node