Both speak JSON over HTTPS. Both run on the same routing engine.
Pick one
Fuse API
OpenAPI-backed. Quote, build, bundle, execute, status.
Trade API
REST routes for the full Core surface: quotes, build, execute, status, tokens.
Conventions
- Amounts are strings in wei -
"1000000"is 1 USDC (6 decimals), not1. - Native tokens use the sentinel
0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE. Never the zero address. - Slippage is percent -
1= 1%,0.5= 0.5%. - Errors follow
{ "status": "error", "code": "...", "message": "..." }. See Error Codes.
Status
See Authentication.
Versioning
All endpoints are under/v1. Breaking changes ship under /v2; /v1 stays available with at least 90 days notice. Watch the changelog.