API overview
Compose a real testnet request in the Postman-style API Console, inspect its stream, headers, and receipt, then copy working code.
Omnious is an OpenAI-shaped inference API with one important difference: every paid request is priced by a live provider auction and authorized through USDC. This section is the practical path from a first read-only request to production agent traffic on HyperEVM mainnet. Direct x402 quotes and pays each request; invited funded keys remain available for approved service integrations.
Load the wallet-enabled API console only when you need it.
API endpoints
| Network | Base URL | Use |
|---|---|---|
| Mainnet | https://api.omnious.xyz | Production requests |
Append the API path to the base URL, for example /v1/chat/completions. Set your SDK's routerUrl or OMNIOUS_ROUTER_URL to this mainnet base URL.
Harness selection, wallet approval, unified balance, top-up, and key management live in Integrations. These docs remain the searchable implementation reference: SDK, providers, and how it works.
Where to go next
Start with Authentication & x402 if you are wiring a wallet, then use Chat & inference for request shapes. The wire formats page is the field-level companion to this guide.
- router/src/http/server.ts HTTP route registration
- router/src/shared/types.ts request schemas and wire types
- sdk/src/index.ts the paying TypeScript client