Non-fungible token (NFT)

The NFT stream provides updates about newly created or updated NFTs. CSPR.cloud keeps track of NFTs compatible with the CEP-47 and CEP-78 Casper Network standards.

GET /nft-tokens

Optional properties

None

Query params

Property
Type
Description

contract_package_hash

string

Comma-separated contract package hashes

owner_hash

string

Comma-separated list of owner account hashes

Events

Event
Description

created

Notifies about new NFT being minted on the network

updated

Notifies about an existing NFT being updated

Response

WebSocketMessage<NFTToken>

Example

Last updated