Getting Started

  1. Introduction

The Router SDK provides a seamless integration interface for interacting with the Tucana Router Protocol. It simplifies the process of querying and managing liquidity pools, find best swap router and executing trades.

@tucana-network/router-sdk

2. Installation

Before you can use the TucanaSpotSDK Client, you need to set up your project environment.

npm i @tucana-network/router-sdk

3. Instantiate TucanaRouterSDK

Typescript Example:

Last updated