v12

latestOpenAPI 3.0.3raw.githubusercontent.com2026-06-1811583196.1 KB
Catalog

Get IP address pricing

Returns pricing for IPv4 and IPv6 addresses.

get/api/v1/public/pricing/ip

Response

IP pricing

successboolean

Example response

{
  "success": true,
  "pricing": {
    "ipv4": {
      "price_per_hour": 0.005,
      "monthly_price": 3.5,
      "yearly_price": 35,
      "twenty_four_month_price": 70
    },
    "ipv6": {
      "price_per_hour": 0.005,
      "monthly_price": 3.5,
      "yearly_price": 35,
      "twenty_four_month_price": 70
    }
  }
}