Get deploy

Get deploy by its hash.

GET /deploys/{deploy_hash}

Query params

None

Sorting

None

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

ContractPackage entity.

contract

Contract

Contract entity.

contract_entrypoint

ContractEntrypoint

ContractEntrypoint entity.

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

Deploy

Example

Last updated