v1

latestOpenAPI 3.0.0Apache 22026-07-173108.3 KB
Addresses

Collection of mnemonic addresses viewed by a range of indexes

get/mnemonics/{index}/addresses/{style}/{networkTag}/{minIndex}/{maxIndex}

Path parameters

indexinteger required

Index of a mnemonic in the collection

style'shelley' | 'icarus' | 'byron' required

Cardano Address style

Example:shelley
networkTaginteger required

Network tag is a "magic" constant associated with a network. It is mainly used in:

  • Address payloads, to discriminate addresses between networks.
  • At the network level, when doing handshake with nodes.
minIndexinteger required

Index of an address derived from a mnemonic.

maxIndexinteger required

Index of an address derived from a mnemonic.

Response

Ok

addressstring

Cardano address of some type

indexinteger

Index of an address derived from a mnemonic.

Example response

[
  {
    "address": "7028bbd1f7aebb3bc59e13597f333aeefb8f5ab78eda962de1d605b388",
    "index": 42
  }
]