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

# minimumLedgerSlot

> Trả về slot thấp nhất mà nút có thông tin trong sổ cái.



## OpenAPI

````yaml vi/openapi/rpc-http/minimumLedgerSlot.yaml POST /
openapi: 3.1.0
info:
  title: Solana RPC API
  version: 1.0.0
  description: >-
    API quản lý bộ nhớ của trình xác thực, dùng để xác định slot sổ cái thấp
    nhất vẫn đang được node Solana này duy trì tích cực nhằm phát lại và tái tạo
    trạng thái.
  license:
    name: Apache 2.0
    url: https://www.apache.org/licenses/LICENSE-2.0.html
servers:
  - url: https://mainnet.helius-rpc.com
    description: Điểm cuối RPC Mainnet
  - url: https://devnet.helius-rpc.com
    description: Điểm cuối RPC Devnet
security: []
paths:
  /:
    post:
      tags:
        - RPC
      summary: minimumLedgerSlot
      description: >
        Truy xuất số slot thấp nhất vẫn được duy trì trong bộ nhớ sổ cái của
        trình xác thực Solana này.

        API quản lý trạng thái blockchain này giúp xác định slot có thể truy cập
        sớm nhất trong bộ nhớ sổ cái 

        đang hoạt động của trình xác thực, đại diện cho ranh giới dưới để phát
        lại chuỗi nhằm tái tạo

        các trạng thái lịch sử. Không giống getFirstAvailableBlock theo dõi bộ
        nhớ khối, phương thức này cung cấp

        thông tin về bản ghi chuyển đổi trạng thái của trình xác thực. Đây là
        API thiết yếu cho các ứng dụng xây dựng

        công cụ tái tạo trạng thái, tiện ích phân tích sổ cái, hệ thống giám sát
        trình xác thực và các dịch vụ

        cần biết node này có thể phát lại blockchain ngược về trước bao xa để
        xác minh trạng thái tài khoản.
      operationId: minimumLedgerSlot
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              properties:
                jsonrpc:
                  type: string
                  enum:
                    - '2.0'
                  description: Phiên bản giao thức JSON-RPC.
                  example: '2.0'
                  default: '2.0'
                id:
                  type: string
                  description: Mã định danh duy nhất cho yêu cầu.
                  example: '1'
                  default: '1'
                method:
                  type: string
                  enum:
                    - minimumLedgerSlot
                  description: Tên của phương thức RPC cần gọi.
                  example: minimumLedgerSlot
                  default: minimumLedgerSlot
                params:
                  type: array
                  description: Phương thức này không yêu cầu tham số.
                  maxItems: 0
      responses:
        '200':
          description: Đã truy xuất thành công số slot sổ cái tối thiểu.
          content:
            application/json:
              schema:
                type: object
                properties:
                  jsonrpc:
                    type: string
                    description: Phiên bản giao thức JSON-RPC.
                    enum:
                      - '2.0'
                    example: '2.0'
                  id:
                    type: string
                    description: Mã định danh khớp với yêu cầu.
                    example: '1'
                  result:
                    type: integer
                    description: >-
                      Số slot Solana thấp nhất vẫn được duy trì trong bộ đệm
                      phát lại trạng thái của trình xác thực này, cung cấp ranh
                      giới tối thiểu để tái tạo chuỗi.
                    example: 1234
              examples:
                default:
                  value:
                    jsonrpc: '2.0'
                    id: '1'
                    result: 1234
        '400':
          description: >-
            Yêu cầu không hợp lệ - Tham số yêu cầu không hợp lệ hoặc yêu cầu sai
            định dạng.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
              example:
                jsonrpc: '2.0'
                error:
                  code: -32602
                  message: Invalid params
                id: '1'
        '401':
          description: Không được phép - Khóa API không hợp lệ hoặc bị thiếu.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
              example:
                jsonrpc: '2.0'
                error:
                  code: -32001
                  message: Unauthorized
                id: '1'
        '429':
          description: Quá nhiều yêu cầu - Đã vượt quá giới hạn tốc độ.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
              example:
                jsonrpc: '2.0'
                error:
                  code: -32005
                  message: Too many requests
                id: '1'
        '500':
          description: Lỗi máy chủ nội bộ - Đã xảy ra lỗi trên máy chủ.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
              example:
                jsonrpc: '2.0'
                error:
                  code: -32603
                  message: Internal error
                id: '1'
        '503':
          description: Dịch vụ không khả dụng - Dịch vụ tạm thời không khả dụng.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
              example:
                jsonrpc: '2.0'
                error:
                  code: -32002
                  message: Service unavailable
                id: '1'
        '504':
          description: Hết thời gian chờ cổng kết nối - Yêu cầu đã hết thời gian chờ.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
              example:
                jsonrpc: '2.0'
                error:
                  code: -32003
                  message: Gateway timeout
                id: '1'
      security:
        - ApiKeyQuery: []
components:
  schemas:
    ErrorResponse:
      type: object
      properties:
        jsonrpc:
          type: string
          description: Phiên bản giao thức JSON-RPC.
          enum:
            - '2.0'
          example: '2.0'
        error:
          type: object
          properties:
            code:
              type: integer
              description: Mã lỗi.
              example: -32602
            message:
              type: string
              description: Thông báo lỗi.
            data:
              type: object
              description: Dữ liệu bổ sung về lỗi.
        id:
          type: string
          description: Mã định danh khớp với yêu cầu.
          example: '1'
  securitySchemes:
    ApiKeyQuery:
      type: apiKey
      in: query
      name: api-key
      description: >-
        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).

````