Skip to content
Aurix
// MODULE · FINANCE

Liquidity as a service.

The supplying and orchestrating layer: depth and on-demand execution for ramps, FX corridors and treasury.

// CAPABILITIES

What the module delivers

Programmatic on/off-ramp
In and out between fiat and digital assets with API-driven execution.
Depth on demand
Liquidity for FX corridors without running your own desk.
Same-day treasury (D+0)
Position management and scheduled settlement on the same day.
Firm quotes
Price locked per execution window — no surprises on the fill.
Automatic sweeps
Sweep rules across accounts and currencies to optimize cash.
24/7 execution
Digital rails running outside traditional banking hours.
// FOR DEVELOPERS

Depth and execution via API

Firm quote, executed order and consolidated position — no desk, no spreadsheet, no banking window.

KEY ENDPOINTS
POST/v1/liquidity/quotesFirm on/off-ramp quote with an execution window.
POST/v1/liquidity/ordersExecutes a liquidity order from a quote.
GET/v1/treasury/positionsPositions consolidated per currency and asset.
POST/v1/treasury/sweepsSchedules automatic sweeps across accounts.
POST /v1/liquidity/orders200 OK · 1.2s
$ curl -X POST https://api.aurixfinance.ws/v1/liquidity/orders \
    -H "Authorization: Bearer sk_live_••••••••" \
    -d '{
      "quote_id": "liq_4K8NP22",
      "side":     "on_ramp",
      "amount":   500000
    }'

# response
{
  "id":       "ord_01JF7GH3D",
  "status":   "filled",
  "fill_avg": "5.4312"
}
// USE CASES

Who runs on this module

Depth for your operation, on demand

Corridor diagnosis and a liquidity proposal within 1 business day.