Pre-General Availability: 2026-02-23
Get Contract Deployment by Address
get
/v1/contracts/{address}
Returns the full metadata for a registered contract at a particular address, if it is available in the contract registry.
Request
Path Parameters
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Full deployment metadata, including ABI and bytecode
Nested Schema : AsOf
Type:
Show Source
object-
blockNum(required): string
0x-prefixed hex or decimal
-
timestamp: string
-
txHash: string
Nested Schema : metadata
Type:
objectNested Schema : items
Type:
objectNested Schema : content
Type:
objectExamples
404 Response
Contract not found