Contracts
Get contract
Fetch a single monitored contract by chain ID and address. Returns the bare Contract resource (no envelope).
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}$Get contract