I tried to list the transactions for Zilliqa using https://api.viewblock.io/v2/zilliqa/addresses/zil14jmjrkvfcz2uvj3y69kl6gas34ecuf2j5ggmye/txs?network=testnet&type=tokenContract&page=2 but got nextPage: "21". It is string while it was supposed to be number. Maybe issue with concatenation of string and number ("2"+1)
I tried to list the transactions for Zilliqa using
https://api.viewblock.io/v2/zilliqa/addresses/zil14jmjrkvfcz2uvj3y69kl6gas34ecuf2j5ggmye/txs?network=testnet&type=tokenContract&page=2
but gotnextPage: "21"
. It is string while it was supposed to be number. Maybe issue with concatenation of string and number ("2"+1)