[Decprecated] 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.
Authorizations
Path parameters
account_idintegerRequired
The account's ID
indexintegerRequired
Responses
200
Address generated
application/json
404
No address matches the provided index
application/json
get
GET /accounts/{account_id}/addresses/{index} HTTP/1.1
Host:
X-Ledger-API-Key: YOUR_API_KEY
Accept: */*
{
"address": "text",
"derivation_path": "text"
}
Last updated