python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
from ccxt how can I get amount of coins I have?
import ccxt
binance = ccxt.binance(config={
'apiKey': '...',
'secret': '...',
'enableRateLimit': True,
'options': {
'defaultType': 'future',
}
})
print(binance.fetch_bala...
심현규
Votes: 0
Answers: 2
CCXT how to get time transfer
does someone know how to get the time of a transfer with the CCXT library for python,
if possible?
i can't find it in the documentation
there is another library for this?
walter hoxha
Votes: 0
Answers: 1
Making transaction with ccxt and python
Cheers mates,
I have tried to search how to transfer crypto from exchange to another by using python. I haven't found anything usable.
I have found lots and lots of ccxt examples but any of those does...
Sparky
Votes: 0
Answers: 1
How do I get the minimum transaction amount with the binance api?
How do I get the minimum transaction amount with the binance api?
For example, the minimum purchase price for MANA / USDT and ATOM / USDT is '10 USDT'.
The same is true for BTC / USDT.
How do I get it...
tunaex
Votes: 0
Answers: 1