Skip to main content

Using the Rhino.fi Console

Within the Rhino.fi Console, navigate to the ‘Integrate’ section within the navigation bar. Under the ‘Webhooks’ section you are able to set up a new webhook and view an existing webhook. To add a new webhook, enter the webhook URL.
Please make sure NOT to include the suffix /rhinofi-event.e.g you should provide: https://my-server.com/prefix, and Rhino.fi will then call: https://my-server.com/prefix/rhinofi-event
The list of webhook event types are available here: https://docs.rhino.fi/webhook/events-list

Including within API calls

The Rhino.fi Console routes enables you to receive all webhook evenst through to a single webhook URL. However it’s also possible to specify a different URL per bridge, bridge+swap or Smart Deposit Address. This can be achieved by passing a URL within the webhookUrl param in the:
  • POST/quote/bridge-swap/user endpoint: for bridge and bridge+swap related activity
  • POST/deposit-addresses endpoint: for Smart Deposit Address set up and related activity
For the exact specification, see the API Reference