Fetching Transaction History for HYDRA and HRC20 tokens

Get HYDRA transactions history for a given wallet

[GET] explorer.hydrachain.org/api/address/{walletaddress}/balance-history
Response
height: 103648
{"totalCount":,"transactions":[{"id":"","blockHash":"","blockHeight":,"timestamp":,"tokens":
Additionally, you can also specific a given block and filter out all unnecessary data:
explorer.hydrachain.org/balance/hydra?address={walletaddress}&height=56500
Returns the HYDRA balance of a given wallet for a specific block
If the output is empty, this would mean there was no HYDRA balance.

Get HRC20 tokenstransactions history for a given wallet

[GET] explorer.hydrachain.org/api/address/{walletaddress}/qrc20-balance-history
In addition, you can also specify an output only for a given HRC20 token by adding the address of the smart contract
[GET] explorer.hydrachain.org/api/address/{walletaddress}/qrc20-balance-history/{HRC20SmartContractAddress}
Additionally, you can also specific a given block and filter out all unnecessary data:
[GET] explorer.hydrachain.org/balance/token?tokenaddress={HRC20SmartContractAddress}&address={Walletaddress}&height=400000