cryptocurrency Questions
3
I am looking for a method to estimate bandwidth/gas transfer for TRC20 tokens. Like we have in Ethereum
myContract.methods.myMethod(123).estimateGas({from: 'ERC20 address'})
.then(function(gasAmou...
Gripe asked 20/4, 2021 at 4:42
3
I am trying to create an NFT using web3.js and spl-token.js.
However, i need to add meta data (like the name of the token or other attributes), otherwise it just shows up as "Unknown Token&quo...
Expediential asked 24/10, 2021 at 23:25
3
Solved
I am trying to download historical price data of BTC/USD perpetual futures using binance's api for coin futures, specifically, I'd like to use this endpoint. However, I cannot find what 'symbol' I ...
Ozzy asked 18/9, 2020 at 22:10
8
Solved
I have a trading bot which operates in 'ADAUSDT' with dynamic quantities for buying and selling, being my whole USDT balance the initial quantity, and trading with that same balance + profits or lo...
Liverpudlian asked 30/6, 2021 at 17:11
13
When trying to place a buy or sell order with the python-binance API I got the following error:
APIError(code=-1013): Filter failure: LOT_SIZE.
Now I've seen at iceberg_parts that this means ther...
Monson asked 3/5, 2020 at 23:18
1
I'm exploring Hedera Hashgraph and aiming to retrieve all associated account IDs linked to a specific public key within the network.
Could someone guide me on the best approach or the relevant API ...
Dreiser asked 21/12, 2023 at 19:38
3
The question is about kucoin websocket public channel (not trades) just last trades.
I just want a live feed of trades like other crypto exchanges,
but when I want to connect to "wss://ws-api-...
Caulk asked 18/6, 2022 at 1:32
3
I use web3 and provider mainnet. I do 2 transactions by contract. first is approve method and another transaction is multitransfer. I store second signature in database. if first transaction is suc...
Triplex asked 7/6, 2019 at 9:43
5
Solved
I'm currently building a ERC721 compliant contract and have published the contract here: https://ropsten.etherscan.io/address/0xa513bc0a0d3af384fefcd8bbc1cc0c9763307c39 - I'm now attempting to veri...
Hartz asked 26/5, 2021 at 8:4
3
I'm working on BSCSCAN API. My goal is to get full balance for a given address as you can see on this page:
https://bscscan.com/tokenholdings?a=0x1c82bdb6a93f50a564155ddbcb9cf1b1a244d169
I checked...
Haematin asked 13/6, 2021 at 8:5
3
Solved
The aim is to calculate the uniswap v3 pool's total value locked (TVL).
import json
from web3 import Web3
from collections import namedtuple
infura_url = 'https://mainnet.infura.io/v3/******'
web3...
Kino asked 13/4, 2022 at 6:46
4
Solved
I am having an issue related to validating cryptocurrency wallet addresses, specifically USDT.
USDT can be validated either as a BTC or ETH address, depending on the network type.
Basically it goes...
Pitch asked 6/10, 2021 at 12:21
2
I am trying to integrate rainbowkit and wagmi into an existing website that currently uses web3. It works when I comment out the styles import but it just looks really ugly. I have made sure npm is...
Weatherspoon asked 4/6, 2022 at 23:49
3
Solved
I want to create a TRON web wallet but I am a complete noob.
My first question is how do I generate addresses offline and with a private master key or with a mnemonic seed.
The second question is h...
Nippur asked 16/3, 2021 at 8:49
2
I am working on a trading bot and I wanted to train it by getting a list of my order history from Binance for a specific period of time. I looked at the API documentation here, but it seems that I ...
Withershins asked 29/6, 2020 at 12:40
1
Solved
I'm working on a Chrome extension built with React that deals with crypto wallets, and I need to preserve their wallet object, so they don't have to decrypt it after every time they close the exten...
Richardo asked 26/4, 2022 at 22:47
1
I want to calculate the total value locked in a particular pool in Uniswap v3. I can't use the subgraph API for this.
I can get current liquidity / in range liquidity using uniswapV3pool contract ...
Kurtiskurtosis asked 10/4, 2022 at 8:12
2
I want to get info about commissions on Binance. Especially about trading commissions (exchange operations, for example I want to buy ETH and pay by BTC). I've looked over all binance git: https://...
Polyclinic asked 10/3, 2018 at 14:5
1
Solved
I am trying to look up pending transactions in the BEP20 network using web3.py.
As stated in in this stack overflow question, one option to do this is using the filter object.
Here is a minimal exa...
Chromyl asked 5/12, 2021 at 12:12
2
Solved
When it comes to 24h Change on a specific Pair,
How is this calculated?
If it's price at current time compared to price 24 hours ago, then for example:
the current price of BTC 9431 now (6/1...
Horvath asked 18/6, 2020 at 0:24
5
thanks for taking the time to check out my issue. I'm struggling to place orders using python-binance, specifically a perpetual futures market order. I don't believe this is a duplicate on here but...
Kletter asked 10/12, 2020 at 15:23
1
Solved
I am trying to fetch coingecko-api to access live price of bitcoin. I am trying to pass return props of getServerSideProps to my <CalculatorBuy /> component which is the part of <Main />...
Where asked 4/4, 2021 at 20:25
0
Using OpenEthereum, which is the json rpc call allowing to do it?
I found the parity_pubsub module but I ve no idea of the parameter for getting not yet confirmed transactions.
I also found https:/...
Heap asked 1/12, 2020 at 17:30
1
I was trying to create a python program to convert ETH to BTC. I was using the command :
client.transfer_money("ETH Account ID ", to="BTC Account ID", amount="0.1", cu...
Missal asked 2/8, 2020 at 8:35
1
Solved
I want to use web3.py and infura.io to listen for Uniswap factory events however I am not too sure where to go about doing so.
Here is a link: https://uniswap.org/docs/v2/smart-contracts/factory/
...
Sassan asked 14/6, 2020 at 19:23
1 Next >
© 2022 - 2025 — McMap. All rights reserved.