Quant Integration Portal
Developer Hub & REST API Specification
Programmatically query mathematical liquidation clusters, Cumulative Volume Delta (CVD) models, High Timeframe levels, and trajectory forecasting patterns to power your automated algorithmic bots and trading strategies.
🛠️ API Request Standards
All API queries rely on secure RESTful architecture served exclusively over secure SSL endpoints. Authentication keys are generated upon licensing a Pro API Access plan.
Base Production URL: https://ampeld.com/api
Request Headers:
Authorization: Bearer sl_api_your_token_here
Query Parameter Fallback:
?api_token=sl_api_your_token_here⚡ GET /v1/liquidity
Fetch real-time computed liquidation pools, ICT gaps, daily/weekly key support resistance points, and trajectory path forecasts.
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| symbol | string | YES | Ticker symbol to analyze (e.g. BTCUSD, EURUSD, AAPL, SOLUSD). |
| interval | integer | NO | Timeframe mapping: 5 (5m), 15 (15m), 30 (30m), 60 (1h, default), 240 (4h), 1440 (Daily). |
| only_candles | boolean | NO | Return only lightweight candle data with active upper/lower liquidity boundary prices (disables ICT metrics). |
Response Status Reference
200 OK
Request succeeded, returns rich data structure.
401 Unauthorized
Invalid or expired Pro API authentication token.
403 Forbidden
Free tier is limited to 24h-delayed data; real-time requires a Pro subscription.
429 Rate Limited
Exceeded plan allowance (300 req/min for active Pro keys; 60 req/min on the free tier).
📊 Data Schema & Glossary
The API delivers a rich payload structure that feeds directly into quantitative engines. Here is the mathematical explanation of each returned model field:
data[].magnet_up / magnet_down
Active upper and lower stop-loss liquidation concentration barrier levels. These act as high-probability price magnets modeled based on retail disposition dynamics and volume profiling.
ict.fvg[]
Fair Value Gaps (FVG) representing price inefficiencies in the candle sequence. Contains FVG timestamp, type (bullish/bearish), high-low limits, and a
mitigated boolean indicator.htf.daily[] / htf.weekly[]
High-Timeframe daily and weekly key levels. Returns price coordinate, level category (support/resistance), and an evolutionary
strength score indicating relevance.prediction.path[]
Symmetrical trajectory vector paths predicting the most probable future price coordinates. Powered by volume profiles and FVG attraction weighting models.
▼
▼
🌐Interactive Sandbox ConsoleChoose parameters above, then click the glowing button below to dispatch a mock REST client query and inspect the output schema!
🔑 Free API Demo restricts timeframes and adds delay.
🔒
Rate-Limiting Details: Active Pro API keys allow 300 requests/minute; the free tier is limited to 60 requests/minute. For higher-throughput enterprise access, contact support@ampeld.com.