curl --request GET \
--url https://api.seminode.com/v1/quotes/feed \
--header 'Authorization: <api-key>'[
{}
]Lists quote events scoped to the user’s listing subscriptions or globally shared (company-level) quotes if the shared flag is set.
curl --request GET \
--url https://api.seminode.com/v1/quotes/feed \
--header 'Authorization: <api-key>'[
{}
]Format: "Bearer <access_token>"
If true, returns shared/global quotes instead of user-specific
Max number of events to return (default 100)
Only include events created after this timestamp (unix seconds)
Only include events created before this timestamp (unix seconds)
filtered quote events
Was this page helpful?