Search contract deployments
GET /v2/contract/deployment
GET
/v2/contract/deployment
Search for contract deployments with various filters.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” 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
Header Parameters
Section titled “Header Parameters ” X-API-Key
string
API Key
X-API-Secret
string
API Secret
Responses
Section titled “ Responses ”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