Deprecated - For UTXO-based accounts. Returns a list of the next 3 available fresh addresses for an account. A fresh address is a newly generated address that has not received any previous transactions. It is recommended for privacy and security to use a fresh address for every transaction. On non UTXO-based accounts, this endpoint will return the single public address in use for the account.
New address generated
Provided index invalid
{- "addresses": [
- {
- "address": "string",
- "derivation_path": "string"
}
]
}