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

H2
H3
H4
3 columns
2 columns
1 column
Join the conversation now