Get an address by index for an account

Deprecated - Returns the receiving address corresponding to the specified index. The index must already be used or be the next one available. Check the derivation path parameter number to find out how many have already been generated. This functionaltity is available for UTXO-based currencies only. On non UTXO-based accounts, this endpoint will return the single public address in use for the account.

Security(Ledger_API_Key and Ledger_API_User) or Ledger_API_Key and Ledger_API_User and Ledger_Store_Auth_Token) or Ledger_API_User or Ledger_API_User and Ledger_Store_Auth_Token)
Request
path Parameters
account_id
required
integer

The account's ID

index
required
integer
Responses
200

Address generated

404

No address matches the provided index

get/accounts/{account_id}/addresses/{index}
Response samples
application/json
{
  • "address": "string",
  • "derivation_path": "string"
}
Copyright © Ledger Enterprise Platform 2023. All right reserved.