Get account fungible token actions
Get account fungible token actions by identifier (public key or account hash)
GET /accounts/{account_identifier}/ft-token-actions
Query params
Comma-separated list of deploy hashes
Sorting
Sort fungible token actions by timestamp
Default sorting is timestamp DESC
Optional properties
Fungible contract package
Deploy in which the token action occurred
Action source public key if it's an account
Action target public key if it's an account
Action source account info if it's an account
to_centralized_account_info
Action target centralized account info if it's an account
Action target account info if it's an account
from_centralized_account_info
Action target centralized account info if it's an account
Primary CSPR.name of the action source account, if it is an account
Primary CSPR.name of the destination account, if it is an account
Response
PaginatedResponse
<FTTokenAction>
Example
curl -X 'GET' \
'https://api.testnet.cspr.cloud/accounts/B6C26649540C59DECBC53274A67336D0588F6AD2AE0863A8A636DDDCC75689F0/ft-token-actions' \
-H 'accept: application/json' \
-H 'authorization: 55f79117-fc4d-4d60-9956-65423f39a06a'
{
"data": [
{
"amount": "24928248069",
"contract_package_hash": "0885c63f5f25ec5b6f3b57338fae5849aea5f1a2c96fc61411f2bfc5e432de5a",
"deploy_hash": "0005f1e53afa9799a66a389a90caab84ab3cbd000ab7741e55e09f80c75002b6",
"block_height": 1475677,
"from_hash": null,
"from_type": 1,
"ft_action_type_id": 1,
"timestamp": "2023-02-09T19:16:21Z",
"to_hash": "b6c26649540c59decbc53274a67336d0588f6ad2ae0863a8a636dddcc75689f0",
"to_type": 1,
"transform_idx": 92
},
{
"amount": "24928248069",
"contract_package_hash": "0885c63f5f25ec5b6f3b57338fae5849aea5f1a2c96fc61411f2bfc5e432de5a",
"deploy_hash": "0005f1e53afa9799a66a389a90caab84ab3cbd000ab7741e55e09f80c75002b6",
"block_height": 1475677,
"from_hash": "b6c26649540c59decbc53274a67336d0588f6ad2ae0863a8a636dddcc75689f0",
"from_type": 1,
"ft_action_type_id": 2,
"timestamp": "2023-02-09T19:16:21Z",
"to_hash": "a5a9a804a383f3b0e131c85d471542af2c6d4ec57bab39182ba93dd7bd86f46c",
"to_type": 1,
"transform_idx": 104
},
...
{
"amount": "22894649700",
"contract_package_hash": "0885c63f5f25ec5b6f3b57338fae5849aea5f1a2c96fc61411f2bfc5e432de5a",
"deploy_hash": "00194e8c2076ae84447a8ccabf39ad1eb1a090ab4e592989fd497961fb0b7293",
"block_height": 1461592,
"from_hash": "b6c26649540c59decbc53274a67336d0588f6ad2ae0863a8a636dddcc75689f0",
"from_type": 1,
"ft_action_type_id": 4,
"timestamp": "2023-02-04T10:52:19Z",
"to_hash": null,
"to_type": 1,
"transform_idx": 147
}
],
"item_count": 97704,
"page_count": 9771
}