> ## 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

> Referensi API lengkap untuk metode gRPC LaserStream. Berlangganan pembaruan akun, transaksi, blok, dan perubahan slot secara waktu nyata di Solana.

<CardGroup cols={2}>
  <Card title="Subscribe" href="/docs/id/api-reference/laserstream/grpc/subscribe">
    Berlangganan pembaruan akun, transaksi, blok, dan slot untuk menerima notifikasi secara waktu nyata.
  </Card>

  <Card title="Subscribe Replay Info" href="/docs/id/api-reference/laserstream/grpc/subscribereplayinfo">
    Dapatkan slot pemutaran ulang paling awal yang tersedia tanpa membuka langganan.
  </Card>

  <Card title="Get Block Height" href="/docs/id/api-reference/laserstream/grpc/getblockheight">
    Dapatkan ketinggian blok saat ini dari blockchain Solana.
  </Card>

  <Card title="Get Latest Blockhash" href="/docs/id/api-reference/laserstream/grpc/getlatestblockhash">
    Dapatkan blockhash terbaru dari blockchain Solana.
  </Card>

  <Card title="Get Slot" href="/docs/id/api-reference/laserstream/grpc/getslot">
    Dapatkan nomor slot saat ini dari blockchain Solana.
  </Card>

  <Card title="Get Version" href="/docs/id/api-reference/laserstream/grpc/getversion">
    Dapatkan informasi versi API gRPC LaserStream dan node Solana yang terhubung dengannya.
  </Card>

  <Card title="Is Blockhash Valid" href="/docs/id/api-reference/laserstream/grpc/isblockhashvalid">
    Periksa apakah blockhash masih valid di blockchain Solana.
  </Card>

  <Card title="Ping" href="/docs/id/api-reference/laserstream/grpc/ping">
    Periksa konektivitas ke API gRPC LaserStream dengan mekanisme ping-pong sederhana.
  </Card>
</CardGroup>
