Webhook Delays in Gainium API

Hello

I am integrating Gainium’s webhooks into my trading automation; but I’ve noticed a delay between triggering an event & receiving the webhook payload. :slightly_smiling_face:

Sometimes, the response is instant, but other times, it takes several seconds, which can be critical for time-sensitive trading actions. Has anyone else experienced inconsistent webhook delays? :thinking:

I’ve checked my server response times, ensured my endpoint is optimized & even tested on different hosting providers, but the delay seems to be on Gainium’s side.
Checked Gainium Webhooks Documentation reactjs course online guide for reference .

I’m wondering if there are rate limits, queueing mechanisms, or other factors that could be affecting webhook delivery speed. Would switching to polling the API be a more reliable approach? :thinking:

Thank you !! :slightly_smiling_face:

We show the timestamp of the webhook reception, not the webhook execution. If there is a delay between the event triggered and Gainium showing the reception it’s most likely in the sender’s end.