NxtFi
  • NxtFi Blockchain
  • Testing Network
  • Block Viewer
  • Playground
  • Authentication
  • Create New Block
  • Blockchain Libraries
    • NxtFi Tools
    • Javascript - CreateBlock
  • Smart Contracts
  • The Storage System
  • Upload Media Files
  • Blockchain API Interactions
  • Access Control Layer
    • How it Works
    • Syntax & Smart Contract requirements
    • Example
  • API - Listing Files
  • API Reference
    • Get node health
    • Get the last block
    • Get block information by hash
    • Get block information by timestamp
    • Get block information by height
    • Get files from storage by scope
    • Storage tracking interactions
    • Storage tracking timestamp block info
    • Submit new block
    • Presign media file upload
Powered by GitBook
On this page
  • Get the hash value of the block that has interacted with the storage system.
  • Another available endpoint
  1. API Reference

Storage tracking timestamp block info

A utility designed for transparency in tracking interactions with the storage system.

Retrieve detailed tracking information about the block that stores, modifies, or deletes a file in the storage.

Get the hash value of the block that has interacted with the storage system.

GET https://test-001-node.cloud.nxtfi.org/v2 /<scope>/_trace/<dirname>/<filename>/<timestamp>

Query Parameters

Name
Type
Description

scope*

String

scope were to query track

dirname

String

optional in case the file was stored nested into a directory

filename*

String

filename from which to receive track information

timestamp*

String

timestamp from the traced interaction

Another available endpoint

GET https://test-001-node.cloud.nxtfi.org/v2/_trace/<scope>/<dirname>/<filename>/<timestamp>

PreviousStorage tracking interactionsNextSubmit new block

Last updated 1 year ago