4 questions with no answers
0 votes
0 answers
77 views
Transfer Solana Tokens (send_legacy_transaction)
I've been trying to transfer SPL Tokens (Solana Mainnet) but I've not been able to do it yet... def send_tokens(payer_keypair, mint_str: str, recipient_address: str, percentage: int = 100) -> bool: ...
0 votes
0 answers
289 views
Error when fetching pool keys from Raydium_py Solana
I’m working with a public GitHub repo (you can find it here: https://github.com/AL-THE-BOT-FATHER/raydium_py) that interacts with the Raydium decentralized exchange using Python. I’m trying to fetch ...
1 vote
0 answers
439 views
How can i get list of tokens inside wallet on Solana network?
I generated this code with Gemini but it doesnt work. I want get list of tokens in wallet on Solana with their amount, what should i do? I want python code. import requests from solana.rpc.api import ...
1 vote
0 answers
803 views
Efficiently Retrieve the Oldest Transaction Signature for a Solana Address with Billions of Transactions in Python
I'm working on a project where I need to retrieve the oldest transaction signature for a given Solana address. However, I'm facing a challenge when dealing with addresses that have billions of ...