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
  1. API Reference

Get block information by timestamp

Obtain the information of a specific block through its timestamp. Also allow timestamp ordered block listing.

/_timestamp/<timestamp>

GET https://test-001-node.cloud.nxtfi.org/v2/_timestamp/<timestamp>_<scope>

Example of timestamp listing.

https://test-001-node.cloud.nxtfi.org/v2/_timestamp/

Path Parameters

Name
Type
Description

timestamp

Number

timestamp of the required transaction

PreviousGet block information by hashNextGet block information by height

Last updated 1 year ago