List
status: stable
Return a list of known Byron wallets, ordered from oldest to newest.
GET
/byron-wallets
curl \
--request GET https://localhost:8090/v2/byron-wallets
Response examples (406)
{
"message": "string",
"code": "not_acceptable"
}
Response examples (200)
[
{
"id": "2512a00e9653fe49a44a5886202e24d77eeb998f",
"balance": {
"available": {
"quantity": 42000000,
"unit": "lovelace"
},
"total": {
"quantity": 42000000,
"unit": "lovelace"
}
},
"assets": {
"available": [
{
"policy_id": "65ab82542b0ca20391caaf66a4d4d7897d281f9c136cd3513136945b",
"asset_name": "string",
"quantity": 42
}
],
"total": [
{
"policy_id": "65ab82542b0ca20391caaf66a4d4d7897d281f9c136cd3513136945b",
"asset_name": "string",
"quantity": 42
}
]
},
"discovery": "sequential",
"name": "Alan's Wallet",
"passphrase": {
"last_updated_at": "2019-02-27T14:46:45Z"
},
"state": {
"status": "ready"
},
"tip": {
"absolute_slot_number": 8086,
"slot_number": 1337,
"epoch_number": 14,
"time": "2019-02-27T14:46:45Z",
"height": {
"quantity": 1337,
"unit": "block"
}
}
}
]