THORSwap SwapKit
Playground
  • ⚠️Updated documentation
  • 🏡Getting Started
    • ❓FAQ
    • Terms of Service
  • ⚡Powered by SwapKit
  • 💰Monetization / Earn Fees
  • 🤝Partnership
  • SwapKit SDK
    • 1️⃣1️⃣ Install SwapKit SDK
    • 2️⃣2️⃣ Set up the SDK
    • 3️⃣3️⃣ Request Route & Execute Swap
    • 📦Packages
      • @swapkit/api
      • @swapkit/core
      • @swapkit/helpers
      • @swapkit/sdk
      • @swapkit/tokens
      • @swapkit/chainflip
      • @swapkit/thorchain
    • 👛Wallets
      • @swapkit/wallet-coinbase
      • @swapkit/wallet-evm-extensions
      • @swapkit/wallet-keepkey
      • @swapkit/wallet-keplr
      • @swapkit/wallet-keystore
      • @swapkit/wallet-ledger
      • @swapkit/wallet-okx
      • @swapkit/wallet-trezor
      • @swapkit/wallet-wc
      • @swapkit/wallet-xdefi
    • 🧰Toolboxes
      • @swapkit/toolbox-cosmos
      • @swapkit/toolbox-evm
      • @swapkit/toolbox-substrate
      • @swapkit/toolbox-utxo
  • SwapKit API
    • API Reference
      • Gas API
      • Lending API
      • Liquidity API
      • Quote API
      • THORName API
      • Token API
      • Token List API
      • Tracker API
      • Aggregator API
      • Resource Worker API
      • Full API Reference
    • ⚙️SwapKit API
      • Requesting supported Chains
      • Requesting supported Providers
      • Requesting a Quote
      • Requesting a Gas Price
      • Requesting to Add Liquidity
      • Requesting to Withdraw Liquidity
      • Request a transactions status
      • Lookup a Thorname
    • Advanced - Integrating SwapKit API
  • References
    • ✨Smart Contracts
Powered by GitBook
On this page
  • 1. TypeScript/JavaScript SDK
  • 2. API (REST)

Was this helpful?

Edit on GitHub

Getting Started

SwapKit by THORSwap offers a composable, user-friendly Partner API/SDK on top of THORChain's cross-chain liquidity protocol.

PreviousUpdated documentationNextFAQ

Last updated 22 days ago

Was this helpful?

This documentation is outdated and doesn't correspond to the current release of SwapKit. For the correct documentation please visit

SwapKit is a suite of tools package as an SDK to facilitate integration of all THORSwap services. SwapKit SDK is open-source and powers the THORSwap frontend. It is an easy gateway to all THORchain features, as well as THORSwap tools. SwapKit has four main pillars:

  1. Cross-chain quoting API with DEX Aggregation and transaction creation support

  2. Wallet interaction for multiple chains

  3. Cross-chain transactions tracking

  4. Thorchain tooling and abstraction

1. TypeScript/JavaScript SDK

Implement our JS/TS SDK in any frontend, or backend, and build your UI/UX around cross-chain swaps.

2. API (REST)

The SwapKit REST API empowers you to build an elite application with cross-chain swap functionality, with native Bitcoin.

🏡
https://docs.swapkit.dev/
1️⃣1️⃣ Install SwapKit SDK
⚙️SwapKit API