1. Static Residential
rapid_agent
  • AGENT
    • RAPID Interface documentation
    • Static Residential
      • Callback
      • Static Residential Refund
        POST
      • Obtain Product List
        POST
      • Obtain Available Subscription Durations
        POST
      • Activate Static Residential IP
        POST
      • Renew Static Residential IP
        POST
      • Obtain Orders
        POST
      • Obtain Instance Information
        POST
    • Add User
      POST
    • Edit User
      POST
    • Get All Users
      POST
    • Add Sub-user
      POST
    • Edit Sub-user
      POST
    • Get Sub-users
      POST
    • Allocate Traffic
      POST
    • Recycle Traffic
      POST
    • Clear Traffic
      POST
    • Obtain Allocation Records
      POST
    • Add IP to Whitelist
      POST
    • Add IP to Blacklist
      POST
    • Add Domains to User's Blocklist
      POST
    • Delete IP from Whitelist
      POST
    • Delete IP from Blacklist
      POST
    • Delete Blocked Domain
      POST
    • Obtain User Traffic
      POST
    • Obtain Proxy
      POST
    • Obtain Proxy Address
      POST
    • Obtain Proxy Protocol
      POST
    • Obtain Country List
      POST
    • Obtain States/Provinces Under a Country
      POST
    • Obtain Cities Under a State
      POST
    • Obtain User Traffic Consumption
      POST
    • Reset User's API Key
      POST
    • Query User Traffic by Time Range
      POST
    • Obtain Sub-account Traffic Consumption
      POST
  1. Static Residential

Obtain Orders

POST
https://www.rapidproxy.io/api/agent/get_static_order

请求参数

Header 参数

Body 参数application/json

示例
{
    "order_no": "xxxxxx",
    "page": 1,
    "limit": 10
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
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
}'

返回响应

🟢200成功
application/json
Bodyapplication/json

示例
{
    "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
}
修改于 2025-10-13 03:00:33
上一页
Renew Static Residential IP
下一页
Obtain Instance Information
Built with