How to proactively collect all events on Aptos

Hi,
I want to build an on-chain data analysis platform on Aptos, collect events generated by all aptos transactions, and see that the REST API has 2 APIs (Elements in HTML ,get_events_by_event_handle) can query events, both APIs require some parameters. But I don’t know where can these parameters be obtained, if there are events of new types and addresses to be generated, how to collect these new types of data in time?

I wonder if there is an api to get the event stream, a data stream like kafka, that can continuously get transaction records, no matter what the type of the event is and which addresses publish the event。

Thanks!

lshoo@MoveDAO

2 Likes

Take a look at indexer:

2 Likes

Perfect!

Thank you very much!

What’s up man