Returns detailed pricing breakdown for a specific country, showing how the user’s discount is applied.
Response includes:
price — final price after user’s personal discountdiscount.base_price — price before discountdiscount.percent — discount percentage appliedUse case. Account detail/checkout page where user needs to see both the original price and their discounted price.
Example. If base price is $3.00 and user has 10% discount:
price.amount: "2.70"discount.base_price: "3.00"discount.percent: 10API-key that you received from Telegram Bot.
ISO 3166-1 alpha-2 country code (e.g., US, RU, GB).
^[A-Z]{2}$"US"
Response for status 200
ISO 3166-1 alpha-2 country code (e.g., US, RU, GB).
"US"
Country flag emoji.
"🇺🇸"
Indicates if account is available for purchase.
true
Account tags (e.g., HIGH_QUALITY for premium accounts).
Tag indicating account quality or demand status.
HIGH_QUALITY, HIGH_DEMAND ["HIGH_QUALITY"]