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 Top

Response

Supported Media Types

200 Response

Full deployment metadata, including ABI and bytecode
Body ()
Root Schema : VersionRecord
Type: object
Show Source
Nested Schema : abi
Type: array
Show Source
Nested Schema : AsOf
Type: object
Show Source
Nested Schema : metadata
Type: object
Nested Schema : storageLayouts
Type: array
Show Source
Nested Schema : items
Type: object
Nested Schema : StorageLayoutVariantRef
Type: object
Show Source
Nested Schema : content
Type: object
Examples

404 Response

Contract not found
Back to Top