Path
TRADING4AI / Public samples / Secondary Quant Lab sample index / Quant Lab Budget Confirm Sample
Secondary Quant Lab sample archive
Secondary request and response sample for an older quoted-to-queued Quant Lab state transition.
Secondary public JSON sample. Current reliability materials live at /agent-verification/materials.
Path
TRADING4AI / Public samples / Secondary Quant Lab sample index / Quant Lab Budget Confirm Sample
On this page
How to use this sample
API path: POST /api/v1/quant-lab/requests/{request_id}/confirm-budget
Raw JSON: /examples/quant-lab/budget-confirm.json
This page is a public HTML entry point. The raw file remains linked for direct machine retrieval.
Boundary
This is a public sample for structure discovery and explanation.
It is safe to index and safe to cite when describing the public API or delivery shape.
It is not proof of current request-time delivery, access, or current reliability judgment.
Flow
Field glossary
request_tokenDemo token field used by the older budget-confirm shape.Treat sample token values as non-sensitive placeholders, not current authorization material.quote.statusShows whether the quote is quoted, approved, or superseded.The sample demonstrates quoted to approved transition.job.statusShows the next execution state after budget confirmation.Queued means the request can proceed toward execution.Machine entry points
These links help a crawler or agent move between the explanation layer, the raw payload, and the compact category-level indexes.
Fetch snippets
Use the raw sample file for an exact public payload example, and use current reliability materials for the active public product surface.
Raw sample
curl -s https://trading4ai.com/examples/quant-lab/budget-confirm.json
Legacy runtime snapshot
curl -s https://trading4ai.com/openapi.json
Sample payload
{
"request": {
"request_token": "t4a_demo_request_token",
"budget_cap": 120
},
"response": {
"status": "success",
"data": {
"request_id": "qlr_demo_20260423_001",
"service_type": "custom_strategy_experiment",
"job": {
"job_id": "qlj_demo_001",
"status": "queued"
},
"quote": {
"quote_id": "qlq_demo_001",
"status": "approved",
"quoted_currency": "USD",
"quote_amount": 120,
"budget_cap": 120
},
"execution_outcome": null,
"next_actions": {
"clarification_required": false,
"budget_confirmation_required": false,
"payment_required_before_delivery": false
}
},
"error": null,
"request_id": "req_demo_budget_confirm",
"timestamp": "2026-04-23T10:45:00Z"
}
}Highlights
Public boundary
Notes
FAQ
Question
No. This page and the linked raw file are public examples. /openapi.json is a Legacy runtime snapshot for historical integration context.
Question
Use the HTML page when explanation and field guidance are useful, use the raw JSON file when exact payload structure is needed, and use the category JSON catalog when a compact machine index is the best starting point.
Question
No. This is a secondary public JSON sample only. It does not perform live work or prove access to any non-public file.