Get deploy transfers
Get transfers by deploy hash.
Sorting
Property | Description |
---|---|
| Sort transfers by timestamp |
Default sorting is timestamp DESC
Optional properties
Property | Type | Description |
---|---|---|
|
| Initiator public key represented as a hexademical string |
|
| Transfer recipient public key represented as a hexademical string |
|
| Public key of the account that owns the transfer source purse represented as a hexademical string. null when the sender purse is not own by an account |
|
| Public key of the account that owns the transfer target purse represented as a hexademical string. null when the target purse is not own by an account |
| Transfer recipient account info | |
| Transfer recipient centralized account info | |
| Account info of the account that owns the transfer source purse. null when the sender purse is not own by an account | |
| Centralized account info of the account that owns the transfer source purse. null when the sender purse is not own by an account | |
| Account info of the account that owns the transfer target purse. null when the target purse is not own by an account | |
| Centralized account info of the account that owns the transfer target purse. null when the target purse is not own by an account | |
|
| Deploy caller public key represented as a hexadecimal string |
|
| CSPR rate for specified currency that was relevant at the moment of deploy creation |
Response
Example
Last updated