admin管理员组

文章数量:1186254

I am currently trying to swap some tokens in Python using Jupiter to generate the quote for my transactions.

Their method is well detailed and I can swap my SOLs for some random token. In this case the amount field is lamports.

However when I try to go the other way, I just can't figure what should amount be.

I've tried

  • the actual quantity of the token I own, factoring out the decimals

  • the amount I wanna sell × 10^9 (nanotoken, just like how lamports are nanoSOLs)

  • the current price in SOL lamports of the amount of the token I wanna sell

And each time the actual amount sold looked so random.

So how should I fill the amount parameter when I'm not swapping from SOLs ?

本文标签: solanaproblem in understanding Jupiter39s GET quoteStack Overflow