# Get **GET /byron-wallets/{walletId}**
status: stable
Return information about a Byron wallet. ## Servers - https://localhost:8090/v2: https://localhost:8090/v2 () ## Parameters ### Path parameters - **walletId** (string(hex)) ## Responses ### 406 Not Acceptable #### Body: application/json (object) - **message** (string) May occur when providing an invalid 'Accept' header. - **code** (string) ### 404 Not Found #### Body: application/json (object) - **message** (string) A descriptive error message. - **code** (string) A specific error code for this error, more precise than HTTP ones. ### 200 Ok #### Body: application/json (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)