Pre-General Availability: 2026-02-23
Contracts REST Endpoints
Contracts
Contract metadata (read and ingestion)
- Get Contract Deployment by Address
- Method: getPath:
/v1/contracts/{address} - Get Version at a Specific Block
- Method: getPath:
/v1/contracts/{address}/at/{blockNum} - Import OpenZeppelin/Hardhat Manifest and Contracts
- Method: postPath:
/v1/contracts/manifests/import - Import solc Storage Layout, ABI, and Deployed Runtime Bytecode for a Contract Address
- Method: postPath:
/v1/contracts/solc/import - List Contract Deployments
- Method: getPath:
/v1/contracts