- any address data API will now max out at 1000 (MAX_TX_QUERY_LIMIT)
- For addrs with more than 1000 tx, use chained API query to get the complete data (like balance, txid, etc)
- set parallel queue limit to 1: preserve consistency in API queries (and prevent incorrect data)