Get account deploys

Get deploys by the caller account public key.

GET /accounts/{public_key}/deploys

Query params

Query param
Description

contract_package_hash

Contract package hash of the called contract

contract_hash

Called contract hash

contract_entrypoint_id

Called entry point ID

from_block_height

From block height range

to_block_height

To block height range

Sorting

Property
Description

timestamp

Sort deploys by timestamp

Default sorting is timestamp DESC

Optional properties

Property
Type
Description

account_info

Account info provided by the deploy caller

centralized_account_info

Account information available for known accounts provided by CSPR.cloud team

caller_cspr_name

string

Primary CSPR.name of the deploy caller account

contract_package

ContractPackage called by deploy.

contract

Contract called by deploy.

contract_entrypoint

ContractEntrypoint called by deploy.

rate

float32

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

transfers

List of Transfer entities.

nft_token_actions

List of NFTTokenAction entities.

ft_token_actions

List of Fungible token action entities.

Response

PaginatedResponse<Deploy>

Example

Last updated