Callback vs API Response

Updated on November 5, 2025
  • Callback Notifications: The callback is simply a notification indicating that the list of events or markets has changed. It does not contain all the data you need for the market; you should fetch the complete list via the API to get the latest information.
  • No Delay Between Updates: There is no delay between the callback updates and the API response updates. Both will reflect the most current data available and will be aligned in terms of real-time accuracy.