Kredit dan Batas Laju
How many addresses can I input for 1 webhook?
How many addresses can I input for 1 webhook?
Will I be charged credits if I change the webhook URL in the Helius dashboard after creating the webhook?
Will I be charged credits if I change the webhook URL in the Helius dashboard after creating the webhook?
How many credits does it cost to receive a webhook notification?
How many credits does it cost to receive a webhook notification?
How much does it cost to create, edit, and delete webhooks?
How much does it cost to create, edit, and delete webhooks?
Jaringan yang Didukung
Are webhooks available on Solana Devnet?
Are webhooks available on Solana Devnet?
Can I input 'localhost' for my webhook URL?
Can I input 'localhost' for my webhook URL?
Menggunakan Webhook
How can I verify that the webhook came from Helius?
How can I verify that the webhook came from Helius?
Authorization saat mengirim data ke endpoint webhook Anda, sehingga Anda dapat memverifikasi keaslian permintaan tersebut.What is the difference between 'raw' and 'enhanced' webhooks?
What is the difference between 'raw' and 'enhanced' webhooks?
When does the Webhook send a notification?
When does the Webhook send a notification?
Percobaan Ulang
How should my endpoint acknowledge a webhook event?
How should my endpoint acknowledge a webhook event?
200 dalam waktu 1 detik untuk mengonfirmasi bahwa peristiwa berhasil diterima. Sebagai praktik terbaik, segera berikan respons 200 dan tangani pemrosesan secara asinkron — ini mencegah waktu habis yang disebabkan oleh logika bisnis yang lambat.What is the retry policy for webhooks?
What is the retry policy for webhooks?
5xx, kesalahan 4xx (kecuali 403), mengalami waktu habis, atau gagal akibat kesalahan koneksi maupun kegagalan DNS. Kami mencoba kembali hingga 3 kali dengan jeda 1 detik di antara setiap percobaan.Jika semua percobaan ulang gagal, peristiwa tersebut hilang secara permanen — tidak ada antrean ulang atau siklus pengiriman kedua.Pantau log webhook Anda di Dasbor Helius untuk mengidentifikasi kegagalan pengiriman dan menyelidiki masalah endpoint.Kami juga menawarkan kebijakan percobaan ulang yang dapat disesuaikan untuk paket perusahaan.Is a webhook event delivered exactly once?
Is a webhook event delivered exactly once?
Do webhooks post failed transactions?
Do webhooks post failed transactions?
Penonaktifan Otomatis
Why was my webhook automatically disabled?
Why was my webhook automatically disabled?
How do I re-enable a disabled webhook?
How do I re-enable a disabled webhook?
- Perbaiki masalah yang mendasari pada endpoint Anda.
- Masuk ke Dasbor Helius.
- Temukan webhook yang dinonaktifkan dan aktifkan kembali.
{ "active": true }.Will my webhook get disabled again right after I re-enable it?
Will my webhook get disabled again right after I re-enable it?
Will I be notified when a webhook is auto-disabled?
Will I be notified when a webhook is auto-disabled?
Can I disable a webhook without deleting it?
Can I disable a webhook without deleting it?
Memecahkan Masalah Webhook
Why is my webhook dropping data?
Why is my webhook dropping data?
Why aren't my webhooks working?
Why aren't my webhooks working?
Why does my webhook not send me all transactions of a certain type (such as TOKEN_MINT)?
Why does my webhook not send me all transactions of a certain type (such as TOKEN_MINT)?
TOKEN_MINT hanya dipicu untuk program tertentu seperti Candy Machine V1 dan Solana Program Library. Webhook ini tidak mencakup semua peristiwa pencetakan token di seluruh blockchain. Untuk pemantauan yang lebih luas, pertimbangkan penggunaan langganan akun atau program yang lebih umum melalui webhook dengan pemfilteran jenis transaksi “ANY”.