Get account fungible token actions
Get account fungible token actions by identifier (public key or account hash)
Query params
Property | Description |
---|---|
| From block height range |
| To block height range |
| Comma-separated list of deploy hashes |
Sorting
Property | Description |
---|---|
| Sort fungible token actions by timestamp |
Default sorting is timestamp DESC
Optional properties
Property | Type | Description |
---|---|---|
| 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 | |
| Action target centralized account info if it's an account | |
| Action target account info if it's an account | |
| 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
Last updated