Skip to main content

Device API

Read and set the state of what you are connected to. info reports the DCENT Web Bridge (the popup/daemon layer), getDeviceInfo reports the hardware wallet itself — device id, firmware version, label and active transport — and setLabel renames it.

info

Reports the status of the DCENT Web Bridge (the popup/daemon layer), not the hardware device. Use it as a lightweight liveness/handshake probe before driving a flow.

getDeviceInfo

Retrieves information about the connected DCENT hardware wallet — device id, firmware version, label, and active transport. Returns a typed V1Response<DeviceInfoPayload>, so fields like parameter.label are directly accessible.

setLabel

Sets the device's display label. The label is validated against a strict character/length rule before being sent.