> ## Documentation Index
> Fetch the complete documentation index at: https://docs.raydium.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Dapatkan total supply RAY

> Ambil total supply token RAY.



## OpenAPI

````yaml /id/api-reference/openapi/api-v1.yaml get /ray/totalcoins
openapi: 3.0.3
info:
  title: API V1 V2 (Legacy)
  description: >
    API Raydium yang sudah usang, menyediakan informasi pool, harga, data SDK,
    dan detail farm.

    Primer digunakan untuk kompatibilitas mundur dan klien SDK.


    **Migrasi ke API v3:** Sebagian besar endpoint di sini memiliki padanan yang
    lebih baru di [API v3](/en/api-reference/api-v3).

    Untuk integrasi baru, pilih endpoint v3 yang menawarkan performa dan
    stabilitas lebih baik.
  version: 1.0.0
  contact:
    name: Raydium
    url: https://raydium.io
servers:
  - url: https://api.raydium.io
    description: Mainnet saja
security: []
tags:
  - name: Ray Token
    description: Endpoint supply token RAY
paths:
  /ray/totalcoins:
    get:
      tags:
        - Ray Token
      summary: Dapatkan total supply RAY
      description: Ambil total supply token RAY.
      operationId: getRayTotalCoins
      responses:
        '200':
          description: Total supply sebagai teks angka biasa
          content:
            text/plain:
              schema:
                type: string

````