Webhook
Available API Endpoints
Currently, the API offers endpoints for adding and removing contracts for the specified webhook.
Authentication
You can utilize your API Key for managing your webhooks. When making requests to API endpoints, it's crucial to include your API Key value in the X-API-Key header of your request.
Here's a sample API request:
Add a Contract to a Webhook
To add a contract to a webhook, you can send a POST request with the following details:
Request Body
Remove a Contract from a Webhook
For removing a contract from a webhook, you can send a DELETE request with the following details:
Request Body
API request limit is limited to 250 per day. If you want to make contract changes more frequently, please do not hesitate to contact us.
Last updated