issues
search
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
Add pool api for getQuoteWithPoolAmounts
#64
Closed
ghost
closed
2 years ago
ghost
commented
2 years ago
Context
Current way of getting swap quote is slow for clients because it does not cache the pool amount values (i.e. the method fetches account values everytime)
Changes
A new api
getQuoteWithPoolAmounts
, that takes in pool amount values as an input.
Context
Changes
getQuoteWithPoolAmounts
, that takes in pool amount values as an input.