Get fungible token actions
Get fungible token actions
Query params
Property | Description |
---|---|
| Filter token actions by contract package hash |
| Filter token actions by account hash |
| From block height range |
| To block height range |
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 | |
|
| CSPR rate for specified currency that was relevant at the moment of deploy creation. |
|
| Primary CSPR.name of the 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