Skip to main content

Don't have an API key yet?

Sign-up to Moralis to get your free API key and start building today.

Get Your Free API Key

Create Streams via Admin Panel

Getting Started

  1. Go to http://admin.moralis.com/streams.

  2. Click on Create a new Stream b utton.

  1. Create a stream by choosing one of the templates:
  • Custom Event - Customisable options for events and filters, allowing precise notifications.
  • Wallet Activity - Track native transactions and smart contract interactions (transfers, approvals).
  • Contract Activity - Monitor smart contract events (logs).

Setting Up the Stream

1. Name your stream, and select the types of events you want to track.

2. Set up event filtering.

You can fine more details in the Filters Fundamentals.

3. Tag for your stream and choose if you wish to receive additional data.

4. Add the addresses you wish to track.

5. Pick what chain should be tracked.

6. Test your stream (Optional).

7. Add your webhook URL where the POST requests will be sent.

In this example we will use https://webhook.site/

8 . SAVE your configuration.

You will now be able to see your stream details and it's status in the dashboard

Depending on how you set up your server, once the addresses you have added in the configuration start sending/receiving transaction you should be able to see them on your side. Since we are using https://webhook.site/ , we can see the new event being receive.