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

# GetSlot

> Lấy số slot hiện tại từ blockchain Solana bằng API LaserStream gRPC.

<hide>
  ## Điểm cuối

  Các dịch vụ gRPC có sẵn 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ề số slot hiện tại.

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

## Phản hồi

<ResponseField name="slot" type="integer">
  Số slot hiện tại trên blockchain Solana.
</ResponseField>

<ResponseExample>
  ```json theme={"system"}
  {
    "slot": "333391830"
  }
  ```
</ResponseExample>
