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

Overview

Choose the integration layer that best fits your application. WheelX provides SDKs in three languages for programmatic transaction flows, an MCP Server for AI-agent integrations, and a Widget for a ready-to-embed user interface.

Choose an Integration Method

  • Building with Python β€” Python SDK: Install the SDK, request quotes, and execute transactions in Python applications.

  • Building for web or Node.js β€” JavaScript SDK: Integrate WheelX into browser and server-side JavaScript applications.

  • Building high-performance services β€” Go SDK: Use WheelX in Go services and backend infrastructure.

  • Connecting AI agents β€” MCP Server: Expose WheelX tools and resources through the Model Context Protocol.

  • Embedding a complete user experience β€” Widget: Add a configurable WheelX transaction interface to a web application.

Available SDKs

SDK
Language
Best For

Python

Python 3.9+

Backend applications and data analysis

JavaScript

TypeScript 4.5+

Web applications and Node.js

Go

Go 1.21+

High-performance services

MCP Server

Python

AI-agent integrations

Feature Comparison

Feature
Python
TypeScript
Go
MCP

getQuote

βœ…

βœ…

βœ…

βœ…

getOrderStatus

βœ…

βœ…

βœ…

βœ…

getChainInfo

βœ…

βœ…

βœ…

βœ…

getOrders

βœ…

βœ…

βœ…

βœ…

AI Agent Ready

❌

❌

❌

βœ…

Widget Guides

  • Quick Start: Install and configure the Widget.

  • Customization: Configure networks, tokens, behavior, and visual styles.

  • Referral Commission: Add a referral code and track commission-eligible activity.

Last updated

Was this helpful?