Milypay · x402
ABN lookup API
Look up an 11-digit Australian Business Number and get entity name, status, type, GST, and location. Built for agents: pay per call over HTTP 402, or hit the free demo on milypay.xyz/api.
- Demo
- GET milypay.xyz/api… · 200
- Paid
- GET api.milypay.xyz… · 402
- Price
- 0.002 AUDD (paid host)
Try it
Free throttled demo. Source: Australian Business Register (ATO).
curl https://milypay.xyz/api/au-business/abn/51824753556Paid agents
Production traffic hits the paid host and settles over x402 (or MPP with ?rail=mpp). No API key.
curl https://api.milypay.xyz/au-business/abn/51824753556# HTTP 402 until PAYMENT-SIGNATURE / wallet settlenpx milypay --api …Sample
{ "abn": "51824753556", "abnStatus": "Active", "entityName": "AUSTRALIAN TAXATION OFFICE", "entityType": "Commonwealth Government Entity", "gstRegistered": true, "state": "NSW", "postcode": "2640"}Docs · Pricing · agents.md · Quickstart