Created
December 2, 2022 19:55
-
-
Save avirajkhare00/c6ba398d33d18868c47e96eabb76cdea to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Data required from frontend to create an alert in JSON format. | |
{ | |
"alertName": "someName", | |
"alertAddress": "smartContractAddress", | |
"alertSlackWebhook": "https://hooks.slack.com" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
{
"status": "ok",
"data": [
{
"alertName": "MyToken1",
"alertAddress": "0xD0827eb40a4A4F221A57CEeA56bE9f6D3aedECAA",
"slackWebhook": "https://hooks.slack.com/services/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"
},
{
"alertName": "MyNFT1",
"alertAddress": "0x86582C78E7B14569E05A6d67aE9eA0857fd427FE",
"slackWebhook": "https://hooks.slack.com/services/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"
}
]
}