EOS Tribe pleased to announce that we have built Elasticsearch cluster for BOSCORE Blockchain and provides History API with additional options of data ranges based on technology implemented for EOS Blockchain.
See our earlier related post: https://steemit.com/eos/@eostribe/eos-history-api-with-date-ranges
curl -d '{"id": "698ebad84a68578ae246485885866cd135a5b2bb065b7c1c66c91da7d1a5ce1b"}' -X POST http://api.bos.eostribe.io/v1/history/get_transaction
curl -d '{"account_name":"bostribeprod", "last_days": 7}' -X POST https://api.bos.eostribe.io/v1/history/get_actions
curl -d '{"account_name":"bostribeprod", "from_date": 1547591574, "to_date": 1548110036}' -X POST https://api.bos.eostribe.io/v1/history/get_actions
We are working on providing additional API endpoints.
Website | Medium | Github | Telegram | SteemIt | Twitter | Discord