Steps
Use the following steps to set up a webhook endpoint and subscribe to notifications using the StableFX API.Step 1: Set up a subscriber endpoint
To receive notifications on changes in trade status, you must expose a publicly accessible subscriber endpoint on your side. The endpoint must handle bothHEAD and POST requests over HTTPS. When a POST request is received, the
endpoint must respond with a 200 OK status code.
For testing purposes, you can create an endpoint using
webhook.site.