Fungible token action
The NFT action stream provides updates about standard fungible toekn actions like mint
, burn
, or transfer
happening on the network. CSPR.cloud keeps track of fungible tokens compatible with the CEP-18 Casper Network standard.
Optional properties
None
Query params
Property
Type
Description
contract_package_hash
string
Comma-separated list of contract package hashes
owner_hash
string
Comma-separated list of owner account hashes
Events
Event
Description
created
Notifies about new fungible token action happening on the network
Response
WebSocketMessage
<FTTokenAction>
Example
Last updated