Subscriptions
Poll price watch events
Poll-based feed of events triggered by your price watches. Pass the response cursor back as since to fetch only newer events. Polling this operation does not consume the account's monthly request quota and has its own rate-limit lane.
get/v1/subscriptions/events
Query parameters
sinceinteger
Example:1001
Return events whose sequence is greater than this cursor. Defaults to 0.
limitinteger
Example:100
Maximum events to return. Values are clamped to 1 through 500.
watch_idstring
Example:018f47a2-4d4d-7a44-9fa4-123456789abc
Restrict events to one price watch owned by the authenticated account.
Response
Events feed
Example response
{
"status": "success"
}