query traffic package price
POST
https://api.ipcola.com/api/price/traffic_package
price
data array sorted by traffic amount
example:
[
{
"id": 1,
"traffic_type": "rotation_residential",
"traffic_amount_gb": 20,
"valid_days": 30,
"price_per_gb": 3,
"created_unixtime": 1678606170
},
{
"id": 2,
"traffic_type": "rotation_residential",
"traffic_amount_gb": 100,
"valid_days": 30,
"price_per_gb": 3,
"created_unixtime": 1678606188
},
{
"id": 24,
"traffic_type": "rotation_residential",
"traffic_amount_gb": 500,
"valid_days": 30,
"price_per_gb": 2,
"created_unixtime": 1686552755
},
{
"id": 3,
"traffic_type": "rotation_residential",
"traffic_amount_gb": 99999999999999,
"valid_days": 30,
"price_per_gb": 1.5,
"created_unixtime": 1678606217
}
]
traffic 20-100GB $3.00/GB
traffic 100-500GB $2.00/GB
traffic 500+GB $1.50/GB
Request
Body Params application/json
Request samples
Responses
Modified at 2023-06-25 04:33:32