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