Skip to Main Content

Postback / Webhook

Server-pushed order and trade updates delivered to your own URL. Not currently offered — see alternatives below.

Not currently available

Not supported yet

Shoonya's API does not currently offer a postback/webhook mechanism — there's no way to register a callback URL that the server pushes order or trade events to. If your integration needs real-time updates, use one of the alternatives below instead.

Alternatives

OptionUse when
WebSocket order feedYou can hold a persistent connection open. Gives real-time order/trade updates pushed to your client as they happen — the closest equivalent to a webhook today.
OrderBook / TradeBook pollingYou need a simple server-side integration and can tolerate polling on an interval rather than instant push updates.

Planning a webhook integration?

If you're building something that assumes an HTTP callback (e.g. a serverless function or a system that can't easily hold a WebSocket open), reach out to the API team before committing to that architecture — the WebSocket feed may still be workable with a lightweight always-on relay in front of it, or let us know your use case so it can be considered for a future postback feature.