API Overview
Last updated
Was this helpful?
WheelX provides a RESTful API for programmatic access to cross-chain swap, bridge, and quote functionality.
https://api.wheelx.fi/v1Query supported chains and tokens
Get real-time swap and bridge quotes
Submit and track orders
Webhook integration for real-time updates
GET
/v1/chain-info
List supported chains and tokens
POST
/v1/quote
Get a swap or bridge quote
GET
/v1/order/{id}
Get order details by ID
GET
/v1/orders
List orders for an address
All responses use JSON. Success returns HTTP 200. Errors include an error object with details.
Last updated
Was this helpful?
Was this helpful?