eCash (XEC)
Reference metadata for eCash. Full parameter tables and request/response examples are being authored — the verified facts below are accurate today.
| Field | Value |
|---|---|
| coinType | 145 |
| keyPath | m/44'/145'/<accountIdx>'/0/0 |
| amount unit | satoshi (1 XEC = 1e2) |
| chainId | bip122:000000000019d6689c085ae165831e93/slip44:145 |
Supported Methods
| Method | Supported |
|---|---|
| getAddress | ✓ |
| signTransaction | ✓ |
| signMessage | ✗ |
| signTypedData | ✗ |
| signAuthEntry | ✗ |
Notes
Fully signable UTXO chain, forked from Bitcoin Cash, that shares the Bitcoin-family signTransaction path — provide the previous transactions for the inputs you spend and the device signs each input by its keyPath. Addresses use the CashAddr ecash: prefix (legacy P2PKH/P2SH only, no SegWit). Note the unusual 2 decimals: 1 XEC = 100 base units.
This is a fully signable UTXO chain that shares the Bitcoin-family signing path. The signTransaction payload shape (inputs, outputs, previous transactions) matches the Bitcoin reference — only the address version, coinType and amount decimals differ (see above). Per-parameter tables come from the DCENT Web Bridge and the connector presets.
signTransaction
await dcent.sign({
method: 'signTransaction',
chainId: 'bip122:000000000019d6689c085ae165831e93/slip44:145',
payload: {
keyPath: "m/44'/145'/<accountIdx>'/0/0",
transaction: {
/* see Notes */
}
}
}) // → body.parameter.signature