Get contract
Contracts API
Get Contract
Fetch a single monitored smart contract by chain ID and address. Returns the contract address, chain ID, ABI, and event tracking configuration.
GET
Get contract
Authorizations
Workspace API key (e.g. formo_xxx). Create one in the Formo dashboard under Team Settings > API Keys.
Path Parameters
EVM chain ID (e.g. 1 for Ethereum mainnet, 8453 for Base).
Required range:
x >= 1Contract address (0x-prefixed, 40 hex chars).
Pattern:
^0x[0-9a-fA-F]{40}$