GET
/
quotes
/
feed
List Quote Feed
curl --request GET \
  --url https://api.seminode.com/v1/quotes/feed \
  --header 'Authorization: <api-key>'
[
  {}
]

Authorizations

Authorization
string
header
required

Format: "Bearer <access_token>"

Query Parameters

shared
boolean

If true, returns shared/global quotes instead of user-specific

limit
integer

Max number of events to return (default 100)

since
integer

Only include events created after this timestamp (unix seconds)

until
integer

Only include events created before this timestamp (unix seconds)

Response

200
application/json

filtered quote events

The response is of type object[].