Pre-General Availability: 2026-02-23

List Contract Deployments

get

/v1/contracts

Returns a list of all contract deployments saved in the registry.

It doesn't return the associated ABI, bytecode and storage layouts.

Request

There are no request parameters for this operation.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Array of contract deployments without ABI/bytecode
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : ContractSummary
Type: object
Show Source
Examples

Back to Top