Welcome to Sentz!
Learn more here.

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:

  1. Multiple accounts
  2. Subaddresses (unique public addresses for incoming transactions, to assign per-user)
  3. Balance-checking (totals, and per-user-incoming)
  4. Transaction construction & submission
  5. Transaction history store
  6. Hot and cold operating modes

Show me the Code:

Full-Service Node: Implementation of the Full-Service Node