EOS Tribe have synchronized Telos Blockchain History to our Elasticsearch cluster, and now provides History API with additional options of data ranges based on technology implemented for EOS Blockchain.
curl -d '{"id": "064f5c5818cf4efdeae2f53aca31a13f85cf983d271db451f7d5200b9891faa7" }' -X POST https://api.telos.eostribe.io/v1/history/get_transaction
curl -d '{"account_name":"eostribeprod"}' -X POST http://api.telos.eostribe.io/v1/history/get_actions
curl -d '{"account_name":"eostribeprod", "last_days": 17}' -X POST http://api.telos.eostribe.io/v1/history/get_actions
curl -d '{"account_name":"eostribeprod", "from_date": 1545591574, "to_date": 1548110036}' -X POST http://api.telos.eostribe.io/v1/history/get_actions
curl -d '{"public_key":"EOS8LuzMKzRKgD1fjEWFgEe73Pcp1uteezQBeqyKSrqovEekTbiRD"}' -X POST https://api.telos.eostribe.io/v1/history/get_key_accounts
We are working on providing additional API endpoints.
Website | Medium | Github | Telegram | SteemIt | Twitter | Discord