Pre-General Availability: 2026-02-23

Contracts REST Endpoints

Contracts
Contract metadata (read and ingestion)
Get Contract Deployment by Address
Method: get
Path: /v1/contracts/{address}
Get Version at a Specific Block
Method: get
Path: /v1/contracts/{address}/at/{blockNum}
Import OpenZeppelin/Hardhat Manifest and Contracts
Method: post
Path: /v1/contracts/manifests/import
Import solc Storage Layout, ABI, and Deployed Runtime Bytecode for a Contract Address
Method: post
Path: /v1/contracts/solc/import
List Contract Deployments
Method: get
Path: /v1/contracts