Get Deployment
GET /contract/deployment/{id}
GET
/contract/deployment/{id}
Retrieve a specific deployment by its ID.
Note: This API is currently in beta and may be subject to changes.
Authorizations
Parameters
Path Parameters
id
required
string format: uuid
UUID of the deployment
Responses
200
Deployment details retrieved successfully.
object
chainId
The ID of the blockchain.
integer
abiId
The UUID of the ABI.
string format: uuid
contractAddress
The contract address.
string
name
The name of the deployment (optional).
string
404
Deployment not found.
object
code
integer
500
status
string
INTERNAL_SERVER_ERROR