Get deploys

Get a paginated list of deploys.

GET /deploys

Query params

Query param
Description

caller_public_key

Deploy caller public key

block_hash

Hash of the deploy block

contract_package_hash

Contract package hash of the called contract

contract_hash

Called contract hash

contract_entrypoint_id

Called entry point ID

Sorting

Property
Description

timestamp

Sort deploys by timestamp

Default sorting is timestamp DESC

Optional properties

Property
Type
Description

account_info

Deploy caller AccountInfo entity.

contract_package

ContractPackage entity.

contract

Contract entity.

contract_entrypoint

ContractEntrypoint entity.

rate

float32

CSPR rate for specified currency that was relevant at the moment of deploy creation.

Response

PaginatedResponse<Deploy>

Example

Last updated