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

# LaserStream gRPC API

> LaserStream gRPC メソッドの完全な API リファレンス。Solana のリアルタイムアカウント更新、トランザクション、ブロック、スロット変更を購読。

<CardGroup cols={2}>
  <Card title="Subscribe" href="/ja/api-reference/laserstream/grpc/subscribe">
    アカウント、トランザクション、ブロック、スロットの更新を購読してリアルタイム通知を受け取ります。
  </Card>

  <Card title="Get Block Height" href="/ja/api-reference/laserstream/grpc/getblockheight">
    Solana ブロックチェーンの現在のブロック高さを取得します。
  </Card>

  <Card title="Get Latest Blockhash" href="/ja/api-reference/laserstream/grpc/getlatestblockhash">
    Solana ブロックチェーンから最新のブロックハッシュを取得します。
  </Card>

  <Card title="Get Slot" href="/ja/api-reference/laserstream/grpc/getslot">
    Solana ブロックチェーンの現在のスロット番号を取得します。
  </Card>

  <Card title="Get Version" href="/ja/api-reference/laserstream/grpc/getversion">
    LaserStream gRPC APIと接続されている Solana ノードのバージョン情報を取得します。
  </Card>

  <Card title="Is Blockhash Valid" href="/ja/api-reference/laserstream/grpc/isblockhashvalid">
    Solana ブロックチェーンでブロックハッシュが有効かどうかを確認します。
  </Card>

  <Card title="Ping" href="/ja/api-reference/laserstream/grpc/ping">
    シンプルな ping-pong メカニズムで LaserStream gRPC API への接続性を確認します。
  </Card>
</CardGroup>
