{
"page": 1,
"limit": 15
}curl --location --request POST 'https://sandbox-open-api.985proxy.com/res_static/order_list' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"limit": 15
}'{
"code": 0,
"msg": "success",
"data": {
"page": 1,
"limit": 15,
"total": 97,
"list": [
{
"order_no": "58e3d418-fb27-4021-8114-ad451e67e2b1",
"order_type": "1",
"promo_code": null,
"promo_info": null,
"pay_type": "balance",
"node_count": 1,
"success_node_count": 1,
"fail_node_count": 0,
"total_price": 5,
"ip_price": 5,
"bandwidth_price": 0,
"discount_price": 0,
"pay_price": 5,
"paid_price": 5,
"refund_price": 0,
"order_time": "2026-01-31 03:13:28",
"start_time": "2026-01-31 03:13:29",
"end_time": "2026-01-31 03:13:38",
"status": "3"
}
]
}
}