Developers

Routing-as-an-API.

The same AERO engine, one HTTP call. Build Loadit into any product — checkout, payroll, treasury, remittance.

POSTapi.loadit.net/v1/route
{
  "amount_usd": 500,
  "asset": "USDC",
  "destination": "0xA1…f9",
  "optimize": "auto"
}
Response

// run a request to see the route

Illustrative. $0.45 median settlement fee across 14 networks.

AERO API · v1

Routing intelligence, one HTTP call.

The patented AERO engine as a metered API. Send a funding method and a target asset; get the cheapest, fastest non-custodial route back as JSON. No SDK required.

Quickstart · try it with key demo
curl -X POST https://loadit.net/api/v1/route \
  -H "x-api-key: demo" \
  -H "Content-Type: application/json" \
  -d '{"amount_usd": 500, "asset": "USDC", "payment_method": "Cash"}'
200 · response
{
  "ok": true,
  "route": {
    "network": "solana",
    "loadit_fee_usd": 0.5,
    "legacy_fee_usd": 51.5,
    "savings_usd": 51,
    "savings_pct": 99,
    "eta": "~1.8s",
    "settlement": "non_custodial",
    "confidence": 0.95
  },
  "meta": { "engine": "AERO", "version": "v1" }
}
POST /api/v1/route · parameters
amount_usd*numberAmount to move, in USD.
assetstringTarget asset: BTC, ETH, SOL, XRP, USDC, USDT. Default USDC.
payment_methodstringCash, Debit Card, Credit Card, Bank Transfer. Default Debit Card.
preferredstringForce a network (solana, base, ethereum…) or 'auto'. Default auto.
destinationstringOptional wallet address; sharpens the risk score.

Pricing

Demo
Free
30 req/min

Key: demo. For testing & the playground.

Startup
$49/mo
100k calls/mo

Production key, email support.

Scale
Usage
Metered

Volume pricing + SLA. Talk to us.

Get a production API key

Drop your email — we'll send a live key and onboarding.