how to preview token swap results on solana raydium using python?
I want to see the exact amount of tokens received after swap on solana raydium with python?
For now I can just transfer it, but I’m not sure exactly how much I will receive:
I’m trying to deserialize program data from a response I get with logsSubsribe
The response is:
Solana transaction signature <– from a string
I stored a number of Solana transaction signatures in a text file for later processing.
Solana Client.send_transaction() not returning response
I am trying to work with Solana in Python and I am trying to send an SPL token.
Python – Solana trying to unpack bonding curve
Im trying to unpack bonding curve info from Solana using the API but it I am not sure how to best unpack this data. I have this code below. Im trying to get a price for a token using the bonding curve virtual_sol_reserves, virtual_token_reserves
swap sol tokens on pump.fun using solders/python
im trying to write a python script that mimics the following sol swap transaction on pump.fun
swap in question
how to find new tokens by analyzing transactions on the solana network?
How could I identify the creation of a new token on the Solana network? Any standard log_messages for this?
I’m learning to work on the Solana network.