Skip to content

Search contract deployments

GET
/v2/contract/deployment

Search for contract deployments with various filters.

name
required
string

Filter by name

exactName
required
boolean

Whether to match the exact name

contractAddress
required
Array<string>

Filter by contract addresses

chainId
required
Array<string>

Filter by chain IDs

abiId
required
Array<string>

Filter by ABI IDs

isShared
required
boolean

Whether to search shared deployments

X-API-Key
string

API Key

X-API-Secret
string

API Secret

List of matching deployments

object
response
required

The search results

Array<object>
object
deploymentId

A UUID string

string format: uuid
chainId

The ID of the chain

integer
abiId

A UUID string

string format: uuid
contractAddress

The address of the contract

string
name

The name of the contract

string
page
required

Pagination information

object
number
required

The current page number.

number
1
size
required

The number of items per page.

number
10
totalPages
required

The total number of pages available.

number
100
totalCount
required

The total number of items available.

number
1000
hasNext
required

Indicates whether there is a next page available.

boolean
true
hasPrev
required

Indicates whether there is a previous page available.

boolean
true