Get fungible token actions
Get fungible token actions
Query params
contract_package_hash
Filter token actions by contract package hash
account_hash
Filter token actions by account hash
from_block_height
From block height range
to_block_height
To block height range
Sorting
timestamp
Sort fungible token actions by timestamp
Default sorting is timestamp DESC
Optional properties
from_public_key
string(68)
Action source public key if it's an account
to_public_key
string(68)
Action target public key if it's an account
to_centralized_account_info
Action target centralized account info if it's an account
from_centralized_account_info
Action target centralized account info if it's an account
from_cspr_name
string
Primary CSPR.name of the source account, if it is an account
to_cspr_name
string
Primary CSPR.name of the destination account, if it is an account
Response
PaginatedResponse
<FTTokenAction>
Example
Last updated