# Get Wallet (beta) **GET /v1/wallets/{wallet_id}** Get wallet using wallet ID. ## HTTP Request `GET /v1/auth/wallets/{wallet_id}` ## Returns A successful response returns a `Wallet` object. ## Servers - Production: https://api.moonkey.fun (Production) ## Authentication methods - Authorization ## Parameters #### Path parameters - **wallet_id** (string) Unique wallet ID of the wallet to retrieve. ## Responses ### 200: OK #### Body Parameters: application/json (object) - **id** (string) - **app_id** (string) - **user_id** (string) - **public_address** (string) - **wallet_type** (string) - **verified** (boolean) - **is_default** (boolean) - **is_read_only** (boolean) - **is_imported** (boolean) - **updated_at** (integer) - **created_at** (integer) [Powered by Bump.sh](https://bump.sh)