|
Monitor Docs
API ReferenceExpression Language

Getting Started

Quick setup and overview

Documentation

Guides & Tutorials

Learn expressions and advanced concepts

Expression Language

Examples

API Documentation

Complete API reference and endpoints

API Basics

Monitors

Contracts

Overview

Contract management introduction

Add Contract

Register new smart contract

List Contracts

Get all contracts

Check ABI

Verify ABI availability

Get by Label

Find contract by label

Get by Address

Find contract by address

Delete Contract

Remove contract

Address Groups

Contract Endpoints

Add and manage smart contracts for monitoring purposes. Upload contract ABIs, verify contract information, and organize contracts by labels for easy reference in your monitoring bots.

POST

Add Contract

/v1/contracts

Add a new smart contract for monitoring

GET

List Contracts

/v1/contracts

Retrieve all monitored contracts

GET

Check ABI

/v1/contracts/check-abi

Check if ABI is available for a contract

GET

Get Contract by Label

/v1/contracts/label/:chainId/:label

Get contract details by label

GET

Get Contract by Address

/v1/contracts/by-address/:chainId/:contractAddress

Get contract details by address

DELETE

Delete Contract

/v1/contracts/:chainId/:contractAddress

Remove a contract from monitoring