DOGE LEDGER READERv2.1.0

API

Architecture

There is no backend API.

DOGE Ledger Reader is a fully client-side application. No server holds accounts, addresses, or keys. Your browser talks directly to two things:

  • navigator.hid — WebHID access to a Ledger device, to read the public key and address for a derivation path via the Dogecoin app.
  • doge1.trezor.io — the public Trezor blockbook REST API used for address balances and transaction counts.

Derivation paths

  • Legacy P2PKH: m/44'/3'/{account}'/0/{index}

Dogecoin's SLIP-0044 coin type is 3. The Ledger Dogecoin app only signs legacy P2PKH — the same path Ledger Live uses.

Part of the honest.money ecosystem. Learn to build on TEXITcoin and the Omni layer 2 at texitcoin.org/build.