# A snapshot of the wallet's UTxO set **GET /byron-wallets/{walletId}/utxo** Generate a snapshot of the wallet's UTxO set. This endpoint is intended for debugging purposes. ## Servers - https://localhost:8090/v2: https://localhost:8090/v2 () ## Parameters #### Path parameters - **walletId** (string(hex)) ## Responses ### 406: Not Acceptable #### Body Parameters: application/json (object) - **message** (string) May occur when providing an invalid 'Accept' header. - **code** (string) ### 404: Not Found #### Body Parameters: application/json (object) - **message** (string) May occur when a given walletId does not match with any known wallets (because it has been deleted, or has never existed). - **code** (string) - **info** (object) ### 200: Ok #### Body Parameters: application/json (object) - **entries** (array[object]) The complete set of UTxO entries associated with a wallet. [Powered by Bump.sh](https://bump.sh)