Fetch a single monitored smart contract by chain ID and address. Returns the contract address, chain ID, ABI, and event tracking configuration.
Documentation Index
Fetch the complete documentation index at: https://docs.formo.so/llms.txt
Use this file to discover all available pages before exploring further.
Workspace API key (e.g. formo_xxx). Create one in the Formo dashboard under Team Settings > API Keys.
EVM chain ID (e.g. 1 for Ethereum mainnet, 8453 for Base).
x >= 1Contract address (0x-prefixed, 40 hex chars).
^0x[0-9a-fA-F]{40}$