Skip to content

Get a contract deployment

GET
/v2/contract/deployment/{id}

Get a specific contract deployment by ID.

id
required
string

The deployment ID to get

isShared
required
boolean

Whether the deployment is shared

X-API-Key
string

API Key

X-API-Secret
string

API Secret

The deployment details

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