Да, вы можете найти последний номер блока в серии поставщиков API.
https://toncenter.com/api/v2/#/blocks * https://sandbox-v4.tonhubapi.com (Тестовая сеть)Или используя следующий код из [orbs network](https://www.orbs.com/ton - доступ/)
// copy paste the following snippet into your dapp client code // to initialize your favorite TON API library and make blockchain queries import { getHttpEndpoint } from "@orbs-network/ton-access"; import { TonClient } from "ton"; // get the decentralized RPC endpoint const endpoint = await getHttpEndpoint(); // initialize ton library const client = new TonClient({ endpoint });