Im a beginner in the blockchain/crypto world and I was wondering if there is a way to get the value of a crypto in another one on uniswap (like in the ...
Im a beginner in the blockchain/crypto world and I was wondering if there is a way to get the value of a crypto in another one on uniswap (like in the ...
I have just started learning about Blockchain and I am still new to most of the concepts. So please help me out with this. I have read in my class not ...
I've been looking for any blockchain bridge that has an API as well as supports BTC to wBTC. I've tried RenBridge, but that can only be used via thei ...
Let’s say I have my 24 word crypto backup phrase somewhere on my PC and I don’t know where. it’s a total of 2048 words or so. How can I use grep to pr ...
with code looking like this ive tried adding other arguments but as i am new to this, i havent been able to figure it out myself properly ...
I'm trying to open a long position to OPUSDT coin, but I always get the "CannotAffordOrderCost" error. Numbers are here; Mark price of OPUSDT Coi ...
I have a safepall wallet and I have some USDT ERC20 on it. But I think my wallet has been hacked and every ETH transfers to this wallet for transactio ...
Hi i can seem to fix the error strategy("Recon EMA CROS RSI 40", shorttittle = "EMA X RSI", overlay=true, inital_capital = 10, default_qty_value = 10 ...
I'm trying to use this API from the blockfrost: https://docs.blockfrost.io/#tag/Cardano-Transactions/paths/~1txs~1%7Bhash%7D~1utxos/get but the probl ...
. Answers to this question are eligible for a +100 reputation bounty. I ...
Can we have an account with multiple receiving addresses (public key) in the Binance Smart Chain or Tron? How are exchange wallets defined for users i ...
I'm working on a crypto wallet app and I need help with these following questions; when creating a new wallet, how do the Blockchain network check ...
I need to connect to different crypto exchanges from java or kotlin, but most of the libraries I have found are for python or other languages, I would ...
I have installed Ganache following instructions from https://github.com/trufflesuite/ganache#documentation I am trying to fork BSC chain for which I ...
I am working on a NLP project and i need to extract bitcoin's historical candle data since 2020 in hourly or daily scale. Is there any free way to obt ...
I am trying to make a token snipe bot that works in the binance smart chain,i also want it to have a little tkinter app in which you can set certain f ...
I am able to pull a balance of all symbols but how do I print just a single symbol balance? Here is the code I already have working just not sure how ...
I need to calculate pct_change for Bitcoin (BTC) and Ether (ETH) prices from this data frame: The formula I want to use is basically: The proble ...
I tried below code based on the coinbase documentaion coinbase doc The documentation is given for Python2 but i have modified and used it for Python3 ...
So I have a working contract code on Remix, but it's written for ERC20 and I need to somehow change it so that it works on BEP20. I'm like really-real ...