Get all trades with optional filters. Supports real-time polling for live feed.
curl --request GET \
--url https://staging-api.polysimulator.com/admin/trades{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?
curl --request GET \
--url https://staging-api.polysimulator.com/admin/trades{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}