Use Nexa¶
Choose the public surface that matches what you are building.
-
Nexa DEX
Connect a wallet, request a current quote, review the exact terms, and complete a supported transfer from a responsive web interface.
-
Aggregator API
Add Nexa quotes and execution flows to a wallet, router, or application through a concise public API.
-
Solver API
Discover signed routes, verify published terms, request an execution permit, and track fill status through the V6 solver interface.
Aggregator API entry points¶
| Resource | URL |
|---|---|
| Discovery | /.well-known/nexa-aggregator.json |
| OpenAPI | /openapi.json |
| Quote | POST /v1/quote |
| Build | POST /v1/build |
| Status | GET /v1/status |
| Chains | GET /v1/chains |
| Tokens | GET /v1/tokens |
| Health | GET /v1/health |
Use the published OpenAPI document as the field-level contract. Quotes expire; applications should display the returned terms and obtain a fresh quote when the validity window has passed.
Direct web flow¶
The DEX guides a connected wallet through network selection, quote review, token approval when required, execution, and status tracking. The wallet remains in the user's control throughout the flow.