Runs the same validation gates as Create Strategy without persisting anything.
A side-effect-free dry-run ofDocumentation Index
Fetch the complete documentation index at: https://docs.glider.fi/llms.txt
Use this file to discover all available pages before exploring further.
POST /v2/strategies. Useful for pre-flight
checks before submitting a create request — for example, to enable or disable
a submit button, surface inline form errors, or preview which assets in an
allocation would be rejected.
The endpoint accepts the same request body as Create Strategy and runs
the same validation gates in the same order:
assetId must be recognized and not
blocked.x-api-key header (required)strategies:write400 when the asset gate or allocation validation fails401 when x-api-key header is missing or the key is invalid403 when the API key lacks the strategies:write scope500 on unexpected server errors