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
query
required

The query parameters

object
deploymentId
required

The deployment ID

string format: uuid
77a0049c-7683-45ff-956f-656f257048f7
methodName
required

The method name

string
balanceOf
paramCollection
required

The parameters for the method

Array<object>
object
[
"0x1234567890123456789012345678901234567890"
]
isShared
required

Whether the deployment is shared

boolean
response
required

The response from the contract method

object
{
"balance": "1000000000000000000"
}

Bad Request

Unauthorized

Forbidden

Not Found

Internal Server Error