Skip to main content
0 votes
0 answers
77 views

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

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

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

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 ...