Mnemonics

Collection of mnemonics viewed by index range (inclusive)

get/mnemonics/{minIndex}/{maxIndex}

Response

Ok

indexinteger

Index of a mnemonic in the collection

mnemonicstring

BIP-39 mnemonic sentence

Example response

[
  {
    "index": 42,
    "mnemonic": "vintage poem topic machine hazard cement dune glimpse fix brief account badge mass silly business"
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.