====== Retrieve Information about Limits and Reseller Account ====== Before a partner engages in selling, they need to retrieve information about their available limit (for each channel) and additional information about their account. ===== Common scenario of retrieving information about available limit and account ===== - Partner calls the [[ru:apiv2:methods:getmydetails | GetMyDetails]] method. The reply has a set of fields with information about the partner's account, such as country code, company name, main current code, etc. - Partner calls the [[en:apiv2:methods:checklimits | CheckLimits]] method. It retrieves the ResellerLimitContract array. Each element in the array has the LimitType field. Its value is ESD for a ESD channel or CSP for a CSP channel. - We recommend our partners to check the limit when placing new orders.