Documentation Index
Fetch the complete documentation index at: https://docs.dexploit.dev/llms.txt
Use this file to discover all available pages before exploring further.
Supported timeframes
Pass one of these strings as thetimeframe query parameter on candle endpoints:
| timeframe | Notes |
|---|---|
1s | One second. Highest resolution. |
30s | |
1m | One minute. The most common chart resolution. |
5m | |
15m | |
1h | |
4h | |
1d | One day, UTC-aligned. |
1m.
Anything else (2m, 30m, etc.) returns 400.
Bar alignment
Bars are aligned to UTC clock boundaries:1mbars start atHH:MM:00.1hbars start atHH:00:00.1dbars start at00:00:00UTC.
timestamp field on a candle is the start of the bar.
Timestamps
Every timestamp on the API is ISO-8601 UTC, e.g.,2026-05-09T12:34:00Z. When you pass start and end to /api/v1/candles, send ISO-8601 strings.
Limits
| Endpoint | Default limit | Max limit |
|---|---|---|
/api/v1/candles | 1,000 | 10,000 |
/api/v1/candles/latest | 100 | 10,000 |
end is omitted on /api/v1/candles, the server snaps to a 30-second-aligned “now” so consecutive live queries hit the cache. To pull a precise instantaneous range, set both start and end explicitly.
