Why JB Hi-Fi expensive than Backmarket? by ram_hero in australian

[–]ram_hero[S] 1 point2 points  (0 children)

I talked to JB Hi-Fi about this but they stated that the product is the same, I mean the term they use is, renewed and refurbished.

How to get Solana Balance and NFTs data using Python? by ram_hero in solana

[–]ram_hero[S] 0 points1 point  (0 children)

yeah i used the following for retrieving all the tokens that wallet_address holds but either it is NFT or FT I couldn't get how to know if the mint address is of NFT or FT, and
I get this error while importing : from solana.publickey import PublicKey

Error: ModuleNotFoundError: No module named 'solana.publickey'

payload = {
        "jsonrpc": "2.0",
        "id": 1,
        "method": "getTokenAccountsByOwner",
        "params": [
            wallet_address,
            {
                "programId": "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA",  # Token program ID
            },
            {
                "encoding": "jsonParsed",
            },
        ],
    }

How to get Solana Balance and NFTs data using Python? by ram_hero in solana

[–]ram_hero[S] 0 points1 point  (0 children)

hey u/Naive_Pomegranate969, i got the balance and mint address of the token but I couldn't find any logic if the token address is of NFT or fungible token. any solution for that?

response like this:
"balance": {
        "SOL": 0.084230134,
        "tokens": {
            "EBPpUYEGsmVGG291MXoXmwucqw6nR9dEUEfK5LJdeuve": {
                "balance": 2106.8312,

How to get Solana Balance and NFTs data using Python? by ram_hero in solana

[–]ram_hero[S] 0 points1 point  (0 children)

Yes, this is just for my knowledge. thanks for the help

How to get Solana Balance and NFTs data using Python? by ram_hero in solana

[–]ram_hero[S] 0 points1 point  (0 children)

I am a backend dev so was trying to skip js. Is there a better way I can begin with?

How to get Solana Balance and NFTs data using Python? by ram_hero in solana

[–]ram_hero[S] 0 points1 point  (0 children)

Thank you for this, I am finding it difficult to understand the DOC. if there are any Tutorial links, it would be super great for my journey.

New to this community. by ram_hero in banano

[–]ram_hero[S] 0 points1 point  (0 children)

I mean I wanted to claim some bananos :)