# List Stake Keys **GET /wallets/{walletId}/stake-keys**

status: Experimental

List stake-keys relevant to the wallet, and how much ada is associated with each. ## Servers - https://localhost:8090/v2: https://localhost:8090/v2 () ## Parameters #### Path parameters - **walletId** (string(hex)) ## Responses ### 200: Ok #### Body Parameters: application/json (object) - **ours** (array[object]) Stake keys belonging to the wallet. - **foreign** (array[object]) Stake keys found in the wallet's UTxO, but does not belong to the wallet. - **none** (object) The absence of a stake key. The `stake` field shows how much of the wallet funds are not associated with an identifiable stake key. Most likely, these funds are associated with enterprise addresses lacking staking rights. But they /could/ also be associate with more rare types of addresses like pointer addresses. [Powered by Bump.sh](https://bump.sh)