API Reviews: CCXT and Huobi exchange

Review firstly: API Dochttps://huobiapi.github.io/docs/spot/v1/en/Changelog URLhttps://huobiapi.github.io/docs/spot/v1/en/#change-logUpdate Frequencysporratic, and not often (Jan, Mar x1, June x3 in 2022)Tax readyNoMissing:- Earn API First looks gives it a simple scan for transactions but nothing on earn for automated scripting/tax reasons Bugs: Noticing that fetchDeposits() returns ALL deposits - does not support start/endtime. Limit is…

CCXT library drops AAX Exchange

Quick solution notes for people who still use Laravel/PHP's "ccxt/ccxt" library to access AAX exchange. The exchange's API was delisted due to the likely insolvency, but for those who still need that for code #!/bin/sh curl -o vendor/ccxt/ccxt/php/aax.php https://raw.githubusercontent.com/ccxt/ccxt/2.2.63/php/aax.php if [ -z `cat vendor/ccxt/ccxt/php/Exchange.php | grep aax` ]; then #…

WODL : Binance (20221226)

This week's WODL answers hasn't been updated yet on many sites. The ones I've personally verified will be capitalized. Also, moving forward, I will tag non-current ones with dates. The current ones are without dates. Any words that come up that's not in the general 'solutions' pages in the wild…

Crypto: ETH

Updated: 2021-02-27 Ethereum has been around for a while, one of the main stable currencies. Currently #2 behind $BTC (Bitcoin) as the leading crypto currency. Mining Mining looks viable, on a RTX2080 - 35Mh Wallets Exodus : Can be mined directly, but have seen some slowness in transfers, especially with…