Get contract package NFT actions

Get contract package NFT actions by its hash

GET /contract-packages/{contract_package_hash}/nft-token-actions

Query params

Query param
Description

from_block_height

From block height range

to_block_height

To block height range

Sorting

Property
Description

timestamp

Sort NFT actions by timestamp

Default sorting is timestamp DESC

Optional properties

Property
Type
Description

contract_package

NFT contract package

deploy

Deploy in which the token action occurred

from_public_key

string(68)

Action source public key if it's an account

to_public_key

string(68)

Action target public key if it's an account

Response

PaginatedResponse<NFTTokenAction>

Example

Last updated