signMessage
Signs an arbitrary message. Supported on the Ethereum family, Kaia, Solana, Stellar, and Polkadot parachains — not on the non-EVM Conflux and VeChain families.
info
This is a navigation page. Payload details live on each network page — pick your network below.
Common request shape
await dcent.sign({
method: 'signMessage',
chainId: '',
payload: { keyPath: '', /* network-specific */ }
}) // → body.parameter = { signature }