Generated endpoint reference from live FastAPI routes.
You are viewing a curated bundled snapshot, so the reference stays useful even if the live docs pipeline is unavailable. Retry when you need the newest contract.
Filter the current API surface by method, tag, and search query before you inspect the selected contract.
5 of 5 endpoints
Selected endpoint
/api/v1/markets/snapshotFetch the latest market snapshot for the active workspace universe.
Auth mode: disabled · workspace: none
Required roles: viewer
Start with a copyable request in cURL, TypeScript, or Python, then tailor headers, query params, and payload fields to your environment.
curl --request GET \
--url "$SERENQUANT_BASE_URL/api/v1/markets/snapshot?universe=string" \
--header "Accept: application/json" \
--header "Authorization: Bearer $SERENQUANT_API_TOKEN" \
--header "X-Workspace-Id: $SERENQUANT_WORKSPACE_ID"Review the generated request and response shapes before you wire a client or automation flow.
Export live generated specs for API clients and MCP integration workflows.
Apr 6, 2026, 12:00 AM
Report unclear guidance, stale contracts, missing coverage, or broken docs UI on this page.
Open feedback issue