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

# Metode RPC Solana dan Referensi API

> Referensi lengkap untuk semua metode HTTP JSON-RPC Solana yang tersedia melalui Helius. Data akun, blok, transaksi, token, epoch, dan informasi sistem.

## Informasi Akun

<CardGroup cols={2}>
  <Card title="getAccountInfo" href="/docs/id/api-reference/rpc/http/getaccountinfo">
    Mengambil informasi tentang akun dari blockchain.
  </Card>

  <Card title="getMultipleAccounts" href="/docs/id/api-reference/rpc/http/getmultipleaccounts">
    Mengambil informasi tentang beberapa akun dalam satu permintaan.
  </Card>

  <Card title="getProgramAccounts" href="/docs/id/api-reference/rpc/http/getprogramaccounts">
    Mengembalikan semua akun yang dimiliki oleh program tertentu.
  </Card>

  <Card title="getBalance" href="/docs/id/api-reference/rpc/http/getbalance">
    Mengembalikan saldo akun saat ini.
  </Card>

  <Card title="getMinimumBalanceForRentExemption" href="/docs/id/api-reference/rpc/http/getminimumbalanceforrentexemption">
    Mengembalikan saldo minimum yang diperlukan agar akun bebas dari biaya sewa.
  </Card>

  <Card title="getLargestAccounts" href="/docs/id/api-reference/rpc/http/getlargestaccounts">
    Mengembalikan akun dengan saldo terbesar.
  </Card>
</CardGroup>

## Informasi Blok

<CardGroup cols={2}>
  <Card title="getBlock" href="/docs/id/api-reference/rpc/http/getblock">
    Mengembalikan informasi identitas dan transaksi tentang blok yang telah dikonfirmasi.
  </Card>

  <Card title="getBlocks" href="/docs/id/api-reference/rpc/http/getblocks">
    Mengembalikan daftar blok yang telah dikonfirmasi di antara dua slot.
  </Card>

  <Card title="getBlocksWithLimit" href="/docs/id/api-reference/rpc/http/getblockswithlimit">
    Mengembalikan daftar blok yang telah dikonfirmasi, dimulai dari slot tertentu dengan batas yang ditentukan.
  </Card>

  <Card title="getBlockHeight" href="/docs/id/api-reference/rpc/http/getblockheight">
    Mengembalikan tinggi blok saat ini dari simpul.
  </Card>

  <Card title="getBlockTime" href="/docs/id/api-reference/rpc/http/getblocktime">
    Mengembalikan perkiraan waktu produksi suatu blok.
  </Card>

  <Card title="getBlockCommitment" href="/docs/id/api-reference/rpc/http/getblockcommitment">
    Mengembalikan informasi komitmen untuk suatu blok.
  </Card>

  <Card title="getBlockProduction" href="/docs/id/api-reference/rpc/http/getblockproduction">
    Mengembalikan informasi produksi blok terbaru.
  </Card>

  <Card title="getLatestBlockhash" href="/docs/id/api-reference/rpc/http/getlatestblockhash">
    Mengembalikan hash blok terbaru.
  </Card>

  <Card title="isBlockhashValid" href="/docs/id/api-reference/rpc/http/isblockhashvalid">
    Mengembalikan apakah suatu hash blok masih valid atau tidak.
  </Card>
</CardGroup>

## Informasi Transaksi

<CardGroup cols={2}>
  <Card title="getTransaction" href="/docs/id/api-reference/rpc/http/gettransaction">
    Mengembalikan detail transaksi untuk transaksi yang telah dikonfirmasi.
  </Card>

  <Card title="getTransactionCount" href="/docs/id/api-reference/rpc/http/gettransactioncount">
    Mengembalikan jumlah transaksi saat ini dari buku besar.
  </Card>

  <Card title="getSignaturesForAddress" href="/docs/id/api-reference/rpc/http/getsignaturesforaddress">
    Mengembalikan tanda tangan untuk transaksi terkonfirmasi yang menyertakan alamat tertentu.
  </Card>

  <Card title="getTransactionsForAddress" href="/docs/id/api-reference/rpc/http/gettransactionsforaddress">
    Mengembalikan riwayat transaksi untuk suatu alamat dengan filter sisi server dan paginasi.
  </Card>

  <Card title="getTransfersByAddress" href="/docs/id/api-reference/rpc/http/gettransfersbyaddress">
    Mengembalikan riwayat transfer token dan SOL native untuk alamat dompet.
  </Card>

  <Card title="getSignatureStatuses" href="/docs/id/api-reference/rpc/http/getsignaturestatuses">
    Mengembalikan status dari daftar tanda tangan.
  </Card>

  <Card title="getFeeForMessage" href="/docs/id/api-reference/rpc/http/getfeeformessage">
    Mengembalikan biaya untuk suatu pesan.
  </Card>
</CardGroup>

## Informasi Token

<CardGroup cols={2}>
  <Card title="getTokenAccountBalance" href="/docs/id/api-reference/rpc/http/gettokenaccountbalance">
    Mengembalikan saldo token suatu akun.
  </Card>

  <Card title="getTokenAccountsByOwner" href="/docs/id/api-reference/rpc/http/gettokenaccountsbyowner">
    Mengembalikan semua akun token yang dimiliki oleh alamat yang ditentukan.
  </Card>

  <Card title="getTokenAccountsByDelegate" href="/docs/id/api-reference/rpc/http/gettokenaccountsbydelegate">
    Mengembalikan semua akun token yang mendelegasikan ke alamat yang ditentukan.
  </Card>

  <Card title="getTokenLargestAccounts" href="/docs/id/api-reference/rpc/http/gettokenlargestaccounts">
    Mengembalikan akun terbesar untuk token tertentu.
  </Card>

  <Card title="getTokenSupply" href="/docs/id/api-reference/rpc/http/gettokensupply">
    Mengembalikan total pasokan suatu token.
  </Card>
</CardGroup>

## Informasi Slot

<CardGroup cols={2}>
  <Card title="getSlot" href="/docs/id/api-reference/rpc/http/getslot">
    Mengembalikan slot saat ini yang sedang diproses oleh simpul.
  </Card>

  <Card title="getSlotLeader" href="/docs/id/api-reference/rpc/http/getslotleader">
    Mengembalikan identitas pemimpin slot saat ini.
  </Card>

  <Card title="getSlotLeaders" href="/docs/id/api-reference/rpc/http/getslotleaders">
    Mengembalikan pemimpin slot untuk suatu rentang slot.
  </Card>

  <Card title="getMinimumLedgerSlot" href="/docs/id/api-reference/rpc/http/minimumledgerslot">
    Mengembalikan slot terendah yang informasinya dimiliki oleh simpul.
  </Card>

  <Card title="getMaxRetransmitSlot" href="/docs/id/api-reference/rpc/http/getmaxretransmitslot">
    Mengembalikan slot maksimum yang terlihat dari tahap transmisi ulang.
  </Card>

  <Card title="getMaxShredInsertSlot" href="/docs/id/api-reference/rpc/http/getmaxshredinsertslot">
    Mengembalikan slot maksimum yang terlihat dari penyisipan shred.
  </Card>

  <Card title="getHighestSnapshotSlot" href="/docs/id/api-reference/rpc/http/gethighestsnapshotslot">
    Mengembalikan slot snapshot tertinggi yang tersedia.
  </Card>
</CardGroup>

## Informasi Epoch

<CardGroup cols={2}>
  <Card title="getEpochInfo" href="/docs/id/api-reference/rpc/http/getepochinfo">
    Mengembalikan informasi tentang epoch saat ini.
  </Card>

  <Card title="getEpochSchedule" href="/docs/id/api-reference/rpc/http/getepochschedule">
    Mengembalikan informasi jadwal epoch.
  </Card>

  <Card title="getLeaderSchedule" href="/docs/id/api-reference/rpc/http/getleaderschedule">
    Mengembalikan jadwal pemimpin untuk suatu epoch.
  </Card>
</CardGroup>

## Inflasi & Imbalan

<CardGroup cols={2}>
  <Card title="getInflationGovernor" href="/docs/id/api-reference/rpc/http/getinflationgovernor">
    Mengembalikan parameter pengatur inflasi saat ini.
  </Card>

  <Card title="getInflationRate" href="/docs/id/api-reference/rpc/http/getinflationrate">
    Mengembalikan nilai inflasi tertentu untuk epoch saat ini.
  </Card>

  <Card title="getInflationReward" href="/docs/id/api-reference/rpc/http/getinflationreward">
    Mengembalikan imbalan inflasi untuk daftar alamat pada suatu epoch.
  </Card>
</CardGroup>

## Informasi Sistem

<CardGroup cols={2}>
  <Card title="getHealth" href="/docs/id/api-reference/rpc/http/gethealth">
    Mengembalikan status kesehatan simpul saat ini.
  </Card>

  <Card title="getIdentity" href="/docs/id/api-reference/rpc/http/getidentity">
    Mengembalikan kunci publik identitas untuk simpul saat ini.
  </Card>

  <Card title="getVersion" href="/docs/id/api-reference/rpc/http/getversion">
    Mengembalikan versi perangkat lunak yang saat ini berjalan pada simpul.
  </Card>

  <Card title="getClusterNodes" href="/docs/id/api-reference/rpc/http/getclusternodes">
    Mengembalikan informasi tentang semua simpul dalam klaster.
  </Card>

  <Card title="getGenesisHash" href="/docs/id/api-reference/rpc/http/getgenesishash">
    Mengembalikan hash genesis.
  </Card>

  <Card title="getFirstAvailableBlock" href="/docs/id/api-reference/rpc/http/getfirstavailableblock">
    Mengembalikan slot terendah yang informasinya dimiliki oleh simpul.
  </Card>

  <Card title="getRecentPerformanceSamples" href="/docs/id/api-reference/rpc/http/getrecentperformancesamples">
    Mengembalikan daftar sampel performa terbaru.
  </Card>

  <Card title="getRecentPrioritizationFees" href="/docs/id/api-reference/rpc/http/getrecentprioritizationfees">
    Mengembalikan informasi biaya hash blok terbaru.
  </Card>

  <Card title="getVoteAccounts" href="/docs/id/api-reference/rpc/http/getvoteaccounts">
    Mengembalikan akun voting saat ini.
  </Card>

  <Card title="getSupply" href="/docs/id/api-reference/rpc/http/getsupply">
    Mengembalikan informasi tentang pasokan saat ini.
  </Card>
</CardGroup>

## Informasi Stake

<CardGroup cols={2}>
  <Card title="getStakeMinimumDelegation" href="/docs/id/api-reference/rpc/http/getstakeminimumdelegation">
    Mengembalikan delegasi minimum yang diperlukan untuk staking.
  </Card>
</CardGroup>

## Pengiriman Transaksi

<CardGroup cols={2}>
  <Card title="sendTransaction" href="/docs/id/api-reference/rpc/http/sendtransaction">
    Mengirimkan transaksi yang telah ditandatangani ke klaster untuk diproses.
  </Card>

  <Card title="simulateTransaction" href="/docs/id/api-reference/rpc/http/simulatetransaction">
    Menyimulasikan eksekusi transaksi.
  </Card>

  <Card title="requestAirdrop" href="/docs/id/api-reference/rpc/http/requestairdrop">
    Meminta airdrop lamport ke sebuah Pubkey.
  </Card>
</CardGroup>
