# Wallet Endpoints (api/Wallet) ### **General Definitions**
**Parameter** | **Description** |
baseurl | Sandbox - [https://test.xprizo.com/api](https://test.xprizo.com/api) Live- [https://wallet.xprizo.com/api](https://wallet.xprizo.com/api) |
apiversion | 1.0 |
apikey | API key For authentication |
**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** |
contact | enter the user's mobile number, username, or email for searching |
currencyCode | the currency code of the wallet to search for - leave blank to fetch the user's default wallet. |
**Response (200)**
```bash { "id":