# List Wallet (beta) **GET /v1/wallets/list** List wallets within the app. ## HTTP Request `GET /v1/auth/wallets/list` ## Query String Example ``` /v1/auth/wallets/list?user_id=user_26l6ha8syVN8oqmaHaFShTxZ5RC ``` ## Returns A successful response returns list of `Wallet` objects. ## Servers - Production: https://api.moonkey.fun (Production) ## Authentication methods - Authorization ## Parameters ### Query parameters - **user_id** (string) Optional user ID to query the wallets by. ## Responses ### 200 OK #### Body: application/json (object) - **wallets** (array[object]) [Powered by Bump.sh](https://bump.sh)