List
status: stable
Return a list of known addresses, ordered from newest to oldest
Path parameters
-
walletId
string(hex) Required Minimum length is
40
, maximum length is40
.
Query parameters
-
state
string An optional filter on the address state.
Values are
used
orunused
.
GET
/wallets/{walletId}/addresses
curl \
--request GET https://localhost:8090/v2/wallets/{walletId}/addresses
Response examples (406)
{
"message": "string",
"code": "not_acceptable"
}
Response examples (404)
{
"message": "string",
"code": "no_such_wallet",
"info": {
"wallet_id": "2512a00e9653fe49a44a5886202e24d77eeb998f"
}
}
Response examples (400)
{
"message": "string",
"code": "bad_request"
}
Response examples (200)
[
{
"id": "addr1sjck9mdmfyhzvjhydcjllgj9vjvl522w0573ncustrrr2rg7h9azg4cyqd36yyd48t5ut72hgld0fg2xfvz82xgwh7wal6g2xt8n996s3xvu5g",
"state": "used",
"derivation_path": [
"1852H"
]
}
]