Pre-General Availability: 2026-02-23

Get Version at a Specific Block

get

/v1/contracts/{address}/at/{blockNum}

Returns the full metadata for a registered contract at a particular address applicable at the given block number, 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

Contract version snapshot
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

Not found
Back to Top