Connect via Webhook

Connect to Mempool Node's mempool monitoring services with webhooks.

Good to know: All mempool data are sent as a JSON payload, please note that we also support Slack & Discord webhook URLs.

Slack webhooks must start with https://hooks.slack.com/services Discord webhooks must start with https://discordapp.com/api/webhooks

Getting Started

Setup API Configuration

  1. Create a Mempool Node account, by clicking the "Register" button on the top right of our Dashboard, and complete the registration form.

  2. Mempool Node will create an API Key named "Mempool Key 1" for your account, that you can configure to use. You can create additional API keys from your Dashboard by clicking the "+" button at the top right of Mempool Key 1.

Add API Configuration Key

Configure Webhook

Configure a new webhook for your API configuration by clicking "⋮" next to the On/Off toggle on the right, and selecting "Configure". This will open a form, in which you populate your webhook specifics: Webhook URL, Blockchain(Currently Ethereum & Binance Smart Chain are supported) & Watched Addresses. Once completed, click the green "Save" button.

Webhook Configuration Form for API Mempool Key

Add Address to Watch

By default there is a field available for you to enter an address to watch, however, to add an additional address to watch click the "+" on the right of "Watched Addresses" and enter the address you wish to watch. Once completed, click the green "Save" button.

Ethereum & Binance Smart Chain addresses start with "0x" followed by 40 characters. Any valid ETH or BSC address will be accepted, this also includes external accounts and smart contract addresses.

To stop watching a specific address entered, you can click the trash/bin icon next to the address, and once saved, you'll no longer watch that address. Once completed, click the green "Save" button.

Start Receiving Webhooks

Now that everything is configured, all you have to do is toggle the On/Off switch for the specific Mempool API Key you wish to start receiving data, and your mempool data will begin to fly in. Viola!

Toggle On Webhook

Last updated