Get account transfers
Last updated
Last updated
Get all account sent and received transfers by the account identifier (public key or account hash).
Query param | Description |
---|---|
Property | Description |
---|---|
Default sorting is timestamp DESC
Property | Type | Description |
---|---|---|
from_block_height
From block height range
to_block_height
To block height range
timestamp
Sort transfers by timestamp
initiator_public_key
string(68)
Initiator public key represented as a hexademical string
to_public_key
string(68)
Transfer recipient public key represented as a hexademical string
from_purse_public_key
string(68)
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
to_purse_public_key
string(68)
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
to_account_info
Transfer recipient account info
from_purse_account_info
Account info of the account that owns the transfer source purse. null when the sender purse is not own by an account
to_purse_account_info
Account info of the account that owns the transfer target purse. null when the target purse is not own by an account
initiator_public_key
string(68)
Deploy caller public key represented as a hexadecimal string
rate
float32
CSPR rate for specified currency that was relevant at the moment of deploy creation