V12 Docs
Launch Spark
  • Overview
  • Trade
    • 🚀 Getting Started as a Trader
      • Wallet Setup
        • Fuel Wallet
        • Fuelet Wallet
        • Ethereum Wallets
      • Bridging Assets Using the Fuel Bridge
      • Deposit Assets using Testnet Faucet
      • Creating Orders
        • Order Book
          • Limit Order
          • Market Order
          • Cancelling an order
        • Swap
      • Fee Structure
  • Provide Liquidity
    • 📈 Getting Started as a Market Maker
      • Market Maker Incentive Program
      • Fee Structure
      • SLAs for Market Makers
  • Build
    • 👩‍💻 Getting Started as a Developer
      • Rust Integration Guide
        • Fuel and V12 Market Setup Tutorial
        • V12 Rust SDK
      • TypeScript SDK
      • Data Indexing
        • Envio Indexer Setup Guide
        • Indexer Queries
        • Connecting to the indexer via WebSocket
      • Order Book Technical Reference
  • Security
    • 🔐 Audit Report
  • More
    • 🏗️ V12 Architecture Overview
    • 🏆 Point Rewards Program
    • ⚖️ Terms
  • Community
    • Twitter
    • Telegram
    • Discord
    • GitHub
Powered by GitBook
On this page
  1. Trade
  2. 🚀 Getting Started as a Trader
  3. Creating Orders

Swap

PreviousCancelling an orderNextFee Structure

Last updated 8 months ago

The Swap feature is supported by the underlying Spark smart contracts and can be accessed programmatically via our SDK.

However, we are actively working on the frontend interface and optimizing the algorithm to enhance user experience and efficiency. Until these updates are complete, the swap functionality is only available through our SDK.

For developers who want to interact with the swap feature, please refer to the SDK documentation for instructions on how to use this feature programmatically.