Using developer portal
Go to Rhino.fi developer portal and select your project. Under the Webhooks section you can define your webhook URL.Please make sure NOT to include the endpoint name
/rhinofi-bridge-event.You provide: https://my-server.com/prefixRhino.fi calls: https://my-server.com/prefix/rhinofi-bridge-eventBridge API
To subscribe to webhooks when using Rhino.fi bridge API, you can pass awebhookUrl parameter when getting a bridge quote.
You’ll then start receiving webhook events on all your bridge status changes (full list of bridge events).
Example:
Please make sure NOT to include the endpoint name
/rhinofi-bridge-event.You provide: https://my-server.com/prefixRhino.fi calls: https://my-server.com/prefix/rhinofi-bridge-eventSmart Deposit Addresses API
To subscribe to webhooks when using Rhino.fi Smart Deposit Addresses API, you can pass awebhookUrl parameter when create a deposit address.
You’ll then start receiving webhook events on all operations done on this deposit address (full list of bridge events).
Example:
Please make sure NOT to include the endpoint name
/rhinofi-bridge-event.You provide: https://my-server.com/prefixRhino.fi calls: https://my-server.com/prefix/rhinofi-bridge-event