Introducing new History find_actions endpoint
[DISCONTINUED as of August 2019]
We have received multiple requests to implement ability to do free text search in content/memo of actions across EOS History.
We are pleased to announce that we have built, tested and deployed a new History endpoint which allows user to search for actions in EOS Blockchain by date range and free text term.
Example:
curl -d '{"data":"BlockOne", "from_date": "2019-01-27" ,"to_date":"2019-01-27"}' -X POST https://api.eostribe.io/v1/history/find_actions
Would return a number of transactions that took place on 2019-01-27 with a sub-string of "BlockOne" in it's memo.
Alternatively user could use last param to specify last days: 2d, hours: 12h, etc:
curl -d '{"data":"BlockOne", "last":"2d"}' -X POST https://api.eostribe.io/v1/history/find_actions
Alternatively you could simply make call without date range:
curl -d '{"data":"BlockOne" }' -X POST https://api.eostribe.io/v1/history/find_actions
In which case the last 1000 of records are returned.
All response is capped to 1000 records max for endpoint performance.
The applications for this new endpoint are many and we hope community will find this new endpoint useful.
Website | Medium | Github | Telegram | Twitter
Leave Introducing new History find_actions endpoint to:
Read more #eos posts
Best Posts From EOS Tribe
We have not curated any of eostribe's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.
More Posts From EOS Tribe
- EOS Tribe joins the WAX Network
- EOS Tribe + EOS USA launch Spectrumeos.io
- EOS Tribe + EOS USA are bringing Spectrum API + Full History API to EOS
- Spectrum API - NodeJS client code example
- Spectrum API - JS Client library with samples
- Spectrum API - Added get_table_rows endpoint
- Spectrum API running on Telos Mainnet
- Spectrum API - get_transaction endpoint available
- Spectrum API - Client JS samples
- Spectrum API running on Telos Testnet