List
status: stable
Return a list of known addresses, ordered from newest to oldest
GET
/shared-wallets/{walletId}/addresses
curl \
-X GET https://localhost:8090/v2/shared-wallets/{walletId}/addresses
Response examples (400)
{
"message": "string",
"code": "bad_request"
}
Response examples (404)
{
"message": "string",
"code": "no_such_wallet"
}
Response examples (406)
{
"message": "string",
"code": "not_acceptable"
}
Response examples (200)
[
{
"id": "addr1sjck9mdmfyhzvjhydcjllgj9vjvl522w0573ncustrrr2rg7h9azg4cyqd36yyd48t5ut72hgld0fg2xfvz82xgwh7wal6g2xt8n996s3xvu5g",
"state": "used",
"derivation_path": [
"1852H"
]
}
]