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

# Panduan Memulai Cepat Webhook Solana

> Buat dan kelola webhook Solana Helius melalui Dasbor, REST API, atau SDK resmi (TypeScript dan Rust).

Kami menyediakan tiga cara untuk membuat, mengedit, dan mengelola webhook di Helius.

## Melalui Dasbor Helius

Antarmuka pengguna Helius adalah opsi tanpa kode tercepat, dengan fitur bawaan untuk melihat log dan mengirim peristiwa pengujian. Buka melalui [Dasbor](https://dashboard.helius.dev/webhooks). Dasbor mendukung hingga 25 alamat per webhook — untuk jumlah yang lebih banyak, gunakan API atau SDK.

<Steps>
  <Step title="Open the Dashboard">
    Buka [Dasbor Webhook Helius](https://dashboard.helius.dev/webhooks).
  </Step>

  <Step title="Add a webhook">
    Klik **Tambahkan Webhook**.
  </Step>

  <Step title="Configure">
    Isi URL, jenis transaksi, alamat, dan jenis webhook.
  </Step>

  <Step title="Create">
    Klik **Buat Webhook**. Peristiwa akan mulai dikirim ke titik akhir Anda.
  </Step>
</Steps>

## Melalui API Helius

Gunakan REST API jika Anda tidak menggunakan TypeScript atau JavaScript, atau jika Anda perlu mengelola lebih dari 25 alamat per webhook.

<Card title="API Reference" icon="code" href="/docs/id/api-reference/webhooks">
  Titik akhir untuk membuat, mencantumkan, memperbarui, mengaktifkan atau menonaktifkan, dan menghapus webhook.
</Card>

## Melalui SDK Helius

Cara termudah untuk berinteraksi dengan webhook Helius secara terprogram adalah melalui SDK resmi kami.

<CardGroup cols={2}>
  <Card title="TypeScript SDK" icon="js" href="https://github.com/helius-labs/helius-sdk#webhooks">
    Abstraksi canggih untuk membuat dan mengelola webhook.
  </Card>

  <Card title="Rust SDK" icon="rust" href="https://github.com/helius-labs/helius-rust-sdk">
    Dukungan Rust native untuk webhook Helius.
  </Card>
</CardGroup>

## Langkah Berikutnya

<CardGroup cols={2}>
  <Card title="Overview" icon="circle-info" href="/docs/id/webhooks">
    Jenis webhook, contoh payload, harga, dan kasus penggunaan.
  </Card>

  <Card title="Transaction Types" icon="list" href="/docs/id/webhooks/transaction-types">
    Daftar lengkap jenis transaksi yang dapat Anda ikuti.
  </Card>

  <Card title="API Reference" icon="code" href="/docs/id/api-reference/webhooks">
    Titik akhir REST untuk mengelola webhook secara terprogram.
  </Card>

  <Card title="Webhooks FAQ" icon="circle-question" href="/docs/id/faqs/webhooks">
    Percobaan ulang, duplikat, pemecahan masalah, dan pertanyaan umum.
  </Card>
</CardGroup>
