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

> Referência completa da API para métodos gRPC do LaserStream. Inscreva-se para atualizações em tempo real de contas, transações, blocos e alterações de slots na Solana.

<CardGroup cols={2}>
  <Card title="Inscrever-se" href="/docs/pt-BR/api-reference/laserstream/grpc/subscribe">
    Inscreva-se em contas, transações, blocos e atualizações de slots para receber notificações em tempo real.
  </Card>

  <Card title="Obter Altura do Bloco" href="/docs/pt-BR/api-reference/laserstream/grpc/getblockheight">
    Obtenha a altura atual do bloco da blockchain Solana.
  </Card>

  <Card title="Obter Último Blockhash" href="/docs/pt-BR/api-reference/laserstream/grpc/getlatestblockhash">
    Obtenha o blockhash mais recente da blockchain Solana.
  </Card>

  <Card title="Obter Slot" href="/docs/pt-BR/api-reference/laserstream/grpc/getslot">
    Obtenha o número atual do slot da blockchain Solana.
  </Card>

  <Card title="Obter Versão" href="/docs/pt-BR/api-reference/laserstream/grpc/getversion">
    Obtenha informações de versão da API gRPC LaserStream e do nó Solana ao qual está conectado.
  </Card>

  <Card title="O Blockhash é Válido" href="/docs/pt-BR/api-reference/laserstream/grpc/isblockhashvalid">
    Verifique se um blockhash ainda é válido na blockchain Solana.
  </Card>

  <Card title="Ping" href="/docs/pt-BR/api-reference/laserstream/grpc/ping">
    Verifique a conectividade com a API gRPC LaserStream com um mecanismo simples de ping-pong.
  </Card>
</CardGroup>
