FastNEAR API

Useful NEAR Protocol endpoints for advanced caching and aggregation.

Languages
Servers
https://api.fastnear.com/
https://test.api.fastnear.com/

Status

Request

curl -s "https://api.fastnear.com/status"

Responses

Successful response

Bodyapplication/json
Response
application/json
{ "sync_balance_block_height": 179038439, "sync_block_height": 179038439, "sync_block_timestamp_nanosec": "1731131048798003067", "sync_latency_sec": 2.960060157, "version": "0.10.0" }

Health

Request

curl -s "https://api.fastnear.com/health"

Responses

Successful response

Bodyapplication/json
Response
application/json
{ "status": "ok" }