Python Solana 机器人交易问题

问题描述 投票:0回答:1
python transactions swap solana dex
1个回答
0
投票

我碰巧通过切换到 Jupiter api 并使用这些链接来解决这个问题:

这个在

create_exchange()

https://quote-api.jup.ag/v6/quote?inputMint={input_token_mint}&outputMint={output_token_mint}&amount={int(amount_in)}&slippageBps={config().slippage}

这个在

create_transaction()

 https://quote-api.jup.ag/v6/swap
© www.soinside.com 2019 - 2024. All rights reserved.