Programmable exchange rails for humans, builders, and agents.
AgentXchange is SpendHubβs programmable exchange surface for route discovery, normalized quotes, destination validation, swap creation, deposit instructions, and settlement tracking across supported provider rails.
AgentXchange now accepts broader provider-backed pairs instead of a single flagship lane. Example live flows already verified include Base ETH β SOL and Base USDC β BTC.
Route discovery, pair selection, and execution policy stay explicit so builders and agents can automate without blind trust.
Every trade is framed around a consistent lifecycle: quoted, awaiting deposit, exchanging, sending, completed, refunded, or failed.
Discover it, quote it, validate it, create it, track it.
Query supported assets and networks before the agent attempts a trade.
Ask whether a route is live, fixed/floating, and within policy.
Get a normalized quote and validate the destination address before creating the swap.
Receive deposit instructions, provider trade ID, and the normalized trade record.
Use webhook-backed updates plus status reads until the swap completes, refunds, or fails.
One internal model no matter which upstream provider actually executes the swap.
AgentXchange now exposes broader provider-backed live rails through one request shape, one trade lifecycle, and one clean settlement model.
{
"fromAsset": "ETH",
"fromNetwork": "base",
"toAsset": "SOL",
"toNetwork": "solana",
"amountFrom": "2.00",
"destinationAddress": "9xQeWvG816bUx9EPjHmaT23yvVMvK2V9fP9d9onVg8iN",
"refundAddress": "0xrefundexample...",
"rateType": "fixed",
"minKycRating": "A",
"minLogPolicy": "A",
"bestOnly": true
}
GET /api/exchange/assets
POST /api/exchange/routes
POST /api/exchange/quote
POST /api/exchange/validate-address
POST /api/exchange/trade
GET /api/exchange/trade/:id
POST /api/exchange/webhooks/trocador
Current live execution model: provider-backed bridge.crosschain rails with dynamic route shaping per requested pair. Verified live examples include Base USDC β BTC and Base ETH β SOL.
Built for controlled automation, not chaos.