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 #…