get
https://openapi.tigerfintech.com/api/v1/events
Retrieve the events data. supports both http short connection and long polling modes
Long polling working mode.
- If eventId is not specified, the interface will take the current request time as the starting time and query the events generated after the starting time until an event is generated or the timeout is returned.
- If eventId is specified, the interface will use the event corresponding to the eventId as the starting event and query all the events that occur after the event until the event is generated or timeout is returned. Note: The result does not contain the event corresponding to the eventId.