orca-so / typescript-sdk

The Orca SDK contains a set of simple to use APIs to allow developers to integrate with the Orca platform.
159 stars 49 forks source link

Why is the price checked by getQuote different from your official website #74

Closed zhaowei0981 closed 2 years ago

zhaowei0981 commented 2 years ago

Why is the price checked by getQuote different from your official website

zhaowei0981 commented 2 years ago

const connection = new Connection("https://api.mainnet-beta.solana.com", "singleGossip"); const orca = getOrca(connection);

zhaowei0981 commented 2 years ago

USDT buy ORCA

Use typescript-sdk getQuote : 0.10237

official website: 0.10943

ghost commented 2 years ago

@zhaowei0981 - web has auto-routing that finds best execution path, but the sdk doesn't have this feature