Get NFT activities of collection from time to time
Get NFT activities of collection from time to time
Path Parameters
The collection data id hash of the collection
Query Parameters
The start time in seconds or a time string ('YYYY-MM-DD hh:mm:ss')
The end time in seconds or a time string ('YYYY-MM-DD hh:mm:ss')
The cursor returned in the previous response (used for getting the next page).
Number of items returned, default: 20
- 200
200 Successful
Schema
- Array [
- ]
The cursor returned in the previous response (used for getting the next page)
Page of results
Limit of results
Total returned result items
data object[] required
Nft activities
transferType
transactionVersion
block_time
timestamp
tokenDataIdHash
tokenAmount
toAddress
name
propertyVersion
fromAddress
eventSequenceNumber
eventIndex
eventCreationNumber
eventAccountAddress
collectionName
collectionDataIdHash
coinType
coinAmount
creatorAddress
blockHeight
{
"cursor": "string",
"page": 0,
"limit": 0,
"total_items": 0,
"data": [
{
"transfer_type": "0x3::token::MutateTokenPropertyMapEvent",
"transaction_version": 130,
"block_time": "2023-08-28 09:24:31.0",
"timestamp": 1693214669,
"token_data_id_hash": "2665375481df1ebbcdc9449cc4880e18f21a33fadda6b9ebf259797cc0a0e291",
"token_amount": 20,
"to_address": "09e63a48047b1c2bc51c0abc4b67ffcd9922e0adc99a6cc36532662172976a4b",
"name": "rockeric.apt",
"property_version": 0,
"from_address": "0x305a97874974fdb9a7ba59dc7cab7714c8e8e00004ac887b6e348496e1981838",
"event_sequence_number": 5,
"event_index": 2,
"event_creation_number": 1,
"event_account_address": "Aptos Names V1",
"collection_name": "09e63a48047b1c2bc51c0abc4b67ffcd9922e0adc99a6cc36532662172976a4b",
"collection_data_id_hash": "09e63a48047b1c2bc51c0abc4b67ffcd9922e0adc99a6cc36532662172976a4b",
"coin_type": "coin type",
"coin_amount": 1000,
"creator_address": "09e63a48047b1c2bc51c0abc4b67ffcd9922e0adc99a6cc36532662172976a4b",
"block_height": 1000
}
]
}