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

# Ping

> Kiểm tra khả năng kết nối với API LaserStream gRPC bằng cơ chế ping-pong đơn giản.

<hide>
  ## Endpoint

  Các dịch vụ gRPC khả dụng trên mainnet và devnet với các URL sau:

  * **Mainnet** `https://laserstream-mainnet.helius-rpc.com:443`
  * **Devnet** `https://laserstream-devnet.helius-rpc.com:443`
</hide>

## Xác thực

<ParamField query="x-token" type="string" required>
  Khóa API Helius của bạn. Bạn có thể nhận khóa miễn phí trong
  [bảng điều khiển](https://dashboard.helius.dev/api-keys).
</ParamField>

## Thông điệp

Phương thức này nhận một yêu cầu trống và trả về phản hồi pong đơn giản để xác nhận khả năng kết nối.

## Phản hồi

<ResponseField name="pong" type="boolean">
  Luôn trả về true nếu kết nối thành công.
</ResponseField>

<RequestExample>
  ```json Empty Request theme={"system"}
  {}
  ```
</RequestExample>

<ResponseExample>
  ```json theme={"system"}
  {
      "count": 0
  }
  ```
</ResponseExample>
