For the complete documentation index, see llms.txt. This page is also available as Markdown.

API Overview

WheelX provides a RESTful API for programmatic access to cross-chain swap, bridge, and quote functionality.

Base URL

https://api.wheelx.fi/v1

Key Capabilities

  • Query supported chains and tokens

  • Get real-time swap and bridge quotes

  • Submit and track orders

  • Webhook integration for real-time updates

Available Endpoints

Method
Endpoint
Description

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

Response Format

All responses use JSON. Success returns HTTP 200. Errors include an error object with details.

Last updated

Was this helpful?