dnxGetAddress

Dynex: get address

Display requested address derived by given BIP32 path on device and returns it to caller. User is asked to confirm the export on OneKey.

const result = await HardwareSDK.dnxGetAddress(connectId, deviceId, params);

Use requirement

  • Firmware version required

    • classic: 3.8.0

Parameters

connectId: string

  • Unique identifier for the connection

deviceId: string

  • Unique identifier for the hardware device

params: object

  • path: string - BIP32 path (e.g. "m/44'/29538'/0'/0/0") [required]

  • showOnOneKey: boolean - Whether to display address on device (default: true)

For batch addressing:

  • bundle: Array of objects with above parameters

Example

Returns

Success response for single address:

Success response for multiple addresses:

Error response:

Firmware Requirements

  • Minimum firmware version: 3.8.0

Last updated

Was this helpful?