NEAR Data Server by FASTNEAR

For more information, visit GitHub

API

GET /v0/block

Returns the block by block height.

Example: /v0/block/100000000

GET /v0/first_block

Redirects to the first block after genesis.

The block is guaranteed to exist and will be returned immediately.

Example: /v0/first_block

GET /v0/last_block/final

Redirects to the latest finalized block.

The block is guaranteed to exist and will be returned immediately.

Example: /v0/last_block/final