I want to get transactions history https://deltabalances.github.io/history.html with api. How can I do that?
There is not a transaction history API for specific addresses at this time. You can see all of our supported API methods at https://infura.io/docs
We primarily support the same spec as outlined in the Ethereum JSON RPC API documentation here, https://github.com/ethereum/wiki/wiki/JSON-RPC#json-rpc-api
As you will see we do not support all the same methods, this is mainly because of security concerns with certain methods that involve private address information.