V2 Integrator API
Validate Strategy
Runs the same validation gates as Create Strategy without persisting anything.
POST
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:
- Asset validation — every
assetIdmust be recognized and not blocked. - Structural validation — CAIP-19 parsing, weight sum (must total 100), no duplicate assets, and allocation shape.
- Auth:
x-api-keyheader (required) - Scope:
strategies:write
400when the asset gate or allocation validation fails401whenx-api-keyheader is missing or the key is invalid403when the API key lacks thestrategies:writescope500on unexpected server errors