Rhino webhooks deliver real-time transaction status events to your server — covering deposit detection, settlement confirmation, and action outcomes for Smart Deposit Addresses and bridges. Setting up a webhook server involves creating an HTTP endpoint that can receive POST requests from Rhino.fi, process the webhook payloads, and respond appropriately. This guide covers the essential components and best practices for webhook server implementation.Documentation Index
Fetch the complete documentation index at: https://docs.rhino.fi/llms.txt
Use this file to discover all available pages before exploring further.
Basic Server Requirements
Endpoint
Your endpoint must be aPOST endpoint and called /rhinofi-event.
It will receive a signature header called: X-Rhino-Signature which can be then verified (see verification details).
The received body structure will be the following: