{
"order_no": "xxxxxx",
"page": 1,
"limit": 10
}curl --location 'https://www.rapidproxy.io/api/agent/get_static_order' \
--header 'app-key: xxxxxxxx' \
--header 'Content-Type: application/json' \
--data '{
"order_no": "xxxxxx",
"page": 1,
"limit": 10
}'{
"code": 0,
"order_no": "xxxxx",
"amount": 35,
"data": [
{
"status": 1,
"count": 1,
"price": "35.00",
"params": [
{
"username": "xxx",
"password": "xxx",
"create_date": "2025-04-16 19:35:14",
"expire_date": "2025-05-16 19:35:14",
"ip": "xxx",
"port": 0,
"product_code": "xxx",
"instance_id": 0
}
],
"product_code": "xxx"
}
],
"total": 1
}