# Wallet Endpoints (api/Wallet) ### **General Definitions**
**Parameter****Description**
baseurlSandbox - [https://test.xprizo.com/api](https://test.xprizo.com/api) Live- [https://wallet.xprizo.com/api](https://wallet.xprizo.com/api)
apiversion1.0
apikeyAPI key For authentication
### **Get Wallet Information**

**Request**

```bash curl --location --request GET '{baseurl}/Wallet/Info?contact={username/emailid/mobilenumber}¤cyCode={currencyCode}' \ --header 'Accept: text/plain; x-api-version=1.0' \ --header 'x-api-version: {apiversion}' \ --header 'x-api-key: {apikey}' ```
**Parameter****Description**
contactenter the user's mobile number, username, or email for searching
currencyCodethe currency code of the wallet to search for - leave blank to fetch the user's default wallet.

**Response (200)**

```bash { "id": , "contactId": , "contact": , "currencyCode": , "symbol": , "name": , "profilePicture": , "isDefault": , "isMerchant": } ```