Returns paginated list of available accounts with user-specific pricing (personal discount applied).
Pricing. Prices reflect the authenticated user’s discount level. To see base prices without discount, use GET /accounts/countries.
Difference from /accounts/countries:
Filtering. Use country_codes to request specific countries (e.g., US,RU,GB).
Sorting options: price_asc, price_desc, name_asc, name_desc, popularity_asc, popularity_desc.
API-key that you received from Telegram Bot.
Filter by country codes. Comma-separated list of ISO 3166-1 alpha-2 codes (e.g., 'US,RU,GB').
^([A-Za-z]{2})(,[A-Za-z]{2})*$"US,RU,GB"
Sort order for accounts.
price_asc, price_desc, name_asc, name_desc, popularity_asc, popularity_desc "price_asc"
Page number.
1 <= x <= 90071992547409911
Number of items per page.
1 <= x <= 15050