> ## Documentation Index
> Fetch the complete documentation index at: https://www.helius.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# API gRPC LaserStream

> Tài liệu tham khảo API đầy đủ cho các phương thức gRPC của LaserStream. Đăng ký nhận thông tin cập nhật theo thời gian thực về tài khoản, giao dịch, khối và thay đổi slot trên Solana.

<CardGroup cols={2}>
  <Card title="Subscribe" href="/docs/vi/api-reference/laserstream/grpc/subscribe">
    Đăng ký nhận thông tin cập nhật về tài khoản, giao dịch, khối và slot để nhận thông báo theo thời gian thực.
  </Card>

  <Card title="Subscribe Replay Info" href="/docs/vi/api-reference/laserstream/grpc/subscribereplayinfo">
    Lấy slot phát lại sớm nhất hiện có mà không cần mở đăng ký.
  </Card>

  <Card title="Get Block Height" href="/docs/vi/api-reference/laserstream/grpc/getblockheight">
    Lấy chiều cao khối hiện tại của blockchain Solana.
  </Card>

  <Card title="Get Latest Blockhash" href="/docs/vi/api-reference/laserstream/grpc/getlatestblockhash">
    Lấy blockhash mới nhất từ blockchain Solana.
  </Card>

  <Card title="Get Slot" href="/docs/vi/api-reference/laserstream/grpc/getslot">
    Lấy số slot hiện tại từ blockchain Solana.
  </Card>

  <Card title="Get Version" href="/docs/vi/api-reference/laserstream/grpc/getversion">
    Lấy thông tin phiên bản của API gRPC LaserStream và nút Solana mà API này kết nối tới.
  </Card>

  <Card title="Is Blockhash Valid" href="/docs/vi/api-reference/laserstream/grpc/isblockhashvalid">
    Kiểm tra xem một blockhash có còn hợp lệ trên blockchain Solana hay không.
  </Card>

  <Card title="Ping" href="/docs/vi/api-reference/laserstream/grpc/ping">
    Kiểm tra khả năng kết nối với API gRPC LaserStream bằng cơ chế ping-pong đơn giản.
  </Card>
</CardGroup>
