Order actions
Order new IP addresses programmatically — without opening the dashboard.
The flow
Complete informationGET/reference/list
Look up valid country IDs, periods, targets, and carriers. You'll need these IDs for the next two steps.
Calculate the orderPOST/order/calc
Dry-run the order. Returns price and validation errors without spending balance.
Place an orderPOST/order/make
Charges balance and provisions IPs. Returns orderID and IP list.
Before you start
API key
Generate one in the dashboard.
Funded balance
Check via /balance.
An SDK (optional)
PHP, Node, Python, Go, Java.
Common to all order endpoints
Base URL
https://proxy-seller.com/personal/api/v1/{YourApiKey}/Authentication
API key in URL path.
Error model
Business errors return HTTP 200 with
errors[]populated.