Build indexer using moralis

I’m building an indexer using moralis. I’m not worried about design but I’d like to display real time data using fire base.

I have around 6 api endpoints to start with.

I’d like to get new uniswap pairs in a table with rows for different data pieces like :

Contract name + symbol
Contract published + send trigger to get contract using etherscan api (this is simple and I’m happy to do it)
Trading opened + time
Contract renounced
Liquidity locked + amount
Liquidity removed

@michanetwork
Do you have the list of uniswap pairs to display?

Hi @michanetwork,

You can use the streams API to get the real time data from the contract transactions or contract events.

You can take a look at the stream API docs for more details and examples.

Let us know if it helps and if you have any other questions.