# List **GET /byron-wallets**
status: stable
Return a list of known Byron wallets, ordered from oldest to newest. ## Servers - https://localhost:8090/v2: https://localhost:8090/v2 () ## Parameters ## Responses ### 406: Not Acceptable #### Body Parameters: application/json (object) - **message** (string) May occur when providing an invalid 'Accept' header. - **code** (string) ### 200: Ok #### Body Parameters: application/json (array[object]) - **id** (string(hex)) A unique identifier for the wallet - **balance** (object) Byron wallet's current balance(s) - **assets** (object) Current non-Ada asset holdings of the wallet. The amount of assets available to spend may be less than the total unspent assets due to transaction change amounts which are yet to be fully confirmed (pending). - **discovery** (string) Mechanism used for discovering addresses. - **name** (string) - **passphrase** (object) Information about the wallet's passphrase - **state** (object) Whether a wallet is ready to use or still syncing - **tip** (object) A reference to a particular time slot, and the block height at that point. [Powered by Bump.sh](https://bump.sh)