API ACCESS
Run your IPXO operations through the API
Everything you do in the IPXO Portal – search and lease subnets, list your own, pull invoices and payouts, read prefix data – is available as a REST API with one OAuth2 token. Same account, same data, no browser.
For IPXO clients
API access is issued per account – create an App in the Portal to get your keys.
Built for how you work
Same API, three jobs. Whether you lease, hold, or run the routing, the calls you need are grouped for you.

LESSEES
Lease and run IP space without the Portal
Search the market with 19 filters, reserve, add to cart and check out. Validate your ASN, pull the LOA, provision into AWS via BYOIP, and export orders, invoices and leases as CSV.
API · Billing · Ecommerce · Credits

HOLDERS
Monetize your prefixes on autopilot
List subnets, set pricing and split child blocks. Track listing health and reputation, pull payouts, payout stats and self-billing invoices as PDF or CSV.
API · Billing

NETWORK & ROUTING TEAMS
Prefix data in your own tooling
Search prefixes with WHOIS, BGP, RPKI, geo and route fields, tag them with your own metadata – single or bulk – and export portfolio and service data as CSV.
API · Billing · NetHub data

THE CALLS BEHIND EACH JOB
Plain rest – real responses
Every request returns the same data the Portal shows — JSON in, JSON out. Copy the calls into your own scripts, CI or IPAM tooling; the OpenAPI spec covers the rest.
Get access in three steps
No sales call, no separate contract. Your Portal account is your API account.
Have an IPXO account with API Access
Lease or monetize on IPXO – API access is part of your account. Check your plan if you are unsure.
Create an App in the Portal
Portal → Integrations → Apps. You get a Client ID and Secret. Every App receives all API scopes – nothing to configure.
Get a token and start calling
Request an OAuth2 client_credentials token from hydra.ipxo.com, then call apigw.ipxo.com with a Bearer header. Plain REST – no SDK required.
Good to know before your first call
Production only
There is no sandbox. Every call runs against your real account – a checkout is a real lease.
OAuth2 client credentials
Machine-to-machine tokens. One App = one Client ID and Secret; rotate them from the Portal at any time.
Rate limits
Market search is capped per tenant. See the docs for current limits before you build a poller.
OpenAPI 3 specs
Download the YAML or JSON spec for each API and generate your own client. No official SDK.
Ready to automate?
The API comes with your IPXO account. Already a client? Create your App and make your first call in minutes. New here? Start on the market.