Gluwa
Gluwa Documentation
Gluwa Documentation
  • What is Gluwa
  • Change Log
    • Gluwa API Change Log
    • Gluwa Wallet Change Log
    • Gluwa Exchange Change Log
  • Get Started
    • Gluwa Mobile App
      • Gluwa Invest (Investor DAO) FAQ
      • Gluwa Invest (Fixed-Term Interest Account) FAQ
      • Create a New Gluwa Wallet
      • Restore Wallet
      • Send Gluwacoin to an address
      • Make QR Code Payments
      • Create a Signature
      • Access Private Keys
      • Non-Custodial Wallet
      • Gluwa Lottery Account FAQ
      • Fees
      • Transaction Status
      • Delete your Gluwa Account
    • Gluwa Dashboard
      • API Keys
      • Webhooks
      • Addresses
      • Transactions
    • Gluwacoin
  • Branding
    • Buttons and Marks
  • Development
    • Environments
    • QR Codes
    • Webhooks
    • Creating Signatures
    • Idempotent Requests
    • Sending Address
    • Gluwa SDK for PHP
    • Gluwa SDK for .NET
    • Gluwa SDK for Java
    • Gluwa SDK for JavaScript (Node.js)
  • API
    • API Reference
    • Authorization
    • Currency and Conversion Symbols
    • Errors and Error Codes
    • Balance
    • Fee
    • Transaction
    • Payment QR Code
    • Wrap / Unwrap
  • Exchange API
    • Exchange Webhook
    • Quote
    • Order
    • Exchange Request
    • Order Book
Powered by GitBook
On this page
  • Get Webhook Secret
  • Register Webhook Endpoint
  1. Get Started
  2. Gluwa Dashboard

Webhooks

Set up webhook to your wallet and get notified

PreviousAPI KeysNextAddresses

Last updated 2 years ago

You can receive webhook notifications from Gluwa whenever an event associated with your Gluwacoin or Bitcoin wallet is triggered.

Get Webhook Secret

  1. Visit the Webhook Management page at .

  2. You will see an auto-generated Webhook Secret of your account on the page.

  3. Your Webhook Secret is covered in grey boxes by default for your security. Click on the eye-shaped icon to reveal your Webhook Secret.

Sandbox API keys and Production API keys are different. This ensures that you don't modify your live customers data or charge them accidentally.

Please note that the sandbox environment is deprecated and will be replaced with an alternative solution in the future.

Register Webhook Endpoint

  1. Click "REGISTER NEW URL" button.

  2. Register your webhook endpoints.

After you've registered webhook endpoints, you must whitelist the wallet addresses to receive webhooks.

Visit the Webhook Management page at .

https://dashboard.gluwa.com/webhook
Addresses
https://dashboard.gluwa.com/webhook
Gluwa Dashboard Webhooks Page
Webhook Endpoint Registration Page