Documentation Index
Fetch the complete documentation index at: https://uncoded.ch/docs/llms.txt
Use this file to discover all available pages before exploring further.
EURIUSDT * BasicMode
EURIUSDT | 4BasicMode.json | 2024-04-24 - 2026-02-25 | +1.35% | 4,138 closed trades | 100.0% closed WR | 147 open orders
Headline Performance
GET /backtests/{id} + /equity + /trades * Fields used: return_pct, final_value, total_profit, win_rate, fulfilled_trades, active_orders, unrealized_pnl_exit_net, max_profit, min_profitfinal_value - start_balance.Return
Final Value
Portfolio PnL
Realized Profit
Unrealized PnL
Win Rate (closed)
Closed Trades
Open Orders
Best Closed Trade
Worst Closed Trade
TL;DR
Performance KPI Metrics
GET /backtests/{id} + /equity + /trades * Fields used: server aggregates from /daily-stats and /extras (Total Fees, Gross Profit/Loss, fill-type counts) plus <AnalyticsCharts> KPI strip * Transform: bt.* + dailyStats.totals + extras.deep_dive.fill_type_breakdownMax Drawdown
Profit Factor
Sharpe Ratio
Total Fees
Avg Hold Time
TP / SL / TSL
Trade Economics
| Metric | Value | Interpretation |
|---|---|---|
| Profit Factor | inf (no losing trades) | Sum of winning trades / sum of losing trades. >1 = profitable edge, >2 = strong, inf = no losses. |
| Gross Profit | 195.42 USDT | Sum of all winning trades before fees. |
| Gross Loss | 0.00 USDT | Absolute sum of all losing trades. |
| Total Fees | 53.67 USDT | Buy + sell fees across all trades. |
| Fee Drag | 27.5% of gross profit | What share of edge the exchange consumed. |
| Avg Hold Time | 471.1 h | Mean duration a position is open. |
Exit Mix (Fill Types)
| Exit Type | Count | Share | What It Means |
|---|---|---|---|
| TP (Take Profit) | 4,138 | 100.0% | Position closed by hitting the profit target - the desired outcome. |
| SL (Stop Loss) | 0 | 0.0% | Position closed by hitting the stop - capital preservation in action. |
| TSL (Trailing Stop) | 0 | 0.0% | Trailing stop locked in profit during a trend. |
Verdict
For EURIUSDT, the strategy’s profit factor of inf (no losing trades) indicates gross winners materially exceeded gross losers in this window, exits are TP-dominant (100.0%), so most profit comes from hitting take-profit targets, fees consumed 27.5% of gross profit (notable but acceptable).Chunking & Headings Guide
Chunk markers
Every section is delimited by paired JSX comments - invisible to readers, trivial for splitters. (Earlier versions of this exporter used HTML comments; we switched to JSX comments in v2.4.0 because MDX 3 - the parser Mintlify uses - forbids HTML comments at the document level.) The example below uses uppercaseRAG-CHUNK so it doesn’t accidentally match a splitter that scans this very page; real markers use lowercase rag-chunk:
{/* RAG-CHUNK:start id="tldr" type="summary" title="TL;DR" tokens~="120" backtest_id="5caa23b6-6477-4b94-91fc-3b638e0e9dcb" */}
...section markdown...
{/* RAG-CHUNK:end id="tldr" */}
\{/\*\s*rag-chunk:(start|end)\b[^*]*\*/\} and treat everything between a matching start/end pair (same id) as one indivisible chunk. Never split inside a chunk. (For backwards compatibility with v2.3.x exports, splitters can OR-match the legacy regex <!--rag-chunk:(start|end)\b[^>]*-->.)
Heading convention
# Title- appears exactly once (the document title in the intro chunk).## Section- opens every top-level chunk. Heading text matches the chunk’stitleattribute.### Sub-section- purely visual; never introduces a new chunk.####and deeper - reserved for inline detail (e.g. per-chart sub-blocks inside the catalogue).
Chunk type taxonomy
| Type | Purpose | Best for retrieval of… |
|---|---|---|
meta | Frontmatter & document intro | document-identity questions |
summary | TL;DR-style condensed prose | ”give me the headline” |
kpis | Headline numbers, card grids | numeric lookups |
overview | Tabular meta (period, balance, …) | “what was tested” |
comparison | Strategy vs benchmark | ”did it beat buy & hold” |
claims | Assertion -> evidence -> source | citation-grade answers |
config | Reproduction parameters | ”how do I rerun this” |
chart | Single visualization w/ embedded data | chart-specific questions |
catalogue | Multi-chart bundle | exploratory chart questions |
risk / allocation / trade-stats / monthly / top-trades | Domain-specific analytics | targeted KPI questions |
validation | Data-quality report | trust / sanity questions |
facts | Machine-readable JSON + key-value | deterministic lookups |
qa | Pre-answered FAQ | direct Q&A retrieval |
glossary | Term definitions | disambiguation |
narrative | Human-oriented prose | ”explain like I’m…” |
structured | JSON-LD / schema.org | search-engine indexing |
provenance | Metric -> API field -> formula lookup | ”where does this number come from” |
integrity | SHA-256 fingerprints of raw API payloads | tamper-evidence checks |
attachments | Verbatim API responses + trade-sample CSV (full ledger via /trades pagination) | byte-level reproduction |
footer | Disclaimers, links | compliance lookups |
Recommended ingestion pipeline
- Split on
{/* rag-chunk:start ... */}/{/* rag-chunk:end ... */}boundaries. - Use the
idattribute as the vector-store primary key - stable across re-exports. - Store
type,title,tokens~, andbacktest_idas filterable metadata. - Do not further chunk the
facts,claims,qa, orstructuredsections - they’re designed to be retrieved whole. - The
cataloguechunk is large; if your context budget is tight, split it on its###sub-headings instead of dropping it.
Performance Analysis
GET /backtests/{id} + /equity + /trades * Fields used: same prose rendered on the live page by <BacktestInterpretation> - pure, deterministic, no LLM * Transform: buildBacktestInterpretation(bt)Methodology & data
This backtest was executed on historical Binance Spot 1-minute candles for EURIUSDT, with intrabar fill simulation in “OLHC” mode and a synthetic order latency of 2s applied to each fill to approximate real-world routing delay. The simulator processes every minute sequentially, evaluates the BasicMode rule set, and books fills against the next available bar - a standard event-driven backtesting approach that avoids look-ahead bias. Equity is marked-to-market on every closed trade and aggregated into the equity curve shown above. Configured backtest window: approximately 22.1 months (673 days fromconfig.from to config.to) of EURIUSDT 1-minute price action - a sample size that is large enough to span multiple short-term regimes. Note: the equity series may cover fewer days if the engine omits leading or trailing flat periods (e.g. dates before the asset began trading); see the Overview section for the exact equity-coverage span.
Live trading considerations
Translating this result to live trading: EURIUSDT is a deeply-liquid USDT-quoted pair on Binance, so the simulated fills here translate well to live execution at retail size. The high trade frequency means cumulative slippage and exchange-side latency will erode a few percent of the headline return over a full year - budget for that gap. Without a hard stop-loss, the live system depends on the take-profit ladder firing during recovery legs; a prolonged downtrend without recovery will hold positions open longer than backtest aggregates suggest. Additionally, exchange downtime, API rate limits, and funding-rate changes (on perp variants) are not modelled here and should be accounted for in production deployment.Frequently asked questions
Is a 1.35% return on EURIUSDT a good backtest result?
Is a 1.35% return on EURIUSDT a good backtest result?
What does the 100.0% win rate mean here?
What does the 100.0% win rate mean here?
What is the annualised return for this EURIUSDT backtest?
What is the annualised return for this EURIUSDT backtest?
Can I run this exact BasicMode configuration live?
Can I run this exact BasicMode configuration live?
How is this backtest different from others on EURIUSDT?
How is this backtest different from others on EURIUSDT?
Overview
GET /backtests/{id} * Fields used: symbol, mode_name, config.from, config.to, start_balance, final_value, avg_profit, status, created_at, started_at, completed_at, elapsed_sec, is_duplicate, data_file, id, summary_text| Field | Value |
|---|---|
| Trading Pair | EURIUSDT |
| Strategy | BasicMode |
| Period | 2024-04-24 -> 2026-02-25 |
| Configured window (inclusive elapsed) | 673.0 days (1.84 years) - (config.to - config.from) / 86 400 000 ms |
| Configured window (calendar days) | 673 days - Math.round of the elapsed value above; this is what the narrative paragraph quotes |
| Equity-stat duration | 546.0 days (1.49 years) - first -> last equity sample timestamp; used for CAGR / Sharpe / Sortino |
| Coverage gap | configured window is 673.0 days but equity samples span only 546.0 days - the engine omitted leading/trailing flat periods (e.g. dates before the asset began trading on the venue) |
| Start Balance | 10,000.00 USDT |
| Final Value | 10,135.13 USDT |
| Avg Profit / Trade | +0.0343 USDT |
| Trades / Month | 187.1 |
| Status | completed |
| Created | 2026-05-08 13:39:13 UTC |
| Started | 2026-05-09 09:59:57 UTC |
| Completed | 2026-05-09 10:10:12 UTC |
| Compute Time | 6m 8s |
| Backtest ID | 5caa23b6-6477-4b94-91fc-3b638e0e9dcb |
| Engine summary: |
Backtest EURIUSDT (Mode: 4BasicMode.json)
Period: 2024-04-24 00:00:01 to 2026-02-25 23:59:59
Starting balance: 10,000.00 USDT
Final value: 10,135.13 USDT
P&L: +135.13 USDT (+1.35%)
Result: PROFIT
Completed trades: 4138
Open orders at end: 147
Win rate: 100.0%
Avg. profit/trade: 0.034254 USDT
Best trade: 0.248217 USDT
Worst trade: 0.012505 USDT
Total profit (trades only): 141.742462 USDT
Max drawdown: -0.90%
Profit factor: inf (no losing trades)
Sharpe ratio: 0.89
Total fees: 53.67 USDT
Avg hold time: 471.1h
TP / SL / TSL: 4138 / 0 / 0
Strategy parameters:
Buy trigger: -0.1% from last buy
Buy splits: 7
Sell targets: [0.25, 0.35, 0.5, 0.75, 1.0, 2.5, 5.0]
Investment per buy: 50.0 USDT
Fees: maker 7.5 bps / taker 7.5 bps
Elapsed: 368.3s
Verifiable Claims
| Claim | Evidence | Source |
|---|---|---|
| Strategy returned +1.35% over the tested window | return_pct = 1.3513 | GET /backtests/{id} -> return_pct |
| Capital grew from 10,000.00 to 10,135.13 USDT | final_value - start_balance = +135.13 USDT | GET /backtests/{id} -> start_balance, final_value |
| Roughly 4138 of 4138 trades were profitable | win_rate = 100% | GET /backtests/{id} -> win_rate, fulfilled_trades |
| Worst peak-to-trough loss was 0.90% | max_drawdown_pct = 0.9008 | derived client-side from /equity series |
| Risk-adjusted return (Sharpe, annualized, rf=0) = 0.89 | sharpe_annualized = 0.8887 | derived from daily-resampled equity returns |
Strategy Configuration
GET /backtests/{id} * Fields used: mode_name, config (full JSON payload)- Highlights
- Full JSON
| Parameter | Value |
|---|---|
canBuy | true |
canSell | true |
canBuyUp | true |
startBal | 10000 |
stepSize | 0.1 |
stopLoss | false |
tickSize | 0.0001 |
buySplits | 7 |
{
"to": "2026-02-25 23:59:59",
"from": "2024-04-24 00:00:01",
"canBuy": true,
"symbol": "EURIUSDT",
"canSell": true,
"canBuyUp": true,
"startBal": 10000,
"stepSize": 0.1,
"stopLoss": false,
"tickSize": 0.0001,
"buySplits": 7,
"buyVolumes": [
25,
15,
15,
15,
10,
10,
10
],
"canBuyDown": false,
"minNotional": 5,
"buyPercentage": 0.1,
"fees_in_quote": true,
"intrabar_mode": "OLHC",
"maker_fee_bps": 7.5,
"taker_fee_bps": 7.5,
"sellPercentages": [
0.25,
0.35,
0.5,
0.75,
1,
2.5,
5
],
"triggerCoolDown": 1,
"investmentPerBuy": 50,
"assumed_spread_bps": 0,
"stopLossPercentage": 5,
"investmentPercentMode": false,
"minInvestmentPerQuote": 20,
"order_latency_seconds": 2,
"trailingStopLossPercentages": [
0,
0,
0,
0,
0,
0,
0
],
"sellCancelDistancePercentage": 1,
"dontBuyBelowQuoteAssetBalance": 1,
"investmentPerFreeQuotePercent": 0.01,
"sellActivateDistancePercentage": 0.1
}
Full Mode Configuration
POST /backtests to reproduce the run.- Engine Parameters
- YAML
| Parameter | Value | Meaning |
|---|---|---|
assumed_spread_bps | 0 | Spread (basis points) added to taker fills on top of the candle price. |
buyPercentage | 0.1 | Buy-trigger threshold as a fraction (e.g. 0.1 = -0.1% from last reference price). |
buySplits | 7 | Number of price levels in the buy-ladder (DCA depth). |
buyVolumes | [25,15,15,15,10,10,10] | Per-split sizing weights (sum ~ 100). Distributes investmentPerBuy x buySplits across the ladder. |
canBuy | true | Master switch - disables all buy-side logic when false. |
canBuyDown | false | Allow re-entries below the last buy price. |
canBuyUp | true | Allow re-entries above the last buy price (true) or only below (false). |
canSell | true | Master switch - disables all sell-side logic when false. |
dontBuyBelowQuoteAssetBalance | 1 | Refuse to open new buys if free quote drops below this absolute USDT amount. |
fees_in_quote | true | If true, fees are deducted from the quote (USDT) leg of every fill. |
intrabar_mode | OLHC | Intra-bar fill model (OLHC, OHLC, …) - see ENGINE.md Section 4. |
investmentPerBuy | 50 | Notional invested per buy event, in quote (USDT). |
investmentPerFreeQuotePercent | 0.01 | When investmentPercentMode = true: fraction of free quote balance to commit per buy. |
investmentPercentMode | false | If true, sizing is taken as a fraction of free quote balance instead of fixed USDT. |
maker_fee_bps | 7.5 | Maker fee in basis points (e.g. 7.5 = 0.075%). |
minInvestmentPerQuote | 20 | Hard floor on per-buy notional, regardless of percent-mode math. |
minNotional | 5 | Exchange minimum notional per order (USDT). |
order_latency_seconds | 2 | Latency injected between signal time and order placement. |
sellActivateDistancePercentage | 0.1 | Distance from buy price (%) at which a TSL becomes armed. |
sellCancelDistancePercentage | 1 | Distance (%) at which an unfilled sell order is cancelled and re-priced. |
sellPercentages | [0.25,0.35,0.5,0.75,1,2.5,5] | Take-profit ladder, each value is the per-tier profit target as a fraction. |
startBal | 10000 | Initial portfolio value in the quote currency (USDT). |
stepSize | 0.1 | Exchange size step (base asset). |
stopLoss | false | Hard stop-loss enabled flag. |
stopLossPercentage | 5 | Hard stop-loss distance from entry as a percent (5.0 = -5%). |
taker_fee_bps | 7.5 | Taker fee in basis points. |
tickSize | 0.0001 | Exchange price tick (quote currency). |
trailingStopLossPercentages | [0,0,0,0,0,0,0] | Per-tier trailing-SL distances. Zero entries disable TSL on that tier. |
triggerCoolDown | 1 | Minimum bars/ticks between two consecutive buys on the same level. |
to: "2026-02-25 23:59:59"
from: "2024-04-24 00:00:01"
canBuy: true
symbol: EURIUSDT
canSell: true
canBuyUp: true
startBal: 10000
stepSize: 0.1
stopLoss: false
tickSize: 0.0001
buySplits: 7
buyVolumes:
- 25
- 15
- 15
- 15
- 10
- 10
- 10
canBuyDown: false
minNotional: 5
buyPercentage: 0.1
fees_in_quote: true
intrabar_mode: OLHC
maker_fee_bps: 7.5
taker_fee_bps: 7.5
sellPercentages:
- 0.25
- 0.35
- 0.5
- 0.75
- 1
- 2.5
- 5
triggerCoolDown: 1
investmentPerBuy: 50
assumed_spread_bps: 0
stopLossPercentage: 5
investmentPercentMode: false
minInvestmentPerQuote: 20
order_latency_seconds: 2
trailingStopLossPercentages:
- 0
- 0
- 0
- 0
- 0
- 0
- 0
sellCancelDistancePercentage: 1
dontBuyBelowQuoteAssetBalance: 1
investmentPerFreeQuotePercent: 0.01
sellActivateDistancePercentage: 0.1
Strategy Logic
strategyLogic object to buildVerifiableMdx (or wire up getModes() so the exporter can derive a sketch) to remove this notice.GET /modes and select the entry whose filename == "4BasicMode.json" to inspect the public rule fields, or consult the engine source for the executable logic.
Engine Specification
engine_version field in this document’s frontmatter (see also the Data Source Metadata section).Engine Specification
uncoded.ch/docs/engine; this report only pins which revision applied (engine_version in the frontmatter).
Data Source Metadata
buildVerifiableMdx({ dataSource: ... }) to fill it in. The engine spec describes deterministic execution semantics (segment order, fill rules, fee classification) that cannot be reverse-engineered from trades alone.| Field | Value | Source |
|---|---|---|
| Market-data provider | Binance Spot | caller DataSourceInput.provider |
| Exchange / venue | binance | caller DataSourceInput.exchange |
| Symbol | EURIUSDT | GET /backtests/{id} -> $.symbol |
| Candle interval | 1m | platform invariant - all backtests run on 1-minute OHLCV candles |
| First candle (UTC) | 2024-04-24 00:00:01 | GET /backtests/{id} -> $.config.from |
| Last candle (UTC) | 2026-02-25 23:59:59 | GET /backtests/{id} -> $.config.to |
| Timezone | UTC | default assumption (UTC) |
| Engine version | uncoded-engine (FastAPI backend) | caller DataSourceInput.engineVersion |
| Engine spec version | 1.1 | caller DataSourceInput.engineSpecVersion |
| Engine spec document | https://uncoded.ch/docs/engine | caller DataSourceInput.engineSpecPath |
Equity Curve
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net, total_value_mid, total_value 10,138 | ### ####
| #### ##############:::#::::
| ##::::#::::::::::::::::::::::
| ### ##:::::::::::::::::::::::::::::
| ## #:::#:::::::::::::::::::::::::::::::
| ::#::::::::::::::::::::::::::::::::::::
|###### :::::::::::::::::::::::::::::::::::::::
|::::::### ## ##:::::::::::::::::::::::::::::::::::::::
|:::::::::#::## ###:::::::::::::::::::::::::::::::::::::::::
9,928 |::::::::::::::##::::::::::::::::::::::::::::::::::::::::::::
+------------------------------------------------------------
start end
Risk & Quality Metrics
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net, total_value_mid, total_value, base_asset_bal (for time-in-market)Max Drawdown
CAGR
Volatility (ann.)
Sharpe Ratio
Sortino Ratio
Time in Market
Drawdown Detail
| Field | Value |
|---|---|
| Peak | 10,003.27 USDT @ 2024-09-24 23:59:00 UTC |
| Trough | 9,913.17 USDT @ 2025-01-10 23:59:00 UTC |
| Drawdown Duration | 108.0 days |
| Recovery | 2025-03-05 23:59:00 UTC (54.0 days to recover) |
| All-time Peak | 10,146.23 USDT |
Final Portfolio Allocation
GET /backtests/{id}/equity * Fields used: total_value_exit_net, quote_asset_bal, base_asset_bal, base_value_exit_net, base_value_mid, unrealized_pnl_exit_net| Asset | Quantity | Value (USDT) | Allocation |
|---|---|---|---|
| USDT (Cash) | 9,116.79 | 9,116.79 | 90.0% |
| EURI | 862.40000000 | 0.00 | 0.0% |
| Other (open positions, fee reserves, …) | - | 1,018.33 | 10.0% |
| Total | - | 10,135.13 | 100.0% |
Trade Analytics
GET /backtests/{id}/trades * Fields used: profit, profit_percentage, fill_type, buy_time, sell_time, buy_price, sell_price, buy_quantity, buy_fee_in_quote, sell_fee_in_quoteWins
Losses
Breakeven
Profit Factor
Payoff Ratio
Expectancy / Trade
Avg Win
Avg Loss
Median Trade
Max Win Streak
Max Loss Streak
Avg Holding
Median Holding
Total Volume
Total Fees
Gross Performance
| Metric | Value | Source |
|---|---|---|
| Gross Profit (winners only) | +8.59 USDT | Sum profit where profit > 0 (client-side from /trades) |
| Gross Loss (losers only) | -0.00 USDT | Sum -profit where profit < 0 (client-side from /trades) |
| Net Profit | +8.59 USDT | Gross Profit - Gross Loss |
| Closed-trade buy fees | 0.65 USDT | Sum buy_fee_in_quote over matched-pair rows of /trades |
| Closed-trade sell fees | 0.66 USDT | Sum sell_fee_in_quote over matched-pair rows of /trades |
| Closed-trade fees subtotal | 1.31 USDT | buy + sell on matched pairs |
| Open-position buy fees | 52.37 USDT | bt.total_fees - closed-trade subtotal - buy-side fees on the 147 orders still open at end of window (no matching sell row yet) |
| Total Fees Paid (authoritative) | 53.67 USDT | bt.total_fees - engine-tracked sum of every fee actually paid (closed + open buy fills). reconciles to closed-fees + open-position buy fees |
| Fees as % of Gross Profit | 625.13% | Total Fees / Gross Profit |
bt.total_fees is the engine-tracked total of every fee actually paid. Per-trade rows in /trades only emit on matched buy+sell pairs, so positions still open at end-of-window contribute their buy-fee to bt.total_fees but not to the per-trade sum. The identity is exact:
bt.total_fees = Sum closed-trade (buy_fee + sell_fee) + Sum open-position buy_fees
Citation rules: use Total Fees Paid for the headline (the authoritative number every consumer should quote), use Closed-trade fees subtotal when reasoning specifically about realized round-trip economics, and use Open-position buy fees when sizing the unrealized exposure of the still-open ladder.Advanced - mechanical breakdown from API field mapping
Advanced - mechanical breakdown from API field mapping
| Line item | Formula | API field(s) | Endpoint |
|---|---|---|---|
| Closed-trade buy fees | Sum row.buy_fee_in_quote | buy_fee_in_quote per row | GET /backtests/5caa23b6-6477-4b94-91fc-3b638e0e9dcb/trades |
| Closed-trade sell fees | Sum row.sell_fee_in_quote | sell_fee_in_quote per row | GET /backtests/5caa23b6-6477-4b94-91fc-3b638e0e9dcb/trades |
| (A) Closed-trade subtotal | Sum (buy_fee_in_quote + sell_fee_in_quote) | both fee fields, matched-pair rows only | GET /backtests/5caa23b6-6477-4b94-91fc-3b638e0e9dcb/trades |
| (B) Total Fees Paid (engine) | direct read | total_fees (scalar) | GET /backtests/5caa23b6-6477-4b94-91fc-3b638e0e9dcb |
| (C) = (B) - (A) Open-position buy fees | bt.total_fees - closed_subtotal | derived | - |
| Open orders count | direct read | active_orders | GET /backtests/5caa23b6-6477-4b94-91fc-3b638e0e9dcb |
| Numerical walk-through for this run: |
(A) Closed-trade subtotal = 0.649404 + 0.656735
= 1.306139 USDT
(B) bt.total_fees = 53.674925 USDT <- authoritative
(C) Open-position buy fees = (B) - (A)
= 53.674925 - 1.306139
= 52.368786 USDT
Identity check: (A) + (C) ?= (B)
1.306139 + 52.368786 = 53.674925 USDT
vs bt.total_fees = 53.674925 USDT -> matches within 0.01
/trades rows emit only on matched buy+sell pairs. A buy fill that hasn’t found its sell yet (still sitting in the DCA ladder at end-of-window) has already paid its fee - that fee is included in bt.total_fees (B) but not in any per-trade row, so it is not part of (A). The remainder (C) is therefore the buy-side fee paid on the 147 open orders.Holding Period Distribution
| Min | Median | Avg | Max |
|---|---|---|---|
| 0.0h | 214.3h | 1498.5h | 7101.8h |
Trade Timeline
| First Trade | Last Trade |
|---|---|
| 2024-08-28 10:01:00 UTC | 2026-02-25 21:36:00 UTC |
Breakdown by Exit Type
| Type | Count | Cumulative Profit | Avg Return |
|---|---|---|---|
TP | 99 | +8.59 USDT | +1.60% |
Monthly Performance
GET /backtests/{id}/trades * Fields used: sell_time (bucket key), profit| Month | Trades | Wins | Win Rate | Net P&L (USDT) |
|---|---|---|---|---|
| 2024-09 | 13 | 13 | 100.0% | +0.30 |
| 2024-10 | 2 | 2 | 100.0% | +0.03 |
| 2024-11 | 4 | 4 | 100.0% | +0.05 |
| 2025-03 | 8 | 8 | 100.0% | +0.80 |
| 2025-04 | 15 | 15 | 100.0% | +2.04 |
| 2025-05 | 1 | 1 | 100.0% | +0.04 |
| 2025-06 | 17 | 17 | 100.0% | +3.49 |
| 2025-07 | 2 | 2 | 100.0% | +0.03 |
| 2025-08 | 3 | 3 | 100.0% | +0.04 |
| 2025-10 | 5 | 5 | 100.0% | +0.53 |
| 2025-11 | 1 | 1 | 100.0% | +0.01 |
| 2026-01 | 3 | 3 | 100.0% | +0.74 |
| 2026-02 | 25 | 25 | 100.0% | +0.49 |
Top Trades
GET /backtests/{id}/trades * Fields used: fill_type, buy_time, sell_time, buy_price, sell_price, profit, profit_percentageTop 10 Winners
Top 10 Winners
| # | Type | Period | Buy | Sell | Profit | % |
|---|---|---|---|---|---|---|
| 1 | TP | 2025-06-12 -> 2025-06-20 | 1.162300 | 1.220500 | +0.2482 | +4.85% |
| 2 | TP | 2025-04-11 -> 2025-06-20 | 1.136300 | 1.193200 | +0.2482 | +4.85% |
| 3 | TP | 2025-10-10 -> 2025-10-16 | 1.110600 | 1.166200 | +0.2479 | +4.85% |
| 4 | TP | 2024-10-17 -> 2025-04-11 | 1.086500 | 1.140900 | +0.2478 | +4.85% |
| 5 | TP | 2025-06-16 -> 2025-06-20 | 1.161100 | 1.219200 | +0.2478 | +4.85% |
| 6 | TP | 2025-04-11 -> 2025-06-20 | 1.134200 | 1.191000 | +0.2478 | +4.85% |
| 7 | TP | 2025-10-10 -> 2026-01-27 | 1.135000 | 1.191800 | +0.2477 | +4.85% |
| 8 | TP | 2024-11-13 -> 2025-04-10 | 1.062000 | 1.115200 | +0.2475 | +4.86% |
| 9 | TP | 2024-11-13 -> 2025-04-10 | 1.063700 | 1.116900 | +0.2475 | +4.85% |
| 10 | TP | 2024-08-29 -> 2025-06-20 | 1.108200 | 1.163700 | +0.2475 | +4.85% |
Top 10 Losers
Top 10 Losers
Charts Catalogue
GET /backtests/{id} + /equity + /trades * Fields used: every chart from the live <AnalyticsCharts> UI, with the exact transform + API fields it consumesX-API-Key.- Equity & Balance
- Trade Analysis
- Risk & Recovery
- Deep Dive
- Advanced
Drawdown
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net * Transform: computeDrawdown(equity)drawdown).| Stat | Value |
|---|---|
| Shallowest DD | 0.00% @ 2024-08-28 23:59:00 UTC |
| Deepest DD | -0.90% @ 2025-01-10 23:59:00 UTC |
| Mean | -0.16% |
| Std Dev | 0.19% |
| Last | -0.11% |
| Points | 547 |
| Across 547 points the series ranged from -0.90% (2025-01-10 23:59:00 UTC) to 0.00% (2024-08-28 23:59:00 UTC), averaging -0.16%. 0% of points were positive, 91% negative. The most recent value is -0.11%. | |
| Showing 60 of 547 points (down-sampled for readability). |
[{"timestamp":"2024-08-28T23:59:00+00:00","drawdown":0},{"timestamp":"2024-09-06T23:59:00+00:00","drawdown":-0.017140841186265285},{"timestamp":"2024-09-16T23:59:00+00:00","drawdown":0},{"timestamp":"2024-09-25T23:59:00+00:00","drawdown":-0.013656583608864415},{"timestamp":"2024-10-04T23:59:00+00:00","drawdown":-0.08583080256681516},{"timestamp":"2024-10-13T23:59:00+00:00","drawdown":-0.08677849529429597},{"timestamp":"2024-10-23T23:59:00+00:00","drawdown":-0.2375023249164652},{"timestamp":"2024-11-01T23:59:00+00:00","drawdown":-0.18701763236388197},{"timestamp":"2024-11-10T23:59:00+00:00","drawdown":-0.2674912041502013},{"timestamp":"2024-11-19T23:59:00+00:00","drawdown":-0.31659305342707633},{"timestamp":"2024-11-29T23:59:00+00:00","drawdown":-0.29651391545665},{"timestamp":"2024-12-08T23:59:00+00:00","drawdown":-0.31377800499051334},{"timestamp":"2024-12-17T23:59:00+00:00","drawdown":-0.41802909511299846},{"timestamp":"2024-12-26T23:59:00+00:00","drawdown":-0.5213953780894148},{"timestamp":"2025-01-05T23:59:00+00:00","drawdown":-0.7388090477021396},{"timestamp":"2025-01-14T23:59:00+00:00","drawdown":-0.7333012294356004},{"timestamp":"2025-01-23T23:59:00+00:00","drawdown":-0.48590062595207106},{"timestamp":"2025-02-01T23:59:00+00:00","drawdown":-0.6456300542733726},{"timestamp":"2025-02-11T23:59:00+00:00","drawdown":-0.5358586539251552},{"timestamp":"2025-02-20T23:59:00+00:00","drawdown":-0.2406389516685536},{"timestamp":"2025-03-01T23:59:00+00:00","drawdown":-0.5170660149559866},{"timestamp":"2025-03-10T23:59:00+00:00","drawdown":-0.02116512868472662},{"timestamp":"2025-03-20T23:59:00+00:00","drawdown":-0.08134445458788334},{"timestamp":"2025-03-29T23:59:00+00:00","drawdown":-0.12597277476645422},{"timestamp":"2025-04-07T23:59:00+00:00","drawdown":-0.09901946505285725},{"timestamp":"2025-04-16T23:59:00+00:00","drawdown":0},{"timestamp":"2025-04-26T23:59:00+00:00","drawdown":-0.1007712277211607},{"timestamp":"2025-05-05T23:59:00+00:00","drawdown":-0.13816859855189212},{"timestamp":"2025-05-14T23:59:00+00:00","drawdown":-0.2727578154936016},{"timestamp":"2025-05-23T23:59:00+00:00","drawdown":-0.06031628810325674},{"timestamp":"2025-06-02T23:59:00+00:00","drawdown":0},{"timestamp":"2025-06-11T23:59:00+00:00","drawdown":0},{"timestamp":"2025-06-20T23:59:00+00:00","drawdown":0},{"timestamp":"2025-06-29T23:59:00+00:00","drawdown":0},{"timestamp":"2025-07-09T23:59:00+00:00","drawdown":-0.031867771221761876},{"timestamp":"2025-07-18T23:59:00+00:00","drawdown":-0.07164980069886696},{"timestamp":"2025-07-27T23:59:00+00:00","drawdown":-0.004823897618682112},{"timestamp":"2025-08-05T23:59:00+00:00","drawdown":-0.09302921452403373},{"timestamp":"2025-08-15T23:59:00+00:00","drawdown":-0.041745086998206636},{"timestamp":"2025-08-24T23:59:00+00:00","drawdown":-0.03805359636871661},{"timestamp":"2025-09-02T23:59:00+00:00","drawdown":-0.08710637459309326},{"timestamp":"2025-09-11T23:59:00+00:00","drawdown":-0.01910910697862692},{"timestamp":"2025-09-21T23:59:00+00:00","drawdown":-0.0803741285135721},{"timestamp":"2025-09-30T23:59:00+00:00","drawdown":-0.07190304562953842},{"timestamp":"2025-10-09T23:59:00+00:00","drawdown":-0.20111940843548537},{"timestamp":"2025-10-18T23:59:00+00:00","drawdown":-0.05829556485832401},{"timestamp":"2025-10-28T23:59:00+00:00","drawdown":-0.044286867030154595},{"timestamp":"2025-11-06T23:59:00+00:00","drawdown":-0.1313736086946871},{"timestamp":"2025-11-15T23:59:00+00:00","drawdown":-0.08535999068358502},{"timestamp":"2025-11-24T23:59:00+00:00","drawdown":-0.16577958536264792},{"timestamp":"2025-12-04T23:59:00+00:00","drawdown":-0.03128394215023745},{"timestamp":"2025-12-13T23:59:00+00:00","drawdown":-0.006605050554986941},{"timestamp":"2025-12-22T23:59:00+00:00","drawdown":0},{"timestamp":"2025-12-31T23:59:00+00:00","drawdown":-0.0073436382174186104},{"timestamp":"2026-01-10T23:59:00+00:00","drawdown":-0.11069426623507325},{"timestamp":"2026-01-19T23:59:00+00:00","drawdown":-0.10513526102228969},{"timestamp":"2026-01-28T23:59:00+00:00","drawdown":-0.015310750717942738},{"timestamp":"2026-02-06T23:59:00+00:00","drawdown":-0.13413325459546022},{"timestamp":"2026-02-16T23:59:00+00:00","drawdown":-0.08283285340948622},{"timestamp":"2026-02-25T23:59:00+00:00","drawdown":-0.10945029129832314}]
Unrealized PnL
GET /backtests/{id}/equity * Fields used: timestamp, unrealized_pnl_exit_net * Transform: equity.map(p => ({ pnl: p.unrealized_pnl_exit_net }))pnl).| Stat | Value |
|---|---|
| Best Unrealized | 16.21 USDT @ 2025-09-16 23:59:00 UTC |
| Worst Unrealized | -108.55 USDT @ 2025-02-02 23:59:00 UTC |
| Mean | -15.37 USDT |
| Std Dev | 28.63 USDT |
| Last | 1.24 USDT |
| Points | 547 |
| Sum | -8,406.32 USDT |
| Across 547 points the series ranged from -108.55 USDT (2025-02-02 23:59:00 UTC) to 16.21 USDT (2025-09-16 23:59:00 UTC), averaging -15.37 USDT. 37% of points were positive, 63% negative. The most recent value is 1.24 USDT. | |
| Showing 60 of 547 points (down-sampled for readability). |
[{"timestamp":"2024-08-28T23:59:00+00:00","pnl":-0.5930900175},{"timestamp":"2024-09-06T23:59:00+00:00","pnl":-2.28337105},{"timestamp":"2024-09-16T23:59:00+00:00","pnl":0.36111857},{"timestamp":"2024-09-25T23:59:00+00:00","pnl":-0.5930473525},{"timestamp":"2024-10-04T23:59:00+00:00","pnl":-8.0060252975},{"timestamp":"2024-10-13T23:59:00+00:00","pnl":-8.12739808},{"timestamp":"2024-10-23T23:59:00+00:00","pnl":-23.5171668025},{"timestamp":"2024-11-01T23:59:00+00:00","pnl":-19.181196025},{"timestamp":"2024-11-10T23:59:00+00:00","pnl":-29.4068331625},{"timestamp":"2024-11-19T23:59:00+00:00","pnl":-41.4638804575},{"timestamp":"2024-11-29T23:59:00+00:00","pnl":-41.2150678575},{"timestamp":"2024-12-08T23:59:00+00:00","pnl":-44.46362488},{"timestamp":"2024-12-17T23:59:00+00:00","pnl":-55.9008462675},{"timestamp":"2024-12-26T23:59:00+00:00","pnl":-66.6978618725},{"timestamp":"2025-01-05T23:59:00+00:00","pnl":-90.6447156625},{"timestamp":"2025-01-14T23:59:00+00:00","pnl":-91.2662753075},{"timestamp":"2025-01-23T23:59:00+00:00","pnl":-70.2223955725},{"timestamp":"2025-02-01T23:59:00+00:00","pnl":-87.826357715},{"timestamp":"2025-02-11T23:59:00+00:00","pnl":-79.27697684},{"timestamp":"2025-02-20T23:59:00+00:00","pnl":-51.81521844},{"timestamp":"2025-03-01T23:59:00+00:00","pnl":-80.14768117},{"timestamp":"2025-03-10T23:59:00+00:00","pnl":-11.6759107425},{"timestamp":"2025-03-20T23:59:00+00:00","pnl":-11.647373025},{"timestamp":"2025-03-29T23:59:00+00:00","pnl":-16.602515905},{"timestamp":"2025-04-07T23:59:00+00:00","pnl":-9.9044207},{"timestamp":"2025-04-16T23:59:00+00:00","pnl":7.0547541425},{"timestamp":"2025-04-26T23:59:00+00:00","pnl":-1.7388054375},{"timestamp":"2025-05-05T23:59:00+00:00","pnl":-6.01633996},{"timestamp":"2025-05-14T23:59:00+00:00","pnl":-20.662556235},{"timestamp":"2025-05-23T23:59:00+00:00","pnl":-1.09400088},{"timestamp":"2025-06-02T23:59:00+00:00","pnl":5.9030521875},{"timestamp":"2025-06-11T23:59:00+00:00","pnl":8.7146546475},{"timestamp":"2025-06-20T23:59:00+00:00","pnl":5.261503535},{"timestamp":"2025-06-29T23:59:00+00:00","pnl":9.4475514875},{"timestamp":"2025-07-09T23:59:00+00:00","pnl":7.66747085},{"timestamp":"2025-07-18T23:59:00+00:00","pnl":1.9416075625},{"timestamp":"2025-07-27T23:59:00+00:00","pnl":9.850719435},{"timestamp":"2025-08-05T23:59:00+00:00","pnl":0.0340712725},{"timestamp":"2025-08-15T23:59:00+00:00","pnl":6.98729748},{"timestamp":"2025-08-24T23:59:00+00:00","pnl":9.4618013625},{"timestamp":"2025-09-02T23:59:00+00:00","pnl":3.783415875},{"timestamp":"2025-09-11T23:59:00+00:00","pnl":10.1116266925},{"timestamp":"2025-09-21T23:59:00+00:00","pnl":7.6851501375},{"timestamp":"2025-09-30T23:59:00+00:00","pnl":8.0300561575},{"timestamp":"2025-10-09T23:59:00+00:00","pnl":-5.56348443},{"timestamp":"2025-10-18T23:59:00+00:00","pnl":-4.19587017},{"timestamp":"2025-10-28T23:59:00+00:00","pnl":-2.88777839},{"timestamp":"2025-11-06T23:59:00+00:00","pnl":-11.813732085},{"timestamp":"2025-11-15T23:59:00+00:00","pnl":-7.886313915},{"timestamp":"2025-11-24T23:59:00+00:00","pnl":-16.15199465},{"timestamp":"2025-12-04T23:59:00+00:00","pnl":-3.607110565},{"timestamp":"2025-12-13T23:59:00+00:00","pnl":2.6052632425},{"timestamp":"2025-12-22T23:59:00+00:00","pnl":5.025400715},{"timestamp":"2025-12-31T23:59:00+00:00","pnl":6.1601532625},{"timestamp":"2026-01-10T23:59:00+00:00","pnl":-4.397938065},{"timestamp":"2026-01-19T23:59:00+00:00","pnl":-3.94797004},{"timestamp":"2026-01-28T23:59:00+00:00","pnl":11.6967734975},{"timestamp":"2026-02-06T23:59:00+00:00","pnl":-0.605038455},{"timestamp":"2026-02-16T23:59:00+00:00","pnl":4.063796745},{"timestamp":"2026-02-25T23:59:00+00:00","pnl":1.2400178225}]
Balance Composition (Cash vs. Coin)
GET /backtests/{id}/equity * Fields used: quote_asset_bal, base_value_exit_net, total_value_exit_net * Transform: stack(quote, base, total)total).| Stat | Value |
|---|---|
| Peak Total Equity | 10,146.23 USDT @ 2026-01-27 23:59:00 UTC |
| Trough Total Equity | 9,913.17 USDT @ 2025-01-10 23:59:00 UTC |
| Mean | 10,055.81 USDT |
| Std Dev | 68.02 USDT |
| Last | 10,135.13 USDT |
| Points | 547 |
| Sum | 5,500,530.67 USDT |
| Across 547 points the series ranged from 9,913.17 USDT (2025-01-10 23:59:00 UTC) to 10,146.23 USDT (2026-01-27 23:59:00 UTC), averaging 10,055.81 USDT. 100% of points were positive, 0% negative. The most recent value is 10,135.13 USDT. | |
| Showing 60 of 547 points (down-sampled for readability). |
[{"timestamp":"2024-08-28T23:59:00+00:00","quote":9798.42281275,"base":200.99690917250155,"total":9999.4197219225},{"timestamp":"2024-09-06T23:59:00+00:00","quote":9672.8087009125,"base":325.8396868125001,"total":9998.648387725},{"timestamp":"2024-09-16T23:59:00+00:00","quote":9736.0486023425,"base":265.7678944724994,"total":10001.816496815},{"timestamp":"2024-09-25T23:59:00+00:00","quote":9724.8068860925,"base":277.10177767999994,"total":10001.9086637725},{"timestamp":"2024-10-04T23:59:00+00:00","quote":9354.6523859975,"base":640.0364923399993,"total":9994.6888783375},{"timestamp":"2024-10-13T23:59:00+00:00","quote":9266.496421135,"base":728.0976568950009,"total":9994.59407803},{"timestamp":"2024-10-23T23:59:00+00:00","quote":8832.96264022,"base":1146.5541189900014,"total":9979.51675921},{"timestamp":"2024-11-01T23:59:00+00:00","quote":8904.1935498875,"base":1080.3733318350005,"total":9984.5668817225},{"timestamp":"2024-11-10T23:59:00+00:00","quote":8576.38129908,"base":1400.1355901400002,"total":9976.51688922},{"timestamp":"2024-11-19T23:59:00+00:00","quote":8406.94207437,"base":1564.6630219500003,"total":9971.60509632},{"timestamp":"2024-11-29T23:59:00+00:00","quote":8302.9147922925,"base":1670.6988753699989,"total":9973.6136676625},{"timestamp":"2024-12-08T23:59:00+00:00","quote":8344.992839555,"base":1626.8938537949998,"total":9971.88669335},{"timestamp":"2024-12-17T23:59:00+00:00","quote":8242.61776823,"base":1718.840402124999,"total":9961.458170355},{"timestamp":"2024-12-26T23:59:00+00:00","quote":7927.8753181075,"base":2023.2428389424995,"total":9951.11815705},{"timestamp":"2025-01-05T23:59:00+00:00","quote":7783.6154938175,"base":2145.7541764750013,"total":9929.3696702925},{"timestamp":"2025-01-14T23:59:00+00:00","quote":7543.4507083275,"base":2386.469924159999,"total":9929.9206324875},{"timestamp":"2025-01-23T23:59:00+00:00","quote":7866.711138235,"base":2087.957656399999,"total":9954.668794635},{"timestamp":"2025-02-01T23:59:00+00:00","quote":7760.0003052025,"base":2178.6903158299992,"total":9938.6906210325},{"timestamp":"2025-02-11T23:59:00+00:00","quote":7694.4168462425,"base":2255.254509585001,"total":9949.6713558275},{"timestamp":"2025-02-20T23:59:00+00:00","quote":8008.8933351925,"base":1970.3096586250003,"total":9979.2029938175},{"timestamp":"2025-03-01T23:59:00+00:00","quote":7732.5155110775,"base":2219.035724062499,"total":9951.55123514},{"timestamp":"2025-03-10T23:59:00+00:00","quote":8830.9204310525,"base":1199.8462399,"total":10030.7666709525},{"timestamp":"2025-03-20T23:59:00+00:00","quote":8837.09009518,"base":1196.4153549950006,"total":10033.505450175},{"timestamp":"2025-03-29T23:59:00+00:00","quote":8673.2825491225,"base":1355.7414707200005,"total":10029.0240198425},{"timestamp":"2025-04-07T23:59:00+00:00","quote":8985.330203945,"base":1059.1847052324993,"total":10044.5149091775},{"timestamp":"2025-04-16T23:59:00+00:00","quote":9405.7860829025,"base":670.5482613375007,"total":10076.33434424},{"timestamp":"2025-04-26T23:59:00+00:00","quote":9087.07863619,"base":984.5943200099991,"total":10071.6729562},{"timestamp":"2025-05-05T23:59:00+00:00","quote":9009.4024868475,"base":1058.5001290499986,"total":10067.9026158975},{"timestamp":"2025-05-14T23:59:00+00:00","quote":8647.660393145,"base":1406.6731632799983,"total":10054.333556425},{"timestamp":"2025-05-23T23:59:00+00:00","quote":8996.9648327825,"base":1078.7867226849994,"total":10075.7515554675},{"timestamp":"2025-06-02T23:59:00+00:00","quote":9200.9203168325,"base":883.96069188,"total":10084.8810087125},{"timestamp":"2025-06-11T23:59:00+00:00","quote":9378.498234445,"base":710.6438970399995,"total":10089.142131485},{"timestamp":"2025-06-20T23:59:00+00:00","quote":9873.59732333,"base":227.53296219500044,"total":10101.130285525},{"timestamp":"2025-06-29T23:59:00+00:00","quote":9631.009845565,"base":476.3856426000002,"total":10107.395488165},{"timestamp":"2025-07-09T23:59:00+00:00","quote":9417.7443901475,"base":688.7965748299994,"total":10106.5409649775},{"timestamp":"2025-07-18T23:59:00+00:00","quote":9240.0505489225,"base":862.5312160499998,"total":10102.5817649725},{"timestamp":"2025-07-27T23:59:00+00:00","quote":9465.6337010375,"base":645.7350152400013,"total":10111.3687162775},{"timestamp":"2025-08-05T23:59:00+00:00","quote":9111.2205709025,"base":991.2289503025004,"total":10102.449521205},{"timestamp":"2025-08-15T23:59:00+00:00","quote":9348.0405281825,"base":764.1722806199996,"total":10112.2128088025},{"timestamp":"2025-08-24T23:59:00+00:00","quote":9467.4067778575,"base":647.9194157099992,"total":10115.3261935675},{"timestamp":"2025-09-02T23:59:00+00:00","quote":9266.1498908125,"base":844.2125653500007,"total":10110.3624561625},{"timestamp":"2025-09-11T23:59:00+00:00","quote":9362.7494150375,"base":754.4938049249995,"total":10117.2432199625},{"timestamp":"2025-09-21T23:59:00+00:00","quote":9312.5087522775,"base":803.5858182800002,"total":10116.0945705575},{"timestamp":"2025-09-30T23:59:00+00:00","quote":9239.864781925,"base":877.0874207025008,"total":10116.9522026275},{"timestamp":"2025-10-09T23:59:00+00:00","quote":9003.34069501,"base":1100.5293434800005,"total":10103.87003849},{"timestamp":"2025-10-18T23:59:00+00:00","quote":9081.220021715,"base":1037.1098338124993,"total":10118.3298555275},{"timestamp":"2025-10-28T23:59:00+00:00","quote":9038.4592838875,"base":1081.288844685001,"total":10119.7481285725},{"timestamp":"2025-11-06T23:59:00+00:00","quote":8821.53303945,"base":1289.398225500001,"total":10110.93126495},{"timestamp":"2025-11-15T23:59:00+00:00","quote":9001.4680088125,"base":1114.1217815,"total":10115.5897903125},{"timestamp":"2025-11-24T23:59:00+00:00","quote":8817.5754945275,"base":1289.8724295800002,"total":10107.4479241075},{"timestamp":"2025-12-04T23:59:00+00:00","quote":9063.0736635825,"base":1057.9909112500009,"total":10121.0645748325},{"timestamp":"2025-12-13T23:59:00+00:00","quote":9264.3449471825,"base":864.6256740275003,"total":10128.97062121},{"timestamp":"2025-12-22T23:59:00+00:00","quote":9328.2275730475,"base":803.9365550300008,"total":10132.1641280775},{"timestamp":"2025-12-31T23:59:00+00:00","quote":9401.320587225,"base":732.2351814225003,"total":10133.5557686475},{"timestamp":"2026-01-10T23:59:00+00:00","quote":9164.4810562125,"base":958.6008497450002,"total":10123.0819059575},{"timestamp":"2026-01-19T23:59:00+00:00","quote":9068.585011335,"base":1055.0602608874997,"total":10123.6452722225},{"timestamp":"2026-01-28T23:59:00+00:00","quote":9577.3310301299,"base":567.3480196126002,"total":10144.6790497425},{"timestamp":"2026-02-06T23:59:00+00:00","quote":9194.406892475,"base":938.2161497449997,"total":10132.62304222},{"timestamp":"2026-02-16T23:59:00+00:00","quote":9262.7560468425,"base":875.0720533625008,"total":10137.828100205},{"timestamp":"2026-02-25T23:59:00+00:00","quote":9116.7936766275,"base":1018.3337564400008,"total":10135.1274330675}]
Base Exposure (% of Portfolio)
GET /backtests/{id}/equity * Fields used: base_value_exit_net, quote_asset_bal, total_value_exit_net * Transform: baseExposure(equity)exposure).| Stat | Value |
|---|---|
| Peak Exposure | 24.68% @ 2025-01-13 23:59:00 UTC |
| Min Exposure | 2.01% @ 2024-08-28 23:59:00 UTC |
| Mean | 11.07% |
| Std Dev | 5.25% |
| Last | 10.05% |
| Points | 547 |
| Across 547 points the series ranged from 2.01% (2024-08-28 23:59:00 UTC) to 24.68% (2025-01-13 23:59:00 UTC), averaging 11.07%. 100% of points were positive, 0% negative. The most recent value is 10.05%. | |
| Showing 60 of 547 points (down-sampled for readability). |
[{"timestamp":"2024-08-28T23:59:00+00:00","exposure":2.0100857325934673},{"timestamp":"2024-09-06T23:59:00+00:00","exposure":3.2588373365796364},{"timestamp":"2024-09-16T23:59:00+00:00","exposure":2.657196265869616},{"timestamp":"2024-09-25T23:59:00+00:00","exposure":2.770488983604488},{"timestamp":"2024-10-04T23:59:00+00:00","exposure":6.403766041454428},{"timestamp":"2024-10-13T23:59:00+00:00","exposure":7.284914737012647},{"timestamp":"2024-10-23T23:59:00+00:00","exposure":11.489074537921464},{"timestamp":"2024-11-01T23:59:00+00:00","exposure":10.820432619993813},{"timestamp":"2024-11-10T23:59:00+00:00","exposure":14.034312833699497},{"timestamp":"2024-11-19T23:59:00+00:00","exposure":15.69118518870584},{"timestamp":"2024-11-29T23:59:00+00:00","exposure":16.751188997694133},{"timestamp":"2024-12-08T23:59:00+00:00","exposure":16.31480484911581},{"timestamp":"2024-12-17T23:59:00+00:00","exposure":17.25490759214566},{"timestamp":"2024-12-26T23:59:00+00:00","exposure":20.331814043521398},{"timestamp":"2025-01-05T23:59:00+00:00","exposure":21.61017514429787},{"timestamp":"2025-01-14T23:59:00+00:00","exposure":24.03312183938549},{"timestamp":"2025-01-23T23:59:00+00:00","exposure":20.974657213359922},{"timestamp":"2025-02-01T23:59:00+00:00","exposure":21.921301295156542},{"timestamp":"2025-02-11T23:59:00+00:00","exposure":22.666623136894902},{"timestamp":"2025-02-20T23:59:00+00:00","exposure":19.74415852494115},{"timestamp":"2025-03-01T23:59:00+00:00","exposure":22.29839018691724},{"timestamp":"2025-03-10T23:59:00+00:00","exposure":11.961660352189861},{"timestamp":"2025-03-20T23:59:00+00:00","exposure":11.924200977776248},{"timestamp":"2025-03-29T23:59:00+00:00","exposure":13.518179516148887},{"timestamp":"2025-04-07T23:59:00+00:00","exposure":10.544906496825849},{"timestamp":"2025-04-16T23:59:00+00:00","exposure":6.654684515513426},{"timestamp":"2025-04-26T23:59:00+00:00","exposure":9.775876602544912},{"timestamp":"2025-05-05T23:59:00+00:00","exposure":10.513611120737277},{"timestamp":"2025-05-14T23:59:00+00:00","exposure":13.990715101958152},{"timestamp":"2025-05-23T23:59:00+00:00","exposure":10.706761840506154},{"timestamp":"2025-06-02T23:59:00+00:00","exposure":8.765206957983256},{"timestamp":"2025-06-11T23:59:00+00:00","exposure":7.043650369661323},{"timestamp":"2025-06-20T23:59:00+00:00","exposure":2.25254952429489},{"timestamp":"2025-06-29T23:59:00+00:00","exposure":4.713238372415643},{"timestamp":"2025-07-09T23:59:00+00:00","exposure":6.815354305859016},{"timestamp":"2025-07-18T23:59:00+00:00","exposure":8.537730612986014},{"timestamp":"2025-07-27T23:59:00+00:00","exposure":6.386227555924087},{"timestamp":"2025-08-05T23:59:00+00:00","exposure":9.81176840549329},{"timestamp":"2025-08-15T23:59:00+00:00","exposure":7.556924434529318},{"timestamp":"2025-08-24T23:59:00+00:00","exposure":6.405323993624858},{"timestamp":"2025-09-02T23:59:00+00:00","exposure":8.349973297301855},{"timestamp":"2025-09-11T23:59:00+00:00","exposure":7.457503872559822},{"timestamp":"2025-09-21T23:59:00+00:00","exposure":7.943636871671857},{"timestamp":"2025-09-30T23:59:00+00:00","exposure":8.669482697315798},{"timestamp":"2025-10-09T23:59:00+00:00","exposure":10.892156562659748},{"timestamp":"2025-10-18T23:59:00+00:00","exposure":10.249812455421594},{"timestamp":"2025-10-28T23:59:00+00:00","exposure":10.684938310194173},{"timestamp":"2025-11-06T23:59:00+00:00","exposure":12.752516971109854},{"timestamp":"2025-11-15T23:59:00+00:00","exposure":11.013908280137775},{"timestamp":"2025-11-24T23:59:00+00:00","exposure":12.76160351520087},{"timestamp":"2025-12-04T23:59:00+00:00","exposure":10.453356002498484},{"timestamp":"2025-12-13T23:59:00+00:00","exposure":8.536165286302436},{"timestamp":"2025-12-22T23:59:00+00:00","exposure":7.934499923882911},{"timestamp":"2025-12-31T23:59:00+00:00","exposure":7.225846466331036},{"timestamp":"2026-01-10T23:59:00+00:00","exposure":9.469456620526376},{"timestamp":"2026-01-19T23:59:00+00:00","exposure":10.421742687709527},{"timestamp":"2026-01-28T23:59:00+00:00","exposure":5.592567461530495},{"timestamp":"2026-02-06T23:59:00+00:00","exposure":9.259361034509006},{"timestamp":"2026-02-16T23:59:00+00:00","exposure":8.631750752854112},{"timestamp":"2026-02-25T23:59:00+00:00","exposure":10.047567365729625}]
Daily Change
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net * Transform: dailyDelta(equity)total_value_exit_net between consecutive equity samples (typically daily).How to read it. Green bars are gain days, red bars are loss days. A long stretch of red bars indicates a sustained drawdown, not just a single bad day.Why it matters. Shows whether returns are consistent or driven by a few jackpot days - important for compounding and for sizing live capital.Insights (auto-derived from delta).| Stat | Value |
|---|---|
| Best Day | 29.41 USDT @ 2025-01-20 23:59:00 UTC |
| Worst Day | -25.73 USDT @ 2024-12-18 23:59:00 UTC |
| Mean | 0.2485 USDT |
| Std Dev | 5.34 USDT |
| Last | 4.01 USDT |
| Points | 546 |
| Sum | 135.71 USDT |
| Across 546 points the series ranged from -25.73 USDT (2024-12-18 23:59:00 UTC) to 29.41 USDT (2025-01-20 23:59:00 UTC), averaging 0.2485 USDT. 50% of points were positive, 49% negative. The most recent value is 4.01 USDT. | |
| Showing 60 of 546 points (down-sampled for readability). |
[{"timestamp":"2024-08-29T23:59:00+00:00","delta":-0.9123311200000899},{"timestamp":"2024-09-07T23:59:00+00:00","delta":0.3838618875015527},{"timestamp":"2024-09-16T23:59:00+00:00","delta":1.5993388525002956},{"timestamp":"2024-09-26T23:59:00+00:00","delta":1.0140470425012609},{"timestamp":"2024-10-05T23:59:00+00:00","delta":0.4086332950009819},{"timestamp":"2024-10-14T23:59:00+00:00","delta":-2.5488200950003375},{"timestamp":"2024-10-23T23:59:00+00:00","delta":-1.4890809699991223},{"timestamp":"2024-11-02T23:59:00+00:00","delta":-2.7796342849997018},{"timestamp":"2024-11-11T23:59:00+00:00","delta":5.632913125000414},{"timestamp":"2024-11-20T23:59:00+00:00","delta":-5.2999563249995845},{"timestamp":"2024-11-29T23:59:00+00:00","delta":5.0157594724987575},{"timestamp":"2024-12-09T23:59:00+00:00","delta":-4.06224066249888},{"timestamp":"2024-12-18T23:59:00+00:00","delta":-25.730722299998888},{"timestamp":"2024-12-27T23:59:00+00:00","delta":0.22487121999984083},{"timestamp":"2025-01-05T23:59:00+00:00","delta":-2.2895815249994484},{"timestamp":"2025-01-15T23:59:00+00:00","delta":7.627025675001278},{"timestamp":"2025-01-24T23:59:00+00:00","delta":16.802057280001463},{"timestamp":"2025-02-02T23:59:00+00:00","delta":-20.64048848749917},{"timestamp":"2025-02-11T23:59:00+00:00","delta":14.658977515000515},{"timestamp":"2025-02-21T23:59:00+00:00","delta":-8.855724175000432},{"timestamp":"2025-03-02T23:59:00+00:00","delta":9.250095684999906},{"timestamp":"2025-03-11T23:59:00+00:00","delta":8.0552984499991},{"timestamp":"2025-03-20T23:59:00+00:00","delta":-5.1243108225007745},{"timestamp":"2025-03-29T23:59:00+00:00","delta":-1.378805120000834},{"timestamp":"2025-04-08T23:59:00+00:00","delta":7.129296627499571},{"timestamp":"2025-04-17T23:59:00+00:00","delta":-1.518815449999238},{"timestamp":"2025-04-26T23:59:00+00:00","delta":0.08669492999979411},{"timestamp":"2025-05-05T23:59:00+00:00","delta":-0.17699580250155122},{"timestamp":"2025-05-15T23:59:00+00:00","delta":0.8205942150016199},{"timestamp":"2025-05-24T23:59:00+00:00","delta":-1.0448757549984293},{"timestamp":"2025-06-02T23:59:00+00:00","delta":9.51334963249974},{"timestamp":"2025-06-11T23:59:00+00:00","delta":4.553222519998599},{"timestamp":"2025-06-21T23:59:00+00:00","delta":0.039550315001179115},{"timestamp":"2025-06-30T23:59:00+00:00","delta":1.9559838574987225},{"timestamp":"2025-07-09T23:59:00+00:00","delta":0.7750682624991896},{"timestamp":"2025-07-18T23:59:00+00:00","delta":0.7527050475000578},{"timestamp":"2025-07-28T23:59:00+00:00","delta":-9.169190100001288},{"timestamp":"2025-08-06T23:59:00+00:00","delta":6.002735687499808},{"timestamp":"2025-08-15T23:59:00+00:00","delta":3.2495937250005227},{"timestamp":"2025-08-24T23:59:00+00:00","delta":-3.4704061774991715},{"timestamp":"2025-09-02T23:59:00+00:00","delta":-5.205813040000066},{"timestamp":"2025-09-12T23:59:00+00:00","delta":0.6473688299993228},{"timestamp":"2025-09-21T23:59:00+00:00","delta":0.06851857249966997},{"timestamp":"2025-09-30T23:59:00+00:00","delta":0.7185406900007365},{"timestamp":"2025-10-09T23:59:00+00:00","delta":-5.874406094999358},{"timestamp":"2025-10-19T23:59:00+00:00","delta":1.1593798124995374},{"timestamp":"2025-10-28T23:59:00+00:00","delta":-0.6457753049999155},{"timestamp":"2025-11-06T23:59:00+00:00","delta":6.90523718500117},{"timestamp":"2025-11-15T23:59:00+00:00","delta":-2.883835499998895},{"timestamp":"2025-11-25T23:59:00+00:00","delta":4.926970272499602},{"timestamp":"2025-12-04T23:59:00+00:00","delta":-2.1642855674999737},{"timestamp":"2025-12-13T23:59:00+00:00","delta":0.07375464250071673},{"timestamp":"2025-12-22T23:59:00+00:00","delta":3.3969203974993434},{"timestamp":"2026-01-01T23:59:00+00:00","delta":-1.0159196625008917},{"timestamp":"2026-01-10T23:59:00+00:00","delta":-0.49420906500017736},{"timestamp":"2026-01-19T23:59:00+00:00","delta":1.8709398675000557},{"timestamp":"2026-01-28T23:59:00+00:00","delta":-1.5534643674982362},{"timestamp":"2026-02-07T23:59:00+00:00","delta":-0.48765507500138483},{"timestamp":"2026-02-16T23:59:00+00:00","delta":-0.8119605724987196},{"timestamp":"2026-02-25T23:59:00+00:00","delta":4.007901817500169}]
Monthly Returns
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net * Transform: monthlyReturns(equity)returnPct).| Stat | Value |
|---|---|
| Best Month | 0.79% @ 2025-03 |
| Worst Month | -0.28% @ 2024-12 |
| Mean | 0.07% |
| Std Dev | 0.23% |
| Last | -0.02% |
| Points | 19 |
| Across 19 points the series ranged from -0.28% (2024-12) to 0.79% (2025-03), averaging 0.07%. 63% of points were positive, 37% negative. The most recent value is -0.02%. | |
| Full series - 19 points. |
[
{
"month": "2024-08",
"returnPct": -0.013460535510369562
},
{
"month": "2024-09",
"returnPct": 0.04795605447695925
},
{
"month": "2024-10",
"returnPct": -0.09938453492268813
},
{
"month": "2024-11",
"returnPct": -0.09806639695532139
},
{
"month": "2024-12",
"returnPct": -0.2763683521690155
},
{
"month": "2025-01",
"returnPct": 0.01714803013313311
},
{
"month": "2025-02",
"returnPct": 0.1661586723008944
},
{
"month": "2025-03",
"returnPct": 0.7872474558123325
},
{
"month": "2025-04",
"returnPct": 0.41286114836819426
},
{
"month": "2025-05",
"returnPct": 0.06706302675580304
},
{
"month": "2025-06",
"returnPct": 0.3372960083682144
},
{
"month": "2025-07",
"returnPct": -0.23113675414346233
},
{
"month": "2025-08",
"returnPct": 0.11647097250648333
},
{
"month": "2025-09",
"returnPct": 0.013681222726893675
},
{
"month": "2025-10",
"returnPct": -0.0701645565037603
},
{
"month": "2025-11",
"returnPct": 0.05181706370577209
},
{
"month": "2025-12",
"returnPct": 0.15974389281804985
},
{
"month": "2026-01",
"returnPct": 0.02258770810785084
},
{
"month": "2026-02",
"returnPct": -0.01799930067797684
}
]
Cumulative Trade Profit
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: cumulativeProfit(trades)cumProfit).| Stat | Value |
|---|---|
| Peak Cum. | 141.74 USDT @ 2026-02-25 |
| Trough Cum. | 0.0128 USDT @ 2024-08-28 |
| Mean | 72.67 USDT |
| Std Dev | 48.87 USDT |
| Last | 141.74 USDT |
| Points | 547 |
| Sum | 39,753.13 USDT |
| Across 547 points the series ranged from 0.0128 USDT (2024-08-28) to 141.74 USDT (2026-02-25), averaging 72.67 USDT. 100% of points were positive, 0% negative. The most recent value is 141.74 USDT. | |
| Showing 60 of 547 points (down-sampled for readability). |
[{"timestamp":"2024-08-28","cumProfit":0.012812},{"timestamp":"2024-09-06","cumProfit":0.93176},{"timestamp":"2024-09-16","cumProfit":1.4553800000000001},{"timestamp":"2024-09-25","cumProfit":2.5017120000000004},{"timestamp":"2024-10-04","cumProfit":2.694904},{"timestamp":"2024-10-13","cumProfit":2.721476},{"timestamp":"2024-10-23","cumProfit":3.0339259999999997},{"timestamp":"2024-11-01","cumProfit":3.7480779999999996},{"timestamp":"2024-11-10","cumProfit":5.923722000000001},{"timestamp":"2024-11-19","cumProfit":13.068975},{"timestamp":"2024-11-29","cumProfit":14.828734},{"timestamp":"2024-12-08","cumProfit":16.350316},{"timestamp":"2024-12-17","cumProfit":17.359014},{"timestamp":"2024-12-26","cumProfit":17.816015999999998},{"timestamp":"2025-01-05","cumProfit":20.014381999999998},{"timestamp":"2025-01-14","cumProfit":21.186903999999995},{"timestamp":"2025-01-23","cumProfit":24.89118599999999},{"timestamp":"2025-02-01","cumProfit":26.516973999999987},{"timestamp":"2025-02-11","cumProfit":28.948327999999982},{"timestamp":"2025-02-20","cumProfit":31.018205999999985},{"timestamp":"2025-03-01","cumProfit":31.698909999999984},{"timestamp":"2025-03-10","cumProfit":42.44257499999998},{"timestamp":"2025-03-20","cumProfit":45.15281599999997},{"timestamp":"2025-03-29","cumProfit":45.62652799999998},{"timestamp":"2025-04-07","cumProfit":54.41932199999997},{"timestamp":"2025-04-16","cumProfit":69.27958399999999},{"timestamp":"2025-04-26","cumProfit":73.411756},{"timestamp":"2025-05-05","cumProfit":73.918949},{"timestamp":"2025-05-14","cumProfit":74.99610599999998},{"timestamp":"2025-05-23","cumProfit":76.84554999999996},{"timestamp":"2025-06-02","cumProfit":78.97794999999995},{"timestamp":"2025-06-11","cumProfit":80.42746899999995},{"timestamp":"2025-06-20","cumProfit":95.86877399999995},{"timestamp":"2025-06-29","cumProfit":97.94792799999995},{"timestamp":"2025-07-09","cumProfit":99.34065599999995},{"timestamp":"2025-07-18","cumProfit":101.57507099999997},{"timestamp":"2025-07-27","cumProfit":102.56943699999997},{"timestamp":"2025-08-05","cumProfit":103.46689099999996},{"timestamp":"2025-08-15","cumProfit":106.62672399999995},{"timestamp":"2025-08-24","cumProfit":107.73212399999994},{"timestamp":"2025-09-02","cumProfit":108.44677199999994},{"timestamp":"2025-09-11","cumProfit":109.23243999999994},{"timestamp":"2025-09-21","cumProfit":111.44945099999994},{"timestamp":"2025-09-30","cumProfit":111.96217699999995},{"timestamp":"2025-10-09","cumProfit":112.94078399999997},{"timestamp":"2025-10-18","cumProfit":126.03298699999995},{"timestamp":"2025-10-28","cumProfit":126.14316799999995},{"timestamp":"2025-11-06","cumProfit":126.25225799999994},{"timestamp":"2025-11-15","cumProfit":126.98336499999994},{"timestamp":"2025-11-24","cumProfit":127.10717899999995},{"timestamp":"2025-12-04","cumProfit":128.17894599999994},{"timestamp":"2025-12-13","cumProfit":129.98905499999995},{"timestamp":"2025-12-22","cumProfit":131.11249599999994},{"timestamp":"2025-12-31","cumProfit":131.48636199999993},{"timestamp":"2026-01-10","cumProfit":131.57058999999992},{"timestamp":"2026-01-19","cumProfit":131.68398799999994},{"timestamp":"2026-01-28","cumProfit":140.48330599999994},{"timestamp":"2026-02-06","cumProfit":140.72910999999993},{"timestamp":"2026-02-16","cumProfit":141.61933799999994},{"timestamp":"2026-02-25","cumProfit":141.74244999999996}]
Daily Trade Profit
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: dailyTradeProfit(trades)profit).| Stat | Value |
|---|---|
| Best Day | 11.79 USDT @ 2025-06-20 |
| Worst Day | 0.0000 USDT @ 2024-08-30 |
| Mean | 0.2591 USDT |
| Std Dev | 0.8955 USDT |
| Last | 0.0132 USDT |
| Points | 547 |
| Sum | 141.74 USDT |
| Across 547 points the series ranged from 0.0000 USDT (2024-08-30) to 11.79 USDT (2025-06-20), averaging 0.2591 USDT. 62% of points were positive, 0% negative. The most recent value is 0.0132 USDT. | |
| Showing 60 of 547 points (down-sampled for readability). |
[{"day":"2024-08-28","profit":0.012812},{"day":"2024-09-06","profit":0.513197},{"day":"2024-09-16","profit":0.371761},{"day":"2024-09-25","profit":0.269292},{"day":"2024-10-04","profit":0},{"day":"2024-10-13","profit":0},{"day":"2024-10-23","profit":0},{"day":"2024-11-01","profit":0.290434},{"day":"2024-11-10","profit":0.48729},{"day":"2024-11-19","profit":0.02852},{"day":"2024-11-29","profit":0.185408},{"day":"2024-12-08","profit":0.083657},{"day":"2024-12-17","profit":0},{"day":"2024-12-26","profit":0.013762},{"day":"2025-01-05","profit":0},{"day":"2025-01-14","profit":0.271364},{"day":"2025-01-23","profit":0.041931},{"day":"2025-02-01","profit":0},{"day":"2025-02-11","profit":0.19702},{"day":"2025-02-20","profit":0.180833},{"day":"2025-03-01","profit":0},{"day":"2025-03-10","profit":0.056062},{"day":"2025-03-20","profit":0},{"day":"2025-03-29","profit":0},{"day":"2025-04-07","profit":0.624582},{"day":"2025-04-16","profit":0.485842},{"day":"2025-04-26","profit":0},{"day":"2025-05-05","profit":0.08434},{"day":"2025-05-14","profit":0.432071},{"day":"2025-05-23","profit":0.296438},{"day":"2025-06-02","profit":0.882584},{"day":"2025-06-11","profit":0.608283},{"day":"2025-06-20","profit":11.787868},{"day":"2025-06-29","profit":0.013304},{"day":"2025-07-09","profit":0.013299},{"day":"2025-07-18","profit":0.096945},{"day":"2025-07-27","profit":0.029107},{"day":"2025-08-05","profit":0.028344},{"day":"2025-08-15","profit":0.097964},{"day":"2025-08-24","profit":0},{"day":"2025-09-02","profit":0.042357},{"day":"2025-09-11","profit":0.057221},{"day":"2025-09-21","profit":0},{"day":"2025-09-30","profit":0.05905},{"day":"2025-10-09","profit":0},{"day":"2025-10-18","profit":0},{"day":"2025-10-28","profit":0.013545},{"day":"2025-11-06","profit":0.096576},{"day":"2025-11-15","profit":0},{"day":"2025-11-24","profit":0.041228},{"day":"2025-12-04","profit":0.088581},{"day":"2025-12-13","profit":0},{"day":"2025-12-22","profit":0.042117},{"day":"2025-12-31","profit":0.041971},{"day":"2026-01-10","profit":0},{"day":"2026-01-19","profit":0.028893},{"day":"2026-01-28","profit":0.122561},{"day":"2026-02-06","profit":0.041891},{"day":"2026-02-16","profit":0},{"day":"2026-02-25","profit":0.013166}]
Trades per Day
GET /backtests/{id}/trades * Fields used: sell_time * Transform: tradesPerDay(trades)count).| Stat | Value |
|---|---|
| Busiest Day | 242 trades @ 2025-10-10 |
| Quietest Day | 0 trades @ 2024-08-30 |
| Mean | 8 trades |
| Std Dev | 18 trades |
| Last | 1 trades |
| Points | 547 |
| Sum | 4138 trades |
| Across 547 points the series ranged from 0 trades (2024-08-30) to 242 trades (2025-10-10), averaging 8 trades. The most recent value is 1 trades. | |
| Showing 60 of 547 points (down-sampled for readability). |
[{"day":"2024-08-28","count":1},{"day":"2024-09-06","count":20},{"day":"2024-09-16","count":15},{"day":"2024-09-25","count":10},{"day":"2024-10-04","count":0},{"day":"2024-10-13","count":0},{"day":"2024-10-23","count":0},{"day":"2024-11-01","count":10},{"day":"2024-11-10","count":25},{"day":"2024-11-19","count":2},{"day":"2024-11-29","count":8},{"day":"2024-12-08","count":5},{"day":"2024-12-17","count":0},{"day":"2024-12-26","count":1},{"day":"2025-01-05","count":0},{"day":"2025-01-14","count":10},{"day":"2025-01-23","count":3},{"day":"2025-02-01","count":0},{"day":"2025-02-11","count":10},{"day":"2025-02-20","count":10},{"day":"2025-03-01","count":0},{"day":"2025-03-10","count":4},{"day":"2025-03-20","count":0},{"day":"2025-03-29","count":0},{"day":"2025-04-07","count":28},{"day":"2025-04-16","count":22},{"day":"2025-04-26","count":0},{"day":"2025-05-05","count":5},{"day":"2025-05-14","count":16},{"day":"2025-05-23","count":16},{"day":"2025-06-02","count":27},{"day":"2025-06-11","count":16},{"day":"2025-06-20","count":98},{"day":"2025-06-29","count":1},{"day":"2025-07-09","count":1},{"day":"2025-07-18","count":5},{"day":"2025-07-27","count":2},{"day":"2025-08-05","count":2},{"day":"2025-08-15","count":6},{"day":"2025-08-24","count":0},{"day":"2025-09-02","count":3},{"day":"2025-09-11","count":4},{"day":"2025-09-21","count":0},{"day":"2025-09-30","count":2},{"day":"2025-10-09","count":0},{"day":"2025-10-18","count":0},{"day":"2025-10-28","count":1},{"day":"2025-11-06","count":6},{"day":"2025-11-15","count":0},{"day":"2025-11-24","count":3},{"day":"2025-12-04","count":2},{"day":"2025-12-13","count":0},{"day":"2025-12-22","count":3},{"day":"2025-12-31","count":3},{"day":"2026-01-10","count":0},{"day":"2026-01-19","count":2},{"day":"2026-01-28","count":8},{"day":"2026-02-06","count":3},{"day":"2026-02-16","count":0},{"day":"2026-02-25","count":1}]
Cumulative Fees
GET /backtests/{id}/trades * Fields used: sell_time, buy_fee_in_quote, sell_fee_in_quote * Transform: cumulativeFees(trades)cumFees).| Stat | Value |
|---|---|
| Final Fees | 53.67 USDT @ 2026-02-25 |
| Start | 0.0188 USDT @ 2024-08-28 |
| Mean | 29.48 USDT |
| Std Dev | 17.65 USDT |
| Last | 53.67 USDT |
| Points | 547 |
| Sum | 16,125.59 USDT |
| Across 547 points the series ranged from 0.0188 USDT (2024-08-28) to 53.67 USDT (2026-02-25), averaging 29.48 USDT. 100% of points were positive, 0% negative. The most recent value is 53.67 USDT. | |
| Showing 60 of 547 points (down-sampled for readability). |
[{"index":0,"timestamp":"2024-08-28","cumFees":0.018828},{"index":9,"timestamp":"2024-09-06","cumFees":0.58562},{"index":19,"timestamp":"2024-09-16","cumFees":0.9141600000000001},{"index":28,"timestamp":"2024-09-25","cumFees":1.4933679999999998},{"index":37,"timestamp":"2024-10-04","cumFees":1.6938159999999998},{"index":46,"timestamp":"2024-10-13","cumFees":1.7316439999999997},{"index":56,"timestamp":"2024-10-23","cumFees":1.9589239999999997},{"index":65,"timestamp":"2024-11-01","cumFees":2.3977119999999994},{"index":74,"timestamp":"2024-11-10","cumFees":3.9647279999999996},{"index":83,"timestamp":"2024-11-19","cumFees":7.591455},{"index":93,"timestamp":"2024-11-29","cumFees":8.803946000000002},{"index":102,"timestamp":"2024-12-08","cumFees":9.723723000000001},{"index":111,"timestamp":"2024-12-17","cumFees":10.396855000000002},{"index":120,"timestamp":"2024-12-26","cumFees":10.782613000000001},{"index":130,"timestamp":"2025-01-05","cumFees":11.942097},{"index":139,"timestamp":"2025-01-14","cumFees":12.686975},{"index":148,"timestamp":"2025-01-23","cumFees":15.024563},{"index":157,"timestamp":"2025-02-01","cumFees":15.667474},{"index":167,"timestamp":"2025-02-11","cumFees":17.091740000000005},{"index":176,"timestamp":"2025-02-20","cumFees":17.935382},{"index":185,"timestamp":"2025-03-01","cumFees":18.264308},{"index":194,"timestamp":"2025-03-10","cumFees":20.988423},{"index":204,"timestamp":"2025-03-20","cumFees":21.753861999999998},{"index":213,"timestamp":"2025-03-29","cumFees":22.119879999999995},{"index":222,"timestamp":"2025-04-07","cumFees":24.692365999999996},{"index":231,"timestamp":"2025-04-16","cumFees":28.800723999999995},{"index":241,"timestamp":"2025-04-26","cumFees":30.028031999999996},{"index":250,"timestamp":"2025-05-05","cumFees":30.425098999999992},{"index":259,"timestamp":"2025-05-14","cumFees":31.10993199999999},{"index":268,"timestamp":"2025-05-23","cumFees":32.059298},{"index":278,"timestamp":"2025-06-02","cumFees":32.904148},{"index":287,"timestamp":"2025-06-11","cumFees":33.53467900000001},{"index":296,"timestamp":"2025-06-20","cumFees":35.44264400000001},{"index":305,"timestamp":"2025-06-29","cumFees":36.47218},{"index":315,"timestamp":"2025-07-09","cumFees":36.97888300000001},{"index":324,"timestamp":"2025-07-18","cumFees":38.444789000000014},{"index":333,"timestamp":"2025-07-27","cumFees":38.941060000000014},{"index":342,"timestamp":"2025-08-05","cumFees":39.470706000000014},{"index":352,"timestamp":"2025-08-15","cumFees":40.79200500000001},{"index":361,"timestamp":"2025-08-24","cumFees":41.310274000000014},{"index":370,"timestamp":"2025-09-02","cumFees":41.78281600000001},{"index":379,"timestamp":"2025-09-11","cumFees":42.259712000000015},{"index":389,"timestamp":"2025-09-21","cumFees":43.02780500000001},{"index":398,"timestamp":"2025-09-30","cumFees":43.38739900000001},{"index":407,"timestamp":"2025-10-09","cumFees":43.94662300000002},{"index":416,"timestamp":"2025-10-18","cumFees":48.74255000000001},{"index":426,"timestamp":"2025-10-28","cumFees":48.85188900000001},{"index":435,"timestamp":"2025-11-06","cumFees":48.961349000000006},{"index":444,"timestamp":"2025-11-15","cumFees":49.298572000000014},{"index":453,"timestamp":"2025-11-24","cumFees":49.41925800000002},{"index":463,"timestamp":"2025-12-04","cumFees":49.96001100000002},{"index":472,"timestamp":"2025-12-13","cumFees":50.30961900000002},{"index":481,"timestamp":"2025-12-22","cumFees":50.55551000000003},{"index":490,"timestamp":"2025-12-31","cumFees":50.725351000000025},{"index":500,"timestamp":"2026-01-10","cumFees":50.797273000000025},{"index":509,"timestamp":"2026-01-19","cumFees":50.89937500000003},{"index":518,"timestamp":"2026-01-28","cumFees":52.73399100000002},{"index":527,"timestamp":"2026-02-06","cumFees":53.00934700000002},{"index":537,"timestamp":"2026-02-16","cumFees":53.546624000000016},{"index":546,"timestamp":"2026-02-25","cumFees":53.67493200000002}]
Profit Distribution (%)
GET /backtests/{id}/trades * Fields used: profit_percentage * Transform: profitDistribution(trades, 30)count).| Stat | Value |
|---|---|
| Most Populated Bin | 1238 trades @ 0.10% |
| Least Populated Bin | 0 trades @ 0.26% |
| Mean | 69 trades |
| Std Dev | 229 trades |
| Last | 117 trades |
| Points | 60 |
| Sum | 4138 trades |
| Across 60 points the series ranged from 0 trades (0.26%) to 1238 trades (0.10%), averaging 69 trades. The most recent value is 117 trades. | |
| Full series - 60 points. |
[{"bin":"0.10%","count":1238,"from":0.099812},{"bin":"0.18%","count":955,"from":0.179077},{"bin":"0.26%","count":0,"from":0.258341},{"bin":"0.34%","count":717,"from":0.337605},{"bin":"0.42%","count":0,"from":0.416869},{"bin":"0.50%","count":0,"from":0.496133},{"bin":"0.58%","count":521,"from":0.575397},{"bin":"0.65%","count":0,"from":0.654661},{"bin":"0.73%","count":0,"from":0.733925},{"bin":"0.81%","count":408,"from":0.813189},{"bin":"0.89%","count":0,"from":0.892454},{"bin":"0.97%","count":0,"from":0.971718},{"bin":"1.05%","count":0,"from":1.050982},{"bin":"1.13%","count":0,"from":1.130246},{"bin":"1.21%","count":0,"from":1.20951},{"bin":"1.29%","count":0,"from":1.288774},{"bin":"1.37%","count":0,"from":1.368038},{"bin":"1.45%","count":0,"from":1.447302},{"bin":"1.53%","count":0,"from":1.526566},{"bin":"1.61%","count":0,"from":1.605831},{"bin":"1.69%","count":0,"from":1.685095},{"bin":"1.76%","count":0,"from":1.764359},{"bin":"1.84%","count":0,"from":1.843623},{"bin":"1.92%","count":0,"from":1.922887},{"bin":"2.00%","count":0,"from":2.002151},{"bin":"2.08%","count":0,"from":2.081415},{"bin":"2.16%","count":0,"from":2.160679},{"bin":"2.24%","count":0,"from":2.239943},{"bin":"2.32%","count":182,"from":2.319208},{"bin":"2.40%","count":0,"from":2.398472},{"bin":"2.48%","count":0,"from":2.477736},{"bin":"2.56%","count":0,"from":2.557},{"bin":"2.64%","count":0,"from":2.636264},{"bin":"2.72%","count":0,"from":2.715528},{"bin":"2.79%","count":0,"from":2.794792},{"bin":"2.87%","count":0,"from":2.874056},{"bin":"2.95%","count":0,"from":2.95332},{"bin":"3.03%","count":0,"from":3.032585},{"bin":"3.11%","count":0,"from":3.111849},{"bin":"3.19%","count":0,"from":3.191113},{"bin":"3.27%","count":0,"from":3.270377},{"bin":"3.35%","count":0,"from":3.349641},{"bin":"3.43%","count":0,"from":3.428905},{"bin":"3.51%","count":0,"from":3.508169},{"bin":"3.59%","count":0,"from":3.587433},{"bin":"3.67%","count":0,"from":3.666697},{"bin":"3.75%","count":0,"from":3.745962},{"bin":"3.83%","count":0,"from":3.825226},{"bin":"3.90%","count":0,"from":3.90449},{"bin":"3.98%","count":0,"from":3.983754},{"bin":"4.06%","count":0,"from":4.063018},{"bin":"4.14%","count":0,"from":4.142282},{"bin":"4.22%","count":0,"from":4.221546},{"bin":"4.30%","count":0,"from":4.30081},{"bin":"4.38%","count":0,"from":4.380074},{"bin":"4.46%","count":0,"from":4.459339},{"bin":"4.54%","count":0,"from":4.538603},{"bin":"4.62%","count":0,"from":4.617867},{"bin":"4.70%","count":0,"from":4.697131},{"bin":"4.78%","count":117,"from":4.776395}]
Rolling Win Rate (50 Trades)
GET /backtests/{id}/trades * Fields used: profit * Transform: rollingWinRate(trades, 50)winRate).| Stat | Value |
|---|---|
| Hottest Window | 100.00% @ 50 |
| Coldest Window | 100.00% @ 50 |
| Mean | 100.00% |
| Std Dev | 0.00% |
| Last | 100.00% |
| Points | 1000 |
| Across 1000 points the series ranged from 100.00% (50) to 100.00% (50), averaging 100.00%. 100% of points were positive, 0% negative. The most recent value is 100.00%. | |
| Showing 60 of 1000 points (down-sampled for readability). |
[{"index":50,"winRate":100},{"index":120,"winRate":100},{"index":189,"winRate":100},{"index":259,"winRate":100},{"index":328,"winRate":100},{"index":398,"winRate":100},{"index":467,"winRate":100},{"index":537,"winRate":100},{"index":602,"winRate":100},{"index":672,"winRate":100},{"index":742,"winRate":100},{"index":811,"winRate":100},{"index":881,"winRate":100},{"index":950,"winRate":100},{"index":1020,"winRate":100},{"index":1089,"winRate":100},{"index":1159,"winRate":100},{"index":1229,"winRate":100},{"index":1298,"winRate":100},{"index":1368,"winRate":100},{"index":1437,"winRate":100},{"index":1507,"winRate":100},{"index":1576,"winRate":100},{"index":1642,"winRate":100},{"index":1711,"winRate":100},{"index":1781,"winRate":100},{"index":1851,"winRate":100},{"index":1920,"winRate":100},{"index":1990,"winRate":100},{"index":2059,"winRate":100},{"index":2129,"winRate":100},{"index":2198,"winRate":100},{"index":2268,"winRate":100},{"index":2337,"winRate":100},{"index":2407,"winRate":100},{"index":2477,"winRate":100},{"index":2546,"winRate":100},{"index":2612,"winRate":100},{"index":2681,"winRate":100},{"index":2751,"winRate":100},{"index":2820,"winRate":100},{"index":2890,"winRate":100},{"index":2959,"winRate":100},{"index":3029,"winRate":100},{"index":3099,"winRate":100},{"index":3168,"winRate":100},{"index":3238,"winRate":100},{"index":3307,"winRate":100},{"index":3377,"winRate":100},{"index":3446,"winRate":100},{"index":3516,"winRate":100},{"index":3586,"winRate":100},{"index":3651,"winRate":100},{"index":3721,"winRate":100},{"index":3790,"winRate":100},{"index":3860,"winRate":100},{"index":3929,"winRate":100},{"index":3999,"winRate":100},{"index":4068,"winRate":100},{"index":4138,"winRate":100}]
Gross vs. Net PnL (Fee Impact)
GET /backtests/{id}/trades * Fields used: sell_time, profit, buy_fee_in_quote, sell_fee_in_quote * Transform: grossVsNetPnL(trades)net).| Stat | Value |
|---|---|
| Peak Net | 8.59 USDT @ 2026-02-25 21:36:00 UTC |
| Trough Net | 0.0128 USDT @ 2024-09-06 10:52:00 UTC |
| Mean | 4.49 USDT |
| Std Dev | 3.28 USDT |
| Last | 8.59 USDT |
| Points | 99 |
| Sum | 444.98 USDT |
| Across 99 points the series ranged from 0.0128 USDT (2024-09-06 10:52:00 UTC) to 8.59 USDT (2026-02-25 21:36:00 UTC), averaging 4.49 USDT. 100% of points were positive, 0% negative. The most recent value is 8.59 USDT. | |
| Showing 60 of 99 points (down-sampled for readability). |
[{"timestamp":"2024-09-06T10:52:00Z","net":0.012776345,"gross":0.03164},{"timestamp":"2024-09-06T12:31:00Z","net":0.043123385,"gross":0.08468},{"timestamp":"2024-09-06T12:31:00Z","net":0.069858945,"gross":0.12276000000000001},{"timestamp":"2024-09-18T18:20:00Z","net":0.097751945,"gross":0.18092000000000003},{"timestamp":"2024-09-18T18:35:00Z","net":0.13718141,"gross":0.25064000000000003},{"timestamp":"2024-09-18T18:35:00Z","net":0.16387821,"gross":0.28872000000000003},{"timestamp":"2024-09-25T03:21:00Z","net":0.22544506999999997,"gross":0.37304000000000004},{"timestamp":"2024-09-25T13:06:00Z","net":0.29786235,"gross":0.46824000000000005},{"timestamp":"2024-10-24T17:26:00Z","net":0.31037556,"gross":0.49956000000000006},{"timestamp":"2024-11-06T22:54:00Z","net":0.33541416,"gross":0.5622},{"timestamp":"2024-11-12T10:43:00Z","net":0.36042492000000004,"gross":0.6248400000000001},{"timestamp":"2024-11-12T10:45:00Z","net":0.37294857000000003,"gross":0.6561600000000001},{"timestamp":"2025-03-05T22:45:00Z","net":0.63263172,"gross":0.9424800000000001},{"timestamp":"2025-03-07T06:53:00Z","net":0.65764248,"gross":1.00512},{"timestamp":"2025-03-11T08:48:00Z","net":0.904615465,"gross":1.2599200000000002},{"timestamp":"2025-03-25T10:49:00Z","net":1.1645854875000001,"gross":1.5465300000000002},{"timestamp":"2025-04-02T13:12:00Z","net":1.1896206075000002,"gross":1.6091700000000002},{"timestamp":"2025-04-10T14:52:00Z","net":1.4371426875000002,"gross":1.8645300000000002},{"timestamp":"2025-04-10T15:43:00Z","net":1.7275121025000002,"gross":2.1702900000000005},{"timestamp":"2025-04-10T15:44:00Z","net":1.7857551025000002,"gross":2.25877},{"timestamp":"2025-04-10T18:24:00Z","net":1.8314582425000003,"gross":2.31589},{"timestamp":"2025-04-11T00:41:00Z","net":2.1212073125,"gross":2.62103},{"timestamp":"2025-04-11T08:02:00Z","net":2.3566526,"gross":2.8716800000000005},{"timestamp":"2025-04-11T08:02:00Z","net":2.6044810149999997,"gross":3.1273600000000004},{"timestamp":"2025-04-11T08:04:00Z","net":3.0992225199999996,"gross":3.6377800000000002},{"timestamp":"2025-05-08T15:50:00Z","net":3.2599995324999997,"gross":3.8137300000000005},{"timestamp":"2025-06-12T12:30:00Z","net":3.5070107924999996,"gross":4.06857},{"timestamp":"2025-06-20T07:51:00Z","net":3.7629081524999997,"gross":4.35099},{"timestamp":"2025-06-20T07:51:00Z","net":4.248365789999999,"gross":4.851840000000001},{"timestamp":"2025-06-20T07:51:00Z","net":4.4958194549999995,"gross":5.107140000000001},{"timestamp":"2025-06-20T07:51:00Z","net":4.9901541,"gross":5.617140000000001},{"timestamp":"2025-06-20T07:51:00Z","net":5.2383420375,"gross":5.873190000000001},{"timestamp":"2025-06-20T07:51:00Z","net":5.73340605,"gross":6.383940000000001},{"timestamp":"2025-06-20T07:51:00Z","net":6.227696,"gross":6.893900000000001},{"timestamp":"2025-06-20T07:51:00Z","net":6.47591276,"gross":7.149980000000001},{"timestamp":"2025-06-24T14:27:00Z","net":6.73620552,"gross":7.436940000000001},{"timestamp":"2025-07-16T15:55:00Z","net":6.761222640000001,"gross":7.499580000000001},{"timestamp":"2025-07-17T22:36:00Z","net":6.7737352500000005,"gross":7.530900000000001},{"timestamp":"2025-08-22T14:00:00Z","net":6.798752370000001,"gross":7.593540000000001},{"timestamp":"2025-10-15T07:52:00Z","net":6.823795410000002,"gross":7.656180000000001},{"timestamp":"2025-10-15T20:39:00Z","net":7.071256665000002,"gross":7.911480000000001},{"timestamp":"2025-10-22T16:34:00Z","net":7.331684035000002,"gross":8.19856},{"timestamp":"2025-11-13T09:33:00Z","net":7.356720595000002,"gross":8.261199999999999},{"timestamp":"2026-01-25T22:56:00Z","net":7.604031482500003,"gross":8.51635},{"timestamp":"2026-01-27T12:12:00Z","net":8.098653932500003,"gross":9.026649999999998},{"timestamp":"2026-02-09T14:06:00Z","net":8.171208652500003,"gross":9.122009999999998},{"timestamp":"2026-02-09T15:00:00Z","net":8.216759532500003,"gross":9.178969999999998},{"timestamp":"2026-02-09T15:04:00Z","net":8.272132467500002,"gross":9.260838559999998},{"timestamp":"2026-02-10T14:42:00Z","net":8.314551027500002,"gross":9.326118559999998},{"timestamp":"2026-02-10T14:42:00Z","net":8.327407767500002,"gross":9.357918559999998},{"timestamp":"2026-02-11T13:30:00Z","net":8.353257987500003,"gross":9.421518559999999},{"timestamp":"2026-02-11T13:40:00Z","net":8.381730027500003,"gross":9.48019856},{"timestamp":"2026-02-11T14:10:00Z","net":8.394663087500003,"gross":9.51199856},{"timestamp":"2026-02-11T17:30:00Z","net":8.437161327500004,"gross":9.57727856},{"timestamp":"2026-02-15T06:26:00Z","net":8.463048117500003,"gross":9.64087856},{"timestamp":"2026-02-17T18:24:00Z","net":8.476035237500003,"gross":9.672678560000001},{"timestamp":"2026-02-20T15:19:00Z","net":8.504814297500005,"gross":9.731658560000001},{"timestamp":"2026-02-22T23:22:00Z","net":8.544426677500004,"gross":9.801518560000002},{"timestamp":"2026-02-22T23:54:00Z","net":8.559976757500005,"gross":9.828398560000002},{"timestamp":"2026-02-25T21:36:00Z","net":8.586159902500006,"gross":9.892298560000002}]
Rolling Sharpe Ratio (30d / 90d)
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net * Transform: rollingSharpe(equity, 30) + rollingSharpe(equity, 90)sharpe30).| Stat | Value |
|---|---|
| Peak Sharpe (30d) | 9.29 @ 2025-12-23 23:59:00 UTC |
| Worst Sharpe (30d) | -7.75 @ 2024-10-17 23:59:00 UTC |
| Mean | 0.88 |
| Std Dev | 3.00 |
| Last | -1.29 |
| Points | 517 |
| Across 517 points the series ranged from -7.75 (2024-10-17 23:59:00 UTC) to 9.29 (2025-12-23 23:59:00 UTC), averaging 0.88. The most recent value is -1.29. | |
| Showing 60 of 517 points (down-sampled for readability). |
[{"timestamp":"2024-09-27T23:59:00+00:00","sharpe30":1.90961864139968,"sharpe90":-2.4654004605483855},{"timestamp":"2024-10-06T23:59:00+00:00","sharpe30":-1.9469136369693767,"sharpe90":-1.3817356274742263},{"timestamp":"2024-10-14T23:59:00+00:00","sharpe30":-4.146243246964289,"sharpe90":-1.9400048838434605},{"timestamp":"2024-10-23T23:59:00+00:00","sharpe30":-6.755602800424306,"sharpe90":-2.081927986311552},{"timestamp":"2024-11-01T23:59:00+00:00","sharpe30":-3.179210815705091,"sharpe90":-2.222649185805019},{"timestamp":"2024-11-10T23:59:00+00:00","sharpe30":-2.5229062727855096,"sharpe90":-2.386571357449883},{"timestamp":"2024-11-18T23:59:00+00:00","sharpe30":-1.9660886162713462,"sharpe90":-1.8708886401201994},{"timestamp":"2024-11-27T23:59:00+00:00","sharpe30":-1.8838933779496028,"sharpe90":-0.5331903045097092},{"timestamp":"2024-12-06T23:59:00+00:00","sharpe30":-1.0014746999622823,"sharpe90":-0.8757098289294787},{"timestamp":"2024-12-15T23:59:00+00:00","sharpe30":-0.19758623908850595,"sharpe90":0.015829294340678736},{"timestamp":"2024-12-23T23:59:00+00:00","sharpe30":-0.6525053585762781,"sharpe90":0.38798382590860553},{"timestamp":"2025-01-01T23:59:00+00:00","sharpe30":-1.8098803377320167,"sharpe90":0.010920979368164302},{"timestamp":"2025-01-10T23:59:00+00:00","sharpe30":-4.062460112485137,"sharpe90":1.6043534714657046},{"timestamp":"2025-01-19T23:59:00+00:00","sharpe30":-1.4408125849157283,"sharpe90":2.0785427730535053},{"timestamp":"2025-01-27T23:59:00+00:00","sharpe30":0.4935145011005313,"sharpe90":1.744228228806897},{"timestamp":"2025-02-05T23:59:00+00:00","sharpe30":0.6205619400480397,"sharpe90":2.5291254190545245},{"timestamp":"2025-02-14T23:59:00+00:00","sharpe30":2.1992150379843785,"sharpe90":3.1026928306484916},{"timestamp":"2025-02-23T23:59:00+00:00","sharpe30":0.36175867252146365,"sharpe90":2.6876297424058304},{"timestamp":"2025-03-03T23:59:00+00:00","sharpe30":2.5458432538640894,"sharpe90":3.4624225778528483},{"timestamp":"2025-03-12T23:59:00+00:00","sharpe30":6.758709072838898,"sharpe90":3.857970868491523},{"timestamp":"2025-03-21T23:59:00+00:00","sharpe30":4.298919994026367,"sharpe90":3.0042921944607097},{"timestamp":"2025-03-30T23:59:00+00:00","sharpe30":6.245136021036167,"sharpe90":3.894929120656505},{"timestamp":"2025-04-07T23:59:00+00:00","sharpe30":1.8855576430677814,"sharpe90":1.9658919124015817},{"timestamp":"2025-04-16T23:59:00+00:00","sharpe30":3.677742339806101,"sharpe90":2.02875855646531},{"timestamp":"2025-04-25T23:59:00+00:00","sharpe30":5.42412065417395,"sharpe90":3.358008292039457},{"timestamp":"2025-05-04T23:59:00+00:00","sharpe30":2.367963410889135,"sharpe90":2.573496939178024},{"timestamp":"2025-05-12T23:59:00+00:00","sharpe30":-3.7795326614422056,"sharpe90":1.7914675658420869},{"timestamp":"2025-05-21T23:59:00+00:00","sharpe30":-0.9938266102464762,"sharpe90":1.047533086853768},{"timestamp":"2025-05-30T23:59:00+00:00","sharpe30":0.6415800314513885,"sharpe90":1.4969720028821925},{"timestamp":"2025-06-08T23:59:00+00:00","sharpe30":1.954658388060774,"sharpe90":2.1933347938576406},{"timestamp":"2025-06-16T23:59:00+00:00","sharpe30":5.561507341867964,"sharpe90":3.135224294540161},{"timestamp":"2025-06-25T23:59:00+00:00","sharpe30":3.7508387469743627,"sharpe90":1.894333195552354},{"timestamp":"2025-07-04T23:59:00+00:00","sharpe30":6.249619750613839,"sharpe90":1.6363214129005785},{"timestamp":"2025-07-13T23:59:00+00:00","sharpe30":4.3170824445843055,"sharpe90":1.5248807849802635},{"timestamp":"2025-07-21T23:59:00+00:00","sharpe30":2.270655108089393,"sharpe90":0.9094388968804692},{"timestamp":"2025-07-30T23:59:00+00:00","sharpe30":-4.437831575146526,"sharpe90":0.28379276901103107},{"timestamp":"2025-08-08T23:59:00+00:00","sharpe30":0.26590981483913284,"sharpe90":0.29475562115381204},{"timestamp":"2025-08-17T23:59:00+00:00","sharpe30":1.3745558974857675,"sharpe90":1.0212997246442808},{"timestamp":"2025-08-25T23:59:00+00:00","sharpe30":-0.27747793970326207,"sharpe90":0.3462690549926356},{"timestamp":"2025-09-03T23:59:00+00:00","sharpe30":1.4570885207707325,"sharpe90":0.3315803800612115},{"timestamp":"2025-09-12T23:59:00+00:00","sharpe30":0.2612119005922747,"sharpe90":-0.10120276844634038},{"timestamp":"2025-09-21T23:59:00+00:00","sharpe30":-0.7319677961949396,"sharpe90":-0.536831410773572},{"timestamp":"2025-09-29T23:59:00+00:00","sharpe30":0.8592697038311505,"sharpe90":0.16577242875341042},{"timestamp":"2025-10-08T23:59:00+00:00","sharpe30":-2.1926160349993644,"sharpe90":0.0870738901327397},{"timestamp":"2025-10-17T23:59:00+00:00","sharpe30":-0.4532635624074762,"sharpe90":0.5667414779447576},{"timestamp":"2025-10-26T23:59:00+00:00","sharpe30":0.815148547356234,"sharpe90":1.361896459483848},{"timestamp":"2025-11-03T23:59:00+00:00","sharpe30":-1.716954668334808,"sharpe90":0.6351162165780434},{"timestamp":"2025-11-12T23:59:00+00:00","sharpe30":1.208705738734415,"sharpe90":1.2652205936376366},{"timestamp":"2025-11-21T23:59:00+00:00","sharpe30":-1.925900275103362,"sharpe90":1.4918338402332556},{"timestamp":"2025-11-30T23:59:00+00:00","sharpe30":1.381974078423728,"sharpe90":2.9905545607150015},{"timestamp":"2025-12-08T23:59:00+00:00","sharpe30":2.149966012345672,"sharpe90":1.6873247803853202},{"timestamp":"2025-12-17T23:59:00+00:00","sharpe30":3.8010362817506502,"sharpe90":1.7953642687561946},{"timestamp":"2025-12-26T23:59:00+00:00","sharpe30":6.131073876832689,"sharpe90":1.2894195173763192},{"timestamp":"2026-01-04T23:59:00+00:00","sharpe30":3.234713903546268,"sharpe90":null},{"timestamp":"2026-01-12T23:59:00+00:00","sharpe30":-1.316866619143029,"sharpe90":null},{"timestamp":"2026-01-21T23:59:00+00:00","sharpe30":-1.4525832182333893,"sharpe90":null},{"timestamp":"2026-01-30T23:59:00+00:00","sharpe30":0.8386202655594651,"sharpe90":null},{"timestamp":"2026-02-08T23:59:00+00:00","sharpe30":2.0856030424624947,"sharpe90":null},{"timestamp":"2026-02-16T23:59:00+00:00","sharpe30":3.6359194450671346,"sharpe90":null},{"timestamp":"2026-02-25T23:59:00+00:00","sharpe30":-1.289462938164941,"sharpe90":null}]
Drawdown Recovery Episodes
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net * Transform: drawdownRecoveryEpisodes(equity)depth).| Stat | Value |
|---|---|
| Shallowest | -0.11% @ 14 |
| Deepest Episode | -0.90% @ 147 |
| Mean | -0.30% |
| Std Dev | 0.23% |
| Last | -0.15% |
| Points | 9 |
| Across 9 points the series ranged from -0.90% (147) to -0.11% (14), averaging -0.30%. 0% of points were positive, 100% negative. The most recent value is -0.15%. | |
| Full series - 9 points. |
[{"start":"2024-10-09T23:59:00+00:00","end":"2025-03-05T23:59:00+00:00","depth":-0.9007967149772887,"durationDays":147},{"start":"2025-03-21T23:59:00+00:00","end":"2025-04-03T23:59:00+00:00","depth":-0.23468247693268887,"durationDays":13},{"start":"2025-04-22T23:59:00+00:00","end":"2025-06-02T23:59:00+00:00","depth":-0.3654067156613367,"durationDays":41},{"start":"2025-07-29T23:59:00+00:00","end":"2025-08-12T23:59:00+00:00","depth":-0.2517950907457863,"durationDays":14},{"start":"2025-08-25T23:59:00+00:00","end":"2025-09-08T23:59:00+00:00","depth":-0.10784583616043905,"durationDays":14},{"start":"2025-09-25T23:59:00+00:00","end":"2025-10-16T23:59:00+00:00","depth":-0.29905508573332534,"durationDays":21},{"start":"2025-10-30T23:59:00+00:00","end":"2025-12-03T23:59:00+00:00","depth":-0.2115769019756939,"durationDays":34},{"start":"2026-01-09T23:59:00+00:00","end":"2026-01-22T23:59:00+00:00","depth":-0.15131113693202186,"durationDays":13},{"start":"2026-01-31T23:59:00+00:00","end":"ongoing","depth":-0.14907093999141685,"durationDays":25}]
Consecutive Win/Loss Streaks
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: consecutiveStreaks(trades)length).| Stat | Value |
|---|---|
| Longest Streak | 99 trades @ win |
| Shortest Streak | 99 trades @ win |
| Mean | 99 trades |
| Std Dev | 0 trades |
| Last | 99 trades |
| Points | 1 |
| Sum | 99 trades |
| Across 1 points the series ranged from 99 trades (win) to 99 trades (win), averaging 99 trades. The most recent value is 99 trades. | |
| Full series - 1 points. |
[{"type":"win","length":99,"index":0}]
Capital Utilization (% Invested)
GET /backtests/{id}/equity * Fields used: base_value_exit_net, total_value_exit_net * Transform: baseExposure(equity)exposure).| Stat | Value |
|---|---|
| Peak Utilization | 24.68% @ 2025-01-13 23:59:00 UTC |
| Min Utilization | 2.01% @ 2024-08-28 23:59:00 UTC |
| Mean | 11.07% |
| Std Dev | 5.25% |
| Last | 10.05% |
| Points | 547 |
| Across 547 points the series ranged from 2.01% (2024-08-28 23:59:00 UTC) to 24.68% (2025-01-13 23:59:00 UTC), averaging 11.07%. 100% of points were positive, 0% negative. The most recent value is 10.05%. | |
| Showing 60 of 547 points (down-sampled for readability). |
[{"timestamp":"2024-08-28T23:59:00+00:00","exposure":2.0100857325934673},{"timestamp":"2024-09-06T23:59:00+00:00","exposure":3.2588373365796364},{"timestamp":"2024-09-16T23:59:00+00:00","exposure":2.657196265869616},{"timestamp":"2024-09-25T23:59:00+00:00","exposure":2.770488983604488},{"timestamp":"2024-10-04T23:59:00+00:00","exposure":6.403766041454428},{"timestamp":"2024-10-13T23:59:00+00:00","exposure":7.284914737012647},{"timestamp":"2024-10-23T23:59:00+00:00","exposure":11.489074537921464},{"timestamp":"2024-11-01T23:59:00+00:00","exposure":10.820432619993813},{"timestamp":"2024-11-10T23:59:00+00:00","exposure":14.034312833699497},{"timestamp":"2024-11-19T23:59:00+00:00","exposure":15.69118518870584},{"timestamp":"2024-11-29T23:59:00+00:00","exposure":16.751188997694133},{"timestamp":"2024-12-08T23:59:00+00:00","exposure":16.31480484911581},{"timestamp":"2024-12-17T23:59:00+00:00","exposure":17.25490759214566},{"timestamp":"2024-12-26T23:59:00+00:00","exposure":20.331814043521398},{"timestamp":"2025-01-05T23:59:00+00:00","exposure":21.61017514429787},{"timestamp":"2025-01-14T23:59:00+00:00","exposure":24.03312183938549},{"timestamp":"2025-01-23T23:59:00+00:00","exposure":20.974657213359922},{"timestamp":"2025-02-01T23:59:00+00:00","exposure":21.921301295156542},{"timestamp":"2025-02-11T23:59:00+00:00","exposure":22.666623136894902},{"timestamp":"2025-02-20T23:59:00+00:00","exposure":19.74415852494115},{"timestamp":"2025-03-01T23:59:00+00:00","exposure":22.29839018691724},{"timestamp":"2025-03-10T23:59:00+00:00","exposure":11.961660352189861},{"timestamp":"2025-03-20T23:59:00+00:00","exposure":11.924200977776248},{"timestamp":"2025-03-29T23:59:00+00:00","exposure":13.518179516148887},{"timestamp":"2025-04-07T23:59:00+00:00","exposure":10.544906496825849},{"timestamp":"2025-04-16T23:59:00+00:00","exposure":6.654684515513426},{"timestamp":"2025-04-26T23:59:00+00:00","exposure":9.775876602544912},{"timestamp":"2025-05-05T23:59:00+00:00","exposure":10.513611120737277},{"timestamp":"2025-05-14T23:59:00+00:00","exposure":13.990715101958152},{"timestamp":"2025-05-23T23:59:00+00:00","exposure":10.706761840506154},{"timestamp":"2025-06-02T23:59:00+00:00","exposure":8.765206957983256},{"timestamp":"2025-06-11T23:59:00+00:00","exposure":7.043650369661323},{"timestamp":"2025-06-20T23:59:00+00:00","exposure":2.25254952429489},{"timestamp":"2025-06-29T23:59:00+00:00","exposure":4.713238372415643},{"timestamp":"2025-07-09T23:59:00+00:00","exposure":6.815354305859016},{"timestamp":"2025-07-18T23:59:00+00:00","exposure":8.537730612986014},{"timestamp":"2025-07-27T23:59:00+00:00","exposure":6.386227555924087},{"timestamp":"2025-08-05T23:59:00+00:00","exposure":9.81176840549329},{"timestamp":"2025-08-15T23:59:00+00:00","exposure":7.556924434529318},{"timestamp":"2025-08-24T23:59:00+00:00","exposure":6.405323993624858},{"timestamp":"2025-09-02T23:59:00+00:00","exposure":8.349973297301855},{"timestamp":"2025-09-11T23:59:00+00:00","exposure":7.457503872559822},{"timestamp":"2025-09-21T23:59:00+00:00","exposure":7.943636871671857},{"timestamp":"2025-09-30T23:59:00+00:00","exposure":8.669482697315798},{"timestamp":"2025-10-09T23:59:00+00:00","exposure":10.892156562659748},{"timestamp":"2025-10-18T23:59:00+00:00","exposure":10.249812455421594},{"timestamp":"2025-10-28T23:59:00+00:00","exposure":10.684938310194173},{"timestamp":"2025-11-06T23:59:00+00:00","exposure":12.752516971109854},{"timestamp":"2025-11-15T23:59:00+00:00","exposure":11.013908280137775},{"timestamp":"2025-11-24T23:59:00+00:00","exposure":12.76160351520087},{"timestamp":"2025-12-04T23:59:00+00:00","exposure":10.453356002498484},{"timestamp":"2025-12-13T23:59:00+00:00","exposure":8.536165286302436},{"timestamp":"2025-12-22T23:59:00+00:00","exposure":7.934499923882911},{"timestamp":"2025-12-31T23:59:00+00:00","exposure":7.225846466331036},{"timestamp":"2026-01-10T23:59:00+00:00","exposure":9.469456620526376},{"timestamp":"2026-01-19T23:59:00+00:00","exposure":10.421742687709527},{"timestamp":"2026-01-28T23:59:00+00:00","exposure":5.592567461530495},{"timestamp":"2026-02-06T23:59:00+00:00","exposure":9.259361034509006},{"timestamp":"2026-02-16T23:59:00+00:00","exposure":8.631750752854112},{"timestamp":"2026-02-25T23:59:00+00:00","exposure":10.047567365729625}]
Price Chart with Buy/Sell Markers
GET /backtests/{id}/trades * Fields used: buy_time, buy_price, sell_time, sell_price * Transform: priceWithMarkers(trades)price).| Stat | Value |
|---|---|
| Highest Price | 1.19 @ 2026-02-10 14:42:00 UTC |
| Lowest Price | 1.02 @ 2025-01-13 09:27:00 UTC |
| Mean | 1.14 |
| Std Dev | 0.0433 |
| Last | 1.18 |
| Points | 143 |
| Across 143 points the series ranged from 1.02 (2025-01-13 09:27:00 UTC) to 1.19 (2026-02-10 14:42:00 UTC), averaging 1.14. The most recent value is 1.18. | |
| Showing 60 of 143 points (down-sampled for readability). |
[{"timestamp":"2024-08-28T10:01:00Z","price":1.1151},{"timestamp":"2024-08-28T11:22:00Z","price":1.1115},{"timestamp":"2024-08-29T09:25:00Z","price":1.1082},{"timestamp":"2024-09-06T12:31:00Z","price":1.1154},{"timestamp":"2024-09-18T18:35:00Z","price":1.1179},{"timestamp":"2024-09-25T12:30:00Z","price":1.1199},{"timestamp":"2024-09-25T13:06:00Z","price":1.1207},{"timestamp":"2024-10-17T13:58:00Z","price":1.0842},{"timestamp":"2024-10-24T02:32:00Z","price":1.0795},{"timestamp":"2024-10-28T08:15:00Z","price":1.0816},{"timestamp":"2024-11-06T22:54:00Z","price":1.0821},{"timestamp":"2024-11-07T20:27:00Z","price":1.0826},{"timestamp":"2024-11-12T10:43:00Z","price":1.0827},{"timestamp":"2024-11-12T10:58:00Z","price":1.0789},{"timestamp":"2024-12-18T20:07:00Z","price":1.0389},{"timestamp":"2025-01-13T09:27:00Z","price":1.0199},{"timestamp":"2025-03-05T22:45:00Z","price":1.0816},{"timestamp":"2025-03-07T06:53:00Z","price":1.0826},{"timestamp":"2025-03-11T13:27:00Z","price":1.0925},{"timestamp":"2025-03-28T07:17:00Z","price":1.079},{"timestamp":"2025-04-01T12:40:00Z","price":1.0795},{"timestamp":"2025-04-10T15:03:00Z","price":1.1169},{"timestamp":"2025-04-10T15:44:00Z","price":1.1216},{"timestamp":"2025-04-11T00:03:00Z","price":1.1263},{"timestamp":"2025-04-11T00:42:00Z","price":1.1363},{"timestamp":"2025-04-11T08:02:00Z","price":1.1411},{"timestamp":"2025-04-11T19:09:00Z","price":1.1329},{"timestamp":"2025-05-08T15:50:00Z","price":1.1244},{"timestamp":"2025-06-12T12:30:00Z","price":1.1623},{"timestamp":"2025-06-20T07:51:00Z","price":1.1709},{"timestamp":"2025-06-24T14:27:00Z","price":1.1627},{"timestamp":"2025-07-16T12:31:00Z","price":1.16},{"timestamp":"2025-07-17T07:32:00Z","price":1.1595},{"timestamp":"2025-07-28T21:42:00Z","price":1.16},{"timestamp":"2025-08-22T14:00:00Z","price":1.1624},{"timestamp":"2025-08-27T16:45:00Z","price":1.1619},{"timestamp":"2025-10-10T21:21:00Z","price":1.1106},{"timestamp":"2025-10-10T21:31:00Z","price":1.1309},{"timestamp":"2025-10-15T07:52:00Z","price":1.1618},{"timestamp":"2025-10-22T13:39:00Z","price":1.1589},{"timestamp":"2025-10-29T18:39:00Z","price":1.1594},{"timestamp":"2025-11-13T09:33:00Z","price":1.1618},{"timestamp":"2026-01-25T23:27:00Z","price":1.1875},{"timestamp":"2026-01-30T17:24:00Z","price":1.1891},{"timestamp":"2026-01-31T20:15:00Z","price":1.1827},{"timestamp":"2026-02-05T06:45:00Z","price":1.1814},{"timestamp":"2026-02-09T14:06:00Z","price":1.1916},{"timestamp":"2026-02-09T15:01:00Z","price":1.1927},{"timestamp":"2026-02-10T14:42:00Z","price":1.1933},{"timestamp":"2026-02-11T06:16:00Z","price":1.1928},{"timestamp":"2026-02-11T13:31:00Z","price":1.1859},{"timestamp":"2026-02-11T14:10:00Z","price":1.1881},{"timestamp":"2026-02-11T17:30:00Z","price":1.1893},{"timestamp":"2026-02-14T11:57:00Z","price":1.1836},{"timestamp":"2026-02-17T15:14:00Z","price":1.1817},{"timestamp":"2026-02-18T18:30:00Z","price":1.1798},{"timestamp":"2026-02-20T15:14:00Z","price":1.1787},{"timestamp":"2026-02-22T23:15:00Z","price":1.1811},{"timestamp":"2026-02-22T23:56:00Z","price":1.1828},{"timestamp":"2026-02-25T21:36:00Z","price":1.1812}]
Trade Size Distribution (Notional)
GET /backtests/{id}/trades * Fields used: buy_price, buy_quantity * Transform: tradeSizeDistribution(trades, 25)buy_price x buy_quantity) in quote currency.How to read it. A tight peak => uniform sizing. A long right-tail => a few oversized positions that dominate PnL and risk.Why it matters. Position-size variance is a hidden risk factor - strategies that ape into one mega-trade are not as repeatable as their headline numbers suggest.Insights (auto-derived from count).| Stat | Value |
|---|---|
| Most Populated Bin | 41 trades @ $12.31 |
| Least Populated Bin | 0 trades @ $5.31 |
| Mean | 4 trades |
| Std Dev | 11 trades |
| Last | 41 trades |
| Points | 25 |
| Sum | 99 trades |
| Across 25 points the series ranged from 0 trades (5.31)to∗∗41trades∗∗(12.31), averaging 4 trades. The most recent value is 41 trades. | |
| Full series - 25 points. |
[{"bin":"$5.00","count":35,"from":5.0017499999999995},{"bin":"$5.31","count":0,"from":5.306197599999999},{"bin":"$5.61","count":0,"from":5.6106451999999996},{"bin":"$5.92","count":0,"from":5.915092799999999},{"bin":"$6.22","count":0,"from":6.2195404},{"bin":"$6.52","count":0,"from":6.523987999999999},{"bin":"$6.83","count":0,"from":6.828435599999999},{"bin":"$7.13","count":0,"from":7.132883199999998},{"bin":"$7.44","count":23,"from":7.437330799999999},{"bin":"$7.74","count":0,"from":7.741778399999999},{"bin":"$8.05","count":0,"from":8.046225999999999},{"bin":"$8.35","count":0,"from":8.350673599999999},{"bin":"$8.66","count":0,"from":8.655121199999998},{"bin":"$8.96","count":0,"from":8.9595688},{"bin":"$9.26","count":0,"from":9.2640164},{"bin":"$9.57","count":0,"from":9.568463999999999},{"bin":"$9.87","count":0,"from":9.872911599999998},{"bin":"$10.18","count":0,"from":10.177359199999998},{"bin":"$10.48","count":0,"from":10.481806799999998},{"bin":"$10.79","count":0,"from":10.786254399999997},{"bin":"$11.09","count":0,"from":11.090701999999999},{"bin":"$11.40","count":0,"from":11.395149599999998},{"bin":"$11.70","count":0,"from":11.699597199999998},{"bin":"$12.00","count":0,"from":12.004044799999999},{"bin":"$12.31","count":41,"from":12.308492399999999}]
Return Distribution by Fill Type
GET /backtests/{id}/trades * Fields used: fill_type, profit_percentage * Transform: returnByFillType(trades)TP).| Stat | Value |
|---|---|
| Largest TP Bin | 50 trades @ 0.1 |
| Smallest TP Bin | 0 trades @ 1.05 |
| Mean | 5 trades |
| Std Dev | 12 trades |
| Last | 28 trades |
| Points | 20 |
| Sum | 99 trades |
| Across 20 points the series ranged from 0 trades (1.05) to 50 trades (0.1), averaging 5 trades. The most recent value is 28 trades. | |
| Full series - 20 points. |
[
{
"bin": 0.1,
"TP": 50,
"SL": 0,
"TSL": 0
},
{
"bin": 0.34,
"TP": 8,
"SL": 0,
"TSL": 0
},
{
"bin": 0.58,
"TP": 6,
"SL": 0,
"TSL": 0
},
{
"bin": 0.81,
"TP": 4,
"SL": 0,
"TSL": 0
},
{
"bin": 1.05,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 1.29,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 1.53,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 1.76,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 2,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 2.24,
"TP": 3,
"SL": 0,
"TSL": 0
},
{
"bin": 2.48,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 2.72,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 2.95,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 3.19,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 3.43,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 3.67,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 3.9,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 4.14,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 4.38,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 4.62,
"TP": 28,
"SL": 0,
"TSL": 0
}
]
Monthly Equity Comparison (YoY)
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net * Transform: monthlyEquityYoY(equity)2025).| Stat | Value |
|---|---|
| Best Indexed Value | 101.93 @ Dec |
| Worst Indexed Value | 100.02 @ Jan |
| Mean | 101.31 |
| Std Dev | 0.6127 |
| Last | 101.93 |
| Points | 12 |
| Across 12 points the series ranged from 100.02 (Jan) to 101.93 (Dec), averaging 101.31. The most recent value is 101.93. | |
| Full series - 12 points. |
[
{
"2025": 100.01714803013313,
"2026": 100.02258770810786,
"month": "Jan"
},
{
"2025": 100.13789876289516,
"2026": 100.02553736892297,
"month": "Feb"
},
{
"2025": 100.88919369889776,
"month": "Mar"
},
{
"2025": 101.2824814768698,
"month": "Apr"
},
{
"2025": 101.32709507737374,
"month": "May"
},
{
"2025": 101.6884386779217,
"month": "Jun"
},
{
"2025": 101.45752645164907,
"month": "Jul"
},
{
"2024": 99.98653946448964,
"2025": 101.7301449490165,
"month": "Aug"
},
{
"2024": 100.02658883956705,
"2025": 101.76489327841445,
"month": "Sep"
},
{
"2024": 99.90168474463125,
"2025": 101.69642203879062,
"month": "Oct"
},
{
"2024": 99.75354224667187,
"2025": 101.75339979957214,
"month": "Nov"
},
{
"2024": 99.42515545683136,
"2025": 101.93190603979009,
"month": "Dec"
}
]
Profit by Weekday
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: profitByWeekday(trades)profit).| Stat | Value |
|---|---|
| Best Weekday | 40.08 USDT @ Thu |
| Worst Weekday | 2.66 USDT @ Fri |
| Mean | 20.25 USDT |
| Std Dev | 11.41 USDT |
| Last | 20.23 USDT |
| Points | 7 |
| Sum | 141.74 USDT |
| Across 7 points the series ranged from 2.66 USDT (Fri) to 40.08 USDT (Thu), averaging 20.25 USDT. 100% of points were positive, 0% negative. The most recent value is 20.23 USDT. | |
| Full series - 7 points. |
[
{
"day": "Mon",
"profit": 24.694339
},
{
"day": "Tue",
"profit": 21.020195
},
{
"day": "Wed",
"profit": 25.48131
},
{
"day": "Thu",
"profit": 40.077802
},
{
"day": "Fri",
"profit": 2.656601
},
{
"day": "Sat",
"profit": 7.580668
},
{
"day": "Sun",
"profit": 20.231547
}
]
Profit by Hour (UTC)
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: profitByHour(trades)profit).| Stat | Value |
|---|---|
| Best Hour (UTC) | 16.31 USDT @ 7:00 |
| Worst Hour (UTC) | 1.97 USDT @ 4:00 |
| Mean | 5.91 USDT |
| Std Dev | 3.31 USDT |
| Last | 4.02 USDT |
| Points | 24 |
| Sum | 141.74 USDT |
| Across 24 points the series ranged from 1.97 USDT (4:00) to 16.31 USDT (7:00), averaging 5.91 USDT. 100% of points were positive, 0% negative. The most recent value is 4.02 USDT. | |
| Full series - 24 points. |
[{"hour":"0:00","profit":6.731115},{"hour":"1:00","profit":3.341931},{"hour":"2:00","profit":2.786313},{"hour":"3:00","profit":2.294591},{"hour":"4:00","profit":1.972107},{"hour":"5:00","profit":2.010944},{"hour":"6:00","profit":4.904427},{"hour":"7:00","profit":16.311466},{"hour":"8:00","profit":9.424348},{"hour":"9:00","profit":6.015429},{"hour":"10:00","profit":10.041662},{"hour":"11:00","profit":2.898838},{"hour":"12:00","profit":6.763753},{"hour":"13:00","profit":6.846684},{"hour":"14:00","profit":9.37373},{"hour":"15:00","profit":7.929697},{"hour":"16:00","profit":3.591043},{"hour":"17:00","profit":3.759873},{"hour":"18:00","profit":4.481837},{"hour":"19:00","profit":2.74675},{"hour":"20:00","profit":7.116955},{"hour":"21:00","profit":8.011838},{"hour":"22:00","profit":8.367676},{"hour":"23:00","profit":4.019454}]
Profit vs. Hold Time
GET /backtests/{id}/trades * Fields used: buy_time, sell_time, profit_percentage * Transform: holdTimes(trades)profitPct).| Stat | Value |
|---|---|
| Best Trade Return | 4.86% @ 3553.3166666666666 |
| Worst Trade Return | 0.10% @ 4731.183333333333 |
| Mean | 1.60% |
| Std Dev | 2.08% |
| Last | 0.10% |
| Points | 99 |
| Across 99 points the series ranged from 0.10% (4731.183333333333) to 4.86% (3553.3166666666666), averaging 1.60%. 100% of points were positive, 0% negative. The most recent value is 0.10%. | |
| Showing 60 of 99 points (down-sampled for readability). |
[{"hours":665.3333333333334,"profitPct":0.208443189,"profit":0.01580558},{"hours":5408.383333333333,"profitPct":0.6027306968,"profit":0.04570314},{"hours":5414.033333333334,"profitPct":0.8536409291,"profit":0.042835275},{"hours":7101.833333333333,"profitPct":4.8502824859,"profit":0.24338475},{"hours":6077.783333333334,"profitPct":0.8553539346,"profit":0.0428481},{"hours":7101.8,"profitPct":4.8498405498,"profit":0.2429479125},{"hours":512.5333333333333,"profitPct":0.3526769673,"profit":0.0266968},{"hours":5421.983333333334,"profitPct":2.3544084621,"profit":0.1179417375},{"hours":5405.683333333333,"profitPct":0.604015451,"profit":0.04572252},{"hours":5404.35,"profitPct":0.8568915879,"profit":0.042859575},{"hours":215.5,"profitPct":0.101722897,"profit":0.012776345},{"hours":7100.483333333334,"profitPct":4.8484975259,"profit":0.242509725},{"hours":673.1333333333333,"profitPct":0.605168691,"profit":0.04573986},{"hours":510.06666666666666,"profitPct":0.6065981612,"profit":0.04576128},{"hours":214.35,"profitPct":0.2012777177,"profit":0.01518423},{"hours":6891.883333333333,"profitPct":4.8512151052,"profit":0.24701126},{"hours":4731.183333333333,"profitPct":0.0998125,"profit":0.01252048},{"hours":4221.066666666667,"profitPct":4.853147722,"profit":0.247828415},{"hours":4218.1,"profitPct":4.8545448257,"profit":0.2473749825},{"hours":14.9,"profitPct":0.0999282075,"profit":0.01251321},{"hours":56.86666666666667,"profitPct":0.1000671981,"profit":0.01252365},{"hours":4.366666666666666,"profitPct":0.0998356329,"profit":0.01250625},{"hours":37.766666666666666,"profitPct":0.1000671981,"profit":0.01252365},{"hours":2723.7833333333333,"profitPct":0.1000671981,"profit":0.01252365},{"hours":3553.3166666666666,"profitPct":4.8556591337,"profit":0.24752208},{"hours":1974.1833333333334,"profitPct":4.8539335832,"profit":0.2474515925},{"hours":1223.6,"profitPct":4.8467398765,"profit":0.2471595},{"hours":12.783333333333333,"profitPct":0.0998356329,"profit":0.01250625},{"hours":6.75,"profitPct":0.1000440222,"profit":0.01252191},{"hours":24.533333333333335,"profitPct":0.0999282075,"profit":0.01251321},{"hours":1687.15,"profitPct":4.8537248086,"profit":0.2481879375},{"hours":1687.1166666666666,"profitPct":4.8541791571,"profit":0.24775245},{"hours":1438.6333333333334,"profitPct":4.851432832,"profit":0.24693405},{"hours":2,"profitPct":0.0999202242,"profit":0.01251261},{"hours":187.16666666666666,"profitPct":4.8535576013,"profit":0.24821676},{"hours":9.65,"profitPct":0.0998555785,"profit":0.01250775},{"hours":3.4,"profitPct":0.0998125,"profit":0.01250451},{"hours":15.066666666666666,"profitPct":0.0999202242,"profit":0.01251261},{"hours":6.75,"profitPct":0.0999202242,"profit":0.01251261},{"hours":112.76666666666667,"profitPct":0.100049616,"profit":0.01252233},{"hours":2606.9,"profitPct":4.8506519824,"profit":0.24774705},{"hours":2569.5666666666666,"profitPct":4.8506597529,"profit":0.2473108875},{"hours":119.1,"profitPct":4.8539136515,"profit":0.247461255},{"hours":2.9166666666666665,"profitPct":0.100049616,"profit":0.01252233},{"hours":138.5,"profitPct":0.100049616,"profit":0.01252233},{"hours":237.66666666666666,"profitPct":0.1021024304,"profit":0.01286946},{"hours":260.1,"profitPct":0.3550117925,"profit":0.02697408},{"hours":209.85,"profitPct":0.6019510442,"profit":0.04556336},{"hours":150.75,"profitPct":0.1037455561,"profit":0.01299189},{"hours":8.85,"profitPct":0.6011254223,"profit":0.04555088},{"hours":13.416666666666666,"profitPct":0.1019541099,"profit":0.01285833},{"hours":0.16666666666666666,"profitPct":0.2047933046,"profit":0.015504},{"hours":0.016666666666666666,"profitPct":0.103423789,"profit":0.01296804},{"hours":0.6166666666666667,"profitPct":0.1029533373,"profit":0.01293306},{"hours":18.483333333333334,"profitPct":0.1032739101,"profit":0.01295691},{"hours":3.1666666666666665,"profitPct":0.1036811373,"profit":0.01298712},{"hours":84.21666666666667,"profitPct":0.2062388592,"profit":0.01555008},{"hours":82.2,"profitPct":0.3514523263,"profit":0.02644496},{"hours":26.15,"profitPct":0.2069660628,"profit":0.01557312},{"hours":57.78333333333333,"profitPct":0.1044347309,"profit":0.013165815}]
Fill Type Breakdown
GET /backtests/{id}/trades * Fields used: fill_type * Transform: computeKPIs(equity, trades).fillTypescount).| Stat | Value |
|---|---|
| Most Frequent Exit | 99 trades @ TP |
| Least Frequent Exit | 0 trades @ SL |
| Mean | 33 trades |
| Std Dev | 47 trades |
| Last | 0 trades |
| Points | 3 |
| Sum | 99 trades |
| Across 3 points the series ranged from 0 trades (SL) to 99 trades (TP), averaging 33 trades. The most recent value is 0 trades. | |
| Full series - 3 points. |
[
{
"type": "TP",
"count": 99
},
{
"type": "SL",
"count": 0
},
{
"type": "TSL",
"count": 0
}
]
Machine-Readable Facts
facts_sha256 in the frontmatter - re-hash it to verify.- JSON
- Flat Table
{
"backtest_id": "5caa23b6-6477-4b94-91fc-3b638e0e9dcb",
"symbol": "EURIUSDT",
"strategy": "4BasicMode.json",
"strategy_label": "BasicMode",
"status": "completed",
"period_from": "2024-04-24",
"period_to": "2026-02-25",
"duration_days": 546,
"start_balance_usdt": 10000,
"final_value_usdt": 10135.12743307,
"return_pct": 1.3513,
"total_profit_usdt": 141.74246211,
"avg_profit_per_trade_usdt": 0.03425386,
"fulfilled_trades": 4138,
"active_orders": 147,
"win_rate_pct": 100,
"best_trade_usdt": 0.24821676,
"worst_trade_usdt": 0.01250451,
"trades_per_month": 187.1360802305757,
"max_drawdown_pct": 0.9007967149772887,
"max_drawdown_abs_usdt": 90.1091705125018,
"drawdown_duration_days": 108,
"recovery_days": 54,
"cagr_pct": 0.9019333475797975,
"volatility_annualized_pct": 1.0198921762691908,
"sharpe_annualized": 0.8886879577586135,
"sortino_annualized": 0.9698450653487817,
"time_in_market_pct": 100,
"final_cash_usdt": 9116.7936766275,
"final_base_value_usdt": null,
"final_unrealized_pnl_usdt": 1.2400178225,
"median_hold_hours": 214.35,
"avg_hold_hours": 1498.469865319866,
"buyhold_return_pct": null,
"outperformance_vs_buyhold_pp": null
}
| Key | Value |
|---|---|
backtest_id | 5caa23b6-6477-4b94-91fc-3b638e0e9dcb |
symbol | EURIUSDT |
strategy | 4BasicMode.json |
strategy_label | BasicMode |
status | completed |
period_from | 2024-04-24 |
period_to | 2026-02-25 |
duration_days | 546 |
start_balance_usdt | 10000 |
final_value_usdt | 10135.12743307 |
return_pct | 1.3513 |
total_profit_usdt | 141.74246211 |
avg_profit_per_trade_usdt | 0.03425386 |
fulfilled_trades | 4138 |
active_orders | 147 |
win_rate_pct | 100 |
best_trade_usdt | 0.24821676 |
worst_trade_usdt | 0.01250451 |
trades_per_month | 187.1360802305757 |
max_drawdown_pct | 0.9007967149772887 |
max_drawdown_abs_usdt | 90.1091705125018 |
drawdown_duration_days | 108 |
recovery_days | 54 |
cagr_pct | 0.9019333475797975 |
volatility_annualized_pct | 1.0198921762691908 |
sharpe_annualized | 0.8886879577586135 |
sortino_annualized | 0.9698450653487817 |
time_in_market_pct | 100 |
final_cash_usdt | 9116.7936766275 |
final_base_value_usdt | null |
final_unrealized_pnl_usdt | 1.2400178225 |
median_hold_hours | 214.35 |
avg_hold_hours | 1498.469865319866 |
buyhold_return_pct | null |
outperformance_vs_buyhold_pp | null |
Metric Provenance Index
| Metric | Source | JSON path | Transform | Value in this report |
|---|---|---|---|---|
| Symbol | GET /backtests/{id} | $.symbol | direct API value | EURIUSDT |
| Mode | GET /backtests/{id} | $.mode_name | direct API value | 4BasicMode.json |
| Status | GET /backtests/{id} | $.status | direct API value | completed |
| Period start | GET /backtests/{id} | $.config.from | direct API value | 2024-04-24 00:00:01 |
| Period end | GET /backtests/{id} | $.config.to | direct API value | 2026-02-25 23:59:59 |
| Start balance | GET /backtests/{id} | $.start_balance | direct API value | 10,000.00 USDT |
| Final value | GET /backtests/{id} | $.final_value | direct API value | 10,135.13 USDT |
| Return % | GET /backtests/{id} | $.return_pct | direct API value (cross-check: (final_value/start_balance - 1) * 100) | +1.35% |
| Total profit | GET /backtests/{id} | $.total_profit | direct API value (cross-check: Sum trades[].profit) | +141.74 USDT |
| Win rate % | GET /backtests/{id} | $.win_rate | direct API value (cross-check: 100 * count(trades[].profit > 0) / count(trades)) | 100.0% |
| Trades count | GET /backtests/{id} | $.fulfilled_trades | direct API value (cross-check: count(trades)) | 4,138 |
| Best trade | GET /backtests/{id} | $.max_profit | direct API value (cross-check: max(trades[].profit)) | +0.2482 USDT |
| Worst trade | GET /backtests/{id} | $.min_profit | direct API value (cross-check: min(trades[].profit)) | +0.0125 USDT |
| Avg profit / trade | GET /backtests/{id} | $.avg_profit | direct API value | +0.0343 USDT |
| Trades / month | derived | n/a | fulfilled_trades / (durationDays / 30.4375) | 187.1 |
| Max drawdown % | GET /backtests/{id}/equity | $[*].total_value_* | maxDrawdown(equity) - running peak vs. trough | -0.90% |
| Max drawdown abs | GET /backtests/{id}/equity | $[*].total_value_* | maxDrawdown(equity).abs | -90.11 USDT |
| CAGR % | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | (final/start)^(365.25/days) - 1 | +0.90% |
| Volatility (ann.) % | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | std(daily_returns) * sqrt(365) | 1.02% |
| Sharpe ratio (ann.) | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | mean(daily_returns) / std(daily_returns) * sqrt(365) (rf=0) | 0.89 |
| Sortino ratio (ann.) | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | mean(daily_returns) / std(downside_returns) * sqrt(365) (rf=0) | 0.97 |
| Time in market % | GET /backtests/{id}/equity | $[*].base_asset_bal | count(samples where base_asset_bal>0) / count(samples) * 100 | 100.0% |
| Total fees | GET /backtests/{id}/trades | $[*].buy_fee_in_quote, $[*].sell_fee_in_quote | Sum (buy_fee_in_quote + sell_fee_in_quote) | 1.31 USDT |
| Gross profit (winners) | GET /backtests/{id}/trades | $[?(@.profit>0)].profit | Sum profit where profit > 0 | +8.59 USDT |
| Gross loss (losers) | GET /backtests/{id}/trades | $[?(@.profit<0)].profit | Sum abs(profit) where profit < 0 | 0.00 USDT |
| Profit factor | GET /backtests/{id}/trades | $[*].profit | Sum winners.profit / Sum abs(losers.profit) | inf |
| Payoff ratio | GET /backtests/{id}/trades | $[*].profit | avg(winners.profit) / avg(abs(losers.profit)) | inf |
| Expectancy / trade | GET /backtests/{id}/trades | $[*].profit | mean(trades[].profit) | +0.0867 USDT |
| Max consecutive wins | GET /backtests/{id}/trades | $[*].profit (ordered) | longest run where profit > 0 | 99 |
| Max consecutive losses | GET /backtests/{id}/trades | $[*].profit (ordered) | longest run where profit < 0 | 0 |
| Avg holding (h) | GET /backtests/{id}/trades | $[*].buy_time, $[*].sell_time | mean(sell_time - buy_time) / 3600 | 1498.5h |
| Median holding (h) | GET /backtests/{id}/trades | $[*].buy_time, $[*].sell_time | median(sell_time - buy_time) / 3600 | 214.3h |
| Total volume (notional) | GET /backtests/{id}/trades | $[*].buy_quantity, $[*].buy_price | Sum (buy_quantity * buy_price) | 1,742 USDT |
Raw API Attachments
/trades. Full trade population: 4,138 closed trades - fetch the complete list via GET /backtests/5caa23b6-6477-4b94-91fc-3b638e0e9dcb/trades. Aggregate KPIs are computed server-side against the full population, not from this sample.GET /backtests/5caa23b6-6477-4b94-91fc-3b638e0e9dcb - backtest summary (verbatim)
GET /backtests/5caa23b6-6477-4b94-91fc-3b638e0e9dcb - backtest summary (verbatim)
{
"id": "5caa23b6-6477-4b94-91fc-3b638e0e9dcb",
"status": "completed",
"error_message": null,
"created_at": "2026-05-08T13:39:13.939221Z",
"started_at": "2026-05-09T09:59:57.636588Z",
"completed_at": "2026-05-09T10:10:12.519116Z",
"mode_name": "4BasicMode.json",
"symbol": "EURIUSDT",
"data_file": "",
"start_balance": 10000,
"final_value": 10135.12743307,
"return_pct": 1.3513,
"total_profit": 141.74246211,
"fulfilled_trades": 4138,
"active_orders": 147,
"win_rate": 100,
"avg_profit": 0.03425386,
"max_profit": 0.24821676,
"min_profit": 0.01250451,
"elapsed_sec": 368.33,
"max_drawdown": -0.9008,
"profit_factor": null,
"sharpe_ratio": 0.8887,
"total_fees": 53.67492475,
"avg_hold_time_hours": 471.0977,
"tp_count": 4138,
"sl_count": 0,
"tsl_count": 0,
"start_price": 1.1106,
"end_price": 1.1817,
"gross_profit_quote": 195.417387,
"gross_loss_quote": 0,
"wins": 4138,
"losses": 0,
"breakeven": 0,
"consecutive_wins_max": 4138,
"consecutive_losses_max": 0,
"holding_minutes_p50": 2602.5,
"holding_minutes_p95": 186532.05,
"holding_minutes_max": 426110,
"description": "EURIUSDT | 4BasicMode.json | 2024-04-24 - 2026-02-25 | +1.35% | 4138 trades | 100% WR",
"summary_text": "Backtest EURIUSDT (Mode: 4BasicMode.json)\nPeriod: 2024-04-24 00:00:01 to 2026-02-25 23:59:59\nStarting balance: 10,000.00 USDT\nFinal value: 10,135.13 USDT\nP&L: +135.13 USDT (+1.35%)\nResult: PROFIT\nCompleted trades: 4138\nOpen orders at end: 147\nWin rate: 100.0%\nAvg. profit/trade: 0.034254 USDT\nBest trade: 0.248217 USDT\nWorst trade: 0.012505 USDT\nTotal profit (trades only): 141.742462 USDT\nMax drawdown: -0.90%\nProfit factor: inf (no losing trades)\nSharpe ratio: 0.89\nTotal fees: 53.67 USDT\nAvg hold time: 471.1h\nTP / SL / TSL: 4138 / 0 / 0\n\nStrategy parameters:\n Buy trigger: -0.1% from last buy\n Buy splits: 7\n Sell targets: [0.25, 0.35, 0.5, 0.75, 1.0, 2.5, 5.0]\n Investment per buy: 50.0 USDT\n Fees: maker 7.5 bps / taker 7.5 bps\n\nElapsed: 368.3s",
"share_token": null,
"config_hash": "588ea597fe67c98715136b12af6715edf76a8e0abb44bbea0e3d91ba511eb13c",
"config": {
"to": "2026-02-25 23:59:59",
"from": "2024-04-24 00:00:01",
"canBuy": true,
"symbol": "EURIUSDT",
"canSell": true,
"canBuyUp": true,
"startBal": 10000,
"stepSize": 0.1,
"stopLoss": false,
"tickSize": 0.0001,
"buySplits": 7,
"buyVolumes": [
25,
15,
15,
15,
10,
10,
10
],
"canBuyDown": false,
"minNotional": 5,
"buyPercentage": 0.1,
"fees_in_quote": true,
"intrabar_mode": "OLHC",
"maker_fee_bps": 7.5,
"taker_fee_bps": 7.5,
"sellPercentages": [
0.25,
0.35,
0.5,
0.75,
1,
2.5,
5
],
"triggerCoolDown": 1,
"investmentPerBuy": 50,
"assumed_spread_bps": 0,
"stopLossPercentage": 5,
"investmentPercentMode": false,
"minInvestmentPerQuote": 20,
"order_latency_seconds": 2,
"trailingStopLossPercentages": [
0,
0,
0,
0,
0,
0,
0
],
"sellCancelDistancePercentage": 1,
"dontBuyBelowQuoteAssetBalance": 1,
"investmentPerFreeQuotePercent": 0.01,
"sellActivateDistancePercentage": 0.1
},
"is_duplicate": false,
"compact": false
}
GET /backtests/5caa23b6-6477-4b94-91fc-3b638e0e9dcb/equity - equity series (verbatim, 547 points)
GET /backtests/5caa23b6-6477-4b94-91fc-3b638e0e9dcb/equity - equity series (verbatim, 547 points)
[
{
"timestamp": "2024-08-28T23:59:00+00:00",
"base_asset_bal": 181.1,
"quote_asset_bal": 9798.42281275,
"total_value_mid": 9999.57058275,
"total_value_exit_net": 9999.4197219225,
"total_value": 9999.57058275,
"base_cost_quote": 201.58999919,
"unrealized_pnl_exit_net": -0.5930900175
},
{
"timestamp": "2024-08-29T23:59:00+00:00",
"base_asset_bal": 272.1,
"quote_asset_bal": 9697.5729810125,
"total_value_mid": 9998.7332610125,
"total_value_exit_net": 9998.5073908025,
"total_value": 9998.7332610125,
"base_cost_quote": 302.4526394775,
"unrealized_pnl_exit_net": -1.5182296875
},
{
"timestamp": "2024-08-30T23:59:00+00:00",
"base_asset_bal": 317.7,
"quote_asset_bal": 9647.1198094925,
"total_value_mid": 9997.9241494925,
"total_value_exit_net": 9997.6610462375,
"total_value": 9997.9241494925,
"base_cost_quote": 352.9058109975,
"unrealized_pnl_exit_net": -2.3645742525
},
{
"timestamp": "2024-08-31T23:59:00+00:00",
"base_asset_bal": 317.7,
"quote_asset_bal": 9647.1198094925,
"total_value_mid": 9998.3371594925,
"total_value_exit_net": 9998.07374648,
"total_value": 9998.3371594925,
"base_cost_quote": 352.9058109975,
"unrealized_pnl_exit_net": -1.95187401
},
{
"timestamp": "2024-09-01T23:59:00+00:00",
"base_asset_bal": 436.8,
"quote_asset_bal": 9515.6805023975,
"total_value_mid": 9997.6456223975,
"total_value_exit_net": 9997.2841485575,
"total_value": 9997.6456223975,
"base_cost_quote": 484.38673779,
"unrealized_pnl_exit_net": -2.78309163
},
{
"timestamp": "2024-09-02T23:59:00+00:00",
"base_asset_bal": 400.2,
"quote_asset_bal": 9556.1524056875,
"total_value_mid": 9998.8136256875,
"total_value_exit_net": 9998.4816297725,
"total_value": 9998.8136256875,
"base_cost_quote": 443.9835681225,
"unrealized_pnl_exit_net": -1.6543440375
},
{
"timestamp": "2024-09-03T23:59:00+00:00",
"base_asset_bal": 411.6,
"quote_asset_bal": 9543.5573664875,
"total_value_mid": 9998.2107264875,
"total_value_exit_net": 9997.8697364675,
"total_value": 9998.2107264875,
"base_cost_quote": 456.5786073225,
"unrealized_pnl_exit_net": -2.2662373425
},
{
"timestamp": "2024-09-04T23:59:00+00:00",
"base_asset_bal": 343.3,
"quote_asset_bal": 9619.228080855,
"total_value_mid": 9999.364170855,
"total_value_exit_net": 9999.0790687875,
"total_value": 9999.364170855,
"base_cost_quote": 381.0770235725,
"unrealized_pnl_exit_net": -1.22603564
},
{
"timestamp": "2024-09-05T23:59:00+00:00",
"base_asset_bal": 311.5,
"quote_asset_bal": 9654.54559136,
"total_value_mid": 10000.62209136,
"total_value_exit_net": 10000.362533985,
"total_value": 10000.62209136,
"base_cost_quote": 345.87297032,
"unrealized_pnl_exit_net": -0.056027695
},
{
"timestamp": "2024-09-06T23:59:00+00:00",
"base_asset_bal": 295.5,
"quote_asset_bal": 9672.8087009125,
"total_value_mid": 9998.8929509125,
"total_value_exit_net": 9998.648387725,
"total_value": 9998.8929509125,
"base_cost_quote": 328.1230578625,
"unrealized_pnl_exit_net": -2.28337105
},
{
"timestamp": "2024-09-07T23:59:00+00:00",
"base_asset_bal": 295.5,
"quote_asset_bal": 9672.8087009125,
"total_value_mid": 9999.2771009125,
"total_value_exit_net": 9999.0322496125,
"total_value": 9999.2771009125,
"base_cost_quote": 328.1230578625,
"unrealized_pnl_exit_net": -1.8995091625
},
{
"timestamp": "2024-09-08T23:59:00+00:00",
"base_asset_bal": 327.2,
"quote_asset_bal": 9637.69999912,
"total_value_mid": 9999.58319912,
"total_value_exit_net": 9999.31178672,
"total_value": 9999.58319912,
"base_cost_quote": 363.231759655,
"unrealized_pnl_exit_net": -1.619972055
},
{
"timestamp": "2024-09-09T23:59:00+00:00",
"base_asset_bal": 363.6,
"quote_asset_bal": 9597.49154538,
"total_value_mid": 9998.61506538,
"total_value_exit_net": 9998.31422274,
"total_value": 9998.61506538,
"base_cost_quote": 403.440213395,
"unrealized_pnl_exit_net": -2.617536035
},
{
"timestamp": "2024-09-10T23:59:00+00:00",
"base_asset_bal": 400.3,
"quote_asset_bal": 9556.995776315,
"total_value_mid": 9997.966256315,
"total_value_exit_net": 9997.635528455,
"total_value": 9997.966256315,
"base_cost_quote": 443.93598246,
"unrealized_pnl_exit_net": -3.29623032
},
{
"timestamp": "2024-09-11T23:59:00+00:00",
"base_asset_bal": 400.3,
"quote_asset_bal": 9556.995776315,
"total_value_mid": 9997.726076315,
"total_value_exit_net": 9997.39552859,
"total_value": 9997.726076315,
"base_cost_quote": 443.93598246,
"unrealized_pnl_exit_net": -3.536230185
},
{
"timestamp": "2024-09-12T23:59:00+00:00",
"base_asset_bal": 370.6,
"quote_asset_bal": 9589.8227875775,
"total_value_mid": 10000.1140475775,
"total_value_exit_net": 9999.8063291325,
"total_value": 10000.1140475775,
"base_cost_quote": 411.150511785,
"unrealized_pnl_exit_net": -1.16697023
},
{
"timestamp": "2024-09-13T23:59:00+00:00",
"base_asset_bal": 338.7,
"quote_asset_bal": 9625.11748387,
"total_value_mid": 10000.19386387,
"total_value_exit_net": 9999.912556585,
"total_value": 10000.19386387,
"base_cost_quote": 375.9661332775,
"unrealized_pnl_exit_net": -1.1710605625
},
{
"timestamp": "2024-09-14T23:59:00+00:00",
"base_asset_bal": 338.7,
"quote_asset_bal": 9625.11748387,
"total_value_mid": 10000.46482387,
"total_value_exit_net": 10000.183313365,
"total_value": 10000.46482387,
"base_cost_quote": 375.9661332775,
"unrealized_pnl_exit_net": -0.9003037825
},
{
"timestamp": "2024-09-15T23:59:00+00:00",
"base_asset_bal": 338.7,
"quote_asset_bal": 9625.11748387,
"total_value_mid": 10000.49869387,
"total_value_exit_net": 10000.2171579625,
"total_value": 10000.49869387,
"base_cost_quote": 375.9661332775,
"unrealized_pnl_exit_net": -0.866459185
},
{
"timestamp": "2024-09-16T23:59:00+00:00",
"base_asset_bal": 238.9,
"quote_asset_bal": 9736.0486023425,
"total_value_mid": 10002.0159723425,
"total_value_exit_net": 10001.816496815,
"total_value": 10002.0159723425,
"base_cost_quote": 265.4067759025,
"unrealized_pnl_exit_net": 0.36111857
},
{
"timestamp": "2024-09-17T23:59:00+00:00",
"base_asset_bal": 238.9,
"quote_asset_bal": 9736.0486023425,
"total_value_mid": 10001.6576223425,
"total_value_exit_net": 10001.4584155775,
"total_value": 10001.6576223425,
"base_cost_quote": 265.4067759025,
"unrealized_pnl_exit_net": 0.0030373325
},
{
"timestamp": "2024-09-18T23:59:00+00:00",
"base_asset_bal": 299.4,
"quote_asset_bal": 9668.493815585,
"total_value_mid": 10001.097275585,
"total_value_exit_net": 10000.84782299,
"total_value": 10001.097275585,
"base_cost_quote": 333.377745925,
"unrealized_pnl_exit_net": -1.02373852
},
{
"timestamp": "2024-09-19T23:59:00+00:00",
"base_asset_bal": 276.8,
"quote_asset_bal": 9693.807249055,
"total_value_mid": 10002.716049055,
"total_value_exit_net": 10002.484367455,
"total_value": 10002.716049055,
"base_cost_quote": 308.21434752,
"unrealized_pnl_exit_net": 0.46277088
},
{
"timestamp": "2024-09-20T23:59:00+00:00",
"base_asset_bal": 263.2,
"quote_asset_bal": 9708.997248005,
"total_value_mid": 10002.649488005,
"total_value_exit_net": 10002.429248825,
"total_value": 10002.649488005,
"base_cost_quote": 293.06619492,
"unrealized_pnl_exit_net": 0.3658059
},
{
"timestamp": "2024-09-21T23:59:00+00:00",
"base_asset_bal": 263.2,
"quote_asset_bal": 9708.997248005,
"total_value_mid": 10002.544208005,
"total_value_exit_net": 10002.324047785,
"total_value": 10002.544208005,
"base_cost_quote": 293.06619492,
"unrealized_pnl_exit_net": 0.26060486
},
{
"timestamp": "2024-09-22T23:59:00+00:00",
"base_asset_bal": 263.2,
"quote_asset_bal": 9708.997248005,
"total_value_mid": 10002.570528005,
"total_value_exit_net": 10002.350348045,
"total_value": 10002.570528005,
"base_cost_quote": 293.06619492,
"unrealized_pnl_exit_net": 0.28690512
},
{
"timestamp": "2024-09-23T23:59:00+00:00",
"base_asset_bal": 301.7,
"quote_asset_bal": 9666.1856855725,
"total_value_mid": 10001.1933655725,
"total_value_exit_net": 10000.9421098125,
"total_value": 10001.1933655725,
"base_cost_quote": 335.8905591225,
"unrealized_pnl_exit_net": -1.1341348825
},
{
"timestamp": "2024-09-24T23:59:00+00:00",
"base_asset_bal": 251.9,
"quote_asset_bal": 9721.761103075,
"total_value_mid": 10003.486063075,
"total_value_exit_net": 10003.274769355,
"total_value": 10003.486063075,
"base_cost_quote": 280.47131584,
"unrealized_pnl_exit_net": 1.04235044
},
{
"timestamp": "2024-09-25T23:59:00+00:00",
"base_asset_bal": 249.2,
"quote_asset_bal": 9724.8068860925,
"total_value_mid": 10002.1166460925,
"total_value_exit_net": 10001.9086637725,
"total_value": 10002.1166460925,
"base_cost_quote": 277.6948250325,
"unrealized_pnl_exit_net": -0.5930473525
},
{
"timestamp": "2024-09-26T23:59:00+00:00",
"base_asset_bal": 267.1,
"quote_asset_bal": 9704.79577384,
"total_value_mid": 10003.14647384,
"total_value_exit_net": 10002.922710815,
"total_value": 10003.14647384,
"base_cost_quote": 297.74654255,
"unrealized_pnl_exit_net": 0.380394425
},
{
"timestamp": "2024-09-27T23:59:00+00:00",
"base_asset_bal": 278.4,
"quote_asset_bal": 9692.274475675,
"total_value_mid": 10002.829675675,
"total_value_exit_net": 10002.596759275,
"total_value": 10002.829675675,
"base_cost_quote": 310.36351819,
"unrealized_pnl_exit_net": -0.04123459
},
{
"timestamp": "2024-09-28T23:59:00+00:00",
"base_asset_bal": 278.4,
"quote_asset_bal": 9692.274475675,
"total_value_mid": 10002.829675675,
"total_value_exit_net": 10002.596759275,
"total_value": 10002.829675675,
"base_cost_quote": 310.36351819,
"unrealized_pnl_exit_net": -0.04123459
},
{
"timestamp": "2024-09-29T23:59:00+00:00",
"base_asset_bal": 278.4,
"quote_asset_bal": 9692.274475675,
"total_value_mid": 10003.108075675,
"total_value_exit_net": 10002.874950475,
"total_value": 10003.108075675,
"base_cost_quote": 310.36351819,
"unrealized_pnl_exit_net": 0.23695661
},
{
"timestamp": "2024-09-30T23:59:00+00:00",
"base_asset_bal": 260.4,
"quote_asset_bal": 9712.41857955,
"total_value_mid": 10002.29585955,
"total_value_exit_net": 10002.07845159,
"total_value": 10002.29585955,
"base_cost_quote": 290.276324085,
"unrealized_pnl_exit_net": -0.616452045
},
{
"timestamp": "2024-10-01T23:59:00+00:00",
"base_asset_bal": 382.8,
"quote_asset_bal": 9576.4674826425,
"total_value_mid": 9999.8442826425,
"total_value_exit_net": 9999.5267500425,
"total_value": 9999.8442826425,
"base_cost_quote": 426.2274209925,
"unrealized_pnl_exit_net": -3.1681535925
},
{
"timestamp": "2024-10-02T23:59:00+00:00",
"base_asset_bal": 419.2,
"quote_asset_bal": 9536.2007452225,
"total_value_mid": 9999.0813852225,
"total_value_exit_net": 9998.7342247425,
"total_value": 9999.0813852225,
"base_cost_quote": 466.4941584125,
"unrealized_pnl_exit_net": -3.9606788925
},
{
"timestamp": "2024-10-03T23:59:00+00:00",
"base_asset_bal": 492.3,
"quote_asset_bal": 9455.5514035475,
"total_value_mid": 9998.4598435475,
"total_value_exit_net": 9998.0526622175,
"total_value": 9998.4598435475,
"base_cost_quote": 547.1435000875,
"unrealized_pnl_exit_net": -4.6422414175
},
{
"timestamp": "2024-10-04T23:59:00+00:00",
"base_asset_bal": 584.2,
"quote_asset_bal": 9354.6523859975,
"total_value_mid": 9995.1692659975,
"total_value_exit_net": 9994.6888783375,
"total_value": 9995.1692659975,
"base_cost_quote": 648.0425176375,
"unrealized_pnl_exit_net": -8.0060252975
},
{
"timestamp": "2024-10-05T23:59:00+00:00",
"base_asset_bal": 584.2,
"quote_asset_bal": 9354.6523859975,
"total_value_mid": 9995.5782059975,
"total_value_exit_net": 9995.0975116325,
"total_value": 9995.5782059975,
"base_cost_quote": 648.0425176375,
"unrealized_pnl_exit_net": -7.5973920025
},
{
"timestamp": "2024-10-06T23:59:00+00:00",
"base_asset_bal": 584.2,
"quote_asset_bal": 9354.6523859975,
"total_value_mid": 9995.4613659975,
"total_value_exit_net": 9994.9807592625,
"total_value": 9995.4613659975,
"base_cost_quote": 648.0425176375,
"unrealized_pnl_exit_net": -7.7141443725
},
{
"timestamp": "2024-10-07T23:59:00+00:00",
"base_asset_bal": 584.2,
"quote_asset_bal": 9354.6523859975,
"total_value_mid": 9995.5782059975,
"total_value_exit_net": 9995.0975116325,
"total_value": 9995.5782059975,
"base_cost_quote": 648.0425176375,
"unrealized_pnl_exit_net": -7.5973920025
},
{
"timestamp": "2024-10-08T23:59:00+00:00",
"base_asset_bal": 572.7,
"quote_asset_bal": 9367.2814071225,
"total_value_mid": 9995.9341971225,
"total_value_exit_net": 9995.46270753,
"total_value": 9995.9341971225,
"base_cost_quote": 635.4267629125,
"unrealized_pnl_exit_net": -7.245462505
},
{
"timestamp": "2024-10-09T23:59:00+00:00",
"base_asset_bal": 630.2,
"quote_asset_bal": 9304.3062111225,
"total_value_mid": 9993.6819911225,
"total_value_exit_net": 9993.1649592875,
"total_value": 9993.6819911225,
"base_cost_quote": 698.4019589125,
"unrealized_pnl_exit_net": -9.5432107475
},
{
"timestamp": "2024-10-10T23:59:00+00:00",
"base_asset_bal": 676.2,
"quote_asset_bal": 9253.8938301725,
"total_value_mid": 9993.4537701725,
"total_value_exit_net": 9992.8991002175,
"total_value": 9993.4537701725,
"base_cost_quote": 748.8143398625,
"unrealized_pnl_exit_net": -9.8090698175
},
{
"timestamp": "2024-10-11T23:59:00+00:00",
"base_asset_bal": 676.2,
"quote_asset_bal": 9253.8938301725,
"total_value_mid": 9994.1299701725,
"total_value_exit_net": 9993.5747930675,
"total_value": 9994.1299701725,
"base_cost_quote": 748.8143398625,
"unrealized_pnl_exit_net": -9.1333769675
},
{
"timestamp": "2024-10-12T23:59:00+00:00",
"base_asset_bal": 664.7,
"quote_asset_bal": 9266.496421135,
"total_value_mid": 9994.874681135,
"total_value_exit_net": 9994.32839744,
"total_value": 9994.874681135,
"base_cost_quote": 736.225054975,
"unrealized_pnl_exit_net": -8.39307867
},
{
"timestamp": "2024-10-13T23:59:00+00:00",
"base_asset_bal": 664.7,
"quote_asset_bal": 9266.496421135,
"total_value_mid": 9995.140561135,
"total_value_exit_net": 9994.59407803,
"total_value": 9995.140561135,
"base_cost_quote": 736.225054975,
"unrealized_pnl_exit_net": -8.12739808
},
{
"timestamp": "2024-10-14T23:59:00+00:00",
"base_asset_bal": 722.2,
"quote_asset_bal": 9203.63351056,
"total_value_mid": 9992.63701056,
"total_value_exit_net": 9992.045257935,
"total_value": 9992.63701056,
"base_cost_quote": 799.1012768,
"unrealized_pnl_exit_net": -10.689529425
},
{
"timestamp": "2024-10-15T23:59:00+00:00",
"base_asset_bal": 814.2,
"quote_asset_bal": 9103.23686951,
"total_value_mid": 9989.90066951,
"total_value_exit_net": 9989.23567166,
"total_value": 9989.90066951,
"base_cost_quote": 899.49791785,
"unrealized_pnl_exit_net": -13.4991157
},
{
"timestamp": "2024-10-16T23:59:00+00:00",
"base_asset_bal": 814.2,
"quote_asset_bal": 9103.23686951,
"total_value_mid": 9988.35368951,
"total_value_exit_net": 9987.689851895,
"total_value": 9988.35368951,
"base_cost_quote": 899.49791785,
"unrealized_pnl_exit_net": -15.044935465
},
{
"timestamp": "2024-10-17T23:59:00+00:00",
"base_asset_bal": 1000.3,
"quote_asset_bal": 8901.1079964675,
"total_value_mid": 9985.8333164675,
"total_value_exit_net": 9985.0197724775,
"total_value": 9985.8333164675,
"base_cost_quote": 1101.6267908925,
"unrealized_pnl_exit_net": -17.7150148825
},
{
"timestamp": "2024-10-18T23:59:00+00:00",
"base_asset_bal": 1016.8,
"quote_asset_bal": 8883.1692712725,
"total_value_mid": 9987.9224712725,
"total_value_exit_net": 9987.0939063725,
"total_value": 9987.9224712725,
"base_cost_quote": 1119.6079266375,
"unrealized_pnl_exit_net": -15.6832915375
},
{
"timestamp": "2024-10-19T23:59:00+00:00",
"base_asset_bal": 1016.8,
"quote_asset_bal": 8883.1692712725,
"total_value_mid": 9989.0409512725,
"total_value_exit_net": 9988.2115475125,
"total_value": 9989.0409512725,
"base_cost_quote": 1119.6079266375,
"unrealized_pnl_exit_net": -14.5656503975
},
{
"timestamp": "2024-10-20T23:59:00+00:00",
"base_asset_bal": 919.2,
"quote_asset_bal": 8989.458744335,
"total_value_mid": 9992.030184335,
"total_value_exit_net": 9991.278255755,
"total_value": 9992.030184335,
"base_cost_quote": 1013.5751816775,
"unrealized_pnl_exit_net": -11.7556702575
},
{
"timestamp": "2024-10-21T23:59:00+00:00",
"base_asset_bal": 919.2,
"quote_asset_bal": 8989.458744335,
"total_value_mid": 9984.768504335,
"total_value_exit_net": 9984.022022015,
"total_value": 9984.768504335,
"base_cost_quote": 1013.5751816775,
"unrealized_pnl_exit_net": -19.0119039975
},
{
"timestamp": "2024-10-22T23:59:00+00:00",
"base_asset_bal": 1017.1,
"quote_asset_bal": 8883.36169118,
"total_value_mid": 9981.82969118,
"total_value_exit_net": 9981.00584018,
"total_value": 9981.82969118,
"base_cost_quote": 1119.6722348325,
"unrealized_pnl_exit_net": -22.0280858325
},
{
"timestamp": "2024-10-23T23:59:00+00:00",
"base_asset_bal": 1063.8,
"quote_asset_bal": 8832.96264022,
"total_value_mid": 9980.37732022,
"total_value_exit_net": 9979.51675921,
"total_value": 9980.37732022,
"base_cost_quote": 1170.0712857925,
"unrealized_pnl_exit_net": -23.5171668025
},
{
"timestamp": "2024-10-24T23:59:00+00:00",
"base_asset_bal": 1073.3,
"quote_asset_bal": 8822.7347711475,
"total_value_mid": 9985.0113411475,
"total_value_exit_net": 9984.13963372,
"total_value": 9985.0113411475,
"base_cost_quote": 1180.354702575,
"unrealized_pnl_exit_net": -18.9498400025
},
{
"timestamp": "2024-10-25T23:59:00+00:00",
"base_asset_bal": 1084.9,
"quote_asset_bal": 8810.2330905425,
"total_value_mid": 9978.7788805425,
"total_value_exit_net": 9977.9024712,
"total_value": 9978.7788805425,
"base_cost_quote": 1192.88283163,
"unrealized_pnl_exit_net": -25.2134509725
},
{
"timestamp": "2024-10-26T23:59:00+00:00",
"base_asset_bal": 1084.9,
"quote_asset_bal": 8810.2330905425,
"total_value_mid": 9980.1892505425,
"total_value_exit_net": 9979.3117834225,
"total_value": 9980.1892505425,
"base_cost_quote": 1192.88283163,
"unrealized_pnl_exit_net": -23.80413875
},
{
"timestamp": "2024-10-27T23:59:00+00:00",
"base_asset_bal": 1103.5,
"quote_asset_bal": 8790.1281631475,
"total_value_mid": 9982.2392131475,
"total_value_exit_net": 9981.34512986,
"total_value": 9982.2392131475,
"base_cost_quote": 1212.987759025,
"unrealized_pnl_exit_net": -21.7707923125
},
{
"timestamp": "2024-10-28T23:59:00+00:00",
"base_asset_bal": 1087.3,
"quote_asset_bal": 8807.6236776825,
"total_value_mid": 9986.6917976825,
"total_value_exit_net": 9985.8074965925,
"total_value": 9986.6917976825,
"base_cost_quote": 1195.56255992,
"unrealized_pnl_exit_net": -17.37874101
},
{
"timestamp": "2024-10-29T23:59:00+00:00",
"base_asset_bal": 1087.3,
"quote_asset_bal": 8807.6373308825,
"total_value_mid": 9985.2919608825,
"total_value_exit_net": 9984.40871991,
"total_value": 9985.2919608825,
"base_cost_quote": 1195.56255992,
"unrealized_pnl_exit_net": -18.7911708925
},
{
"timestamp": "2024-10-30T23:59:00+00:00",
"base_asset_bal": 1061.7,
"quote_asset_bal": 8835.3638028775,
"total_value_mid": 9987.9453228775,
"total_value_exit_net": 9987.0808867375,
"total_value": 9987.9453228775,
"base_cost_quote": 1167.96551765,
"unrealized_pnl_exit_net": -16.24843379
},
{
"timestamp": "2024-10-31T23:59:00+00:00",
"base_asset_bal": 1040.5,
"quote_asset_bal": 8858.3738148875,
"total_value_mid": 9990.4378148875,
"total_value_exit_net": 9989.5887668875,
"total_value": 9990.4378148875,
"base_cost_quote": 1145.083829245,
"unrealized_pnl_exit_net": -13.868877245
},
{
"timestamp": "2024-11-01T23:59:00+00:00",
"base_asset_bal": 998.6,
"quote_asset_bal": 8904.1935498875,
"total_value_mid": 9985.3777698875,
"total_value_exit_net": 9984.5668817225,
"total_value": 9985.3777698875,
"base_cost_quote": 1099.55452786,
"unrealized_pnl_exit_net": -19.181196025
},
{
"timestamp": "2024-11-02T23:59:00+00:00",
"base_asset_bal": 1031.2,
"quote_asset_bal": 8868.9265194375,
"total_value_mid": 9982.6225194375,
"total_value_exit_net": 9981.7872474375,
"total_value": 9982.6225194375,
"base_cost_quote": 1134.82155831,
"unrealized_pnl_exit_net": -21.96083031
},
{
"timestamp": "2024-11-03T23:59:00+00:00",
"base_asset_bal": 1019.6,
"quote_asset_bal": 8881.4589293325,
"total_value_mid": 9987.1131693325,
"total_value_exit_net": 9986.2839286525,
"total_value": 9987.1131693325,
"base_cost_quote": 1122.346869305,
"unrealized_pnl_exit_net": -17.521869985
},
{
"timestamp": "2024-11-04T23:59:00+00:00",
"base_asset_bal": 966,
"quote_asset_bal": 8939.7562735075,
"total_value_mid": 9989.8948735075,
"total_value_exit_net": 9989.1072695575,
"total_value": 9989.8948735075,
"base_cost_quote": 1064.251610515,
"unrealized_pnl_exit_net": -14.900614465
},
{
"timestamp": "2024-11-05T23:59:00+00:00",
"base_asset_bal": 928.9,
"quote_asset_bal": 8980.240957205,
"total_value_mid": 9994.785537205,
"total_value_exit_net": 9994.02462877,
"total_value": 9994.785537205,
"base_cost_quote": 1023.9125488925,
"unrealized_pnl_exit_net": -10.1288773275
},
{
"timestamp": "2024-11-06T23:59:00+00:00",
"base_asset_bal": 1227.5,
"quote_asset_bal": 8658.414720335,
"total_value_mid": 9982.396220335,
"total_value_exit_net": 9981.40323421,
"total_value": 9982.396220335,
"base_cost_quote": 1346.6988371775,
"unrealized_pnl_exit_net": -23.7103233025
},
{
"timestamp": "2024-11-07T23:59:00+00:00",
"base_asset_bal": 1239.1,
"quote_asset_bal": 8646.159098355,
"total_value_mid": 9984.263188355,
"total_value_exit_net": 9983.2596102875,
"total_value": 9984.263188355,
"base_cost_quote": 1359.2362331775,
"unrealized_pnl_exit_net": -22.135721245
},
{
"timestamp": "2024-11-08T23:59:00+00:00",
"base_asset_bal": 1393.4,
"quote_asset_bal": 8480.34026826,
"total_value_mid": 9974.20440826,
"total_value_exit_net": 9973.084010155,
"total_value": 9974.20440826,
"base_cost_quote": 1525.083415345,
"unrealized_pnl_exit_net": -32.33967345
},
{
"timestamp": "2024-11-09T23:59:00+00:00",
"base_asset_bal": 1381.7,
"quote_asset_bal": 8492.9071660125,
"total_value_mid": 9974.6422460125,
"total_value_exit_net": 9973.5309447025,
"total_value": 9974.6422460125,
"base_cost_quote": 1512.52926679,
"unrealized_pnl_exit_net": -31.9054881
},
{
"timestamp": "2024-11-10T23:59:00+00:00",
"base_asset_bal": 1304.4,
"quote_asset_bal": 8576.38129908,
"total_value_mid": 9977.56777908,
"total_value_exit_net": 9976.51688922,
"total_value": 9977.56777908,
"base_cost_quote": 1429.5424233025,
"unrealized_pnl_exit_net": -29.4068331625
},
{
"timestamp": "2024-11-11T23:59:00+00:00",
"base_asset_bal": 1353.8,
"quote_asset_bal": 8524.52434197,
"total_value_mid": 9983.24384197,
"total_value_exit_net": 9982.149802345,
"total_value": 9983.24384197,
"base_cost_quote": 1482.2261664975,
"unrealized_pnl_exit_net": -24.6007061225
},
{
"timestamp": "2024-11-12T23:59:00+00:00",
"base_asset_bal": 1084,
"quote_asset_bal": 8824.63827115,
"total_value_mid": 9985.27707115,
"total_value_exit_net": 9984.40659205,
"total_value": 9985.27707115,
"base_cost_quote": 1187.3013586625,
"unrealized_pnl_exit_net": -27.5330377625
},
{
"timestamp": "2024-11-13T23:59:00+00:00",
"base_asset_bal": 1245.3,
"quote_asset_bal": 8653.174327455,
"total_value_mid": 9972.569677455,
"total_value_exit_net": 9971.5801309425,
"total_value": 9972.569677455,
"base_cost_quote": 1358.98427435,
"unrealized_pnl_exit_net": -40.5784708625
},
{
"timestamp": "2024-11-14T23:59:00+00:00",
"base_asset_bal": 1469.6,
"quote_asset_bal": 8416.08470842,
"total_value_mid": 9962.83870842,
"total_value_exit_net": 9961.67864292,
"total_value": 9962.83870842,
"base_cost_quote": 1596.11574967,
"unrealized_pnl_exit_net": -50.52181517
},
{
"timestamp": "2024-11-15T23:59:00+00:00",
"base_asset_bal": 1443.3,
"quote_asset_bal": 8443.9213092575,
"total_value_mid": 9970.0667292575,
"total_value_exit_net": 9968.9221201925,
"total_value": 9970.0667292575,
"base_cost_quote": 1568.418091995,
"unrealized_pnl_exit_net": -43.41728106
},
{
"timestamp": "2024-11-16T23:59:00+00:00",
"base_asset_bal": 1409.8,
"quote_asset_bal": 8479.377926835,
"total_value_mid": 9972.215146835,
"total_value_exit_net": 9971.09551892,
"total_value": 9972.215146835,
"base_cost_quote": 1533.03191225,
"unrealized_pnl_exit_net": -41.314320165
},
{
"timestamp": "2024-11-17T23:59:00+00:00",
"base_asset_bal": 1376,
"quote_asset_bal": 8515.3611579825,
"total_value_mid": 9971.0315579825,
"total_value_exit_net": 9969.9398051825,
"total_value": 9971.0315579825,
"base_cost_quote": 1497.6375363625,
"unrealized_pnl_exit_net": -43.0588891625
},
{
"timestamp": "2024-11-18T23:59:00+00:00",
"base_asset_bal": 1478.6,
"quote_asset_bal": 8406.9135541425,
"total_value_mid": 9972.6030941425,
"total_value_exit_net": 9971.4288269875,
"total_value": 9972.6030941425,
"base_cost_quote": 1606.1269024075,
"unrealized_pnl_exit_net": -41.6116295625
},
{
"timestamp": "2024-11-19T23:59:00+00:00",
"base_asset_bal": 1478.6,
"quote_asset_bal": 8406.94207437,
"total_value_mid": 9972.77947437,
"total_value_exit_net": 9971.60509632,
"total_value": 9972.77947437,
"base_cost_quote": 1606.1269024075,
"unrealized_pnl_exit_net": -41.4638804575
},
{
"timestamp": "2024-11-20T23:59:00+00:00",
"base_asset_bal": 1547.9,
"quote_asset_bal": 8333.87672024,
"total_value_mid": 9967.53038024,
"total_value_exit_net": 9966.305139995,
"total_value": 9967.53038024,
"base_cost_quote": 1679.2074717575,
"unrealized_pnl_exit_net": -46.7790520025
},
{
"timestamp": "2024-11-21T23:59:00+00:00",
"base_asset_bal": 1552.9,
"quote_asset_bal": 8329.16181143,
"total_value_mid": 9963.43377143,
"total_value_exit_net": 9962.20806746,
"total_value": 9963.43377143,
"base_cost_quote": 1684.3188023825,
"unrealized_pnl_exit_net": -51.2725463525
},
{
"timestamp": "2024-11-22T23:59:00+00:00",
"base_asset_bal": 1799.9,
"quote_asset_bal": 8070.2413783275,
"total_value_mid": 9955.2766483275,
"total_value_exit_net": 9953.862871875,
"total_value": 9955.2766483275,
"base_cost_quote": 1943.422214305,
"unrealized_pnl_exit_net": -59.8007207575
},
{
"timestamp": "2024-11-23T23:59:00+00:00",
"base_asset_bal": 1819.1,
"quote_asset_bal": 8050.1335087275,
"total_value_mid": 9956.0045787275,
"total_value_exit_net": 9954.575175425,
"total_value": 9956.0045787275,
"base_cost_quote": 1963.530083905,
"unrealized_pnl_exit_net": -59.0884172075
},
{
"timestamp": "2024-11-24T23:59:00+00:00",
"base_asset_bal": 1792.7,
"quote_asset_bal": 8077.9491121275,
"total_value_mid": 9956.6987121275,
"total_value_exit_net": 9955.2896499275,
"total_value": 9956.6987121275,
"base_cost_quote": 1935.885125725,
"unrealized_pnl_exit_net": -58.544587925
},
{
"timestamp": "2024-11-25T23:59:00+00:00",
"base_asset_bal": 1754.3,
"quote_asset_bal": 8118.2638897875,
"total_value_mid": 9953.6125497875,
"total_value_exit_net": 9952.2360382925,
"total_value": 9953.6125497875,
"base_cost_quote": 1895.653054285,
"unrealized_pnl_exit_net": -61.68090578
},
{
"timestamp": "2024-11-26T23:59:00+00:00",
"base_asset_bal": 1739.9,
"quote_asset_bal": 8133.6372337575,
"total_value_mid": 9959.6622837575,
"total_value_exit_net": 9958.29276497,
"total_value": 9959.6622837575,
"base_cost_quote": 1880.5805884075,
"unrealized_pnl_exit_net": -55.925057195
},
{
"timestamp": "2024-11-27T23:59:00+00:00",
"base_asset_bal": 1617.7,
"quote_asset_bal": 8262.38649011,
"total_value_mid": 9970.03061011,
"total_value_exit_net": 9968.74987702,
"total_value": 9970.03061011,
"base_cost_quote": 1752.2568377225,
"unrealized_pnl_exit_net": -45.8934508125
},
{
"timestamp": "2024-11-28T23:59:00+00:00",
"base_asset_bal": 1636.8,
"quote_asset_bal": 8242.25123999,
"total_value_mid": 9969.89363999,
"total_value_exit_net": 9968.59790819,
"total_value": 9969.89363999,
"base_cost_quote": 1772.3920878425,
"unrealized_pnl_exit_net": -46.0454196425
},
{
"timestamp": "2024-11-29T23:59:00+00:00",
"base_asset_bal": 1579.4,
"quote_asset_bal": 8302.9147922925,
"total_value_mid": 9974.8676322925,
"total_value_exit_net": 9973.6136676625,
"total_value": 9974.8676322925,
"base_cost_quote": 1711.9139432275,
"unrealized_pnl_exit_net": -41.2150678575
},
{
"timestamp": "2024-11-30T23:59:00+00:00",
"base_asset_bal": 1514.7,
"quote_asset_bal": 8371.4570580125,
"total_value_mid": 9975.9787680125,
"total_value_exit_net": 9974.77537673,
"total_value": 9975.9787680125,
"base_cost_quote": 1643.658840265,
"unrealized_pnl_exit_net": -40.3405215475
},
{
"timestamp": "2024-12-01T23:59:00+00:00",
"base_asset_bal": 1514.7,
"quote_asset_bal": 8371.47027683,
"total_value_mid": 9970.69053683,
"total_value_exit_net": 9969.491121635,
"total_value": 9970.69053683,
"base_cost_quote": 1643.658840265,
"unrealized_pnl_exit_net": -45.63799546
},
{
"timestamp": "2024-12-02T23:59:00+00:00",
"base_asset_bal": 1716,
"quote_asset_bal": 8159.8935925025,
"total_value_mid": 9961.6935925025,
"total_value_exit_net": 9960.3422425025,
"total_value": 9961.6935925025,
"base_cost_quote": 1855.2913757125,
"unrealized_pnl_exit_net": -54.8427257125
},
{
"timestamp": "2024-12-03T23:59:00+00:00",
"base_asset_bal": 1689.6,
"quote_asset_bal": 8187.6318931625,
"total_value_mid": 9964.7531731625,
"total_value_exit_net": 9963.4203322025,
"total_value": 9964.7531731625,
"base_cost_quote": 1827.6087092725,
"unrealized_pnl_exit_net": -51.8202702325
},
{
"timestamp": "2024-12-04T23:59:00+00:00",
"base_asset_bal": 1689.5,
"quote_asset_bal": 8187.7240809575,
"total_value_mid": 9962.7127809575,
"total_value_exit_net": 9961.3815394325,
"total_value": 9962.7127809575,
"base_cost_quote": 1827.6296649775,
"unrealized_pnl_exit_net": -53.9722065025
},
{
"timestamp": "2024-12-05T23:59:00+00:00",
"base_asset_bal": 1603.2,
"quote_asset_bal": 8278.8881816675,
"total_value_mid": 9973.3102616675,
"total_value_exit_net": 9972.0394451075,
"total_value": 9973.3102616675,
"base_cost_quote": 1737.05169241,
"unrealized_pnl_exit_net": -43.90042897
},
{
"timestamp": "2024-12-06T23:59:00+00:00",
"base_asset_bal": 1555.4,
"quote_asset_bal": 8329.6101068675,
"total_value_mid": 9973.5123668675,
"total_value_exit_net": 9972.2794401725,
"total_value": 9973.5123668675,
"base_cost_quote": 1686.6565543825,
"unrealized_pnl_exit_net": -43.9872210775
},
{
"timestamp": "2024-12-07T23:59:00+00:00",
"base_asset_bal": 1567.3,
"quote_asset_bal": 8317.0128460025,
"total_value_mid": 9974.9027860025,
"total_value_exit_net": 9973.6593685475,
"total_value": 9974.9027860025,
"base_cost_quote": 1699.2538152475,
"unrealized_pnl_exit_net": -42.6072927025
},
{
"timestamp": "2024-12-08T23:59:00+00:00",
"base_asset_bal": 1540.9,
"quote_asset_bal": 8344.992839555,
"total_value_mid": 9973.107779555,
"total_value_exit_net": 9971.88669335,
"total_value": 9973.107779555,
"base_cost_quote": 1671.357478675,
"unrealized_pnl_exit_net": -44.46362488
},
{
"timestamp": "2024-12-09T23:59:00+00:00",
"base_asset_bal": 1579.1,
"quote_asset_bal": 8304.7013312375,
"total_value_mid": 9969.0727312375,
"total_value_exit_net": 9967.8244526875,
"total_value": 9969.0727312375,
"base_cost_quote": 1711.7060073925,
"unrealized_pnl_exit_net": -48.5828859425
},
{
"timestamp": "2024-12-10T23:59:00+00:00",
"base_asset_bal": 1749.3,
"quote_asset_bal": 8125.8629578125,
"total_value_mid": 9962.4530278125,
"total_value_exit_net": 9961.07558526,
"total_value": 9962.4530278125,
"base_cost_quote": 1890.57122577,
"unrealized_pnl_exit_net": -55.3585983225
},
{
"timestamp": "2024-12-11T23:59:00+00:00",
"base_asset_bal": 1703.7,
"quote_asset_bal": 8173.7931431925,
"total_value_mid": 9966.9373931925,
"total_value_exit_net": 9965.592535005,
"total_value": 9966.9373931925,
"base_cost_quote": 1842.72544833,
"unrealized_pnl_exit_net": -50.9260565175
},
{
"timestamp": "2024-12-12T23:59:00+00:00",
"base_asset_bal": 1742.1,
"quote_asset_bal": 8133.4864391925,
"total_value_mid": 9959.3814491925,
"total_value_exit_net": 9958.012027935,
"total_value": 9959.3814491925,
"base_cost_quote": 1883.04566583,
"unrealized_pnl_exit_net": -58.5200770875
},
{
"timestamp": "2024-12-13T23:59:00+00:00",
"base_asset_bal": 1742.1,
"quote_asset_bal": 8133.4864391925,
"total_value_mid": 9962.5172291925,
"total_value_exit_net": 9961.1454561,
"total_value": 9962.5172291925,
"base_cost_quote": 1883.04566583,
"unrealized_pnl_exit_net": -55.3866489225
},
{
"timestamp": "2024-12-14T23:59:00+00:00",
"base_asset_bal": 1722.9,
"quote_asset_bal": 8153.6644143525,
"total_value_mid": 9965.6383443525,
"total_value_exit_net": 9964.279363905,
"total_value": 9965.6383443525,
"base_cost_quote": 1862.89648527,
"unrealized_pnl_exit_net": -52.2815357175
},
{
"timestamp": "2024-12-15T23:59:00+00:00",
"base_asset_bal": 1670.2,
"quote_asset_bal": 8209.1672469125,
"total_value_mid": 9968.7229469125,
"total_value_exit_net": 9967.4032801375,
"total_value": 9968.7229469125,
"base_cost_quote": 1807.53671656,
"unrealized_pnl_exit_net": -49.300683335
},
{
"timestamp": "2024-12-16T23:59:00+00:00",
"base_asset_bal": 1605.5,
"quote_asset_bal": 8277.845469205,
"total_value_mid": 9970.684669205,
"total_value_exit_net": 9969.415039805,
"total_value": 9970.684669205,
"base_cost_quote": 1739.5135474175,
"unrealized_pnl_exit_net": -47.9439768175
},
{
"timestamp": "2024-12-17T23:59:00+00:00",
"base_asset_bal": 1639,
"quote_asset_bal": 8242.61776823,
"total_value_mid": 9962.74826823,
"total_value_exit_net": 9961.458170355,
"total_value": 9962.74826823,
"base_cost_quote": 1774.7412483925,
"unrealized_pnl_exit_net": -55.9008462675
},
{
"timestamp": "2024-12-18T23:59:00+00:00",
"base_asset_bal": 1882.8,
"quote_asset_bal": 7988.114693975,
"total_value_mid": 9937.189253975,
"total_value_exit_net": 9935.727448055,
"total_value": 9937.189253975,
"base_cost_quote": 2029.2443226475,
"unrealized_pnl_exit_net": -81.6315685675
},
{
"timestamp": "2024-12-19T23:59:00+00:00",
"base_asset_bal": 1984.6,
"quote_asset_bal": 7882.219851975,
"total_value_mid": 9934.494711975,
"total_value_exit_net": 9932.95550583,
"total_value": 9934.494711975,
"base_cost_quote": 2135.2348159425,
"unrealized_pnl_exit_net": -84.4991620875
},
{
"timestamp": "2024-12-20T23:59:00+00:00",
"base_asset_bal": 1960.5,
"quote_asset_bal": 7907.5613011325,
"total_value_mid": 9945.3050011325,
"total_value_exit_net": 9943.7766933575,
"total_value": 9945.3050011325,
"base_cost_quote": 2110.1286404225,
"unrealized_pnl_exit_net": -73.9132481975
},
{
"timestamp": "2024-12-21T23:59:00+00:00",
"base_asset_bal": 1987.2,
"quote_asset_bal": 7879.81254061,
"total_value_mid": 9947.09670061,
"total_value_exit_net": 9945.54623749,
"total_value": 9947.09670061,
"base_cost_quote": 2137.889995835,
"unrealized_pnl_exit_net": -72.156298955
},
{
"timestamp": "2024-12-22T23:59:00+00:00",
"base_asset_bal": 1948.4,
"quote_asset_bal": 7920.229744955,
"total_value_mid": 9950.657384955,
"total_value_exit_net": 9949.134564225,
"total_value": 9950.657384955,
"base_cost_quote": 2097.5303587925,
"unrealized_pnl_exit_net": -68.6255395225
},
{
"timestamp": "2024-12-23T23:59:00+00:00",
"base_asset_bal": 1953.2,
"quote_asset_bal": 7915.26327424,
"total_value_mid": 9948.93511424,
"total_value_exit_net": 9947.40986036,
"total_value": 9948.93511424,
"base_cost_quote": 2102.538982445,
"unrealized_pnl_exit_net": -70.392396325
},
{
"timestamp": "2024-12-24T23:59:00+00:00",
"base_asset_bal": 1953.2,
"quote_asset_bal": 7915.26327424,
"total_value_mid": 9946.59127424,
"total_value_exit_net": 9945.06777824,
"total_value": 9946.59127424,
"base_cost_quote": 2102.538982445,
"unrealized_pnl_exit_net": -72.734478445
},
{
"timestamp": "2024-12-25T23:59:00+00:00",
"base_asset_bal": 1953.2,
"quote_asset_bal": 7915.26327424,
"total_value_mid": 9946.98191424,
"total_value_exit_net": 9945.45812526,
"total_value": 9946.98191424,
"base_cost_quote": 2102.538982445,
"unrealized_pnl_exit_net": -72.344131425
},
{
"timestamp": "2024-12-26T23:59:00+00:00",
"base_asset_bal": 1941.1,
"quote_asset_bal": 7927.8753181075,
"total_value_mid": 9952.6367281075,
"total_value_exit_net": 9951.11815705,
"total_value": 9952.6367281075,
"base_cost_quote": 2089.940700815,
"unrealized_pnl_exit_net": -66.6978618725
},
{
"timestamp": "2024-12-27T23:59:00+00:00",
"base_asset_bal": 1914.5,
"quote_asset_bal": 7955.63453307,
"total_value_mid": 9952.84093307,
"total_value_exit_net": 9951.34302827,
"total_value": 9952.84093307,
"base_cost_quote": 2062.25625304,
"unrealized_pnl_exit_net": -66.54775784
},
{
"timestamp": "2024-12-28T23:59:00+00:00",
"base_asset_bal": 1909.6,
"quote_asset_bal": 7960.7507030625,
"total_value_mid": 9955.9007830625,
"total_value_exit_net": 9954.4044205025,
"total_value": 9955.9007830625,
"base_cost_quote": 2057.1834012525,
"unrealized_pnl_exit_net": -63.5296838125
},
{
"timestamp": "2024-12-29T23:59:00+00:00",
"base_asset_bal": 1805.7,
"quote_asset_bal": 8069.4972169075,
"total_value_mid": 9957.7177069075,
"total_value_exit_net": 9956.30154154,
"total_value": 9957.7177069075,
"base_cost_quote": 1948.9173625775,
"unrealized_pnl_exit_net": -62.113037945
},
{
"timestamp": "2024-12-30T23:59:00+00:00",
"base_asset_bal": 1926.1,
"quote_asset_bal": 7943.9273731975,
"total_value_mid": 9951.6940131975,
"total_value_exit_net": 9950.1881882175,
"total_value": 9951.6940131975,
"base_cost_quote": 2074.5297012275,
"unrealized_pnl_exit_net": -68.2688862075
},
{
"timestamp": "2024-12-31T23:59:00+00:00",
"base_asset_bal": 1875.8,
"quote_asset_bal": 7997.4431494925,
"total_value_mid": 9943.3980694925,
"total_value_exit_net": 9941.9386033025,
"total_value": 9943.3980694925,
"base_cost_quote": 2021.8634911725,
"unrealized_pnl_exit_net": -77.3680373625
},
{
"timestamp": "2025-01-01T23:59:00+00:00",
"base_asset_bal": 1914.7,
"quote_asset_bal": 7957.0580233475,
"total_value_mid": 9942.9848633475,
"total_value_exit_net": 9941.4954182175,
"total_value": 9942.9848633475,
"base_cost_quote": 2062.2486173175,
"unrealized_pnl_exit_net": -77.8112224475
},
{
"timestamp": "2025-01-02T23:59:00+00:00",
"base_asset_bal": 2175.8,
"quote_asset_bal": 7687.5455438875,
"total_value_mid": 9925.1382638875,
"total_value_exit_net": 9923.4600693475,
"total_value": 9925.1382638875,
"base_cost_quote": 2331.7740098675,
"unrealized_pnl_exit_net": -95.8594844075
},
{
"timestamp": "2025-01-03T23:59:00+00:00",
"base_asset_bal": 2083,
"quote_asset_bal": 7783.6154938175,
"total_value_mid": 9937.0208938175,
"total_value_exit_net": 9935.4058397675,
"total_value": 9937.0208938175,
"base_cost_quote": 2236.3988921375,
"unrealized_pnl_exit_net": -84.6085461875
},
{
"timestamp": "2025-01-04T23:59:00+00:00",
"base_asset_bal": 2083,
"quote_asset_bal": 7783.6154938175,
"total_value_mid": 9933.2714938175,
"total_value_exit_net": 9931.6592518175,
"total_value": 9933.2714938175,
"base_cost_quote": 2236.3988921375,
"unrealized_pnl_exit_net": -88.3551341375
},
{
"timestamp": "2025-01-05T23:59:00+00:00",
"base_asset_bal": 2083,
"quote_asset_bal": 7783.6154938175,
"total_value_mid": 9930.9801938175,
"total_value_exit_net": 9929.3696702925,
"total_value": 9930.9801938175,
"base_cost_quote": 2236.3988921375,
"unrealized_pnl_exit_net": -90.6447156625
},
{
"timestamp": "2025-01-06T23:59:00+00:00",
"base_asset_bal": 2000.4,
"quote_asset_bal": 7869.8333419225,
"total_value_mid": 9946.6486219225,
"total_value_exit_net": 9945.0910104625,
"total_value": 9946.6486219225,
"base_cost_quote": 2150.7997809175,
"unrealized_pnl_exit_net": -75.5421123775
},
{
"timestamp": "2025-01-07T23:59:00+00:00",
"base_asset_bal": 2012.5,
"quote_asset_bal": 7857.3737933775,
"total_value_mid": 9937.4937933775,
"total_value_exit_net": 9935.9337033775,
"total_value": 9937.4937933775,
"base_cost_quote": 2163.3297313375,
"unrealized_pnl_exit_net": -84.7698213375
},
{
"timestamp": "2025-01-08T23:59:00+00:00",
"base_asset_bal": 2212.1,
"quote_asset_bal": 7651.29039985,
"total_value_mid": 9931.08065985,
"total_value_exit_net": 9929.370817155,
"total_value": 9931.08065985,
"base_cost_quote": 2369.425997695,
"unrealized_pnl_exit_net": -91.34558039
},
{
"timestamp": "2025-01-09T23:59:00+00:00",
"base_asset_bal": 2224.3,
"quote_asset_bal": 7638.733289075,
"total_value_mid": 9925.091259075,
"total_value_exit_net": 9923.3764905975,
"total_value": 9925.091259075,
"base_cost_quote": 2381.98310847,
"unrealized_pnl_exit_net": -97.3399069475
},
{
"timestamp": "2025-01-10T23:59:00+00:00",
"base_asset_bal": 2322.6,
"quote_asset_bal": 7537.9994704725,
"total_value_mid": 9914.9483104725,
"total_value_exit_net": 9913.1655988425,
"total_value": 9914.9483104725,
"base_cost_quote": 2482.7452734575,
"unrealized_pnl_exit_net": -107.5791450875
},
{
"timestamp": "2025-01-11T23:59:00+00:00",
"base_asset_bal": 2322.6,
"quote_asset_bal": 7537.9994704725,
"total_value_mid": 9918.4322104725,
"total_value_exit_net": 9916.6468859175,
"total_value": 9918.4322104725,
"base_cost_quote": 2482.7452734575,
"unrealized_pnl_exit_net": -104.0978580125
},
{
"timestamp": "2025-01-12T23:59:00+00:00",
"base_asset_bal": 2322.6,
"quote_asset_bal": 7537.9994704725,
"total_value_mid": 9916.5741304725,
"total_value_exit_net": 9914.7901994775,
"total_value": 9916.5741304725,
"base_cost_quote": 2482.7452734575,
"unrealized_pnl_exit_net": -105.9545444525
},
{
"timestamp": "2025-01-13T23:59:00+00:00",
"base_asset_bal": 2386.8,
"quote_asset_bal": 7472.4892264575,
"total_value_mid": 9923.0167864575,
"total_value_exit_net": 9921.1788907875,
"total_value": 9923.0167864575,
"base_cost_quote": 2548.4263173225,
"unrealized_pnl_exit_net": -99.7366529925
},
{
"timestamp": "2025-01-14T23:59:00+00:00",
"base_asset_bal": 2317.8,
"quote_asset_bal": 7543.4507083275,
"total_value_mid": 9931.7118283275,
"total_value_exit_net": 9929.9206324875,
"total_value": 9931.7118283275,
"base_cost_quote": 2477.7361994675,
"unrealized_pnl_exit_net": -91.2662753075
},
{
"timestamp": "2025-01-15T23:59:00+00:00",
"base_asset_bal": 2188.3,
"quote_asset_bal": 7677.4171483225,
"total_value_mid": 9939.2440283225,
"total_value_exit_net": 9937.5476581625,
"total_value": 9939.2440283225,
"base_cost_quote": 2344.4095394125,
"unrealized_pnl_exit_net": -84.2790295725
},
{
"timestamp": "2025-01-16T23:59:00+00:00",
"base_asset_bal": 2205.6,
"quote_asset_bal": 7660.18801501,
"total_value_mid": 9936.36721501,
"total_value_exit_net": 9934.66008061,
"total_value": 9936.36721501,
"base_cost_quote": 2362.0517611625,
"unrealized_pnl_exit_net": -87.5796955625
},
{
"timestamp": "2025-01-17T23:59:00+00:00",
"base_asset_bal": 2193.4,
"quote_asset_bal": 7672.88372924,
"total_value_mid": 9932.52440924,
"total_value_exit_net": 9930.82967873,
"total_value": 9932.52440924,
"base_cost_quote": 2349.46361713,
"unrealized_pnl_exit_net": -91.51766764
},
{
"timestamp": "2025-01-18T23:59:00+00:00",
"base_asset_bal": 2144.5,
"quote_asset_bal": 7723.70207564,
"total_value_mid": 9947.11967564,
"total_value_exit_net": 9945.45211244,
"total_value": 9947.11967564,
"base_cost_quote": 2299.2550989625,
"unrealized_pnl_exit_net": -77.5050621625
},
{
"timestamp": "2025-01-19T23:59:00+00:00",
"base_asset_bal": 2208.5,
"quote_asset_bal": 7658.4383536375,
"total_value_mid": 9927.0095536375,
"total_value_exit_net": 9925.3081252375,
"total_value": 9927.0095536375,
"base_cost_quote": 2364.8039437525,
"unrealized_pnl_exit_net": -97.9341721525
},
{
"timestamp": "2025-01-20T23:59:00+00:00",
"base_asset_bal": 1966.9,
"quote_asset_bal": 7909.107115615,
"total_value_mid": 9956.256635615,
"total_value_exit_net": 9954.721273475,
"total_value": 9956.256635615,
"base_cost_quote": 2115.3617022775,
"unrealized_pnl_exit_net": -69.7475444175
},
{
"timestamp": "2025-01-21T23:59:00+00:00",
"base_asset_bal": 1979,
"quote_asset_bal": 7896.77796931,
"total_value_mid": 9957.70856931,
"total_value_exit_net": 9956.16287136,
"total_value": 9957.70856931,
"base_cost_quote": 2127.9720929825,
"unrealized_pnl_exit_net": -68.5871909325
},
{
"timestamp": "2025-01-22T23:59:00+00:00",
"base_asset_bal": 1981.3,
"quote_asset_bal": 7894.43763837,
"total_value_mid": 9955.98028837,
"total_value_exit_net": 9954.4341313825,
"total_value": 9955.98028837,
"base_cost_quote": 2130.4116212575,
"unrealized_pnl_exit_net": -70.415128245
},
{
"timestamp": "2025-01-23T23:59:00+00:00",
"base_asset_bal": 2008,
"quote_asset_bal": 7866.711138235,
"total_value_mid": 9956.235938235,
"total_value_exit_net": 9954.668794635,
"total_value": 9956.235938235,
"base_cost_quote": 2158.1800519725,
"unrealized_pnl_exit_net": -70.2223955725
},
{
"timestamp": "2025-01-24T23:59:00+00:00",
"base_asset_bal": 1833.5,
"quote_asset_bal": 8049.3886455525,
"total_value_mid": 9972.9134955525,
"total_value_exit_net": 9971.470851915,
"total_value": 9972.9134955525,
"base_cost_quote": 1976.753714195,
"unrealized_pnl_exit_net": -54.6715078325
},
{
"timestamp": "2025-01-25T23:59:00+00:00",
"base_asset_bal": 1871.9,
"quote_asset_bal": 8009.1171845925,
"total_value_mid": 9971.0555745925,
"total_value_exit_net": 9969.5841208,
"total_value": 9971.0555745925,
"base_cost_quote": 2017.025175155,
"unrealized_pnl_exit_net": -56.5582389475
},
{
"timestamp": "2025-01-26T23:59:00+00:00",
"base_asset_bal": 1871.9,
"quote_asset_bal": 8009.1171845925,
"total_value_mid": 9967.6861545925,
"total_value_exit_net": 9966.217227865,
"total_value": 9967.6861545925,
"base_cost_quote": 2017.025175155,
"unrealized_pnl_exit_net": -59.9251318825
},
{
"timestamp": "2025-01-27T23:59:00+00:00",
"base_asset_bal": 1869.4,
"quote_asset_bal": 8011.937018505,
"total_value_mid": 9963.777558505,
"total_value_exit_net": 9962.3136781,
"total_value": 9963.777558505,
"base_cost_quote": 2014.479827575,
"unrealized_pnl_exit_net": -64.10316798
},
{
"timestamp": "2025-01-28T23:59:00+00:00",
"base_asset_bal": 1903,
"quote_asset_bal": 7976.849122305,
"total_value_mid": 9960.726622305,
"total_value_exit_net": 9959.23871418,
"total_value": 9960.726622305,
"base_cost_quote": 2049.567723775,
"unrealized_pnl_exit_net": -67.1781319
},
{
"timestamp": "2025-01-29T23:59:00+00:00",
"base_asset_bal": 1975.5,
"quote_asset_bal": 7901.268519335,
"total_value_mid": 9961.517469335,
"total_value_exit_net": 9959.9722826225,
"total_value": 9961.517469335,
"base_cost_quote": 2125.148326745,
"unrealized_pnl_exit_net": -66.4445634575
},
{
"timestamp": "2025-01-30T23:59:00+00:00",
"base_asset_bal": 1975.7,
"quote_asset_bal": 7901.165734915,
"total_value_mid": 9957.671864915,
"total_value_exit_net": 9956.1294853175,
"total_value": 9957.671864915,
"base_cost_quote": 2125.323017665,
"unrealized_pnl_exit_net": -70.3592672625
},
{
"timestamp": "2025-01-31T23:59:00+00:00",
"base_asset_bal": 2034.1,
"quote_asset_bal": 7840.501946185,
"total_value_mid": 9944.778396185,
"total_value_exit_net": 9943.2001888475,
"total_value": 9944.778396185,
"base_cost_quote": 2186.0150325625,
"unrealized_pnl_exit_net": -83.3167899
},
{
"timestamp": "2025-02-01T23:59:00+00:00",
"base_asset_bal": 2111.9,
"quote_asset_bal": 7760.0003052025,
"total_value_mid": 9940.3258652025,
"total_value_exit_net": 9938.6906210325,
"total_value": 9940.3258652025,
"base_cost_quote": 2266.516673545,
"unrealized_pnl_exit_net": -87.826357715
},
{
"timestamp": "2025-02-02T23:59:00+00:00",
"base_asset_bal": 2337,
"quote_asset_bal": 7528.625146345,
"total_value_mid": 9919.843546345,
"total_value_exit_net": 9918.050132545,
"total_value": 9919.843546345,
"base_cost_quote": 2497.9740865075,
"unrealized_pnl_exit_net": -108.5491003075
},
{
"timestamp": "2025-02-03T23:59:00+00:00",
"base_asset_bal": 2239,
"quote_asset_bal": 7630.3048969925,
"total_value_mid": 9935.3553969925,
"total_value_exit_net": 9933.6266091175,
"total_value": 9935.3553969925,
"base_cost_quote": 2397.24286471,
"unrealized_pnl_exit_net": -93.921152585
},
{
"timestamp": "2025-02-04T23:59:00+00:00",
"base_asset_bal": 2187.8,
"quote_asset_bal": 7683.395774265,
"total_value_mid": 9948.643894265,
"total_value_exit_net": 9946.944958175,
"total_value": 9948.643894265,
"base_cost_quote": 2344.665721405,
"unrealized_pnl_exit_net": -81.116537495
},
{
"timestamp": "2025-02-05T23:59:00+00:00",
"base_asset_bal": 2044.3,
"quote_asset_bal": 7832.6383220125,
"total_value_mid": 9957.0748820125,
"total_value_exit_net": 9955.4815545925,
"total_value": 9957.0748820125,
"base_cost_quote": 2196.04399865,
"unrealized_pnl_exit_net": -73.20076607
},
{
"timestamp": "2025-02-06T23:59:00+00:00",
"base_asset_bal": 2105,
"quote_asset_bal": 7769.644982415,
"total_value_mid": 9954.003482415,
"total_value_exit_net": 9952.36521354,
"total_value": 9954.003482415,
"base_cost_quote": 2259.0373382475,
"unrealized_pnl_exit_net": -76.3171071225
},
{
"timestamp": "2025-02-07T23:59:00+00:00",
"base_asset_bal": 2212,
"quote_asset_bal": 7659.0668195775,
"total_value_mid": 9940.7448195775,
"total_value_exit_net": 9939.0335610775,
"total_value": 9940.7448195775,
"base_cost_quote": 2369.6437709025,
"unrealized_pnl_exit_net": -89.6770294025
},
{
"timestamp": "2025-02-08T23:59:00+00:00",
"base_asset_bal": 2212,
"quote_asset_bal": 7659.0668195775,
"total_value_mid": 9939.1964195775,
"total_value_exit_net": 9937.4863223775,
"total_value": 9939.1964195775,
"base_cost_quote": 2369.6437709025,
"unrealized_pnl_exit_net": -91.2242681025
},
{
"timestamp": "2025-02-09T23:59:00+00:00",
"base_asset_bal": 2290,
"quote_asset_bal": 7578.7290113775,
"total_value_mid": 9938.5740113775,
"total_value_exit_net": 9936.8041276275,
"total_value": 9938.5740113775,
"base_cost_quote": 2449.9815791025,
"unrealized_pnl_exit_net": -91.9064628525
},
{
"timestamp": "2025-02-10T23:59:00+00:00",
"base_asset_bal": 2270.5,
"quote_asset_bal": 7598.8319787,
"total_value_mid": 9936.7658287,
"total_value_exit_net": 9935.0123783125,
"total_value": 9936.7658287,
"base_cost_quote": 2429.919333695,
"unrealized_pnl_exit_net": -93.7389340825
},
{
"timestamp": "2025-02-11T23:59:00+00:00",
"base_asset_bal": 2178.1,
"quote_asset_bal": 7694.4168462425,
"total_value_mid": 9951.3640662425,
"total_value_exit_net": 9949.6713558275,
"total_value": 9951.3640662425,
"base_cost_quote": 2334.531486425,
"unrealized_pnl_exit_net": -79.27697684
},
{
"timestamp": "2025-02-12T23:59:00+00:00",
"base_asset_bal": 2078.3,
"quote_asset_bal": 7798.0902585575,
"total_value_mid": 9957.2361285575,
"total_value_exit_net": 9955.616769155,
"total_value": 9957.2361285575,
"base_cost_quote": 2231.3890876,
"unrealized_pnl_exit_net": -73.8625770025
},
{
"timestamp": "2025-02-13T23:59:00+00:00",
"base_asset_bal": 1964.1,
"quote_asset_bal": 7917.4348534075,
"total_value_mid": 9971.0978134075,
"total_value_exit_net": 9969.5575661875,
"total_value": 9971.0978134075,
"base_cost_quote": 2112.686307235,
"unrealized_pnl_exit_net": -60.563594455
},
{
"timestamp": "2025-02-14T23:59:00+00:00",
"base_asset_bal": 1877,
"quote_asset_bal": 8008.7125017925,
"total_value_mid": 9976.7470017925,
"total_value_exit_net": 9975.2709759175,
"total_value": 9976.7470017925,
"base_cost_quote": 2022.124877065,
"unrealized_pnl_exit_net": -55.56640294
},
{
"timestamp": "2025-02-15T23:59:00+00:00",
"base_asset_bal": 1877,
"quote_asset_bal": 8008.7125017925,
"total_value_mid": 9975.6208017925,
"total_value_exit_net": 9974.1456205675,
"total_value": 9975.6208017925,
"base_cost_quote": 2022.124877065,
"unrealized_pnl_exit_net": -56.69175829
},
{
"timestamp": "2025-02-16T23:59:00+00:00",
"base_asset_bal": 1877,
"quote_asset_bal": 8008.7125017925,
"total_value_mid": 9976.1839017925,
"total_value_exit_net": 9974.7082982425,
"total_value": 9976.1839017925,
"base_cost_quote": 2022.124877065,
"unrealized_pnl_exit_net": -56.129080615
},
{
"timestamp": "2025-02-17T23:59:00+00:00",
"base_asset_bal": 1889,
"quote_asset_bal": 7996.1318733925,
"total_value_mid": 9976.7483733925,
"total_value_exit_net": 9975.2629110175,
"total_value": 9976.7483733925,
"base_cost_quote": 2034.705505465,
"unrealized_pnl_exit_net": -55.57446784
},
{
"timestamp": "2025-02-18T23:59:00+00:00",
"base_asset_bal": 1941.8,
"quote_asset_bal": 7940.9197753525,
"total_value_mid": 9970.6833153525,
"total_value_exit_net": 9969.1609926975,
"total_value": 9970.6833153525,
"base_cost_quote": 2089.917603505,
"unrealized_pnl_exit_net": -61.67638616
},
{
"timestamp": "2025-02-19T23:59:00+00:00",
"base_asset_bal": 1968.2,
"quote_asset_bal": 7913.3586399925,
"total_value_mid": 9968.9467199925,
"total_value_exit_net": 9967.4050289325,
"total_value": 9968.9467199925,
"base_cost_quote": 2117.478738865,
"unrealized_pnl_exit_net": -63.432349925
},
{
"timestamp": "2025-02-20T23:59:00+00:00",
"base_asset_bal": 1877,
"quote_asset_bal": 8008.8933351925,
"total_value_mid": 9980.6818351925,
"total_value_exit_net": 9979.2029938175,
"total_value": 9980.6818351925,
"base_cost_quote": 2022.124877065,
"unrealized_pnl_exit_net": -51.81521844
},
{
"timestamp": "2025-02-21T23:59:00+00:00",
"base_asset_bal": 1889,
"quote_asset_bal": 7996.3127067925,
"total_value_mid": 9971.8289067925,
"total_value_exit_net": 9970.3472696425,
"total_value": 9971.8289067925,
"base_cost_quote": 2034.705505465,
"unrealized_pnl_exit_net": -60.670942615
},
{
"timestamp": "2025-02-22T23:59:00+00:00",
"base_asset_bal": 1915.4,
"quote_asset_bal": 7968.6802379725,
"total_value_mid": 9973.3378779725,
"total_value_exit_net": 9971.8343847425,
"total_value": 9973.3378779725,
"base_cost_quote": 2062.337974285,
"unrealized_pnl_exit_net": -59.183827515
},
{
"timestamp": "2025-02-23T23:59:00+00:00",
"base_asset_bal": 1896.2,
"quote_asset_bal": 7988.8054527325,
"total_value_mid": 9977.7296327325,
"total_value_exit_net": 9976.2379395975,
"total_value": 9977.7296327325,
"base_cost_quote": 2042.241633325,
"unrealized_pnl_exit_net": -54.80914646
},
{
"timestamp": "2025-02-24T23:59:00+00:00",
"base_asset_bal": 1869.5,
"quote_asset_bal": 8017.0103160075,
"total_value_mid": 9971.5725660075,
"total_value_exit_net": 9970.10664432,
"total_value": 9971.5725660075,
"base_cost_quote": 2014.5162648825,
"unrealized_pnl_exit_net": -61.41993657
},
{
"timestamp": "2025-02-25T23:59:00+00:00",
"base_asset_bal": 1823.9,
"quote_asset_bal": 8064.9079435275,
"total_value_mid": 9984.9274735275,
"total_value_exit_net": 9983.48745888,
"total_value": 9984.9274735275,
"base_cost_quote": 1966.7454236025,
"unrealized_pnl_exit_net": -48.16590825
},
{
"timestamp": "2025-02-26T23:59:00+00:00",
"base_asset_bal": 1847.7,
"quote_asset_bal": 8039.8663514525,
"total_value_mid": 9980.6904314525,
"total_value_exit_net": 9979.2348133925,
"total_value": 9980.6904314525,
"base_cost_quote": 1991.8325648575,
"unrealized_pnl_exit_net": -52.4641029175
},
{
"timestamp": "2025-02-27T23:59:00+00:00",
"base_asset_bal": 1986.9,
"quote_asset_bal": 7894.3129482125,
"total_value_mid": 9961.2850182125,
"total_value_exit_net": 9959.73478916,
"total_value": 9961.2850182125,
"base_cost_quote": 2137.3859680975,
"unrealized_pnl_exit_net": -71.96412715
},
{
"timestamp": "2025-02-28T23:59:00+00:00",
"base_asset_bal": 2103.6,
"quote_asset_bal": 7772.8850655525,
"total_value_mid": 9956.8425855525,
"total_value_exit_net": 9955.2046174125,
"total_value": 9956.8425855525,
"base_cost_quote": 2258.8138507575,
"unrealized_pnl_exit_net": -76.4942988975
},
{
"timestamp": "2025-03-01T23:59:00+00:00",
"base_asset_bal": 2142.5,
"quote_asset_bal": 7732.5155110775,
"total_value_mid": 9953.2167610775,
"total_value_exit_net": 9951.55123514,
"total_value": 9953.2167610775,
"base_cost_quote": 2299.1834052325,
"unrealized_pnl_exit_net": -80.14768117
},
{
"timestamp": "2025-03-02T23:59:00+00:00",
"base_asset_bal": 2145.2,
"quote_asset_bal": 7730.180432165,
"total_value_mid": 9962.475552165,
"total_value_exit_net": 9960.801330825,
"total_value": 9962.475552165,
"base_cost_quote": 2301.8705791025,
"unrealized_pnl_exit_net": -71.2496804425
},
{
"timestamp": "2025-03-03T23:59:00+00:00",
"base_asset_bal": 1924.7,
"quote_asset_bal": 7960.6397101675,
"total_value_mid": 9979.0726001675,
"total_value_exit_net": 9977.5587755,
"total_value": 9979.0726001675,
"base_cost_quote": 2072.336827805,
"unrealized_pnl_exit_net": -55.4177624725
},
{
"timestamp": "2025-03-04T23:59:00+00:00",
"base_asset_bal": 1548.6,
"quote_asset_bal": 8358.196224805,
"total_value_mid": 10003.119144805,
"total_value_exit_net": 10001.885452615,
"total_value": 10003.119144805,
"base_cost_quote": 1677.0255565475,
"unrealized_pnl_exit_net": -33.3363287375
},
{
"timestamp": "2025-03-05T23:59:00+00:00",
"base_asset_bal": 1073.8,
"quote_asset_bal": 8867.41182373,
"total_value_mid": 10026.47154373,
"total_value_exit_net": 10025.60224894,
"total_value": 10026.47154373,
"base_cost_quote": 1173.22706085,
"unrealized_pnl_exit_net": -15.03663564
},
{
"timestamp": "2025-03-06T23:59:00+00:00",
"base_asset_bal": 1208.5,
"quote_asset_bal": 8721.656952385,
"total_value_mid": 10025.265902385,
"total_value_exit_net": 10024.2881956725,
"total_value": 10025.265902385,
"base_cost_quote": 1319.5487298575,
"unrealized_pnl_exit_net": -16.91748657
},
{
"timestamp": "2025-03-07T23:59:00+00:00",
"base_asset_bal": 1086.7,
"quote_asset_bal": 8853.6190622125,
"total_value_mid": 10031.1671822125,
"total_value_exit_net": 10030.2840211225,
"total_value": 10031.1671822125,
"base_cost_quote": 1188.7674574125,
"unrealized_pnl_exit_net": -12.1024985025
},
{
"timestamp": "2025-03-08T23:59:00+00:00",
"base_asset_bal": 1086.7,
"quote_asset_bal": 8853.6190622125,
"total_value_mid": 10030.0804822125,
"total_value_exit_net": 10029.1981361475,
"total_value": 10030.0804822125,
"base_cost_quote": 1188.7674574125,
"unrealized_pnl_exit_net": -13.1883834775
},
{
"timestamp": "2025-03-09T23:59:00+00:00",
"base_asset_bal": 1086.7,
"quote_asset_bal": 8853.6190622125,
"total_value_mid": 10033.7752622125,
"total_value_exit_net": 10032.8901450625,
"total_value": 10033.7752622125,
"base_cost_quote": 1188.7674574125,
"unrealized_pnl_exit_net": -9.4963745625
},
{
"timestamp": "2025-03-10T23:59:00+00:00",
"base_asset_bal": 1107.7,
"quote_asset_bal": 8830.9204310525,
"total_value_mid": 10031.6672310525,
"total_value_exit_net": 10030.7666709525,
"total_value": 10031.6672310525,
"base_cost_quote": 1211.5221506425,
"unrealized_pnl_exit_net": -11.6759107425
},
{
"timestamp": "2025-03-11T23:59:00+00:00",
"base_asset_bal": 970.6,
"quote_asset_bal": 8980.2066268275,
"total_value_mid": 10039.6165268275,
"total_value_exit_net": 10038.8219694025,
"total_value": 10039.6165268275,
"base_cost_quote": 1064.519050945,
"unrealized_pnl_exit_net": -5.90370837
},
{
"timestamp": "2025-03-12T23:59:00+00:00",
"base_asset_bal": 1007.4,
"quote_asset_bal": 8940.09224121,
"total_value_mid": 10036.84862121,
"total_value_exit_net": 10036.026053925,
"total_value": 10036.84862121,
"base_cost_quote": 1104.68921599,
"unrealized_pnl_exit_net": -8.755403275
},
{
"timestamp": "2025-03-13T23:59:00+00:00",
"base_asset_bal": 1079.4,
"quote_asset_bal": 8861.846731,
"total_value_mid": 10033.859251,
"total_value_exit_net": 10032.98024161,
"total_value": 10033.859251,
"base_cost_quote": 1182.94830632,
"unrealized_pnl_exit_net": -11.81479571
},
{
"timestamp": "2025-03-14T23:59:00+00:00",
"base_asset_bal": 1058.3,
"quote_asset_bal": 8884.7973381525,
"total_value_mid": 10035.6985881525,
"total_value_exit_net": 10034.835412215,
"total_value": 10035.6985881525,
"base_cost_quote": 1160.0828200575,
"unrealized_pnl_exit_net": -10.044745995
},
{
"timestamp": "2025-03-15T23:59:00+00:00",
"base_asset_bal": 1058.3,
"quote_asset_bal": 8884.7973381525,
"total_value_mid": 10035.5927581525,
"total_value_exit_net": 10034.7296615875,
"total_value": 10035.5927581525,
"base_cost_quote": 1160.0828200575,
"unrealized_pnl_exit_net": -10.1504966225
},
{
"timestamp": "2025-03-16T23:59:00+00:00",
"base_asset_bal": 1058.3,
"quote_asset_bal": 8884.7973381525,
"total_value_mid": 10036.1219081525,
"total_value_exit_net": 10035.258414725,
"total_value": 10036.1219081525,
"base_cost_quote": 1160.0828200575,
"unrealized_pnl_exit_net": -9.621743485
},
{
"timestamp": "2025-03-17T23:59:00+00:00",
"base_asset_bal": 1021.4,
"quote_asset_bal": 8925.0534234275,
"total_value_mid": 10040.4222234275,
"total_value_exit_net": 10039.5856968275,
"total_value": 10040.4222234275,
"base_cost_quote": 1119.89621269,
"unrealized_pnl_exit_net": -5.36393929
},
{
"timestamp": "2025-03-18T23:59:00+00:00",
"base_asset_bal": 970.6,
"quote_asset_bal": 8980.633772255,
"total_value_mid": 10042.470172255,
"total_value_exit_net": 10041.673794955,
"total_value": 10042.470172255,
"base_cost_quote": 1064.519050945,
"unrealized_pnl_exit_net": -3.479028245
},
{
"timestamp": "2025-03-19T23:59:00+00:00",
"base_asset_bal": 1007.4,
"quote_asset_bal": 8940.4813304925,
"total_value_mid": 10039.4539904925,
"total_value_exit_net": 10038.6297609975,
"total_value": 10039.4539904925,
"base_cost_quote": 1104.6714927075,
"unrealized_pnl_exit_net": -6.5230622025
},
{
"timestamp": "2025-03-20T23:59:00+00:00",
"base_asset_bal": 1102.6,
"quote_asset_bal": 8837.09009518,
"total_value_mid": 10034.40343518,
"total_value_exit_net": 10033.505450175,
"total_value": 10034.40343518,
"base_cost_quote": 1208.06272802,
"unrealized_pnl_exit_net": -11.647373025
},
{
"timestamp": "2025-03-21T23:59:00+00:00",
"base_asset_bal": 1172.5,
"quote_asset_bal": 8761.254609385,
"total_value_mid": 10030.016859385,
"total_value_exit_net": 10029.0652876975,
"total_value": 10030.016859385,
"base_cost_quote": 1283.911832215,
"unrealized_pnl_exit_net": -16.1011539025
},
{
"timestamp": "2025-03-22T23:59:00+00:00",
"base_asset_bal": 1209.8,
"quote_asset_bal": 8720.88813722,
"total_value_mid": 10029.64977722,
"total_value_exit_net": 10028.66820599,
"total_value": 10029.64977722,
"base_cost_quote": 1324.27830438,
"unrealized_pnl_exit_net": -16.49823561
},
{
"timestamp": "2025-03-23T23:59:00+00:00",
"base_asset_bal": 1209.8,
"quote_asset_bal": 8720.88813722,
"total_value_mid": 10031.58545722,
"total_value_exit_net": 10030.60243423,
"total_value": 10031.58545722,
"base_cost_quote": 1324.27830438,
"unrealized_pnl_exit_net": -14.56400737
},
{
"timestamp": "2025-03-24T23:59:00+00:00",
"base_asset_bal": 1265.8,
"quote_asset_bal": 8660.4608902025,
"total_value_mid": 10027.3983102025,
"total_value_exit_net": 10026.3731071375,
"total_value": 10027.3983102025,
"base_cost_quote": 1384.7480326875,
"unrealized_pnl_exit_net": -18.8358157525
},
{
"timestamp": "2025-03-25T23:59:00+00:00",
"base_asset_bal": 1254.2,
"quote_asset_bal": 8673.0015176725,
"total_value_mid": 10025.9070576725,
"total_value_exit_net": 10024.8923785175,
"total_value": 10025.9070576725,
"base_cost_quote": 1372.2199236475,
"unrealized_pnl_exit_net": -20.3290628025
},
{
"timestamp": "2025-03-26T23:59:00+00:00",
"base_asset_bal": 1303.2,
"quote_asset_bal": 8620.1717850675,
"total_value_mid": 10019.1569850675,
"total_value_exit_net": 10018.1077461675,
"total_value": 10019.1569850675,
"base_cost_quote": 1425.0496562525,
"unrealized_pnl_exit_net": -27.1136951525
},
{
"timestamp": "2025-03-27T23:59:00+00:00",
"base_asset_bal": 1296.3,
"quote_asset_bal": 8627.8286350475,
"total_value_mid": 10028.2215250475,
"total_value_exit_net": 10027.17123038,
"total_value": 10028.2215250475,
"base_cost_quote": 1417.54223991,
"unrealized_pnl_exit_net": -18.1996445775
},
{
"timestamp": "2025-03-28T23:59:00+00:00",
"base_asset_bal": 1254.4,
"quote_asset_bal": 8673.2825491225,
"total_value_mid": 10031.4214291225,
"total_value_exit_net": 10030.4028249625,
"total_value": 10031.4214291225,
"base_cost_quote": 1372.343986625,
"unrealized_pnl_exit_net": -15.223710785
},
{
"timestamp": "2025-03-29T23:59:00+00:00",
"base_asset_bal": 1254.4,
"quote_asset_bal": 8673.2825491225,
"total_value_mid": 10030.0415891225,
"total_value_exit_net": 10029.0240198425,
"total_value": 10030.0415891225,
"base_cost_quote": 1372.343986625,
"unrealized_pnl_exit_net": -16.602515905
},
{
"timestamp": "2025-03-30T23:59:00+00:00",
"base_asset_bal": 1254.4,
"quote_asset_bal": 8673.2825491225,
"total_value_mid": 10030.7942291225,
"total_value_exit_net": 10029.7760953625,
"total_value": 10030.7942291225,
"base_cost_quote": 1372.343986625,
"unrealized_pnl_exit_net": -15.850440385
},
{
"timestamp": "2025-03-31T23:59:00+00:00",
"base_asset_bal": 1291.6,
"quote_asset_bal": 8633.0443130625,
"total_value_mid": 10030.9429930625,
"total_value_exit_net": 10029.8945690525,
"total_value": 10030.9429930625,
"base_cost_quote": 1412.582222685,
"unrealized_pnl_exit_net": -15.731966695
},
{
"timestamp": "2025-04-01T23:59:00+00:00",
"base_asset_bal": 1291.6,
"quote_asset_bal": 8633.0660993125,
"total_value_mid": 10028.6398993125,
"total_value_exit_net": 10027.5932189625,
"total_value": 10028.6398993125,
"base_cost_quote": 1412.574096595,
"unrealized_pnl_exit_net": -18.046976945
},
{
"timestamp": "2025-04-02T23:59:00+00:00",
"base_asset_bal": 1084.2,
"quote_asset_bal": 8858.77357542,
"total_value_mid": 10041.09367542,
"total_value_exit_net": 10040.206935345,
"total_value": 10041.09367542,
"base_cost_quote": 1188.05409279,
"unrealized_pnl_exit_net": -6.620732865
},
{
"timestamp": "2025-04-03T23:59:00+00:00",
"base_asset_bal": 659.5,
"quote_asset_bal": 9326.40165407,
"total_value_mid": 10055.01725407,
"total_value_exit_net": 10054.47079237,
"total_value": 10055.01725407,
"base_cost_quote": 726.50855306,
"unrealized_pnl_exit_net": 1.56058524
},
{
"timestamp": "2025-04-04T23:59:00+00:00",
"base_asset_bal": 920.6,
"quote_asset_bal": 9039.5722311875,
"total_value_mid": 10049.1942511875,
"total_value_exit_net": 10048.4370346725,
"total_value": 10049.1942511875,
"base_cost_quote": 1013.8791895125,
"unrealized_pnl_exit_net": -5.0143860275
},
{
"timestamp": "2025-04-05T23:59:00+00:00",
"base_asset_bal": 909.1,
"quote_asset_bal": 9052.1828661125,
"total_value_mid": 10049.8292061125,
"total_value_exit_net": 10049.0809713575,
"total_value": 10049.8292061125,
"base_cost_quote": 1001.2818485875,
"unrealized_pnl_exit_net": -4.3837433425
},
{
"timestamp": "2025-04-06T23:59:00+00:00",
"base_asset_bal": 883.9,
"quote_asset_bal": 9080.23924816,
"total_value_mid": 10052.44085816,
"total_value_exit_net": 10051.7117069525,
"total_value": 10052.44085816,
"base_cost_quote": 973.55549941,
"unrealized_pnl_exit_net": -2.0830406175
},
{
"timestamp": "2025-04-07T23:59:00+00:00",
"base_asset_bal": 971.3,
"quote_asset_bal": 8985.330203945,
"total_value_mid": 10045.309893945,
"total_value_exit_net": 10044.5149091775,
"total_value": 10045.309893945,
"base_cost_quote": 1069.0891259325,
"unrealized_pnl_exit_net": -9.9044207
},
{
"timestamp": "2025-04-08T23:59:00+00:00",
"base_asset_bal": 906.9,
"quote_asset_bal": 9056.1617280425,
"total_value_mid": 10052.3913780425,
"total_value_exit_net": 10051.644205805,
"total_value": 10052.3913780425,
"base_cost_quote": 998.6383874775,
"unrealized_pnl_exit_net": -3.155909715
},
{
"timestamp": "2025-04-09T23:59:00+00:00",
"base_asset_bal": 920.5,
"quote_asset_bal": 9042.3112987225,
"total_value_mid": 10049.9826487225,
"total_value_exit_net": 10049.22689521,
"total_value": 10049.9826487225,
"base_cost_quote": 1013.74714055,
"unrealized_pnl_exit_net": -6.8315440625
},
{
"timestamp": "2025-04-10T23:59:00+00:00",
"base_asset_bal": 434.5,
"quote_asset_bal": 9581.26959019,
"total_value_mid": 10070.34279019,
"total_value_exit_net": 10069.97598529,
"total_value": 10070.34279019,
"base_cost_quote": 479.62576974,
"unrealized_pnl_exit_net": 9.08062536
},
{
"timestamp": "2025-04-11T23:59:00+00:00",
"base_asset_bal": 629.4,
"quote_asset_bal": 9358.951615765,
"total_value_mid": 10074.138835765,
"total_value_exit_net": 10073.60244535,
"total_value": 10074.138835765,
"base_cost_quote": 709.2475470075,
"unrealized_pnl_exit_net": 5.4032825775
},
{
"timestamp": "2025-04-12T23:59:00+00:00",
"base_asset_bal": 629.4,
"quote_asset_bal": 9358.951615765,
"total_value_mid": 10072.942975765,
"total_value_exit_net": 10072.407482245,
"total_value": 10072.942975765,
"base_cost_quote": 709.2475470075,
"unrealized_pnl_exit_net": 4.2083194725
},
{
"timestamp": "2025-04-13T23:59:00+00:00",
"base_asset_bal": 640.5,
"quote_asset_bal": 9346.3647727075,
"total_value_mid": 10072.6917727075,
"total_value_exit_net": 10072.1470274575,
"total_value": 10072.6917727075,
"base_cost_quote": 721.834390065,
"unrealized_pnl_exit_net": 3.947864685
},
{
"timestamp": "2025-04-14T23:59:00+00:00",
"base_asset_bal": 658,
"quote_asset_bal": 9326.867062515,
"total_value_mid": 10072.775862515,
"total_value_exit_net": 10072.216430915,
"total_value": 10072.775862515,
"base_cost_quote": 741.913317975,
"unrealized_pnl_exit_net": 3.436050425
},
{
"timestamp": "2025-04-15T23:59:00+00:00",
"base_asset_bal": 758.2,
"quote_asset_bal": 9213.52136494,
"total_value_mid": 10069.37752494,
"total_value_exit_net": 10068.73563282,
"total_value": 10069.37752494,
"base_cost_quote": 855.2723835575,
"unrealized_pnl_exit_net": -0.0581156775
},
{
"timestamp": "2025-04-16T23:59:00+00:00",
"base_asset_bal": 588.9,
"quote_asset_bal": 9405.7860829025,
"total_value_mid": 10076.8376329025,
"total_value_exit_net": 10076.33434424,
"total_value": 10076.8376329025,
"base_cost_quote": 663.493507195,
"unrealized_pnl_exit_net": 7.0547541425
},
{
"timestamp": "2025-04-17T23:59:00+00:00",
"base_asset_bal": 631.1,
"quote_asset_bal": 9357.8560619825,
"total_value_mid": 10075.3536519825,
"total_value_exit_net": 10074.81552879,
"total_value": 10075.3536519825,
"base_cost_quote": 711.45006766,
"unrealized_pnl_exit_net": 5.5093991475
},
{
"timestamp": "2025-04-18T23:59:00+00:00",
"base_asset_bal": 613.3,
"quote_asset_bal": 9378.1004073275,
"total_value_mid": 10076.5264473275,
"total_value_exit_net": 10076.0026277975,
"total_value": 10076.5264473275,
"base_cost_quote": 691.2343672475,
"unrealized_pnl_exit_net": 6.6678532225
},
{
"timestamp": "2025-04-19T23:59:00+00:00",
"base_asset_bal": 588.9,
"quote_asset_bal": 9405.8965046075,
"total_value_mid": 10077.1247246075,
"total_value_exit_net": 10076.6213034425,
"total_value": 10077.1247246075,
"base_cost_quote": 663.493507195,
"unrealized_pnl_exit_net": 7.23129164
},
{
"timestamp": "2025-04-20T23:59:00+00:00",
"base_asset_bal": 498.2,
"quote_asset_bal": 9509.49111842,
"total_value_mid": 10079.58137842,
"total_value_exit_net": 10079.153810725,
"total_value": 10079.58137842,
"base_cost_quote": 560.287840955,
"unrealized_pnl_exit_net": 9.37485135
},
{
"timestamp": "2025-04-21T23:59:00+00:00",
"base_asset_bal": 532.3,
"quote_asset_bal": 9469.2424200625,
"total_value_mid": 10082.2923300625,
"total_value_exit_net": 10081.83254263,
"total_value": 10082.2923300625,
"base_cost_quote": 603.6693627125,
"unrealized_pnl_exit_net": 8.920759855
},
{
"timestamp": "2025-04-22T23:59:00+00:00",
"base_asset_bal": 803,
"quote_asset_bal": 9160.029467105,
"total_value_mid": 10072.076867105,
"total_value_exit_net": 10071.392831555,
"total_value": 10072.076867105,
"base_cost_quote": 912.9768694875,
"unrealized_pnl_exit_net": -1.6135050375
},
{
"timestamp": "2025-04-23T23:59:00+00:00",
"base_asset_bal": 896.5,
"quote_asset_bal": 9054.1464210775,
"total_value_mid": 10069.6119710775,
"total_value_exit_net": 10068.850371915,
"total_value": 10069.6119710775,
"base_cost_quote": 1019.0571901025,
"unrealized_pnl_exit_net": -4.353239265
},
{
"timestamp": "2025-04-24T23:59:00+00:00",
"base_asset_bal": 843.1,
"quote_asset_bal": 9114.8433164725,
"total_value_mid": 10073.2793964725,
"total_value_exit_net": 10072.5605694125,
"total_value": 10073.2793964725,
"base_cost_quote": 958.526456075,
"unrealized_pnl_exit_net": -0.809203135
},
{
"timestamp": "2025-04-25T23:59:00+00:00",
"base_asset_bal": 867.6,
"quote_asset_bal": 9087.07863619,
"total_value_mid": 10072.32519619,
"total_value_exit_net": 10071.58626127,
"total_value": 10072.32519619,
"base_cost_quote": 986.3331254475,
"unrealized_pnl_exit_net": -1.8255003675
},
{
"timestamp": "2025-04-26T23:59:00+00:00",
"base_asset_bal": 867.6,
"quote_asset_bal": 9087.07863619,
"total_value_mid": 10072.41195619,
"total_value_exit_net": 10071.6729562,
"total_value": 10072.41195619,
"base_cost_quote": 986.3331254475,
"unrealized_pnl_exit_net": -1.7388054375
},
{
"timestamp": "2025-04-27T23:59:00+00:00",
"base_asset_bal": 867.6,
"quote_asset_bal": 9087.07863619,
"total_value_mid": 10070.93703619,
"total_value_exit_net": 10070.19914239,
"total_value": 10070.93703619,
"base_cost_quote": 986.3331254475,
"unrealized_pnl_exit_net": -3.2126192475
},
{
"timestamp": "2025-04-28T23:59:00+00:00",
"base_asset_bal": 781,
"quote_asset_bal": 9185.7239067075,
"total_value_mid": 10076.2201067075,
"total_value_exit_net": 10075.5522345575,
"total_value": 10076.2201067075,
"base_cost_quote": 887.94453931,
"unrealized_pnl_exit_net": 1.88378854
},
{
"timestamp": "2025-04-29T23:59:00+00:00",
"base_asset_bal": 803,
"quote_asset_bal": 9160.6668155825,
"total_value_mid": 10074.5611155825,
"total_value_exit_net": 10073.8756948575,
"total_value": 10074.5611155825,
"base_cost_quote": 913.01472786,
"unrealized_pnl_exit_net": 0.194151415
},
{
"timestamp": "2025-04-30T23:59:00+00:00",
"base_asset_bal": 845.1,
"quote_asset_bal": 9112.8042055275,
"total_value_mid": 10069.7109355275,
"total_value_exit_net": 10068.99325548,
"total_value": 10069.7109355275,
"base_cost_quote": 960.877337915,
"unrealized_pnl_exit_net": -4.6882879625
},
{
"timestamp": "2025-05-01T23:59:00+00:00",
"base_asset_bal": 963.3,
"quote_asset_bal": 8978.9648926575,
"total_value_mid": 10067.4938926575,
"total_value_exit_net": 10066.6774959075,
"total_value": 10067.4938926575,
"base_cost_quote": 1094.7299821625,
"unrealized_pnl_exit_net": -7.0173789125
},
{
"timestamp": "2025-05-02T23:59:00+00:00",
"base_asset_bal": 921,
"quote_asset_bal": 9026.9890392175,
"total_value_mid": 10066.8901392175,
"total_value_exit_net": 10066.1102133925,
"total_value": 10066.8901392175,
"base_cost_quote": 1046.832195745,
"unrealized_pnl_exit_net": -7.71102157
},
{
"timestamp": "2025-05-03T23:59:00+00:00",
"base_asset_bal": 950,
"quote_asset_bal": 8994.2467008675,
"total_value_mid": 10066.1317008675,
"total_value_exit_net": 10065.3277871175,
"total_value": 10066.1317008675,
"base_cost_quote": 1079.574534095,
"unrealized_pnl_exit_net": -8.493447845
},
{
"timestamp": "2025-05-04T23:59:00+00:00",
"base_asset_bal": 938.9,
"quote_asset_bal": 9006.79249446,
"total_value_mid": 10068.87617446,
"total_value_exit_net": 10068.0796117,
"total_value": 10068.87617446,
"base_cost_quote": 1067.04212183,
"unrealized_pnl_exit_net": -5.75500459
},
{
"timestamp": "2025-05-05T23:59:00+00:00",
"base_asset_bal": 936.6,
"quote_asset_bal": 9009.4024868475,
"total_value_mid": 10068.6970868475,
"total_value_exit_net": 10067.9026158975,
"total_value": 10068.6970868475,
"base_cost_quote": 1064.51646901,
"unrealized_pnl_exit_net": -6.01633996
},
{
"timestamp": "2025-05-06T23:59:00+00:00",
"base_asset_bal": 912.1,
"quote_asset_bal": 9037.255874205,
"total_value_mid": 10071.668484205,
"total_value_exit_net": 10070.8926747475,
"total_value": 10071.668484205,
"base_cost_quote": 1036.787467845,
"unrealized_pnl_exit_net": -3.1506673025
},
{
"timestamp": "2025-05-07T23:59:00+00:00",
"base_asset_bal": 936.6,
"quote_asset_bal": 9009.569161895,
"total_value_mid": 10068.489121895,
"total_value_exit_net": 10067.694931925,
"total_value": 10068.489121895,
"base_cost_quote": 1064.5028488025,
"unrealized_pnl_exit_net": -6.3770787725
},
{
"timestamp": "2025-05-08T23:59:00+00:00",
"base_asset_bal": 1068.4,
"quote_asset_bal": 8861.00389368,
"total_value_mid": 10062.52653368,
"total_value_exit_net": 10061.6253917,
"total_value": 10062.52653368,
"base_cost_quote": 1213.15154177,
"unrealized_pnl_exit_net": -12.53004375
},
{
"timestamp": "2025-05-09T23:59:00+00:00",
"base_asset_bal": 1050.5,
"quote_asset_bal": 8881.188401695,
"total_value_mid": 10064.156451695,
"total_value_exit_net": 10063.2692256575,
"total_value": 10064.156451695,
"base_cost_quote": 1193.009666685,
"unrealized_pnl_exit_net": -10.9288427225
},
{
"timestamp": "2025-05-10T23:59:00+00:00",
"base_asset_bal": 1050.5,
"quote_asset_bal": 8881.188401695,
"total_value_mid": 10064.681701695,
"total_value_exit_net": 10063.79408172,
"total_value": 10064.681701695,
"base_cost_quote": 1193.009666685,
"unrealized_pnl_exit_net": -10.40398666
},
{
"timestamp": "2025-05-11T23:59:00+00:00",
"base_asset_bal": 1084,
"quote_asset_bal": 8843.424700145,
"total_value_mid": 10063.683500145,
"total_value_exit_net": 10062.768306045,
"total_value": 10063.683500145,
"base_cost_quote": 1230.773368235,
"unrealized_pnl_exit_net": -11.429762335
},
{
"timestamp": "2025-05-12T23:59:00+00:00",
"base_asset_bal": 1316.9,
"quote_asset_bal": 8583.93539501,
"total_value_mid": 10046.08946501,
"total_value_exit_net": 10044.9928494575,
"total_value": 10046.08946501,
"base_cost_quote": 1490.28903912,
"unrealized_pnl_exit_net": -29.2315846725
},
{
"timestamp": "2025-05-13T23:59:00+00:00",
"base_asset_bal": 1275.9,
"quote_asset_bal": 8629.4031332375,
"total_value_mid": 10056.2421032375,
"total_value_exit_net": 10055.17197401,
"total_value": 10056.2421032375,
"base_cost_quote": 1445.1609083875,
"unrealized_pnl_exit_net": -19.392067615
},
{
"timestamp": "2025-05-14T23:59:00+00:00",
"base_asset_bal": 1259.6,
"quote_asset_bal": 8647.660393145,
"total_value_mid": 10055.389353145,
"total_value_exit_net": 10054.333556425,
"total_value": 10055.389353145,
"base_cost_quote": 1427.335719515,
"unrealized_pnl_exit_net": -20.662556235
},
{
"timestamp": "2025-05-15T23:59:00+00:00",
"base_asset_bal": 1277.5,
"quote_asset_bal": 8627.5973718275,
"total_value_mid": 10056.2256218275,
"total_value_exit_net": 10055.15415064,
"total_value": 10056.2256218275,
"base_cost_quote": 1447.4112949125,
"unrealized_pnl_exit_net": -19.8545161
},
{
"timestamp": "2025-05-16T23:59:00+00:00",
"base_asset_bal": 1298,
"quote_asset_bal": 8604.7942870025,
"total_value_mid": 10052.3238870025,
"total_value_exit_net": 10051.2382398025,
"total_value": 10052.3238870025,
"base_cost_quote": 1470.2269338175,
"unrealized_pnl_exit_net": -23.7829810175
},
{
"timestamp": "2025-05-17T23:59:00+00:00",
"base_asset_bal": 1298,
"quote_asset_bal": 8604.7942870025,
"total_value_mid": 10052.0642870025,
"total_value_exit_net": 10050.9788345025,
"total_value": 10052.0642870025,
"base_cost_quote": 1470.2269338175,
"unrealized_pnl_exit_net": -24.0423863175
},
{
"timestamp": "2025-05-18T23:59:00+00:00",
"base_asset_bal": 1291.1,
"quote_asset_bal": 8612.4845153175,
"total_value_mid": 10056.7089753175,
"total_value_exit_net": 10055.6258069725,
"total_value": 10056.7089753175,
"base_cost_quote": 1462.5645713525,
"unrealized_pnl_exit_net": -19.4232796975
},
{
"timestamp": "2025-05-19T23:59:00+00:00",
"base_asset_bal": 1169.6,
"quote_asset_bal": 8748.92827094,
"total_value_mid": 10062.50603094,
"total_value_exit_net": 10061.52084762,
"total_value": 10062.50603094,
"base_cost_quote": 1326.56009444,
"unrealized_pnl_exit_net": -13.96751776
},
{
"timestamp": "2025-05-20T23:59:00+00:00",
"base_asset_bal": 1140.4,
"quote_asset_bal": 8781.82973632,
"total_value_mid": 10068.77113632,
"total_value_exit_net": 10067.80593027,
"total_value": 10068.77113632,
"base_cost_quote": 1293.77616492,
"unrealized_pnl_exit_net": -7.79997097
},
{
"timestamp": "2025-05-21T23:59:00+00:00",
"base_asset_bal": 1002,
"quote_asset_bal": 8938.32985261,
"total_value_mid": 10074.49765261,
"total_value_exit_net": 10073.64552676,
"total_value": 10074.49765261,
"base_cost_quote": 1137.895922355,
"unrealized_pnl_exit_net": -2.580248205
},
{
"timestamp": "2025-05-22T23:59:00+00:00",
"base_asset_bal": 1053,
"quote_asset_bal": 8880.86985087,
"total_value_mid": 10070.44395087,
"total_value_exit_net": 10069.551770295,
"total_value": 10070.44395087,
"base_cost_quote": 1195.679267385,
"unrealized_pnl_exit_net": -6.99734796
},
{
"timestamp": "2025-05-23T23:59:00+00:00",
"base_asset_bal": 950.6,
"quote_asset_bal": 8996.9648327825,
"total_value_mid": 10076.5612527825,
"total_value_exit_net": 10075.7515554675,
"total_value": 10076.5612527825,
"base_cost_quote": 1079.880723565,
"unrealized_pnl_exit_net": -1.09400088
},
{
"timestamp": "2025-05-24T23:59:00+00:00",
"base_asset_bal": 950.6,
"quote_asset_bal": 8996.9648327825,
"total_value_mid": 10075.5155927825,
"total_value_exit_net": 10074.7066797125,
"total_value": 10075.5155927825,
"base_cost_quote": 1079.880723565,
"unrealized_pnl_exit_net": -2.138876635
},
{
"timestamp": "2025-05-25T23:59:00+00:00",
"base_asset_bal": 943.9,
"quote_asset_bal": 9004.5743413675,
"total_value_mid": 10077.4110813675,
"total_value_exit_net": 10076.6064538125,
"total_value": 10077.4110813675,
"base_cost_quote": 1072.28661225,
"unrealized_pnl_exit_net": -0.254499805
},
{
"timestamp": "2025-05-26T23:59:00+00:00",
"base_asset_bal": 852.3,
"quote_asset_bal": 9108.8419142725,
"total_value_mid": 10079.0150042725,
"total_value_exit_net": 10078.287374455,
"total_value": 10079.0150042725,
"base_cost_quote": 968.6486920625,
"unrealized_pnl_exit_net": 0.79676812
},
{
"timestamp": "2025-05-27T23:59:00+00:00",
"base_asset_bal": 905.6,
"quote_asset_bal": 9048.3170746625,
"total_value_mid": 10074.7241146625,
"total_value_exit_net": 10073.9543093825,
"total_value": 10074.7241146625,
"base_cost_quote": 1029.1735316725,
"unrealized_pnl_exit_net": -3.5362969525
},
{
"timestamp": "2025-05-28T23:59:00+00:00",
"base_asset_bal": 1039.6,
"quote_asset_bal": 8897.1010276225,
"total_value_mid": 10064.6757876225,
"total_value_exit_net": 10063.8001065525,
"total_value": 10064.6757876225,
"base_cost_quote": 1180.3895787125,
"unrealized_pnl_exit_net": -13.6904997825
},
{
"timestamp": "2025-05-29T23:59:00+00:00",
"base_asset_bal": 941.4,
"quote_asset_bal": 9008.52044302,
"total_value_mid": 10078.51568302,
"total_value_exit_net": 10077.71318659,
"total_value": 10078.51568302,
"base_cost_quote": 1069.500584295,
"unrealized_pnl_exit_net": -0.307840725
},
{
"timestamp": "2025-05-30T23:59:00+00:00",
"base_asset_bal": 952.5,
"quote_asset_bal": 8995.9386728675,
"total_value_mid": 10075.6926728675,
"total_value_exit_net": 10074.8828573675,
"total_value": 10075.6926728675,
"base_cost_quote": 1082.1566992675,
"unrealized_pnl_exit_net": -3.2125147675
},
{
"timestamp": "2025-05-31T23:59:00+00:00",
"base_asset_bal": 970.3,
"quote_asset_bal": 8975.7757420025,
"total_value_mid": 10074.2523720025,
"total_value_exit_net": 10073.42851453,
"total_value": 10074.2523720025,
"base_cost_quote": 1102.3196301325,
"unrealized_pnl_exit_net": -4.666857605
},
{
"timestamp": "2025-06-01T23:59:00+00:00",
"base_asset_bal": 970.3,
"quote_asset_bal": 8975.7757420025,
"total_value_mid": 10076.1929720025,
"total_value_exit_net": 10075.36765908,
"total_value": 10076.1929720025,
"base_cost_quote": 1102.3196301325,
"unrealized_pnl_exit_net": -2.727713055
},
{
"timestamp": "2025-06-02T23:59:00+00:00",
"base_asset_bal": 772.8,
"quote_asset_bal": 9200.9203168325,
"total_value_mid": 10085.5444768325,
"total_value_exit_net": 10084.8810087125,
"total_value": 10085.5444768325,
"base_cost_quote": 878.0576396925,
"unrealized_pnl_exit_net": 5.9030521875
},
{
"timestamp": "2025-06-03T23:59:00+00:00",
"base_asset_bal": 790.2,
"quote_asset_bal": 9181.03271948,
"total_value_mid": 10079.88521948,
"total_value_exit_net": 10079.211080105,
"total_value": 10079.88521948,
"base_cost_quote": 897.985284225,
"unrealized_pnl_exit_net": 0.1930764
},
{
"timestamp": "2025-06-04T23:59:00+00:00",
"base_asset_bal": 790.2,
"quote_asset_bal": 9181.023944835,
"total_value_mid": 10083.037244835,
"total_value_exit_net": 10082.36073486,
"total_value": 10083.037244835,
"base_cost_quote": 898.022271945,
"unrealized_pnl_exit_net": 3.31451808
},
{
"timestamp": "2025-06-05T23:59:00+00:00",
"base_asset_bal": 686.5,
"quote_asset_bal": 9299.757590285,
"total_value_mid": 10085.388190285,
"total_value_exit_net": 10084.798967335,
"total_value": 10085.388190285,
"base_cost_quote": 779.896423955,
"unrealized_pnl_exit_net": 5.144953095
},
{
"timestamp": "2025-06-06T23:59:00+00:00",
"base_asset_bal": 765.7,
"quote_asset_bal": 9209.437541015,
"total_value_mid": 10081.033851015,
"total_value_exit_net": 10080.3801537825,
"total_value": 10081.033851015,
"base_cost_quote": 870.216473225,
"unrealized_pnl_exit_net": 0.7261395425
},
{
"timestamp": "2025-06-07T23:59:00+00:00",
"base_asset_bal": 765.7,
"quote_asset_bal": 9209.437541015,
"total_value_mid": 10081.722981015,
"total_value_exit_net": 10081.068766935,
"total_value": 10081.722981015,
"base_cost_quote": 870.216473225,
"unrealized_pnl_exit_net": 1.414752695
},
{
"timestamp": "2025-06-08T23:59:00+00:00",
"base_asset_bal": 754.7,
"quote_asset_bal": 9221.97802859,
"total_value_mid": 10082.56243859,
"total_value_exit_net": 10081.9170002825,
"total_value": 10082.56243859,
"base_cost_quote": 857.689084725,
"unrealized_pnl_exit_net": 2.2498869675
},
{
"timestamp": "2025-06-09T23:59:00+00:00",
"base_asset_bal": 754.7,
"quote_asset_bal": 9221.9519125,
"total_value_mid": 10084.5740125,
"total_value_exit_net": 10083.927045925,
"total_value": 10084.5740125,
"base_cost_quote": 857.756455215,
"unrealized_pnl_exit_net": 4.21867821
},
{
"timestamp": "2025-06-10T23:59:00+00:00",
"base_asset_bal": 730.5,
"quote_asset_bal": 9249.66966839,
"total_value_mid": 10085.21556839,
"total_value_exit_net": 10084.588908965,
"total_value": 10085.21556839,
"base_cost_quote": 830.149525535,
"unrealized_pnl_exit_net": 4.76971504
},
{
"timestamp": "2025-06-11T23:59:00+00:00",
"base_asset_bal": 618.2,
"quote_asset_bal": 9378.498234445,
"total_value_mid": 10089.675514445,
"total_value_exit_net": 10089.142131485,
"total_value": 10089.675514445,
"base_cost_quote": 701.9292423925,
"unrealized_pnl_exit_net": 8.7146546475
},
{
"timestamp": "2025-06-12T23:59:00+00:00",
"base_asset_bal": 425.5,
"quote_asset_bal": 9600.699141935,
"total_value_mid": 10093.896191935,
"total_value_exit_net": 10093.5262941475,
"total_value": 10093.896191935,
"base_cost_quote": 482.5406642725,
"unrealized_pnl_exit_net": 10.28648794
},
{
"timestamp": "2025-06-13T23:59:00+00:00",
"base_asset_bal": 532.5,
"quote_asset_bal": 9477.2833748975,
"total_value_mid": 10091.8948748975,
"total_value_exit_net": 10091.4339162725,
"total_value": 10091.8948748975,
"base_cost_quote": 606.0529290475,
"unrealized_pnl_exit_net": 8.0976123275
},
{
"timestamp": "2025-06-14T23:59:00+00:00",
"base_asset_bal": 532.5,
"quote_asset_bal": 9477.2833748975,
"total_value_mid": 10091.5753748975,
"total_value_exit_net": 10091.1146558975,
"total_value": 10091.5753748975,
"base_cost_quote": 606.0529290475,
"unrealized_pnl_exit_net": 7.7783519525
},
{
"timestamp": "2025-06-15T23:59:00+00:00",
"base_asset_bal": 508.4,
"quote_asset_bal": 9505.1380482125,
"total_value_mid": 10092.1366882125,
"total_value_exit_net": 10091.6964392325,
"total_value": 10092.1366882125,
"base_cost_quote": 578.253465075,
"unrealized_pnl_exit_net": 8.304925945
},
{
"timestamp": "2025-06-16T23:59:00+00:00",
"base_asset_bal": 434.1,
"quote_asset_bal": 9591.1851819975,
"total_value_mid": 10092.7443219975,
"total_value_exit_net": 10092.3681526425,
"total_value": 10092.7443219975,
"base_cost_quote": 492.786012525,
"unrealized_pnl_exit_net": 8.39695812
},
{
"timestamp": "2025-06-17T23:59:00+00:00",
"base_asset_bal": 547.7,
"quote_asset_bal": 9460.03584371,
"total_value_mid": 10089.06929371,
"total_value_exit_net": 10088.5975186225,
"total_value": 10089.06929371,
"base_cost_quote": 623.9353508125,
"unrealized_pnl_exit_net": 4.6263241
},
{
"timestamp": "2025-06-18T23:59:00+00:00",
"base_asset_bal": 582.8,
"quote_asset_bal": 9419.6947995175,
"total_value_mid": 10088.5743595175,
"total_value_exit_net": 10088.0726998475,
"total_value": 10088.5743595175,
"base_cost_quote": 664.2891935125,
"unrealized_pnl_exit_net": 4.0887068175
},
{
"timestamp": "2025-06-19T23:59:00+00:00",
"base_asset_bal": 611.4,
"quote_asset_bal": 9386.9960423325,
"total_value_mid": 10090.8397223325,
"total_value_exit_net": 10090.3118395725,
"total_value": 10090.8397223325,
"base_cost_quote": 697.0848718375,
"unrealized_pnl_exit_net": 6.2309254025
},
{
"timestamp": "2025-06-20T23:59:00+00:00",
"base_asset_bal": 197.9,
"quote_asset_bal": 9873.59732333,
"total_value_mid": 10101.30106333,
"total_value_exit_net": 10101.130285525,
"total_value": 10101.30106333,
"base_cost_quote": 222.27145866,
"unrealized_pnl_exit_net": 5.261503535
},
{
"timestamp": "2025-06-21T23:59:00+00:00",
"base_asset_bal": 197.9,
"quote_asset_bal": 9873.59732333,
"total_value_mid": 10101.34064333,
"total_value_exit_net": 10101.16983584,
"total_value": 10101.34064333,
"base_cost_quote": 222.27145866,
"unrealized_pnl_exit_net": 5.30105385
},
{
"timestamp": "2025-06-22T23:59:00+00:00",
"base_asset_bal": 248.4,
"quote_asset_bal": 9815.6116899225,
"total_value_mid": 10101.3213699225,
"total_value_exit_net": 10101.1070876625,
"total_value": 10101.3213699225,
"base_cost_quote": 280.26992491,
"unrealized_pnl_exit_net": 5.22547283
},
{
"timestamp": "2025-06-23T23:59:00+00:00",
"base_asset_bal": 271.9,
"quote_asset_bal": 9788.4912300775,
"total_value_mid": 10103.5145700775,
"total_value_exit_net": 10103.2783025725,
"total_value": 10103.5145700775,
"base_cost_quote": 307.9043552,
"unrealized_pnl_exit_net": 6.882717295
},
{
"timestamp": "2025-06-24T23:59:00+00:00",
"base_asset_bal": 341.5,
"quote_asset_bal": 9707.5811169,
"total_value_mid": 10104.0284669,
"total_value_exit_net": 10103.7311313875,
"total_value": 10104.0284669,
"base_cost_quote": 389.244414525,
"unrealized_pnl_exit_net": 6.9055999625
},
{
"timestamp": "2025-06-25T23:59:00+00:00",
"base_asset_bal": 367,
"quote_asset_bal": 9677.5948360525,
"total_value_mid": 10106.2141360525,
"total_value_exit_net": 10105.8926715775,
"total_value": 10106.2141360525,
"base_cost_quote": 419.6753206,
"unrealized_pnl_exit_net": 8.622514925
},
{
"timestamp": "2025-06-26T23:59:00+00:00",
"base_asset_bal": 325,
"quote_asset_bal": 9726.583001485,
"total_value_mid": 10106.540501485,
"total_value_exit_net": 10106.25553336,
"total_value": 10106.540501485,
"base_cost_quote": 371.26604085,
"unrealized_pnl_exit_net": 8.406491025
},
{
"timestamp": "2025-06-27T23:59:00+00:00",
"base_asset_bal": 417.2,
"quote_asset_bal": 9618.47243568,
"total_value_mid": 10106.97191568,
"total_value_exit_net": 10106.60554107,
"total_value": 10106.97191568,
"base_cost_quote": 479.4621971525,
"unrealized_pnl_exit_net": 8.6709082375
},
{
"timestamp": "2025-06-28T23:59:00+00:00",
"base_asset_bal": 417.2,
"quote_asset_bal": 9618.47243568,
"total_value_mid": 10107.05535568,
"total_value_exit_net": 10106.68891849,
"total_value": 10107.05535568,
"base_cost_quote": 479.4621971525,
"unrealized_pnl_exit_net": 8.7542856575
},
{
"timestamp": "2025-06-29T23:59:00+00:00",
"base_asset_bal": 406.5,
"quote_asset_bal": 9631.009845565,
"total_value_mid": 10107.753045565,
"total_value_exit_net": 10107.395488165,
"total_value": 10107.753045565,
"base_cost_quote": 466.9380911125,
"unrealized_pnl_exit_net": 9.4475514875
},
{
"timestamp": "2025-06-30T23:59:00+00:00",
"base_asset_bal": 380.2,
"quote_asset_bal": 9661.6978042675,
"total_value_mid": 10109.6874642675,
"total_value_exit_net": 10109.3514720225,
"total_value": 10109.6874642675,
"base_cost_quote": 436.7608551475,
"unrealized_pnl_exit_net": 10.8928126075
},
{
"timestamp": "2025-07-01T23:59:00+00:00",
"base_asset_bal": 454.7,
"quote_asset_bal": 9573.6191305325,
"total_value_mid": 10110.1651305325,
"total_value_exit_net": 10109.7627210325,
"total_value": 10110.1651305325,
"base_cost_quote": 525.1153113275,
"unrealized_pnl_exit_net": 11.0282791725
},
{
"timestamp": "2025-07-02T23:59:00+00:00",
"base_asset_bal": 461.1,
"quote_asset_bal": 9566.1024075975,
"total_value_mid": 10110.0620775975,
"total_value_exit_net": 10109.654107845,
"total_value": 10110.0620775975,
"base_cost_quote": 532.6452145225,
"unrealized_pnl_exit_net": 10.906485725
},
{
"timestamp": "2025-07-03T23:59:00+00:00",
"base_asset_bal": 510.3,
"quote_asset_bal": 9508.329671685,
"total_value_mid": 10108.697621685,
"total_value_exit_net": 10108.2473457225,
"total_value": 10108.697621685,
"base_cost_quote": 590.475544765,
"unrealized_pnl_exit_net": 9.4421292725
},
{
"timestamp": "2025-07-04T23:59:00+00:00",
"base_asset_bal": 510.3,
"quote_asset_bal": 9508.329671685,
"total_value_mid": 10108.595561685,
"total_value_exit_net": 10108.1453622675,
"total_value": 10108.595561685,
"base_cost_quote": 590.475544765,
"unrealized_pnl_exit_net": 9.3401458175
},
{
"timestamp": "2025-07-05T23:59:00+00:00",
"base_asset_bal": 510.3,
"quote_asset_bal": 9508.329671685,
"total_value_mid": 10108.748651685,
"total_value_exit_net": 10108.29833745,
"total_value": 10108.748651685,
"base_cost_quote": 590.475544765,
"unrealized_pnl_exit_net": 9.493121
},
{
"timestamp": "2025-07-06T23:59:00+00:00",
"base_asset_bal": 510.3,
"quote_asset_bal": 9508.329671685,
"total_value_mid": 10109.207921685,
"total_value_exit_net": 10108.7572629975,
"total_value": 10109.207921685,
"base_cost_quote": 590.475544765,
"unrealized_pnl_exit_net": 9.9520465475
},
{
"timestamp": "2025-07-07T23:59:00+00:00",
"base_asset_bal": 559.7,
"quote_asset_bal": 9450.4389012525,
"total_value_mid": 10107.0789412525,
"total_value_exit_net": 10106.5864612225,
"total_value": 10107.0789412525,
"base_cost_quote": 648.3928201675,
"unrealized_pnl_exit_net": 7.7547398025
},
{
"timestamp": "2025-07-08T23:59:00+00:00",
"base_asset_bal": 598.3,
"quote_asset_bal": 9405.20377267,
"total_value_mid": 10106.29171267,
"total_value_exit_net": 10105.765896715,
"total_value": 10106.29171267,
"base_cost_quote": 693.6564224275,
"unrealized_pnl_exit_net": 6.9057016175
},
{
"timestamp": "2025-07-09T23:59:00+00:00",
"base_asset_bal": 587.6,
"quote_asset_bal": 9417.7443901475,
"total_value_mid": 10107.0579501475,
"total_value_exit_net": 10106.5409649775,
"total_value": 10107.0579501475,
"base_cost_quote": 681.12910398,
"unrealized_pnl_exit_net": 7.66747085
},
{
"timestamp": "2025-07-10T23:59:00+00:00",
"base_asset_bal": 476.3,
"quote_asset_bal": 9548.9744686875,
"total_value_mid": 10110.2463886875,
"total_value_exit_net": 10109.8254347475,
"total_value": 10110.2463886875,
"base_cost_quote": 550.2468858825,
"unrealized_pnl_exit_net": 10.6040801775
},
{
"timestamp": "2025-07-11T23:59:00+00:00",
"base_asset_bal": 557.9,
"quote_asset_bal": 9453.5270798525,
"total_value_mid": 10109.2827398525,
"total_value_exit_net": 10108.7909231075,
"total_value": 10109.2827398525,
"base_cost_quote": 645.97267642,
"unrealized_pnl_exit_net": 9.291166835
},
{
"timestamp": "2025-07-12T23:59:00+00:00",
"base_asset_bal": 527.8,
"quote_asset_bal": 9488.91486246,
"total_value_mid": 10109.66044246,
"total_value_exit_net": 10109.194883275,
"total_value": 10109.66044246,
"base_cost_quote": 610.699621455,
"unrealized_pnl_exit_net": 9.58039936
},
{
"timestamp": "2025-07-13T23:59:00+00:00",
"base_asset_bal": 493.6,
"quote_asset_bal": 9529.3481503625,
"total_value_mid": 10107.8473503625,
"total_value_exit_net": 10107.4134759625,
"total_value": 10107.8473503625,
"base_cost_quote": 570.415991375,
"unrealized_pnl_exit_net": 7.649334225
},
{
"timestamp": "2025-07-14T23:59:00+00:00",
"base_asset_bal": 562.4,
"quote_asset_bal": 9449.0349215275,
"total_value_mid": 10105.6369215275,
"total_value_exit_net": 10105.1444700275,
"total_value": 10105.6369215275,
"base_cost_quote": 650.9794687,
"unrealized_pnl_exit_net": 5.1300798
},
{
"timestamp": "2025-07-15T23:59:00+00:00",
"base_asset_bal": 701,
"quote_asset_bal": 9287.5077869675,
"total_value_mid": 10101.7192869675,
"total_value_exit_net": 10101.1086283425,
"total_value": 10101.7192869675,
"base_cost_quote": 812.50660326,
"unrealized_pnl_exit_net": 1.094238115
},
{
"timestamp": "2025-07-16T23:59:00+00:00",
"base_asset_bal": 722.6,
"quote_asset_bal": 9262.66806617,
"total_value_mid": 10103.55768617,
"total_value_exit_net": 10102.927018955,
"total_value": 10103.55768617,
"base_cost_quote": 837.8222057325,
"unrealized_pnl_exit_net": 2.4367470525
},
{
"timestamp": "2025-07-17T23:59:00+00:00",
"base_asset_bal": 779,
"quote_asset_bal": 9197.23211685,
"total_value_mid": 10102.50801685,
"total_value_exit_net": 10101.829059925,
"total_value": 10102.50801685,
"base_cost_quote": 903.31109559,
"unrealized_pnl_exit_net": 1.285847485
},
{
"timestamp": "2025-07-18T23:59:00+00:00",
"base_asset_bal": 742.2,
"quote_asset_bal": 9240.0505489225,
"total_value_mid": 10103.2291489225,
"total_value_exit_net": 10102.5817649725,
"total_value": 10103.2291489225,
"base_cost_quote": 860.5896084875,
"unrealized_pnl_exit_net": 1.9416075625
},
{
"timestamp": "2025-07-19T23:59:00+00:00",
"base_asset_bal": 742.2,
"quote_asset_bal": 9240.0505489225,
"total_value_mid": 10102.7838289225,
"total_value_exit_net": 10102.1367789625,
"total_value": 10102.7838289225,
"base_cost_quote": 860.5896084875,
"unrealized_pnl_exit_net": 1.4966215525
},
{
"timestamp": "2025-07-20T23:59:00+00:00",
"base_asset_bal": 742.2,
"quote_asset_bal": 9240.0505489225,
"total_value_mid": 10103.4518089225,
"total_value_exit_net": 10102.8042579775,
"total_value": 10103.4518089225,
"base_cost_quote": 860.5896084875,
"unrealized_pnl_exit_net": 2.1641005675
},
{
"timestamp": "2025-07-21T23:59:00+00:00",
"base_asset_bal": 664.2,
"quote_asset_bal": 9331.1267030775,
"total_value_mid": 10107.6429230775,
"total_value_exit_net": 10107.0605359125,
"total_value": 10107.6429230775,
"base_cost_quote": 769.8738426525,
"unrealized_pnl_exit_net": 6.0599901825
},
{
"timestamp": "2025-07-22T23:59:00+00:00",
"base_asset_bal": 560.4,
"quote_asset_bal": 9452.8573565625,
"total_value_mid": 10110.5427965625,
"total_value_exit_net": 10110.0495324825,
"total_value": 10110.5427965625,
"base_cost_quote": 648.5782591425,
"unrealized_pnl_exit_net": 8.6139167775
},
{
"timestamp": "2025-07-23T23:59:00+00:00",
"base_asset_bal": 526.1,
"quote_asset_bal": 9493.2063577425,
"total_value_mid": 10112.3208377425,
"total_value_exit_net": 10111.8565018825,
"total_value": 10112.3208377425,
"base_cost_quote": 608.26926005,
"unrealized_pnl_exit_net": 10.38088409
},
{
"timestamp": "2025-07-24T23:59:00+00:00",
"base_asset_bal": 532.5,
"quote_asset_bal": 9485.6768748625,
"total_value_mid": 10111.1513748625,
"total_value_exit_net": 10110.6822689875,
"total_value": 10111.1513748625,
"base_cost_quote": 615.79874293,
"unrealized_pnl_exit_net": 9.206651195
},
{
"timestamp": "2025-07-25T23:59:00+00:00",
"base_asset_bal": 566.8,
"quote_asset_bal": 9445.42403966,
"total_value_mid": 10111.01727966,
"total_value_exit_net": 10110.51808473,
"total_value": 10111.01727966,
"base_cost_quote": 656.0648498775,
"unrealized_pnl_exit_net": 9.0291951925
},
{
"timestamp": "2025-07-26T23:59:00+00:00",
"base_asset_bal": 566.8,
"quote_asset_bal": 9445.42403966,
"total_value_mid": 10111.07395966,
"total_value_exit_net": 10110.57472222,
"total_value": 10111.07395966,
"base_cost_quote": 656.0648498775,
"unrealized_pnl_exit_net": 9.0858326825
},
{
"timestamp": "2025-07-27T23:59:00+00:00",
"base_asset_bal": 549.6,
"quote_asset_bal": 9465.6337010375,
"total_value_mid": 10111.8533810375,
"total_value_exit_net": 10111.3687162775,
"total_value": 10111.8533810375,
"base_cost_quote": 635.884295805,
"unrealized_pnl_exit_net": 9.850719435
},
{
"timestamp": "2025-07-28T23:59:00+00:00",
"base_asset_bal": 649.2,
"quote_asset_bal": 9349.6923301775,
"total_value_mid": 10102.7643301775,
"total_value_exit_net": 10102.1995261775,
"total_value": 10102.7643301775,
"base_cost_quote": 751.825666665,
"unrealized_pnl_exit_net": 0.681529335
},
{
"timestamp": "2025-07-29T23:59:00+00:00",
"base_asset_bal": 788.6,
"quote_asset_bal": 9188.398725185,
"total_value_mid": 10099.074005185,
"total_value_exit_net": 10098.390998725,
"total_value": 10099.074005185,
"base_cost_quote": 913.131955715,
"unrealized_pnl_exit_net": -3.139682175
},
{
"timestamp": "2025-07-30T23:59:00+00:00",
"base_asset_bal": 962.4,
"quote_asset_bal": 8989.2962353425,
"total_value_mid": 10089.8006353425,
"total_value_exit_net": 10088.9752570425,
"total_value": 10089.8006353425,
"base_cost_quote": 1112.272839445,
"unrealized_pnl_exit_net": -12.593817745
},
{
"timestamp": "2025-07-31T23:59:00+00:00",
"base_asset_bal": 999.8,
"quote_asset_bal": 8946.3792174625,
"total_value_mid": 10087.2509974625,
"total_value_exit_net": 10086.3953436275,
"total_value": 10087.2509974625,
"base_cost_quote": 1155.230993915,
"unrealized_pnl_exit_net": -15.21486775
},
{
"timestamp": "2025-08-01T23:59:00+00:00",
"base_asset_bal": 821.9,
"quote_asset_bal": 9151.4248887875,
"total_value_mid": 10102.4453787875,
"total_value_exit_net": 10101.73211342,
"total_value": 10102.4453787875,
"base_cost_quote": 950.9622171475,
"unrealized_pnl_exit_net": -0.654992515
},
{
"timestamp": "2025-08-02T23:59:00+00:00",
"base_asset_bal": 821.9,
"quote_asset_bal": 9151.4248887875,
"total_value_mid": 10102.8563287875,
"total_value_exit_net": 10102.1427552075,
"total_value": 10102.8563287875,
"base_cost_quote": 950.9622171475,
"unrealized_pnl_exit_net": -0.2443507275
},
{
"timestamp": "2025-08-03T23:59:00+00:00",
"base_asset_bal": 821.9,
"quote_asset_bal": 9151.4248887875,
"total_value_mid": 10102.7741387875,
"total_value_exit_net": 10102.06062685,
"total_value": 10102.7741387875,
"base_cost_quote": 950.9622171475,
"unrealized_pnl_exit_net": -0.326479085
},
{
"timestamp": "2025-08-04T23:59:00+00:00",
"base_asset_bal": 832.8,
"quote_asset_bal": 9138.8150384875,
"total_value_mid": 10103.4472784875,
"total_value_exit_net": 10102.7238043075,
"total_value": 10103.4472784875,
"base_cost_quote": 963.5720674475,
"unrealized_pnl_exit_net": 0.3366983725
},
{
"timestamp": "2025-08-05T23:59:00+00:00",
"base_asset_bal": 856.7,
"quote_asset_bal": 9111.2205709025,
"total_value_mid": 10103.1935009025,
"total_value_exit_net": 10102.449521205,
"total_value": 10103.1935009025,
"base_cost_quote": 991.19487903,
"unrealized_pnl_exit_net": 0.0340712725
},
{
"timestamp": "2025-08-06T23:59:00+00:00",
"base_asset_bal": 737,
"quote_asset_bal": 9250.0493422925,
"total_value_mid": 10109.0965422925,
"total_value_exit_net": 10108.4522568925,
"total_value": 10109.0965422925,
"base_cost_quote": 852.96300282,
"unrealized_pnl_exit_net": 5.43991178
},
{
"timestamp": "2025-08-07T23:59:00+00:00",
"base_asset_bal": 700,
"quote_asset_bal": 9293.294208885,
"total_value_mid": 10110.684208885,
"total_value_exit_net": 10110.071166385,
"total_value": 10110.684208885,
"base_cost_quote": 810.0392441275,
"unrealized_pnl_exit_net": 6.7377133725
},
{
"timestamp": "2025-08-08T23:59:00+00:00",
"base_asset_bal": 700,
"quote_asset_bal": 9293.294208885,
"total_value_mid": 10108.934208885,
"total_value_exit_net": 10108.322478885,
"total_value": 10108.934208885,
"base_cost_quote": 810.0392441275,
"unrealized_pnl_exit_net": 4.9890258725
},
{
"timestamp": "2025-08-09T23:59:00+00:00",
"base_asset_bal": 697.5,
"quote_asset_bal": 9296.1119501325,
"total_value_mid": 10111.4197001325,
"total_value_exit_net": 10110.80821932,
"total_value": 10111.4197001325,
"base_cost_quote": 807.4675768225,
"unrealized_pnl_exit_net": 7.228692365
},
{
"timestamp": "2025-08-10T23:59:00+00:00",
"base_asset_bal": 697.2,
"quote_asset_bal": 9296.52506177,
"total_value_mid": 10110.01802177,
"total_value_exit_net": 10109.40790205,
"total_value": 10110.01802177,
"base_cost_quote": 807.37327615,
"unrealized_pnl_exit_net": 5.50956413
},
{
"timestamp": "2025-08-11T23:59:00+00:00",
"base_asset_bal": 775.2,
"quote_asset_bal": 9205.79190526,
"total_value_mid": 10106.03166526,
"total_value_exit_net": 10105.35648544,
"total_value": 10106.03166526,
"base_cost_quote": 898.1486966925,
"unrealized_pnl_exit_net": 1.4158834875
},
{
"timestamp": "2025-08-12T23:59:00+00:00",
"base_asset_bal": 751.5,
"quote_asset_bal": 9233.46184752,
"total_value_mid": 10111.73989752,
"total_value_exit_net": 10111.0811889825,
"total_value": 10111.73989752,
"base_cost_quote": 870.6597754525,
"unrealized_pnl_exit_net": 6.95956601
},
{
"timestamp": "2025-08-13T23:59:00+00:00",
"base_asset_bal": 548.6,
"quote_asset_bal": 9471.54691356,
"total_value_mid": 10116.91995356,
"total_value_exit_net": 10116.43592378,
"total_value": 10116.91995356,
"base_cost_quote": 633.56477747,
"unrealized_pnl_exit_net": 11.32423275
},
{
"timestamp": "2025-08-14T23:59:00+00:00",
"base_asset_bal": 675.9,
"quote_asset_bal": 9322.8056757775,
"total_value_mid": 10109.5532757775,
"total_value_exit_net": 10108.9632150775,
"total_value": 10109.5532757775,
"base_cost_quote": 782.3218716775,
"unrealized_pnl_exit_net": 3.8356676225
},
{
"timestamp": "2025-08-15T23:59:00+00:00",
"base_asset_bal": 654.3,
"quote_asset_bal": 9348.0405281825,
"total_value_mid": 10112.7863681825,
"total_value_exit_net": 10112.2128088025,
"total_value": 10112.7863681825,
"base_cost_quote": 757.18498314,
"unrealized_pnl_exit_net": 6.98729748
},
{
"timestamp": "2025-08-16T23:59:00+00:00",
"base_asset_bal": 654.3,
"quote_asset_bal": 9348.0405281825,
"total_value_mid": 10112.0666381825,
"total_value_exit_net": 10111.4936186,
"total_value": 10112.0666381825,
"base_cost_quote": 757.18498314,
"unrealized_pnl_exit_net": 6.2681072775
},
{
"timestamp": "2025-08-17T23:59:00+00:00",
"base_asset_bal": 654.3,
"quote_asset_bal": 9348.0405281825,
"total_value_mid": 10113.2443781825,
"total_value_exit_net": 10112.670475295,
"total_value": 10113.2443781825,
"base_cost_quote": 757.18498314,
"unrealized_pnl_exit_net": 7.4449639725
},
{
"timestamp": "2025-08-18T23:59:00+00:00",
"base_asset_bal": 682.4,
"quote_asset_bal": 9315.2496334425,
"total_value_mid": 10110.8597934425,
"total_value_exit_net": 10110.2630858225,
"total_value": 10110.8597934425,
"base_cost_quote": 789.97587788,
"unrealized_pnl_exit_net": 5.0375745
},
{
"timestamp": "2025-08-19T23:59:00+00:00",
"base_asset_bal": 682.4,
"quote_asset_bal": 9315.2496334425,
"total_value_mid": 10109.6314734425,
"total_value_exit_net": 10109.0356870625,
"total_value": 10109.6314734425,
"base_cost_quote": 789.97587788,
"unrealized_pnl_exit_net": 3.81017574
},
{
"timestamp": "2025-08-20T23:59:00+00:00",
"base_asset_bal": 706.2,
"quote_asset_bal": 9287.5554152075,
"total_value_mid": 10110.1371752075,
"total_value_exit_net": 10109.5202388875,
"total_value": 10110.1371752075,
"base_cost_quote": 817.683623115,
"unrealized_pnl_exit_net": 4.281200565
},
{
"timestamp": "2025-08-21T23:59:00+00:00",
"base_asset_bal": 717,
"quote_asset_bal": 9274.9855949075,
"total_value_mid": 10107.8527949075,
"total_value_exit_net": 10107.2281445075,
"total_value": 10107.8527949075,
"base_cost_quote": 830.253443415,
"unrealized_pnl_exit_net": 1.989106185
},
{
"timestamp": "2025-08-22T23:59:00+00:00",
"base_asset_bal": 559.6,
"quote_asset_bal": 9459.8474125725,
"total_value_mid": 10119.6717725725,
"total_value_exit_net": 10119.1769043025,
"total_value": 10119.6717725725,
"base_cost_quote": 646.03079998,
"unrealized_pnl_exit_net": 13.29869175
},
{
"timestamp": "2025-08-23T23:59:00+00:00",
"base_asset_bal": 542.5,
"quote_asset_bal": 9479.994061245,
"total_value_mid": 10119.276061245,
"total_value_exit_net": 10118.796599745,
"total_value": 10119.276061245,
"base_cost_quote": 625.87033096,
"unrealized_pnl_exit_net": 12.93220754
},
{
"timestamp": "2025-08-24T23:59:00+00:00",
"base_asset_bal": 553.2,
"quote_asset_bal": 9467.4067778575,
"total_value_mid": 10115.8124978575,
"total_value_exit_net": 10115.3261935675,
"total_value": 10115.8124978575,
"base_cost_quote": 638.4576143475,
"unrealized_pnl_exit_net": 9.4618013625
},
{
"timestamp": "2025-08-25T23:59:00+00:00",
"base_asset_bal": 637.5,
"quote_asset_bal": 9368.9362052325,
"total_value_mid": 10108.8187052325,
"total_value_exit_net": 10108.2637933575,
"total_value": 10108.8187052325,
"base_cost_quote": 736.9417220725,
"unrealized_pnl_exit_net": 2.3858660525
},
{
"timestamp": "2025-08-26T23:59:00+00:00",
"base_asset_bal": 713.3,
"quote_asset_bal": 9280.636129505,
"total_value_mid": 10110.703339505,
"total_value_exit_net": 10110.0807890975,
"total_value": 10110.703339505,
"base_cost_quote": 825.2977794525,
"unrealized_pnl_exit_net": 4.14688014
},
{
"timestamp": "2025-08-27T23:59:00+00:00",
"base_asset_bal": 741.5,
"quote_asset_bal": 9247.9575454,
"total_value_mid": 10111.2118454,
"total_value_exit_net": 10110.564404675,
"total_value": 10111.2118454,
"base_cost_quote": 858.0331125525,
"unrealized_pnl_exit_net": 4.5737467225
},
{
"timestamp": "2025-08-28T23:59:00+00:00",
"base_asset_bal": 704.7,
"quote_asset_bal": 9290.78248386,
"total_value_mid": 10113.73114386,
"total_value_exit_net": 10113.113932365,
"total_value": 10113.73114386,
"base_cost_quote": 815.40489535,
"unrealized_pnl_exit_net": 6.926553155
},
{
"timestamp": "2025-08-29T23:59:00+00:00",
"base_asset_bal": 691.7,
"quote_asset_bal": 9305.990673885,
"total_value_mid": 10113.412083885,
"total_value_exit_net": 10112.8065178275,
"total_value": 10113.412083885,
"base_cost_quote": 800.252439525,
"unrealized_pnl_exit_net": 6.5634044175
},
{
"timestamp": "2025-08-30T23:59:00+00:00",
"base_asset_bal": 691.7,
"quote_asset_bal": 9305.990673885,
"total_value_mid": 10113.066233885,
"total_value_exit_net": 10112.460927215,
"total_value": 10113.066233885,
"base_cost_quote": 800.252439525,
"unrealized_pnl_exit_net": 6.217813805
},
{
"timestamp": "2025-08-31T23:59:00+00:00",
"base_asset_bal": 691.7,
"quote_asset_bal": 9305.990673885,
"total_value_mid": 10114.103783885,
"total_value_exit_net": 10113.4976990525,
"total_value": 10114.103783885,
"base_cost_quote": 800.252439525,
"unrealized_pnl_exit_net": 7.2545856425
},
{
"timestamp": "2025-09-01T23:59:00+00:00",
"base_asset_bal": 652.4,
"quote_asset_bal": 9351.9200752225,
"total_value_mid": 10116.1414352225,
"total_value_exit_net": 10115.5682692025,
"total_value": 10116.1414352225,
"base_cost_quote": 754.6166083025,
"unrealized_pnl_exit_net": 9.0315856775
},
{
"timestamp": "2025-09-02T23:59:00+00:00",
"base_asset_bal": 726,
"quote_asset_bal": 9266.1498908125,
"total_value_mid": 10110.9960908125,
"total_value_exit_net": 10110.3624561625,
"total_value": 10110.9960908125,
"base_cost_quote": 840.429149475,
"unrealized_pnl_exit_net": 3.783415875
},
{
"timestamp": "2025-09-03T23:59:00+00:00",
"base_asset_bal": 702.2,
"quote_asset_bal": 9293.9784380725,
"total_value_mid": 10112.2520980725,
"total_value_exit_net": 10111.6383928275,
"total_value": 10112.2520980725,
"base_cost_quote": 812.6987172375,
"unrealized_pnl_exit_net": 4.9612375175
},
{
"timestamp": "2025-09-04T23:59:00+00:00",
"base_asset_bal": 713,
"quote_asset_bal": 9281.3794359025,
"total_value_mid": 10112.1670359025,
"total_value_exit_net": 10111.5439452025,
"total_value": 10112.1670359025,
"base_cost_quote": 825.2977194075,
"unrealized_pnl_exit_net": 4.8667898925
},
{
"timestamp": "2025-09-05T23:59:00+00:00",
"base_asset_bal": 617.7,
"quote_asset_bal": 9392.9686284775,
"total_value_mid": 10116.1100184775,
"total_value_exit_net": 10115.567662435,
"total_value": 10116.1100184775,
"base_cost_quote": 714.08508244,
"unrealized_pnl_exit_net": 8.5139515175
},
{
"timestamp": "2025-09-06T23:59:00+00:00",
"base_asset_bal": 617.7,
"quote_asset_bal": 9392.9686284775,
"total_value_mid": 10115.6158584775,
"total_value_exit_net": 10115.073873055,
"total_value": 10115.6158584775,
"base_cost_quote": 714.08508244,
"unrealized_pnl_exit_net": 8.0201621375
},
{
"timestamp": "2025-09-07T23:59:00+00:00",
"base_asset_bal": 634.9,
"quote_asset_bal": 9372.8106012875,
"total_value_mid": 10116.2785012875,
"total_value_exit_net": 10115.7209003625,
"total_value": 10116.2785012875,
"base_cost_quote": 734.24310963,
"unrealized_pnl_exit_net": 8.667189445
},
{
"timestamp": "2025-09-08T23:59:00+00:00",
"base_asset_bal": 589.8,
"quote_asset_bal": 9425.77997444,
"total_value_mid": 10119.62069444,
"total_value_exit_net": 10119.1003139,
"total_value": 10119.62069444,
"base_cost_quote": 681.2946180225,
"unrealized_pnl_exit_net": 12.0257214375
},
{
"timestamp": "2025-09-09T23:59:00+00:00",
"base_asset_bal": 583.4,
"quote_asset_bal": 9433.31920054,
"total_value_mid": 10115.78052054,
"total_value_exit_net": 10115.26867455,
"total_value": 10115.78052054,
"base_cost_quote": 673.741867705,
"unrealized_pnl_exit_net": 8.207606305
},
{
"timestamp": "2025-09-10T23:59:00+00:00",
"base_asset_bal": 637.2,
"quote_asset_bal": 9370.2820820075,
"total_value_mid": 10115.8698020075,
"total_value_exit_net": 10115.3106112175,
"total_value": 10115.8698020075,
"base_cost_quote": 736.7922900825,
"unrealized_pnl_exit_net": 8.2362391275
},
{
"timestamp": "2025-09-11T23:59:00+00:00",
"base_asset_bal": 643.7,
"quote_asset_bal": 9362.7494150375,
"total_value_mid": 10117.8095150375,
"total_value_exit_net": 10117.2432199625,
"total_value": 10117.8095150375,
"base_cost_quote": 744.3821782325,
"unrealized_pnl_exit_net": 10.1116266925
},
{
"timestamp": "2025-09-12T23:59:00+00:00",
"base_asset_bal": 632.9,
"quote_asset_bal": 9375.4232572425,
"total_value_mid": 10118.4478572425,
"total_value_exit_net": 10117.8905887925,
"total_value": 10118.4478572425,
"base_cost_quote": 731.761830065,
"unrealized_pnl_exit_net": 10.705501485
},
{
"timestamp": "2025-09-13T23:59:00+00:00",
"base_asset_bal": 572.7,
"quote_asset_bal": 9446.1858654525,
"total_value_mid": 10119.8528754525,
"total_value_exit_net": 10119.347625195,
"total_value": 10119.8528754525,
"base_cost_quote": 661.1717171575,
"unrealized_pnl_exit_net": 11.990042585
},
{
"timestamp": "2025-09-14T23:59:00+00:00",
"base_asset_bal": 572.7,
"quote_asset_bal": 9446.1858654525,
"total_value_mid": 10117.6766154525,
"total_value_exit_net": 10117.17299739,
"total_value": 10117.6766154525,
"base_cost_quote": 661.1717171575,
"unrealized_pnl_exit_net": 9.81541478
},
{
"timestamp": "2025-09-15T23:59:00+00:00",
"base_asset_bal": 579.1,
"quote_asset_bal": 9438.6824318175,
"total_value_mid": 10119.4723918175,
"total_value_exit_net": 10118.9617993475,
"total_value": 10119.4723918175,
"base_cost_quote": 668.6883904375,
"unrealized_pnl_exit_net": 11.5909770925
},
{
"timestamp": "2025-09-16T23:59:00+00:00",
"base_asset_bal": 480.9,
"quote_asset_bal": 9554.2160863475,
"total_value_mid": 10124.6596663475,
"total_value_exit_net": 10124.2318336625,
"total_value": 10124.6596663475,
"base_cost_quote": 553.8031310675,
"unrealized_pnl_exit_net": 16.2126162475
},
{
"timestamp": "2025-09-17T23:59:00+00:00",
"base_asset_bal": 502.1,
"quote_asset_bal": 9528.8708067325,
"total_value_mid": 10122.4534267325,
"total_value_exit_net": 10122.0082397675,
"total_value": 10122.4534267325,
"base_cost_quote": 579.5099167075,
"unrealized_pnl_exit_net": 13.6275163275
},
{
"timestamp": "2025-09-18T23:59:00+00:00",
"base_asset_bal": 617.3,
"quote_asset_bal": 9392.9287620825,
"total_value_mid": 10120.6637320825,
"total_value_exit_net": 10120.117930855,
"total_value": 10120.6637320825,
"base_cost_quote": 715.4806583375,
"unrealized_pnl_exit_net": 11.708510435
},
{
"timestamp": "2025-09-19T23:59:00+00:00",
"base_asset_bal": 685.7,
"quote_asset_bal": 9312.5087522775,
"total_value_mid": 10116.6977122775,
"total_value_exit_net": 10116.0945705575,
"total_value": 10116.6977122775,
"base_cost_quote": 795.9006681425,
"unrealized_pnl_exit_net": 7.6851501375
},
{
"timestamp": "2025-09-20T23:59:00+00:00",
"base_asset_bal": 685.7,
"quote_asset_bal": 9312.5087522775,
"total_value_mid": 10116.6291422775,
"total_value_exit_net": 10116.026051985,
"total_value": 10116.6291422775,
"base_cost_quote": 795.9006681425,
"unrealized_pnl_exit_net": 7.616631565
},
{
"timestamp": "2025-09-21T23:59:00+00:00",
"base_asset_bal": 685.7,
"quote_asset_bal": 9312.5087522775,
"total_value_mid": 10116.6977122775,
"total_value_exit_net": 10116.0945705575,
"total_value": 10116.6977122775,
"base_cost_quote": 795.9006681425,
"unrealized_pnl_exit_net": 7.6851501375
},
{
"timestamp": "2025-09-22T23:59:00+00:00",
"base_asset_bal": 668.7,
"quote_asset_bal": 9332.6239187725,
"total_value_mid": 10120.3525187725,
"total_value_exit_net": 10119.7617223225,
"total_value": 10120.3525187725,
"base_cost_quote": 775.88355656,
"unrealized_pnl_exit_net": 11.25424699
},
{
"timestamp": "2025-09-23T23:59:00+00:00",
"base_asset_bal": 668.5,
"quote_asset_bal": 9332.814891315,
"total_value_mid": 10121.912291315,
"total_value_exit_net": 10121.320468265,
"total_value": 10121.912291315,
"base_cost_quote": 775.7935390975,
"unrealized_pnl_exit_net": 12.7120378525
},
{
"timestamp": "2025-09-24T23:59:00+00:00",
"base_asset_bal": 692,
"quote_asset_bal": 9305.2122548525,
"total_value_mid": 10117.3434548525,
"total_value_exit_net": 10116.7343564525,
"total_value": 10117.3434548525,
"base_cost_quote": 803.39617556,
"unrealized_pnl_exit_net": 8.12592604
},
{
"timestamp": "2025-09-25T23:59:00+00:00",
"base_asset_bal": 836.7,
"quote_asset_bal": 9136.15744877,
"total_value_mid": 10110.99661877,
"total_value_exit_net": 10110.2654893925,
"total_value": 10110.99661877,
"base_cost_quote": 972.4509816425,
"unrealized_pnl_exit_net": 1.65705898
},
{
"timestamp": "2025-09-26T23:59:00+00:00",
"base_asset_bal": 819.4,
"quote_asset_bal": 9156.354109905,
"total_value_mid": 10113.495249905,
"total_value_exit_net": 10112.77739405,
"total_value": 10113.495249905,
"base_cost_quote": 952.283097065,
"unrealized_pnl_exit_net": 4.14018708
},
{
"timestamp": "2025-09-27T23:59:00+00:00",
"base_asset_bal": 819.4,
"quote_asset_bal": 9156.354109905,
"total_value_mid": 10113.495249905,
"total_value_exit_net": 10112.77739405,
"total_value": 10113.495249905,
"base_cost_quote": 952.283097065,
"unrealized_pnl_exit_net": 4.14018708
},
{
"timestamp": "2025-09-28T23:59:00+00:00",
"base_asset_bal": 802.1,
"quote_asset_bal": 9176.5732441725,
"total_value_mid": 10114.8698241725,
"total_value_exit_net": 10114.1661017375,
"total_value": 10114.8698241725,
"base_cost_quote": 932.09270562,
"unrealized_pnl_exit_net": 5.500151945
},
{
"timestamp": "2025-09-29T23:59:00+00:00",
"base_asset_bal": 765.3,
"quote_asset_bal": 9219.6688702275,
"total_value_mid": 10116.9065902275,
"total_value_exit_net": 10116.2336619375,
"total_value": 10116.9065902275,
"base_cost_quote": 889.1942258725,
"unrealized_pnl_exit_net": 7.3705658375
},
{
"timestamp": "2025-09-30T23:59:00+00:00",
"base_asset_bal": 748.1,
"quote_asset_bal": 9239.864781925,
"total_value_mid": 10117.610511925,
"total_value_exit_net": 10116.9522026275,
"total_value": 10117.610511925,
"base_cost_quote": 869.057364545,
"unrealized_pnl_exit_net": 8.0300561575
},
{
"timestamp": "2025-10-01T23:59:00+00:00",
"base_asset_bal": 752.2,
"quote_asset_bal": 9235.048859615,
"total_value_mid": 10117.905999615,
"total_value_exit_net": 10117.24385676,
"total_value": 10117.905999615,
"base_cost_quote": 873.90025399,
"unrealized_pnl_exit_net": 8.294743155
},
{
"timestamp": "2025-10-02T23:59:00+00:00",
"base_asset_bal": 793.1,
"quote_asset_bal": 9187.122942115,
"total_value_mid": 10117.270622115,
"total_value_exit_net": 10116.573011355,
"total_value": 10117.270622115,
"base_cost_quote": 921.82617149,
"unrealized_pnl_exit_net": 7.62389775
},
{
"timestamp": "2025-10-03T23:59:00+00:00",
"base_asset_bal": 718,
"quote_asset_bal": 9275.3691875175,
"total_value_mid": 10119.1627875175,
"total_value_exit_net": 10118.5299423175,
"total_value": 10119.1627875175,
"base_cost_quote": 833.65849529,
"unrealized_pnl_exit_net": 9.50225951
},
{
"timestamp": "2025-10-04T23:59:00+00:00",
"base_asset_bal": 718,
"quote_asset_bal": 9275.3691875175,
"total_value_mid": 10120.3115875175,
"total_value_exit_net": 10119.6778807175,
"total_value": 10120.3115875175,
"base_cost_quote": 833.65849529,
"unrealized_pnl_exit_net": 10.65019791
},
{
"timestamp": "2025-10-05T23:59:00+00:00",
"base_asset_bal": 643.4,
"quote_asset_bal": 9363.460186345,
"total_value_mid": 10119.712546345,
"total_value_exit_net": 10119.145357075,
"total_value": 10119.712546345,
"base_cost_quote": 745.719290315,
"unrealized_pnl_exit_net": 9.965880415
},
{
"timestamp": "2025-10-06T23:59:00+00:00",
"base_asset_bal": 711.9,
"quote_asset_bal": 9283.2745980925,
"total_value_mid": 10118.6180580925,
"total_value_exit_net": 10117.9915504975,
"total_value": 10118.6180580925,
"base_cost_quote": 826.1589248275,
"unrealized_pnl_exit_net": 8.5580275775
},
{
"timestamp": "2025-10-07T23:59:00+00:00",
"base_asset_bal": 804.8,
"quote_asset_bal": 9174.7463028725,
"total_value_mid": 10112.3383028725,
"total_value_exit_net": 10111.6351088725,
"total_value": 10112.3383028725,
"base_cost_quote": 934.6872200475,
"unrealized_pnl_exit_net": 2.2015859525
},
{
"timestamp": "2025-10-08T23:59:00+00:00",
"base_asset_bal": 878.5,
"quote_asset_bal": 9088.990784435,
"total_value_mid": 10110.510584435,
"total_value_exit_net": 10109.744444585,
"total_value": 10110.510584435,
"base_cost_quote": 1020.442738485,
"unrealized_pnl_exit_net": 0.310921665
},
{
"timestamp": "2025-10-09T23:59:00+00:00",
"base_asset_bal": 952.4,
"quote_asset_bal": 9003.34069501,
"total_value_mid": 10104.69605501,
"total_value_exit_net": 10103.87003849,
"total_value": 10104.69605501,
"base_cost_quote": 1106.09282791,
"unrealized_pnl_exit_net": -5.56348443
},
{
"timestamp": "2025-10-10T23:59:00+00:00",
"base_asset_bal": 1116.7,
"quote_asset_bal": 8819.364983835,
"total_value_mid": 10096.423103835,
"total_value_exit_net": 10095.465310245,
"total_value": 10096.423103835,
"base_cost_quote": 1298.0728350075,
"unrealized_pnl_exit_net": -21.9725085975
},
{
"timestamp": "2025-10-11T23:59:00+00:00",
"base_asset_bal": 1244.1,
"quote_asset_bal": 8673.885225045,
"total_value_mid": 10095.020655045,
"total_value_exit_net": 10093.9548034725,
"total_value": 10095.020655045,
"base_cost_quote": 1444.4260976925,
"unrealized_pnl_exit_net": -24.356519265
},
{
"timestamp": "2025-10-12T23:59:00+00:00",
"base_asset_bal": 1136.1,
"quote_asset_bal": 8798.15482396,
"total_value_mid": 10112.96335396,
"total_value_exit_net": 10111.9772475625,
"total_value": 10112.96335396,
"base_cost_quote": 1321.1073379375,
"unrealized_pnl_exit_net": -7.284914335
},
{
"timestamp": "2025-10-13T23:59:00+00:00",
"base_asset_bal": 1083,
"quote_asset_bal": 8859.436110435,
"total_value_mid": 10110.301110435,
"total_value_exit_net": 10109.362961685,
"total_value": 10110.301110435,
"base_cost_quote": 1260.464299745,
"unrealized_pnl_exit_net": -10.537448495
},
{
"timestamp": "2025-10-14T23:59:00+00:00",
"base_asset_bal": 1083,
"quote_asset_bal": 8859.5161297925,
"total_value_mid": 10114.9297297925,
"total_value_exit_net": 10113.9881695925,
"total_value": 10114.9297297925,
"base_cost_quote": 1260.495643235,
"unrealized_pnl_exit_net": -6.023603435
},
{
"timestamp": "2025-10-15T23:59:00+00:00",
"base_asset_bal": 982.5,
"quote_asset_bal": 8976.226461345,
"total_value_mid": 10119.266961345,
"total_value_exit_net": 10118.40968097,
"total_value": 10119.266961345,
"base_cost_quote": 1144.5990959675,
"unrealized_pnl_exit_net": -2.4158763425
},
{
"timestamp": "2025-10-16T23:59:00+00:00",
"base_asset_bal": 866.9,
"quote_asset_bal": 9111.0247382625,
"total_value_mid": 10124.0840782625,
"total_value_exit_net": 10123.3242837575,
"total_value": 10124.0840782625,
"base_cost_quote": 1011.15231589,
"unrealized_pnl_exit_net": 1.147229605
},
{
"timestamp": "2025-10-17T23:59:00+00:00",
"base_asset_bal": 892.5,
"quote_asset_bal": 9081.220021715,
"total_value_mid": 10119.376021715,
"total_value_exit_net": 10118.597404715,
"total_value": 10119.376021715,
"base_cost_quote": 1041.3057039825,
"unrealized_pnl_exit_net": -3.9283209825
},
{
"timestamp": "2025-10-18T23:59:00+00:00",
"base_asset_bal": 892.5,
"quote_asset_bal": 9081.220021715,
"total_value_mid": 10119.108271715,
"total_value_exit_net": 10118.3298555275,
"total_value": 10119.108271715,
"base_cost_quote": 1041.3057039825,
"unrealized_pnl_exit_net": -4.19587017
},
{
"timestamp": "2025-10-19T23:59:00+00:00",
"base_asset_bal": 892.5,
"quote_asset_bal": 9081.220021715,
"total_value_mid": 10120.268521715,
"total_value_exit_net": 10119.48923534,
"total_value": 10120.268521715,
"base_cost_quote": 1041.3057039825,
"unrealized_pnl_exit_net": -3.0364903575
},
{
"timestamp": "2025-10-20T23:59:00+00:00",
"base_asset_bal": 881.7,
"quote_asset_bal": 9093.809852255,
"total_value_mid": 10119.755972255,
"total_value_exit_net": 10118.986512665,
"total_value": 10119.755972255,
"base_cost_quote": 1028.7293988225,
"unrealized_pnl_exit_net": -3.5527384125
},
{
"timestamp": "2025-10-21T23:59:00+00:00",
"base_asset_bal": 946.6,
"quote_asset_bal": 9018.3456064875,
"total_value_mid": 10115.9283064875,
"total_value_exit_net": 10115.1051194625,
"total_value": 10115.9283064875,
"base_cost_quote": 1104.19364459,
"unrealized_pnl_exit_net": -7.434131615
},
{
"timestamp": "2025-10-22T23:59:00+00:00",
"base_asset_bal": 970.5,
"quote_asset_bal": 8990.639645535,
"total_value_mid": 10116.613745535,
"total_value_exit_net": 10115.76926496,
"total_value": 10116.613745535,
"base_cost_quote": 1131.9121278725,
"unrealized_pnl_exit_net": -6.7825084475
},
{
"timestamp": "2025-10-23T23:59:00+00:00",
"base_asset_bal": 970.5,
"quote_asset_bal": 8990.639645535,
"total_value_mid": 10117.584245535,
"total_value_exit_net": 10116.739037085,
"total_value": 10117.584245535,
"base_cost_quote": 1131.9121278725,
"unrealized_pnl_exit_net": -5.8127363225
},
{
"timestamp": "2025-10-24T23:59:00+00:00",
"base_asset_bal": 953.2,
"quote_asset_bal": 9010.75200994,
"total_value_mid": 10118.46572994,
"total_value_exit_net": 10117.63494465,
"total_value": 10118.46572994,
"base_cost_quote": 1111.828666565,
"unrealized_pnl_exit_net": -4.945731855
},
{
"timestamp": "2025-10-25T23:59:00+00:00",
"base_asset_bal": 953.2,
"quote_asset_bal": 9010.75200994,
"total_value_mid": 10118.75168994,
"total_value_exit_net": 10117.92069018,
"total_value": 10118.75168994,
"base_cost_quote": 1111.828666565,
"unrealized_pnl_exit_net": -4.659986325
},
{
"timestamp": "2025-10-26T23:59:00+00:00",
"base_asset_bal": 940.2,
"quote_asset_bal": 9025.8824036275,
"total_value_mid": 10119.3350036275,
"total_value_exit_net": 10118.5149141775,
"total_value": 10119.3350036275,
"base_cost_quote": 1096.739958515,
"unrealized_pnl_exit_net": -4.107447965
},
{
"timestamp": "2025-10-27T23:59:00+00:00",
"base_asset_bal": 940.2,
"quote_asset_bal": 9025.8824036275,
"total_value_mid": 10121.2154036275,
"total_value_exit_net": 10120.3939038775,
"total_value": 10121.2154036275,
"base_cost_quote": 1096.739958515,
"unrealized_pnl_exit_net": -2.228458265
},
{
"timestamp": "2025-10-28T23:59:00+00:00",
"base_asset_bal": 929.4,
"quote_asset_bal": 9038.4592838875,
"total_value_mid": 10120.5597038875,
"total_value_exit_net": 10119.7481285725,
"total_value": 10120.5597038875,
"base_cost_quote": 1084.176623075,
"unrealized_pnl_exit_net": -2.88777839
},
{
"timestamp": "2025-10-29T23:59:00+00:00",
"base_asset_bal": 970.5,
"quote_asset_bal": 8990.7445046225,
"total_value_mid": 10116.1363046225,
"total_value_exit_net": 10115.2922607725,
"total_value": 10116.1363046225,
"base_cost_quote": 1131.89140234,
"unrealized_pnl_exit_net": -7.34364619
},
{
"timestamp": "2025-10-30T23:59:00+00:00",
"base_asset_bal": 1029.3,
"quote_asset_bal": 8922.7316780825,
"total_value_mid": 10112.9112680825,
"total_value_exit_net": 10112.01863339,
"total_value": 10112.9112680825,
"base_cost_quote": 1199.91674311,
"unrealized_pnl_exit_net": -10.6297878025
},
{
"timestamp": "2025-10-31T23:59:00+00:00",
"base_asset_bal": 1064.4,
"quote_asset_bal": 8882.2169748275,
"total_value_mid": 10111.0667748275,
"total_value_exit_net": 10110.1451374775,
"total_value": 10111.0667748275,
"base_cost_quote": 1240.431446365,
"unrealized_pnl_exit_net": -12.503283715
},
{
"timestamp": "2025-11-01T23:59:00+00:00",
"base_asset_bal": 1064.4,
"quote_asset_bal": 8882.2169748275,
"total_value_mid": 10111.4925348275,
"total_value_exit_net": 10110.5705781575,
"total_value": 10111.4925348275,
"base_cost_quote": 1240.431446365,
"unrealized_pnl_exit_net": -12.077843035
},
{
"timestamp": "2025-11-02T23:59:00+00:00",
"base_asset_bal": 1064.4,
"quote_asset_bal": 8882.2169748275,
"total_value_mid": 10109.5766148275,
"total_value_exit_net": 10108.6560950975,
"total_value": 10109.5766148275,
"base_cost_quote": 1240.431446365,
"unrealized_pnl_exit_net": -13.992326095
},
{
"timestamp": "2025-11-03T23:59:00+00:00",
"base_asset_bal": 1099.5,
"quote_asset_bal": 8841.7584736925,
"total_value_mid": 10108.2725236925,
"total_value_exit_net": 10107.322638155,
"total_value": 10108.2725236925,
"base_cost_quote": 1280.8899475,
"unrealized_pnl_exit_net": -15.3257830375
},
{
"timestamp": "2025-11-04T23:59:00+00:00",
"base_asset_bal": 1134.6,
"quote_asset_bal": 8801.380763105,
"total_value_mid": 10103.788103105,
"total_value_exit_net": 10102.8112976,
"total_value": 10103.788103105,
"base_cost_quote": 1321.2676580875,
"unrealized_pnl_exit_net": -19.8371235925
},
{
"timestamp": "2025-11-05T23:59:00+00:00",
"base_asset_bal": 1169.7,
"quote_asset_bal": 8761.04871674,
"total_value_mid": 10105.03401674,
"total_value_exit_net": 10104.026027765,
"total_value": 10105.03401674,
"base_cost_quote": 1361.5997044525,
"unrealized_pnl_exit_net": -18.6223934275
},
{
"timestamp": "2025-11-06T23:59:00+00:00",
"base_asset_bal": 1117.2,
"quote_asset_bal": 8821.53303945,
"total_value_mid": 10111.89903945,
"total_value_exit_net": 10110.93126495,
"total_value": 10111.89903945,
"base_cost_quote": 1301.211957585,
"unrealized_pnl_exit_net": -11.813732085
},
{
"timestamp": "2025-11-07T23:59:00+00:00",
"base_asset_bal": 1066.6,
"quote_asset_bal": 8880.0020764875,
"total_value_mid": 10114.3782564875,
"total_value_exit_net": 10113.4524743525,
"total_value": 10114.3782564875,
"base_cost_quote": 1242.9453203575,
"unrealized_pnl_exit_net": -9.4949224925
},
{
"timestamp": "2025-11-08T23:59:00+00:00",
"base_asset_bal": 1066.6,
"quote_asset_bal": 8880.0020764875,
"total_value_mid": 10114.0582764875,
"total_value_exit_net": 10113.1327343375,
"total_value": 10114.0582764875,
"base_cost_quote": 1242.9453203575,
"unrealized_pnl_exit_net": -9.8146625075
},
{
"timestamp": "2025-11-09T23:59:00+00:00",
"base_asset_bal": 1066.6,
"quote_asset_bal": 8880.0020764875,
"total_value_mid": 10111.3917764875,
"total_value_exit_net": 10110.4682342125,
"total_value": 10111.3917764875,
"base_cost_quote": 1242.9453203575,
"unrealized_pnl_exit_net": -12.4791626325
},
{
"timestamp": "2025-11-10T23:59:00+00:00",
"base_asset_bal": 1077.5,
"quote_asset_bal": 8867.4009527275,
"total_value_mid": 10112.8832027275,
"total_value_exit_net": 10111.94909104,
"total_value": 10112.8832027275,
"base_cost_quote": 1255.5464441175,
"unrealized_pnl_exit_net": -10.998305805
},
{
"timestamp": "2025-11-11T23:59:00+00:00",
"base_asset_bal": 1055.6,
"quote_asset_bal": 8892.75861021,
"total_value_mid": 10115.56565021,
"total_value_exit_net": 10114.64854493,
"total_value": 10115.56565021,
"base_cost_quote": 1230.2713019675,
"unrealized_pnl_exit_net": -8.3813672475
},
{
"timestamp": "2025-11-12T23:59:00+00:00",
"base_asset_bal": 1055.6,
"quote_asset_bal": 8892.75861021,
"total_value_mid": 10115.67121021,
"total_value_exit_net": 10114.75402576,
"total_value": 10115.67121021,
"base_cost_quote": 1230.2713019675,
"unrealized_pnl_exit_net": -8.2758864175
},
{
"timestamp": "2025-11-13T23:59:00+00:00",
"base_asset_bal": 951.2,
"quote_asset_bal": 9014.0281018225,
"total_value_mid": 10119.9883418225,
"total_value_exit_net": 10119.1588716425,
"total_value": 10119.9883418225,
"base_cost_quote": 1109.448002405,
"unrealized_pnl_exit_net": -4.317232585
},
{
"timestamp": "2025-11-14T23:59:00+00:00",
"base_asset_bal": 962,
"quote_asset_bal": 9001.4680088125,
"total_value_mid": 10119.3120088125,
"total_value_exit_net": 10118.4736258125,
"total_value": 10119.3120088125,
"base_cost_quote": 1122.008095415,
"unrealized_pnl_exit_net": -5.002478415
},
{
"timestamp": "2025-11-15T23:59:00+00:00",
"base_asset_bal": 962,
"quote_asset_bal": 9001.4680088125,
"total_value_mid": 10116.4260088125,
"total_value_exit_net": 10115.5897903125,
"total_value": 10116.4260088125,
"base_cost_quote": 1122.008095415,
"unrealized_pnl_exit_net": -7.886313915
},
{
"timestamp": "2025-11-16T23:59:00+00:00",
"base_asset_bal": 979.3,
"quote_asset_bal": 8981.3814952175,
"total_value_mid": 10118.9363752175,
"total_value_exit_net": 10118.0832090575,
"total_value": 10118.9363752175,
"base_cost_quote": 1142.09460901,
"unrealized_pnl_exit_net": -5.39289517
},
{
"timestamp": "2025-11-17T23:59:00+00:00",
"base_asset_bal": 979.3,
"quote_asset_bal": 8981.3814952175,
"total_value_mid": 10118.5446552175,
"total_value_exit_net": 10117.6917828475,
"total_value": 10118.5446552175,
"base_cost_quote": 1142.09460901,
"unrealized_pnl_exit_net": -5.78432138
},
{
"timestamp": "2025-11-18T23:59:00+00:00",
"base_asset_bal": 1003.1,
"quote_asset_bal": 8953.7813706375,
"total_value_mid": 10115.8727206375,
"total_value_exit_net": 10115.001152125,
"total_value": 10115.8727206375,
"base_cost_quote": 1169.69473359,
"unrealized_pnl_exit_net": -8.4749521025
},
{
"timestamp": "2025-11-19T23:59:00+00:00",
"base_asset_bal": 1033.5,
"quote_asset_bal": 8918.6369520775,
"total_value_mid": 10112.0194020775,
"total_value_exit_net": 10111.12436524,
"total_value": 10112.0194020775,
"base_cost_quote": 1204.83915215,
"unrealized_pnl_exit_net": -12.3517389875
},
{
"timestamp": "2025-11-20T23:59:00+00:00",
"base_asset_bal": 1068.3,
"quote_asset_bal": 8878.4511152875,
"total_value_mid": 10111.2693152875,
"total_value_exit_net": 10110.3447016375,
"total_value": 10111.2693152875,
"base_cost_quote": 1245.02498894,
"unrealized_pnl_exit_net": -13.13140259
},
{
"timestamp": "2025-11-21T23:59:00+00:00",
"base_asset_bal": 1079.5,
"quote_asset_bal": 8865.6442817675,
"total_value_mid": 10108.9044317675,
"total_value_exit_net": 10107.971986655,
"total_value": 10108.9044317675,
"base_cost_quote": 1257.91440876,
"unrealized_pnl_exit_net": -15.5867038725
},
{
"timestamp": "2025-11-22T23:59:00+00:00",
"base_asset_bal": 1079.5,
"quote_asset_bal": 8865.6442817675,
"total_value_mid": 10108.3646817675,
"total_value_exit_net": 10107.4326414675,
"total_value": 10108.3646817675,
"base_cost_quote": 1257.91440876,
"unrealized_pnl_exit_net": -16.12604906
},
{
"timestamp": "2025-11-23T23:59:00+00:00",
"base_asset_bal": 1149.7,
"quote_asset_bal": 8784.8537342675,
"total_value_mid": 10107.0087342675,
"total_value_exit_net": 10106.0171180175,
"total_value": 10107.0087342675,
"base_cost_quote": 1338.70495626,
"unrealized_pnl_exit_net": -17.54157251
},
{
"timestamp": "2025-11-24T23:59:00+00:00",
"base_asset_bal": 1121.3,
"quote_asset_bal": 8817.5754945275,
"total_value_mid": 10108.4160545275,
"total_value_exit_net": 10107.4479241075,
"total_value": 10108.4160545275,
"base_cost_quote": 1306.02442423,
"unrealized_pnl_exit_net": -16.15199465
},
{
"timestamp": "2025-11-25T23:59:00+00:00",
"base_asset_bal": 1103.5,
"quote_asset_bal": 8838.12669783,
"total_value_mid": 10113.33129783,
"total_value_exit_net": 10112.37489438,
"total_value": 10113.33129783,
"base_cost_quote": 1285.5836951725,
"unrealized_pnl_exit_net": -11.3354986225
},
{
"timestamp": "2025-11-26T23:59:00+00:00",
"base_asset_bal": 1083.6,
"quote_asset_bal": 8861.1604441575,
"total_value_mid": 10117.0528441575,
"total_value_exit_net": 10116.1109248575,
"total_value": 10117.0528441575,
"base_cost_quote": 1262.72489392,
"unrealized_pnl_exit_net": -7.77441322
},
{
"timestamp": "2025-11-27T23:59:00+00:00",
"base_asset_bal": 1077.1,
"quote_asset_bal": 8868.69284062,
"total_value_mid": 10116.83632062,
"total_value_exit_net": 10115.90021301,
"total_value": 10116.83632062,
"base_cost_quote": 1255.2189186575,
"unrealized_pnl_exit_net": -8.0115462675
},
{
"timestamp": "2025-11-28T23:59:00+00:00",
"base_asset_bal": 1083.6,
"quote_asset_bal": 8861.183934445,
"total_value_mid": 10116.101094445,
"total_value_exit_net": 10115.159906575,
"total_value": 10116.101094445,
"base_cost_quote": 1262.74050562,
"unrealized_pnl_exit_net": -8.76453349
},
{
"timestamp": "2025-11-29T23:59:00+00:00",
"base_asset_bal": 1083.6,
"quote_asset_bal": 8861.183934445,
"total_value_mid": 10115.776014445,
"total_value_exit_net": 10114.835070385,
"total_value": 10115.776014445,
"base_cost_quote": 1262.74050562,
"unrealized_pnl_exit_net": -9.08936968
},
{
"timestamp": "2025-11-30T23:59:00+00:00",
"base_asset_bal": 1083.6,
"quote_asset_bal": 8861.183934445,
"total_value_mid": 10116.751254445,
"total_value_exit_net": 10115.809578955,
"total_value": 10116.751254445,
"base_cost_quote": 1262.74050562,
"unrealized_pnl_exit_net": -8.11486111
},
{
"timestamp": "2025-12-01T23:59:00+00:00",
"base_asset_bal": 966.4,
"quote_asset_bal": 8997.30718538,
"total_value_mid": 10118.23454538,
"total_value_exit_net": 10117.39384986,
"total_value": 10118.23454538,
"base_cost_quote": 1127.089063285,
"unrealized_pnl_exit_net": -7.002398805
},
{
"timestamp": "2025-12-02T23:59:00+00:00",
"base_asset_bal": 983.7,
"quote_asset_bal": 8977.2072517275,
"total_value_mid": 10120.3650217275,
"total_value_exit_net": 10119.5076534,
"total_value": 10120.3650217275,
"base_cost_quote": 1147.1889969375,
"unrealized_pnl_exit_net": -4.888595265
},
{
"timestamp": "2025-12-03T23:59:00+00:00",
"base_asset_bal": 920.9,
"quote_asset_bal": 9050.3568083825,
"total_value_mid": 10124.0341183825,
"total_value_exit_net": 10123.2288604,
"total_value": 10124.0341183825,
"base_cost_quote": 1074.2262959225,
"unrealized_pnl_exit_net": -1.354243905
},
{
"timestamp": "2025-12-04T23:59:00+00:00",
"base_asset_bal": 910,
"quote_asset_bal": 9063.0736635825,
"total_value_mid": 10121.8586635825,
"total_value_exit_net": 10121.0645748325,
"total_value": 10121.8586635825,
"base_cost_quote": 1061.598021815,
"unrealized_pnl_exit_net": -3.607110565
},
{
"timestamp": "2025-12-05T23:59:00+00:00",
"base_asset_bal": 920.8,
"quote_asset_bal": 9050.5006008525,
"total_value_mid": 10120.4702008525,
"total_value_exit_net": 10119.6677236525,
"total_value": 10120.4702008525,
"base_cost_quote": 1074.171084545,
"unrealized_pnl_exit_net": -5.003961745
},
{
"timestamp": "2025-12-06T23:59:00+00:00",
"base_asset_bal": 920.8,
"quote_asset_bal": 9050.5006008525,
"total_value_mid": 10120.6543608525,
"total_value_exit_net": 10119.8517455325,
"total_value": 10120.6543608525,
"base_cost_quote": 1074.171084545,
"unrealized_pnl_exit_net": -4.819939865
},
{
"timestamp": "2025-12-07T23:59:00+00:00",
"base_asset_bal": 920.8,
"quote_asset_bal": 9050.5006008525,
"total_value_mid": 10121.2989208525,
"total_value_exit_net": 10120.4958221125,
"total_value": 10121.2989208525,
"base_cost_quote": 1074.171084545,
"unrealized_pnl_exit_net": -4.175863285
},
{
"timestamp": "2025-12-08T23:59:00+00:00",
"base_asset_bal": 920.8,
"quote_asset_bal": 9050.5006008525,
"total_value_mid": 10121.4830808525,
"total_value_exit_net": 10120.6798439925,
"total_value": 10121.4830808525,
"base_cost_quote": 1074.171084545,
"unrealized_pnl_exit_net": -3.991841405
},
{
"timestamp": "2025-12-09T23:59:00+00:00",
"base_asset_bal": 920.8,
"quote_asset_bal": 9050.5006008525,
"total_value_mid": 10121.0226808525,
"total_value_exit_net": 10120.2197892925,
"total_value": 10121.0226808525,
"base_cost_quote": 1074.171084545,
"unrealized_pnl_exit_net": -4.451896105
},
{
"timestamp": "2025-12-10T23:59:00+00:00",
"base_asset_bal": 881.8,
"quote_asset_bal": 9096.0100831225,
"total_value_mid": 10126.8342831225,
"total_value_exit_net": 10126.0611649725,
"total_value": 10126.8342831225,
"base_cost_quote": 1028.774262445,
"unrealized_pnl_exit_net": 1.276819405
},
{
"timestamp": "2025-12-11T23:59:00+00:00",
"base_asset_bal": 742.5,
"quote_asset_bal": 9259.1920147825,
"total_value_mid": 10130.2930147825,
"total_value_exit_net": 10129.6396890325,
"total_value": 10130.2930147825,
"base_cost_quote": 867.055144005,
"unrealized_pnl_exit_net": 3.392530245
},
{
"timestamp": "2025-12-12T23:59:00+00:00",
"base_asset_bal": 738.1,
"quote_asset_bal": 9264.3449471825,
"total_value_mid": 10129.5457671825,
"total_value_exit_net": 10128.8968665675,
"total_value": 10129.5457671825,
"base_cost_quote": 862.020410785,
"unrealized_pnl_exit_net": 2.5315086
},
{
"timestamp": "2025-12-13T23:59:00+00:00",
"base_asset_bal": 738.1,
"quote_asset_bal": 9264.3449471825,
"total_value_mid": 10129.6195771825,
"total_value_exit_net": 10128.97062121,
"total_value": 10129.6195771825,
"base_cost_quote": 862.020410785,
"unrealized_pnl_exit_net": 2.6052632425
},
{
"timestamp": "2025-12-14T23:59:00+00:00",
"base_asset_bal": 738.1,
"quote_asset_bal": 9264.3449471825,
"total_value_mid": 10129.6933871825,
"total_value_exit_net": 10129.0443758525,
"total_value": 10129.6933871825,
"base_cost_quote": 862.020410785,
"unrealized_pnl_exit_net": 2.679017885
},
{
"timestamp": "2025-12-15T23:59:00+00:00",
"base_asset_bal": 720.9,
"quote_asset_bal": 9284.557626295,
"total_value_mid": 10131.182586295,
"total_value_exit_net": 10130.547617575,
"total_value": 10131.182586295,
"base_cost_quote": 841.8667568725,
"unrealized_pnl_exit_net": 4.1232344075
},
{
"timestamp": "2025-12-16T23:59:00+00:00",
"base_asset_bal": 647.6,
"quote_asset_bal": 9370.807774585,
"total_value_mid": 10131.608254585,
"total_value_exit_net": 10131.037654225,
"total_value": 10131.608254585,
"base_cost_quote": 756.2755715925,
"unrealized_pnl_exit_net": 3.9543080475
},
{
"timestamp": "2025-12-17T23:59:00+00:00",
"base_asset_bal": 701,
"quote_asset_bal": 9308.11466377,
"total_value_mid": 10131.43916377,
"total_value_exit_net": 10130.821670395,
"total_value": 10131.43916377,
"base_cost_quote": 818.9819461275,
"unrealized_pnl_exit_net": 3.7250604975
},
{
"timestamp": "2025-12-18T23:59:00+00:00",
"base_asset_bal": 701,
"quote_asset_bal": 9308.11466377,
"total_value_mid": 10130.10726377,
"total_value_exit_net": 10129.49076932,
"total_value": 10130.10726377,
"base_cost_quote": 818.9819461275,
"unrealized_pnl_exit_net": 2.3941594225
},
{
"timestamp": "2025-12-19T23:59:00+00:00",
"base_asset_bal": 711.7,
"quote_asset_bal": 9295.56485847,
"total_value_mid": 10129.17906847,
"total_value_exit_net": 10128.5538578125,
"total_value": 10129.17906847,
"base_cost_quote": 831.5317514275,
"unrealized_pnl_exit_net": 1.457247915
},
{
"timestamp": "2025-12-20T23:59:00+00:00",
"base_asset_bal": 711.7,
"quote_asset_bal": 9295.56485847,
"total_value_mid": 10128.75204847,
"total_value_exit_net": 10128.1271580775,
"total_value": 10128.75204847,
"base_cost_quote": 831.5317514275,
"unrealized_pnl_exit_net": 1.03054818
},
{
"timestamp": "2025-12-21T23:59:00+00:00",
"base_asset_bal": 711.7,
"quote_asset_bal": 9295.56485847,
"total_value_mid": 10129.39257847,
"total_value_exit_net": 10128.76720768,
"total_value": 10129.39257847,
"base_cost_quote": 831.5317514275,
"unrealized_pnl_exit_net": 1.6705977825
},
{
"timestamp": "2025-12-22T23:59:00+00:00",
"base_asset_bal": 683.9,
"quote_asset_bal": 9328.2275730475,
"total_value_mid": 10132.7675330475,
"total_value_exit_net": 10132.1641280775,
"total_value": 10132.7675330475,
"base_cost_quote": 798.911154315,
"unrealized_pnl_exit_net": 5.025400715
},
{
"timestamp": "2025-12-23T23:59:00+00:00",
"base_asset_bal": 632.5,
"quote_asset_bal": 9388.762567725,
"total_value_mid": 10134.859567725,
"total_value_exit_net": 10134.299994975,
"total_value": 10134.859567725,
"base_cost_quote": 738.6057291425,
"unrealized_pnl_exit_net": 6.9316981075
},
{
"timestamp": "2025-12-24T23:59:00+00:00",
"base_asset_bal": 615.5,
"quote_asset_bal": 9408.823470755,
"total_value_mid": 10133.882470755,
"total_value_exit_net": 10133.338676505,
"total_value": 10133.882470755,
"base_cost_quote": 718.53017376,
"unrealized_pnl_exit_net": 5.98503199
},
{
"timestamp": "2025-12-25T23:59:00+00:00",
"base_asset_bal": 615.5,
"quote_asset_bal": 9408.823470755,
"total_value_mid": 10134.067120755,
"total_value_exit_net": 10133.5231880175,
"total_value": 10134.067120755,
"base_cost_quote": 718.53017376,
"unrealized_pnl_exit_net": 6.1695435025
},
{
"timestamp": "2025-12-26T23:59:00+00:00",
"base_asset_bal": 621.9,
"quote_asset_bal": 9401.278616355,
"total_value_mid": 10133.441486355,
"total_value_exit_net": 10132.8923642025,
"total_value": 10133.441486355,
"base_cost_quote": 726.07502816,
"unrealized_pnl_exit_net": 5.5387196875
},
{
"timestamp": "2025-12-27T23:59:00+00:00",
"base_asset_bal": 621.9,
"quote_asset_bal": 9401.278616355,
"total_value_mid": 10134.001196355,
"total_value_exit_net": 10133.45165442,
"total_value": 10134.001196355,
"base_cost_quote": 726.07502816,
"unrealized_pnl_exit_net": 6.098009905
},
{
"timestamp": "2025-12-28T23:59:00+00:00",
"base_asset_bal": 621.9,
"quote_asset_bal": 9401.278616355,
"total_value_mid": 10134.125576355,
"total_value_exit_net": 10133.575941135,
"total_value": 10134.125576355,
"base_cost_quote": 726.07502816,
"unrealized_pnl_exit_net": 6.22229662
},
{
"timestamp": "2025-12-29T23:59:00+00:00",
"base_asset_bal": 632.6,
"quote_asset_bal": 9388.6763417325,
"total_value_mid": 10134.0689217325,
"total_value_exit_net": 10133.5098772975,
"total_value": 10134.0689217325,
"base_cost_quote": 738.6773027825,
"unrealized_pnl_exit_net": 6.1562327825
},
{
"timestamp": "2025-12-30T23:59:00+00:00",
"base_asset_bal": 649.7,
"quote_asset_bal": 9368.560215945,
"total_value_mid": 10132.672385945,
"total_value_exit_net": 10132.0993018175,
"total_value": 10132.672385945,
"base_cost_quote": 758.79342857,
"unrealized_pnl_exit_net": 4.7456573025
},
{
"timestamp": "2025-12-31T23:59:00+00:00",
"base_asset_bal": 621.9,
"quote_asset_bal": 9401.320587225,
"total_value_mid": 10134.105357225,
"total_value_exit_net": 10133.5557686475,
"total_value": 10134.105357225,
"base_cost_quote": 726.07502816,
"unrealized_pnl_exit_net": 6.1601532625
},
{
"timestamp": "2026-01-01T23:59:00+00:00",
"base_asset_bal": 639,
"quote_asset_bal": 9381.19248246,
"total_value_mid": 10133.10378246,
"total_value_exit_net": 10132.539848985,
"total_value": 10133.10378246,
"base_cost_quote": 746.203132925,
"unrealized_pnl_exit_net": 5.1442336
},
{
"timestamp": "2026-01-02T23:59:00+00:00",
"base_asset_bal": 673.2,
"quote_asset_bal": 9340.99055361,
"total_value_mid": 10129.98095361,
"total_value_exit_net": 10129.38921081,
"total_value": 10129.98095361,
"base_cost_quote": 786.405061775,
"unrealized_pnl_exit_net": 1.993595425
},
{
"timestamp": "2026-01-03T23:59:00+00:00",
"base_asset_bal": 673.2,
"quote_asset_bal": 9340.99055361,
"total_value_mid": 10129.24043361,
"total_value_exit_net": 10128.6492462,
"total_value": 10129.24043361,
"base_cost_quote": 786.405061775,
"unrealized_pnl_exit_net": 1.253630815
},
{
"timestamp": "2026-01-04T23:59:00+00:00",
"base_asset_bal": 703.4,
"quote_asset_bal": 9305.58169687,
"total_value_mid": 10128.84105687,
"total_value_exit_net": 10128.22361235,
"total_value": 10128.84105687,
"base_cost_quote": 821.813918515,
"unrealized_pnl_exit_net": 0.827996965
},
{
"timestamp": "2026-01-05T23:59:00+00:00",
"base_asset_bal": 738,
"quote_asset_bal": 9265.199977945,
"total_value_mid": 10129.471777945,
"total_value_exit_net": 10128.823574095,
"total_value": 10129.471777945,
"base_cost_quote": 862.264633815,
"unrealized_pnl_exit_net": 1.358962335
},
{
"timestamp": "2026-01-06T23:59:00+00:00",
"base_asset_bal": 748.7,
"quote_asset_bal": 9252.6820373725,
"total_value_mid": 10127.9872073725,
"total_value_exit_net": 10127.330728495,
"total_value": 10127.9872073725,
"base_cost_quote": 874.79780665,
"unrealized_pnl_exit_net": -0.1491155275
},
{
"timestamp": "2026-01-07T23:59:00+00:00",
"base_asset_bal": 765.9,
"quote_asset_bal": 9232.5722063025,
"total_value_mid": 10127.2199963025,
"total_value_exit_net": 10126.54901046,
"total_value": 10127.2199963025,
"base_cost_quote": 894.90763772,
"unrealized_pnl_exit_net": -0.9308335625
},
{
"timestamp": "2026-01-08T23:59:00+00:00",
"base_asset_bal": 789.7,
"quote_asset_bal": 9204.8029749875,
"total_value_mid": 10125.7511149875,
"total_value_exit_net": 10125.0604038825,
"total_value": 10125.7511149875,
"base_cost_quote": 922.676869035,
"unrealized_pnl_exit_net": -2.41944014
},
{
"timestamp": "2026-01-09T23:59:00+00:00",
"base_asset_bal": 824.3,
"quote_asset_bal": 9164.4810562125,
"total_value_mid": 10124.2959762125,
"total_value_exit_net": 10123.5761150225,
"total_value": 10124.2959762125,
"base_cost_quote": 962.99878781,
"unrealized_pnl_exit_net": -3.903729
},
{
"timestamp": "2026-01-10T23:59:00+00:00",
"base_asset_bal": 824.3,
"quote_asset_bal": 9164.4810562125,
"total_value_mid": 10123.8013962125,
"total_value_exit_net": 10123.0819059575,
"total_value": 10123.8013962125,
"base_cost_quote": 962.99878781,
"unrealized_pnl_exit_net": -4.397938065
},
{
"timestamp": "2026-01-11T23:59:00+00:00",
"base_asset_bal": 824.3,
"quote_asset_bal": 9164.4810562125,
"total_value_mid": 10123.7189662125,
"total_value_exit_net": 10122.99953778,
"total_value": 10123.7189662125,
"base_cost_quote": 962.99878781,
"unrealized_pnl_exit_net": -4.4803062425
},
{
"timestamp": "2026-01-12T23:59:00+00:00",
"base_asset_bal": 796.2,
"quote_asset_bal": 9197.2600335975,
"total_value_mid": 10126.8235335975,
"total_value_exit_net": 10126.1263609725,
"total_value": 10126.8235335975,
"base_cost_quote": 930.3043153325,
"unrealized_pnl_exit_net": -1.4379879575
},
{
"timestamp": "2026-01-13T23:59:00+00:00",
"base_asset_bal": 830.8,
"quote_asset_bal": 9156.86366903,
"total_value_mid": 10125.16106903,
"total_value_exit_net": 10124.43484598,
"total_value": 10125.16106903,
"base_cost_quote": 970.7006799,
"unrealized_pnl_exit_net": -3.12950295
},
{
"timestamp": "2026-01-14T23:59:00+00:00",
"base_asset_bal": 837.3,
"quote_asset_bal": 9149.2887420925,
"total_value_mid": 10124.1571320925,
"total_value_exit_net": 10123.4259808,
"total_value": 10124.1571320925,
"base_cost_quote": 978.2756068375,
"unrealized_pnl_exit_net": -4.13836813
},
{
"timestamp": "2026-01-15T23:59:00+00:00",
"base_asset_bal": 906.7,
"quote_asset_bal": 9068.616713415,
"total_value_mid": 10121.476753415,
"total_value_exit_net": 10120.687108385,
"total_value": 10121.476753415,
"base_cost_quote": 1058.947635515,
"unrealized_pnl_exit_net": -6.877240545
},
{
"timestamp": "2026-01-16T23:59:00+00:00",
"base_asset_bal": 906.7,
"quote_asset_bal": 9068.616713415,
"total_value_mid": 10120.842063415,
"total_value_exit_net": 10120.0528944025,
"total_value": 10120.842063415,
"base_cost_quote": 1058.947635515,
"unrealized_pnl_exit_net": -7.5114545275
},
{
"timestamp": "2026-01-17T23:59:00+00:00",
"base_asset_bal": 906.7,
"quote_asset_bal": 9068.616713415,
"total_value_mid": 10119.754023415,
"total_value_exit_net": 10118.9656704325,
"total_value": 10119.754023415,
"base_cost_quote": 1058.947635515,
"unrealized_pnl_exit_net": -8.5986784975
},
{
"timestamp": "2026-01-18T23:59:00+00:00",
"base_asset_bal": 906.7,
"quote_asset_bal": 9068.616713415,
"total_value_mid": 10122.564793415,
"total_value_exit_net": 10121.774332355,
"total_value": 10122.564793415,
"base_cost_quote": 1058.947635515,
"unrealized_pnl_exit_net": -5.790016575
},
{
"timestamp": "2026-01-19T23:59:00+00:00",
"base_asset_bal": 906.7,
"quote_asset_bal": 9068.585011335,
"total_value_mid": 10124.437161335,
"total_value_exit_net": 10123.6452722225,
"total_value": 10124.437161335,
"base_cost_quote": 1059.0082309275,
"unrealized_pnl_exit_net": -3.94797004
},
{
"timestamp": "2026-01-20T23:59:00+00:00",
"base_asset_bal": 763.9,
"quote_asset_bal": 9235.6081186125,
"total_value_mid": 10132.4267186125,
"total_value_exit_net": 10131.7541046625,
"total_value": 10132.4267186125,
"base_cost_quote": 892.473673615,
"unrealized_pnl_exit_net": 3.672312435
},
{
"timestamp": "2026-01-21T23:59:00+00:00",
"base_asset_bal": 787.4,
"quote_asset_bal": 9208.0515854825,
"total_value_mid": 10127.7347854825,
"total_value_exit_net": 10127.0450230825,
"total_value": 10127.7347854825,
"base_cost_quote": 920.119832695,
"unrealized_pnl_exit_net": -1.126395095
},
{
"timestamp": "2026-01-22T23:59:00+00:00",
"base_asset_bal": 725.1,
"quote_asset_bal": 9281.20762727,
"total_value_mid": 10133.99773727,
"total_value_exit_net": 10133.3581446875,
"total_value": 10133.99773727,
"base_cost_quote": 847.0319478625,
"unrealized_pnl_exit_net": 5.118569555
},
{
"timestamp": "2026-01-23T23:59:00+00:00",
"base_asset_bal": 564.4,
"quote_asset_bal": 9470.7585273925,
"total_value_mid": 10138.6130473925,
"total_value_exit_net": 10138.1121565025,
"total_value": 10138.6130473925,
"base_cost_quote": 658.00981751,
"unrealized_pnl_exit_net": 9.3438116
},
{
"timestamp": "2026-01-24T23:59:00+00:00",
"base_asset_bal": 564.4,
"quote_asset_bal": 9470.7585273925,
"total_value_mid": 10138.8388073925,
"total_value_exit_net": 10138.3377471825,
"total_value": 10138.8388073925,
"base_cost_quote": 658.00981751,
"unrealized_pnl_exit_net": 9.56940228
},
{
"timestamp": "2026-01-25T23:59:00+00:00",
"base_asset_bal": 408.4,
"quote_asset_bal": 9655.7881310325,
"total_value_mid": 10140.4364110325,
"total_value_exit_net": 10140.0729248225,
"total_value": 10140.4364110325,
"base_cost_quote": 473.844657155,
"unrealized_pnl_exit_net": 10.440136635
},
{
"timestamp": "2026-01-26T23:59:00+00:00",
"base_asset_bal": 412,
"quote_asset_bal": 9651.4346817875,
"total_value_mid": 10141.3850817875,
"total_value_exit_net": 10141.0176189875,
"total_value": 10141.3850817875,
"base_cost_quote": 478.3562883425,
"unrealized_pnl_exit_net": 11.2266488575
},
{
"timestamp": "2026-01-27T23:59:00+00:00",
"base_asset_bal": 297.2,
"quote_asset_bal": 9788.79087655,
"total_value_mid": 10146.50079655,
"total_value_exit_net": 10146.23251411,
"total_value": 10146.50079655,
"base_cost_quote": 344.068838235,
"unrealized_pnl_exit_net": 13.372799325
},
{
"timestamp": "2026-01-28T23:59:00+00:00",
"base_asset_bal": 473.5,
"quote_asset_bal": 9577.3310301299,
"total_value_mid": 10145.10488013,
"total_value_exit_net": 10144.6790497425,
"total_value": 10145.10488013,
"base_cost_quote": 555.651246115,
"unrealized_pnl_exit_net": 11.6967734975
},
{
"timestamp": "2026-01-29T23:59:00+00:00",
"base_asset_bal": 502.9,
"quote_asset_bal": 9542.1691212675,
"total_value_mid": 10144.8947712675,
"total_value_exit_net": 10144.44272703,
"total_value": 10144.8947712675,
"base_cost_quote": 590.9078987875,
"unrealized_pnl_exit_net": 11.365706975
},
{
"timestamp": "2026-01-30T23:59:00+00:00",
"base_asset_bal": 638.3,
"quote_asset_bal": 9380.831658855,
"total_value_mid": 10138.174608855,
"total_value_exit_net": 10137.6066016425,
"total_value": 10138.174608855,
"base_cost_quote": 752.2453612,
"unrealized_pnl_exit_net": 4.5295815875
},
{
"timestamp": "2026-01-31T23:59:00+00:00",
"base_asset_bal": 706.5,
"quote_asset_bal": 9300.0188846975,
"total_value_mid": 10135.4551346975,
"total_value_exit_net": 10134.82855751,
"total_value": 10135.4551346975,
"base_cost_quote": 833.0581353575,
"unrealized_pnl_exit_net": 1.751537455
},
{
"timestamp": "2026-02-01T23:59:00+00:00",
"base_asset_bal": 706.5,
"quote_asset_bal": 9300.0244303525,
"total_value_mid": 10137.5801803525,
"total_value_exit_net": 10136.95201354,
"total_value": 10137.5801803525,
"base_cost_quote": 833.0655609225,
"unrealized_pnl_exit_net": 3.862022265
},
{
"timestamp": "2026-02-02T23:59:00+00:00",
"base_asset_bal": 740.7,
"quote_asset_bal": 9259.7065592875,
"total_value_mid": 10133.8806992875,
"total_value_exit_net": 10133.2250686825,
"total_value": 10133.8806992875,
"base_cost_quote": 873.4118979975,
"unrealized_pnl_exit_net": 0.1066113975
},
{
"timestamp": "2026-02-03T23:59:00+00:00",
"base_asset_bal": 757.7,
"quote_asset_bal": 9239.630526235,
"total_value_mid": 10135.610776235,
"total_value_exit_net": 10134.9387910475,
"total_value": 10135.610776235,
"base_cost_quote": 893.529645,
"unrealized_pnl_exit_net": 1.7786198125
},
{
"timestamp": "2026-02-04T23:59:00+00:00",
"base_asset_bal": 747.1,
"quote_asset_bal": 9252.169395025,
"total_value_mid": 10135.241595025,
"total_value_exit_net": 10134.579290875,
"total_value": 10135.241595025,
"base_cost_quote": 881.00377764,
"unrealized_pnl_exit_net": 1.40611821
},
{
"timestamp": "2026-02-05T23:59:00+00:00",
"base_asset_bal": 757.7,
"quote_asset_bal": 9239.650180225,
"total_value_mid": 10133.130020225,
"total_value_exit_net": 10132.459910345,
"total_value": 10133.130020225,
"base_cost_quote": 893.53600977,
"unrealized_pnl_exit_net": -0.72627965
},
{
"timestamp": "2026-02-06T23:59:00+00:00",
"base_asset_bal": 796.1,
"quote_asset_bal": 9194.406892475,
"total_value_mid": 10133.327232475,
"total_value_exit_net": 10132.62304222,
"total_value": 10133.327232475,
"base_cost_quote": 938.8211882,
"unrealized_pnl_exit_net": -0.605038455
},
{
"timestamp": "2026-02-07T23:59:00+00:00",
"base_asset_bal": 806.8,
"quote_asset_bal": 9181.792839025,
"total_value_mid": 10132.848679025,
"total_value_exit_net": 10132.135387145,
"total_value": 10132.848679025,
"base_cost_quote": 951.43524165,
"unrealized_pnl_exit_net": -1.09269353
},
{
"timestamp": "2026-02-08T23:59:00+00:00",
"base_asset_bal": 796.1,
"quote_asset_bal": 9194.4200615,
"total_value_mid": 10134.6141615,
"total_value_exit_net": 10133.909015925,
"total_value": 10134.6141615,
"base_cost_quote": 938.8211882,
"unrealized_pnl_exit_net": 0.667766225
},
{
"timestamp": "2026-02-09T23:59:00+00:00",
"base_asset_bal": 655.7,
"quote_asset_bal": 9361.1444302575,
"total_value_mid": 10141.8864202575,
"total_value_exit_net": 10141.300863765,
"total_value": 10141.8864202575,
"base_cost_quote": 772.4289575525,
"unrealized_pnl_exit_net": 7.727475955
},
{
"timestamp": "2026-02-10T23:59:00+00:00",
"base_asset_bal": 659.9,
"quote_asset_bal": 9356.1776618475,
"total_value_mid": 10140.9307418475,
"total_value_exit_net": 10140.3421770375,
"total_value": 10140.9307418475,
"base_cost_quote": 777.4510012625,
"unrealized_pnl_exit_net": 6.7135139275
},
{
"timestamp": "2026-02-11T23:59:00+00:00",
"base_asset_bal": 698.3,
"quote_asset_bal": 9310.6717893275,
"total_value_mid": 10140.3918493275,
"total_value_exit_net": 10139.7695592825,
"total_value": 10140.3918493275,
"base_cost_quote": 823.0666273425,
"unrealized_pnl_exit_net": 6.0311426125
},
{
"timestamp": "2026-02-12T23:59:00+00:00",
"base_asset_bal": 708.9,
"quote_asset_bal": 9298.0568151875,
"total_value_mid": 10140.0173451875,
"total_value_exit_net": 10139.38587479,
"total_value": 10140.0173451875,
"base_cost_quote": 835.6816014825,
"unrealized_pnl_exit_net": 5.64745812
},
{
"timestamp": "2026-02-13T23:59:00+00:00",
"base_asset_bal": 725.9,
"quote_asset_bal": 9277.9045324925,
"total_value_mid": 10139.2574724925,
"total_value_exit_net": 10138.6114577875,
"total_value": 10139.2574724925,
"base_cost_quote": 855.8468140575,
"unrealized_pnl_exit_net": 4.8601112375
},
{
"timestamp": "2026-02-14T23:59:00+00:00",
"base_asset_bal": 749.3,
"quote_asset_bal": 9250.1875203125,
"total_value_mid": 10138.1080203125,
"total_value_exit_net": 10137.4420799375,
"total_value": 10138.1080203125,
"base_cost_quote": 883.5638262375,
"unrealized_pnl_exit_net": 3.6907333875
},
{
"timestamp": "2026-02-15T23:59:00+00:00",
"base_asset_bal": 738.7,
"quote_asset_bal": 9262.7560468425,
"total_value_mid": 10139.2974668425,
"total_value_exit_net": 10138.6400607775,
"total_value": 10139.2974668425,
"base_cost_quote": 871.0082566175,
"unrealized_pnl_exit_net": 4.8757573175
},
{
"timestamp": "2026-02-16T23:59:00+00:00",
"base_asset_bal": 738.7,
"quote_asset_bal": 9262.7560468425,
"total_value_mid": 10138.4848968425,
"total_value_exit_net": 10137.828100205,
"total_value": 10138.4848968425,
"base_cost_quote": 871.0082566175,
"unrealized_pnl_exit_net": 4.063796745
},
{
"timestamp": "2026-02-17T23:59:00+00:00",
"base_asset_bal": 768.5,
"quote_asset_bal": 9227.5099294525,
"total_value_mid": 10138.4129794525,
"total_value_exit_net": 10137.729802165,
"total_value": 10138.4129794525,
"base_cost_quote": 906.2673611275,
"unrealized_pnl_exit_net": 3.952511585
},
{
"timestamp": "2026-02-18T23:59:00+00:00",
"base_asset_bal": 823.9,
"quote_asset_bal": 9162.04115467,
"total_value_mid": 10133.50164467,
"total_value_exit_net": 10132.7730493025,
"total_value": 10133.50164467,
"base_cost_quote": 971.73613591,
"unrealized_pnl_exit_net": -1.0042412775
},
{
"timestamp": "2026-02-19T23:59:00+00:00",
"base_asset_bal": 896.6,
"quote_asset_bal": 9076.4215180675,
"total_value_mid": 10131.8990380675,
"total_value_exit_net": 10131.1074299275,
"total_value": 10131.8990380675,
"base_cost_quote": 1057.3557725125,
"unrealized_pnl_exit_net": -2.6698606525
},
{
"timestamp": "2026-02-20T23:59:00+00:00",
"base_asset_bal": 879.5,
"quote_asset_bal": 9096.56984548,
"total_value_mid": 10132.62084548,
"total_value_exit_net": 10131.84380723,
"total_value": 10132.62084548,
"base_cost_quote": 1037.23622416,
"unrealized_pnl_exit_net": -1.96226241
},
{
"timestamp": "2026-02-21T23:59:00+00:00",
"base_asset_bal": 879.5,
"quote_asset_bal": 9096.56984548,
"total_value_mid": 10132.44494548,
"total_value_exit_net": 10131.668039155,
"total_value": 10132.44494548,
"base_cost_quote": 1037.23622416,
"unrealized_pnl_exit_net": -2.138030485
},
{
"timestamp": "2026-02-22T23:59:00+00:00",
"base_asset_bal": 845.4,
"quote_asset_bal": 9136.8440271725,
"total_value_mid": 10137.1213071725,
"total_value_exit_net": 10136.3710992125,
"total_value": 10137.1213071725,
"base_cost_quote": 997.0302222575,
"unrealized_pnl_exit_net": 2.4968497825
},
{
"timestamp": "2026-02-23T23:59:00+00:00",
"base_asset_bal": 873.1,
"quote_asset_bal": 9104.1643157575,
"total_value_mid": 10133.6365257575,
"total_value_exit_net": 10132.8644216,
"total_value": 10133.6365257575,
"base_cost_quote": 1029.7099336725,
"unrealized_pnl_exit_net": -1.00982783
},
{
"timestamp": "2026-02-24T23:59:00+00:00",
"base_asset_bal": 873.1,
"quote_asset_bal": 9104.1643157575,
"total_value_mid": 10131.8903257575,
"total_value_exit_net": 10131.11953125,
"total_value": 10131.8903257575,
"base_cost_quote": 1029.7099336725,
"unrealized_pnl_exit_net": -2.75471818
},
{
"timestamp": "2026-02-25T23:59:00+00:00",
"base_asset_bal": 862.4,
"quote_asset_bal": 9116.7936766275,
"total_value_mid": 10135.8917566275,
"total_value_exit_net": 10135.1274330675,
"total_value": 10135.8917566275,
"base_cost_quote": 1017.0937386175,
"unrealized_pnl_exit_net": 1.2400178225
}
]
trades.json payload is intentionally not embedded in this report (deprecated). The CSV attachment below is a 99-row audit sample of the full ledger, not the complete trade list - fetch the canonical full population (4,138 closed trades) via GET /backtests/5caa23b6-6477-4b94-91fc-3b638e0e9dcb/trades (paginate through all pages).99-row audit sample from 4,138 closed trades (RFC 4180 CSV)
99-row audit sample from 4,138 closed trades (RFC 4180 CSV)
id,symbol,buy_time,sell_time,buy_price,sell_price,buy_quantity,sell_quantity,quantity,profit,profit_percentage,buy_fee_in_quote,sell_fee_in_quote,fee_buy,fee_sell,fill_type
,,2024-08-28T10:01:00Z,2024-09-25T03:21:00Z,1.1151,1.1191,6.8,,,0.01580558,0.208443189,0.00568701,0.00570741,,,TP
,,2024-08-28T10:01:00Z,2024-09-25T13:06:00Z,1.1151,1.1207,6.8,,,0.02667742,0.3518204645,0.00568701,0.00571557,,,TP
,,2024-08-28T10:01:00Z,2025-04-10T18:24:00Z,1.1151,1.1235,6.8,,,0.04570314,0.6027306968,0.00568701,0.00572985,,,TP
,,2024-08-28T10:01:00Z,2025-04-11T00:03:00Z,1.1151,1.1263,4.5,,,0.042835275,0.8536409291,0.0037634625,0.0038012625,,,TP
,,2024-08-28T10:01:00Z,2024-09-18T18:35:00Z,1.1151,1.1179,11.3,,,0.012715325,0.1009102323,0.0094504725,0.0094742025,,,TP
,,2024-08-28T10:01:00Z,2025-06-20T07:51:00Z,1.1151,1.1709,4.5,,,0.24338475,4.8502824859,0.0037634625,0.0039517875,,,TP
,,2024-08-28T10:01:00Z,2025-04-11T08:41:00Z,1.1151,1.143,4.5,,,0.1179289125,2.3501412429,0.0037634625,0.003857625,,,TP
,,2024-08-28T10:03:00Z,2025-05-08T15:50:00Z,1.1132,1.1244,4.5,,,0.0428481,0.8553539346,0.00375705,0.00379485,,,TP
,,2024-08-28T10:03:00Z,2025-06-20T07:51:00Z,1.1132,1.1689,4.5,,,0.2429479125,4.8498405498,0.00375705,0.0039450375,,,TP
,,2024-08-28T10:03:00Z,2024-09-18T18:20:00Z,1.1132,1.1171,6.8,,,0.01514547,0.2000786022,0.00567732,0.00569721,,,TP
,,2024-08-28T10:03:00Z,2024-09-18T18:35:00Z,1.1132,1.1188,6.8,,,0.0266968,0.3526769673,0.00567732,0.00570588,,,TP
,,2024-08-28T10:03:00Z,2024-09-18T18:00:00Z,1.1132,1.116,11.3,,,0.01274753,0.1013384837,0.00943437,0.0094581,,,TP
,,2024-08-28T10:03:00Z,2025-04-11T08:02:00Z,1.1132,1.1411,4.5,,,0.1179417375,2.3544084621,0.00375705,0.0038512125,,,TP
,,2024-08-28T10:03:00Z,2025-04-10T15:44:00Z,1.1132,1.1216,6.8,,,0.04572252,0.604015451,0.00567732,0.00572016,,,TP
,,2024-08-28T11:22:00Z,2024-09-06T12:31:00Z,1.1115,1.1154,6.8,,,0.01516281,0.2006140351,0.00566865,0.00568854,,,TP
,,2024-08-28T11:22:00Z,2025-04-10T15:43:00Z,1.1115,1.1227,4.5,,,0.042859575,0.8568915879,0.0037513125,0.0037891125,,,TP
,,2024-08-28T11:22:00Z,2024-09-18T18:20:00Z,1.1115,1.1171,6.8,,,0.02671414,0.353445794,0.00566865,0.00569721,,,TP
,,2024-08-28T11:22:00Z,2024-09-06T10:52:00Z,1.1115,1.1143,11.3,,,0.012776345,0.101722897,0.0094199625,0.0094436925,,,TP
,,2024-08-28T11:22:00Z,2025-06-20T07:51:00Z,1.1115,1.1671,4.5,,,0.242509725,4.8484975259,0.0037513125,0.0039389625,,,TP
,,2024-08-28T11:22:00Z,2025-04-11T08:02:00Z,1.1115,1.1393,4.5,,,0.11750355,2.3492487629,0.0037513125,0.0038451375,,,TP
,,2024-08-28T11:22:00Z,2024-09-25T12:30:00Z,1.1115,1.1199,6.8,,,0.04573986,0.605168691,0.00566865,0.00571149,,,TP
,,2024-08-28T12:31:00Z,2025-06-20T07:51:00Z,1.1094,1.1649,4.6,,,0.247453665,4.8489521363,0.00382743,0.004018905,,,TP
,,2024-08-28T12:31:00Z,2024-09-18T18:35:00Z,1.1094,1.1178,6.8,,,0.04576128,0.6065981612,0.00565794,0.00570078,,,TP
,,2024-08-28T12:31:00Z,2024-09-06T10:52:00Z,1.1094,1.1133,6.8,,,0.01518423,0.2012777177,0.00565794,0.00567783,,,TP
,,2024-08-28T12:31:00Z,2024-09-06T12:31:00Z,1.1094,1.115,6.8,,,0.02673556,0.3543987741,0.00565794,0.0056865,,,TP
,,2024-08-29T08:37:00Z,2025-06-12T12:30:00Z,1.1069,1.1623,4.6,,,0.24701126,4.8512151052,0.003818805,0.004009935,,,TP
,,2024-08-29T09:25:00Z,2025-06-20T07:51:00Z,1.1082,1.1637,4.6,,,0.247461945,4.8543651868,0.00382329,0.004014765,,,TP
,,2024-09-25T12:32:00Z,2025-04-10T15:43:00Z,1.12,1.1228,11.2,,,0.01252048,0.0998125,0.009408,0.00943152,,,TP
,,2024-10-17T10:58:00Z,2025-04-11T08:02:00Z,1.0865,1.1409,4.7,,,0.247828415,4.853147722,0.0038299125,0.0040216725,,,TP
,,2024-10-17T13:48:00Z,2025-04-11T00:41:00Z,1.083,1.1372,4.7,,,0.246913795,4.8508633426,0.003817575,0.00400863,,,TP
,,2024-10-17T13:58:00Z,2025-04-11T08:04:00Z,1.0842,1.1385,4.7,,,0.2473749825,4.8545448257,0.003821805,0.0040132125,,,TP
,,2024-10-18T12:36:00Z,2025-04-11T08:02:00Z,1.0854,1.1397,4.7,,,0.2473665225,4.849011885,0.003826035,0.0040174425,,,TP
,,2024-10-24T02:32:00Z,2024-10-24T17:26:00Z,1.0795,1.0822,11.6,,,0.01251321,0.0999282075,0.00939165,0.00941514,,,TP
,,2024-10-25T23:23:00Z,2024-10-28T08:15:00Z,1.0789,1.0816,11.6,,,0.01252365,0.1000671981,0.00938643,0.00940992,,,TP
,,2024-11-06T02:29:00Z,2024-11-06T22:54:00Z,1.0794,1.0821,11.6,,,0.01251495,0.0999513619,0.00939078,0.00941427,,,TP
,,2024-11-07T16:05:00Z,2024-11-07T20:27:00Z,1.0799,1.0826,11.6,,,0.01250625,0.0998356329,0.00939513,0.00941862,,,TP
,,2024-11-07T21:00:00Z,2024-11-12T10:43:00Z,1.08,1.0827,11.6,,,0.01250451,0.0998125,0.009396,0.00941949,,,TP
,,2024-11-10T20:59:00Z,2024-11-12T10:45:00Z,1.0789,1.0816,11.6,,,0.01252365,0.1000671981,0.00938643,0.00940992,,,TP
,,2024-11-12T10:58:00Z,2025-03-05T22:45:00Z,1.0789,1.0816,11.6,,,0.01252365,0.1000671981,0.00938643,0.00940992,,,TP
,,2024-11-13T09:30:00Z,2025-04-10T15:03:00Z,1.0637,1.1169,4.8,,,0.24750984,4.8476591144,0.00382932,0.00402084,,,TP
,,2024-11-13T13:33:00Z,2025-04-10T14:52:00Z,1.062,1.1152,4.8,,,0.24752208,4.8556591337,0.0038232,0.00401472,,,TP
,,2024-12-18T20:07:00Z,2025-03-11T08:48:00Z,1.0389,1.0909,4.9,,,0.246972985,4.8515400905,0.0038179575,0.0040090575,,,TP
,,2024-12-19T07:16:00Z,2025-03-11T13:27:00Z,1.0404,1.0925,4.9,,,0.2474515925,4.8539335832,0.00382347,0.0040149375,,,TP
,,2025-01-13T09:27:00Z,2025-03-05T09:03:00Z,1.0199,1.0709,5,,,0.2471595,4.8467398765,0.003824625,0.004015875,,,TP
,,2025-03-05T20:10:00Z,2025-03-05T22:45:00Z,1.08,1.0827,11.6,,,0.01250451,0.0998125,0.009396,0.00941949,,,TP
,,2025-03-06T18:06:00Z,2025-03-07T06:53:00Z,1.0799,1.0826,11.6,,,0.01250625,0.0998356329,0.00939513,0.00941862,,,TP
,,2025-03-24T17:00:00Z,2025-03-25T10:49:00Z,1.0792,1.0819,11.6,,,0.01251843,0.0999976835,0.00938904,0.00941253,,,TP
,,2025-03-28T07:17:00Z,2025-03-28T14:02:00Z,1.079,1.0817,11.6,,,0.01252191,0.1000440222,0.0093873,0.00941079,,,TP
,,2025-04-01T12:40:00Z,2025-04-02T13:12:00Z,1.0795,1.0822,11.6,,,0.01251321,0.0999282075,0.00939165,0.00941514,,,TP
,,2025-04-11T00:34:00Z,2025-06-20T07:51:00Z,1.1313,1.1879,4.5,,,0.2468727,4.8493414656,0.0038181375,0.0040091625,,,TP
,,2025-04-11T00:42:00Z,2025-06-20T07:51:00Z,1.1363,1.1932,4.5,,,0.2481879375,4.8537248086,0.0038350125,0.00402705,,,TP
,,2025-04-11T00:44:00Z,2025-06-20T07:51:00Z,1.1342,1.191,4.5,,,0.24775245,4.8541791571,0.003827925,0.004019625,,,TP
,,2025-04-11T19:09:00Z,2025-06-20T07:51:00Z,1.1329,1.1896,4.5,,,0.2473115625,4.8511011563,0.0038235375,0.0040149,,,TP
,,2025-04-21T09:13:00Z,2025-06-20T07:51:00Z,1.1568,1.2147,4.4,,,0.24693405,4.851432832,0.00381744,0.00400851,,,TP
,,2025-06-12T10:30:00Z,2025-06-20T07:51:00Z,1.1595,1.2175,4.4,,,0.2473559,4.8484044847,0.00382635,0.00401775,,,TP
,,2025-06-12T10:30:00Z,2025-06-12T12:30:00Z,1.1595,1.1624,10.8,,,0.01251261,0.0999202242,0.00939195,0.00941544,,,TP
,,2025-06-12T12:41:00Z,2025-06-20T07:51:00Z,1.1623,1.2205,4.4,,,0.24821676,4.8535576013,0.00383559,0.00402765,,,TP
,,2025-06-16T14:08:00Z,2025-06-20T07:51:00Z,1.1611,1.2192,4.4,,,0.24778501,4.8501227284,0.00383163,0.00402336,,,TP
,,2025-06-24T04:48:00Z,2025-06-24T14:27:00Z,1.1598,1.1627,10.8,,,0.01250775,0.0998555785,0.00939438,0.00941787,,,TP
,,2025-06-25T13:16:00Z,2025-06-25T13:17:00Z,1.1595,1.1624,10.8,,,0.01251261,0.0999202242,0.00939195,0.00941544,,,TP
,,2025-07-16T12:31:00Z,2025-07-16T15:55:00Z,1.16,1.1629,10.8,,,0.01250451,0.0998125,0.009396,0.00941949,,,TP
,,2025-07-17T07:32:00Z,2025-07-17T22:36:00Z,1.1595,1.1624,10.8,,,0.01251261,0.0999202242,0.00939195,0.00941544,,,TP
,,2025-07-28T21:42:00Z,2025-08-06T13:11:00Z,1.16,1.1629,10.8,,,0.01250451,0.0998125,0.009396,0.00941949,,,TP
,,2025-08-22T07:15:00Z,2025-08-22T14:00:00Z,1.1595,1.1624,10.8,,,0.01251261,0.0999202242,0.00939195,0.00941544,,,TP
,,2025-08-27T09:48:00Z,2025-08-27T16:45:00Z,1.159,1.1619,10.8,,,0.01252071,0.1000280414,0.0093879,0.00941139,,,TP
,,2025-10-10T15:06:00Z,2025-10-15T07:52:00Z,1.1589,1.1618,10.8,,,0.01252233,0.100049616,0.00938709,0.00941058,,,TP
,,2025-10-10T21:18:00Z,2026-01-27T12:12:00Z,1.135,1.1918,4.5,,,0.24774705,4.8506519824,0.003830625,0.004022325,,,TP
,,2025-10-10T21:21:00Z,2025-10-16T01:49:00Z,1.1106,1.1662,4.6,,,0.24790504,4.8525481722,0.00383157,0.00402339,,,TP
,,2025-10-10T21:22:00Z,2026-01-25T22:56:00Z,1.133,1.1897,4.5,,,0.2473108875,4.8506597529,0.003823875,0.0040152375,,,TP
,,2025-10-10T21:31:00Z,2026-01-25T23:27:00Z,1.1309,1.1875,4.5,,,0.2468754,4.8511097356,0.0038167875,0.0040078125,,,TP
,,2025-10-10T21:33:00Z,2025-10-15T20:39:00Z,1.1083,1.1638,4.6,,,0.247461255,4.8539136515,0.003823635,0.00401511,,,TP
,,2025-10-22T13:39:00Z,2025-10-22T16:34:00Z,1.1589,1.1618,10.8,,,0.01252233,0.100049616,0.00938709,0.00941058,,,TP
,,2025-10-29T18:39:00Z,2025-10-30T04:27:00Z,1.1594,1.1623,10.8,,,0.01251423,0.0999417802,0.00939114,0.00941463,,,TP
,,2025-11-07T15:03:00Z,2025-11-13T09:33:00Z,1.1589,1.1618,10.8,,,0.01252233,0.100049616,0.00938709,0.00941058,,,TP
,,2026-01-30T17:24:00Z,2026-02-10T14:42:00Z,1.1891,1.1933,6.4,,,0.01544448,0.2029434026,0.00570768,0.00572784,,,TP
,,2026-01-30T17:24:00Z,2026-02-09T15:04:00Z,1.1891,1.1921,10.6,,,0.01286946,0.1021024304,0.009453345,0.009477195,,,TP
,,2026-01-30T18:36:00Z,2026-02-10T14:42:00Z,1.1872,1.1932,6.4,,,0.02697408,0.3550117925,0.00569856,0.00572736,,,TP
,,2026-01-31T15:16:00Z,2026-02-09T14:02:00Z,1.1854,1.1914,6.4,,,0.02699136,0.3557786401,0.00568992,0.00571872,,,TP
,,2026-01-31T20:15:00Z,2026-02-09T14:06:00Z,1.1827,1.1916,6.4,,,0.04556336,0.6019510442,0.00567696,0.00571968,,,TP
,,2026-02-03T00:22:00Z,2026-02-09T15:01:00Z,1.1808,1.1927,4.3,,,0.042503475,0.8570354844,0.00380808,0.003757005,,,TP
,,2026-02-05T06:45:00Z,2026-02-11T13:30:00Z,1.1814,1.1844,10.6,,,0.01299189,0.1037455561,0.00939213,0.00941598,,,TP
,,2026-02-09T06:09:00Z,2026-02-09T15:00:00Z,1.184,1.1929,6.4,,,0.04555088,0.6011254223,0.0056832,0.00572592,,,TP
,,2026-02-10T14:06:00Z,2026-02-10T14:42:00Z,1.1899,1.1929,10.6,,,0.01285674,0.1019329355,0.009459705,0.009483555,,,TP
,,2026-02-10T16:51:00Z,2026-02-11T06:16:00Z,1.1898,1.1928,10.6,,,0.01285833,0.1019541099,0.00945891,0.00948276,,,TP
,,2026-02-11T13:30:00Z,2026-02-11T17:15:00Z,1.1829,1.1889,6.4,,,0.02701536,0.356847578,0.00567792,0.00570672,,,TP
,,2026-02-11T13:30:00Z,2026-02-11T13:40:00Z,1.1829,1.1871,6.4,,,0.015504,0.2047933046,0.00567792,0.00569808,,,TP
,,2026-02-11T13:30:00Z,2026-02-11T13:31:00Z,1.1829,1.1859,10.6,,,0.01296804,0.103423789,0.009404055,0.009427905,,,TP
,,2026-02-11T13:33:00Z,2026-02-11T17:30:00Z,1.1851,1.1893,6.4,,,0.01548288,0.2041346722,0.00568848,0.00570864,,,TP
,,2026-02-11T13:33:00Z,2026-02-11T14:10:00Z,1.1851,1.1881,10.6,,,0.01293306,0.1029533373,0.009421545,0.009445395,,,TP
,,2026-02-13T07:24:00Z,2026-02-13T13:30:00Z,1.1853,1.1883,10.6,,,0.01292988,0.1029106555,0.009423135,0.009446985,,,TP
,,2026-02-14T11:57:00Z,2026-02-15T06:26:00Z,1.1836,1.1866,10.6,,,0.01295691,0.1032739101,0.00940962,0.00943347,,,TP
,,2026-02-17T15:14:00Z,2026-02-17T18:24:00Z,1.1817,1.1847,10.6,,,0.01298712,0.1036811373,0.009394515,0.009418365,,,TP
,,2026-02-18T18:30:00Z,2026-02-22T23:56:00Z,1.1798,1.1828,10.6,,,0.01301733,0.1040896762,0.00937941,0.00940326,,,TP
,,2026-02-19T11:41:00Z,2026-02-22T23:54:00Z,1.1781,1.1823,6.4,,,0.01555008,0.2062388592,0.00565488,0.00567504,,,TP
,,2026-02-19T11:41:00Z,2026-02-22T23:15:00Z,1.1781,1.1811,10.7,,,0.01316742,0.104456328,0.0094542525,0.0094783275,,,TP
,,2026-02-19T13:10:00Z,2026-02-22T23:22:00Z,1.1757,1.1816,6.4,,,0.02644496,0.3514523263,0.00564336,0.00567168,,,TP
,,2026-02-19T13:10:00Z,2026-02-20T15:19:00Z,1.1757,1.1799,6.4,,,0.01557312,0.2069660628,0.00564336,0.00566352,,,TP
,,2026-02-19T13:10:00Z,2026-02-20T15:14:00Z,1.1757,1.1787,10.7,,,0.01320594,0.1049757591,0.0094349925,0.0094590675,,,TP
,,2026-02-23T11:49:00Z,2026-02-25T21:36:00Z,1.1782,1.1812,10.7,,,0.013165815,0.1044347309,0.009455055,0.00947913,,,TP
Frequently Asked Questions
_null_; metrics that can’t be derived locally render as “not available”.What strategy was tested and on which trading pair?
What strategy was tested and on which trading pair?
bt.mode_name, bt.symbol, bt.config.from, bt.config.toWhat is the current status of this backtest?
What is the current status of this backtest?
bt.status, bt.error_messageWhat was the total return?
What was the total return?
bt.return_pct, bt.start_balance, bt.final_value, bt.total_profitWhat was the annualized growth rate (CAGR)?
What was the annualized growth rate (CAGR)?
derived from equity series (eqStats.cagrPct, eqStats.durationDays)Did it beat Buy & Hold of EURIUSDT?
Did it beat Buy & Hold of EURIUSDT?
bt.return_pct, opts.tokenReturnPct, outperformDeltaWhat was the worst drawdown?
What was the worst drawdown?
derived from equity series (eqStats.maxDrawdownPct, .maxDrawdownAbs, .underwaterDays, .recoveryDays)How many trades did it take and what was the win rate?
How many trades did it take and what was the win rate?
bt.fulfilled_trades, bt.win_rate, bt.active_orders, derived tradesPerMonthWhat was the average, best, and worst trade?
What was the average, best, and worst trade?
bt.avg_profit, bt.max_profit, bt.min_profitWhat was the profit factor and expectancy?
What was the profit factor and expectancy?
derived from trades (stats.profitFactor, .expectancy, .payoffRatio)What were the longest winning and losing streaks?
What were the longest winning and losing streaks?
derived from trades (stats.consecWinsMax, .consecLossesMax)How much was paid in fees?
How much was paid in fees?
Sum(buy_fee_in_quote + sell_fee_in_quote) over every row of GET /backtests/{id}/trades - the API summary field bt.total_fees is used only for cross-checking, not as the source of truth.Source: derived from trades[].buy_fee_in_quote + trades[].sell_fee_in_quote (analyzeTrades -> stats.totalFees / .buyFees / .sellFees)Is the risk-adjusted return any good?
Is the risk-adjusted return any good?
derived from equity series (eqStats.sharpeAnnualized, .sortinoAnnualized)How volatile was the equity curve?
How volatile was the equity curve?
derived from equity series (eqStats.volatilityAnnualizedPct)How long does the strategy hold positions?
How long does the strategy hold positions?
derived from trades (stats.medianHoldingHours, .avgHoldingHours, .minHoldingHours, .maxHoldingHours)How much of the time was capital deployed?
How much of the time was capital deployed?
derived from equity series (eqStats.timeInMarketPct)What were the best and worst months?
What were the best and worst months?
derived from trades (stats.bestMonth, .worstMonth)When did the backtest run and how long did it take?
When did the backtest run and how long did it take?
bt.created_at, bt.started_at, bt.completed_at, bt.elapsed_secWhat configuration parameters were used?
What configuration parameters were used?
bt.start_balance, bt.data_file, bt.config.timeframe, bt.config.fee_pct, bt.is_duplicateWhere can I find a one-line summary written by the engine?
Where can I find a one-line summary written by the engine?
Engine summary: Backtest EURIUSDT (Mode: 4BasicMode.json)
Period: 2024-04-24 00:00:01 to 2026-02-25 23:59:59
Starting balance: 10,000.00 USDT
Final value: 10,135.13 USDT
P&L: +135.13 USDT (+1.35%)
Result: PROFIT
Completed trades: 4138
Open orders at end: 147
Win rate: 100.0%
Avg. profit/trade: 0.034254 USDT
Best trade: 0.248217 USDT
Worst trade: 0.012505 USDT
Total profit (trades only): 141.742462 USDT
Max drawdown: -0.90%
Profit factor: inf (no losing trades)
Sharpe ratio: 0.89
Total fees: 53.67 USDT
Avg hold time: 471.1h
TP / SL / TSL: 4138 / 0 / 0
Strategy parameters:
Buy trigger: -0.1% from last buy
Buy splits: 7
Sell targets: [0.25, 0.35, 0.5, 0.75, 1.0, 2.5, 5.0]
Investment per buy: 50.0 USDT
Fees: maker 7.5 bps / taker 7.5 bps
Elapsed: 368.3s
bt.summary_textAre these results guaranteed for live trading?
Are these results guaranteed for live trading?
static disclaimerGlossary
| Term | Definition |
|---|---|
| Return % | Total percentage change of portfolio value over the backtest window: (final_value - start_balance) / start_balance x 100. |
| CAGR | Compound Annual Growth Rate. Annualized return assuming compounding: (final/start)^(365.25/days) - 1. |
| Win Rate | Share of closed trades with positive net P&L (after fees): wins / (wins + losses) x 100. |
| Max Drawdown | Largest peak-to-trough decline of equity, measured in % of the previous peak. The single most important risk metric. |
| Drawdown Duration | Number of days spent below the previous equity peak before recovering (or end of window if not recovered). |
| Sharpe Ratio (annualized) | Mean daily return divided by standard deviation of daily returns, scaled by 365. Risk-adjusted return - higher is better, > 1 is decent. |
| Sortino Ratio (annualized) | Like Sharpe but only penalizes downside volatility. Often more representative for asymmetric strategies. |
| Volatility (ann.) | Standard deviation of daily returns x 365, expressed as a percentage. |
| Time in Market | Fraction of the period where the strategy held base-asset exposure (not 100% cash). |
| Buy & Hold | Reference benchmark: simply buying the underlying token at the start and holding to the end of the window. |
| Outperformance (pp) | Strategy return minus Buy & Hold return, in percentage points (not percent change). |
| Fulfilled Trades | Round-trip trades that have both an entry fill and an exit fill within the window. |
| Active Orders | Open positions still pending exit at the end of the backtest - their unrealized P&L is included in final_value. |
| Lookahead Bias | Using information that wouldn’t have been available at trade time. The validator flags trades whose buy_time precedes the configured from date. |
How to Read This Report
GET /backtests/{id} * Fields used: return_pct, fulfilled_trades, win_rateCheck the headline return
Reproduce This Run
GET /backtests/{id} * Fields used: symbol, mode_name, config (replayed verbatim)X-API-Key. Payload fields are validated against ENGINE.md Section 20; non-engine keys are stripped so the replay produces the exact same run.curl -X POST https://uncoded-backtest-api-production.up.railway.app/backtests \
-H "X-API-Key: $UNCODED_API_KEY" \
-H "Content-Type: application/json" \
-d '{"symbol":"EURIUSDT","mode_name":"4BasicMode.json","interval":"1m","from":"2024-04-24 00:00:01","to":"2026-02-25 23:59:59","canBuy":true,"canSell":true,"canBuyUp":true,"startBal":10000,"stepSize":0.1,"stopLoss":false,"tickSize":0.0001,"buySplits":7,"buyVolumes":[25,15,15,15,10,10,10],"canBuyDown":false,"minNotional":5,"buyPercentage":0.1,"fees_in_quote":true,"intrabar_mode":"OLHC","maker_fee_bps":7.5,"taker_fee_bps":7.5,"sellPercentages":[0.25,0.35,0.5,0.75,1,2.5,5],"triggerCoolDown":1,"investmentPerBuy":50,"assumed_spread_bps":0,"stopLossPercentage":5,"investmentPercentMode":false,"minInvestmentPerQuote":20,"order_latency_seconds":2,"trailingStopLossPercentages":[0,0,0,0,0,0,0],"sellCancelDistancePercentage":1,"dontBuyBelowQuoteAssetBalance":1,"investmentPerFreeQuotePercent":0.01,"sellActivateDistancePercentage":0.1}'
Structured Data (JSON-LD)
Dataset markup with 35 PropertyValue KPIs. Every numeric value is finite + range-validated; invalid / null fields are omitted so the JSON stays schema.org-compliant.{
"@context": "https://schema.org",
"@type": "Dataset",
"name": "EURIUSDT BasicMode Backtest",
"alternateName": "EURIUSDT-4BasicMode.json-5caa23b6-6477-4b94-91fc-3b638e0e9dcb",
"description": "Backtest of the BasicMode strategy on EURIUSDT: +1.35% return over 2024-04-24 to 2026-02-25.",
"identifier": "5caa23b6-6477-4b94-91fc-3b638e0e9dcb",
"license": "https://creativecommons.org/licenses/by/4.0/",
"isAccessibleForFree": true,
"inLanguage": "en",
"creativeWorkStatus": "completed",
"creator": {
"@type": "Organization",
"name": "uncoded.ch",
"url": "https://uncoded.ch/backtesting"
},
"publisher": {
"@type": "Organization",
"name": "uncoded.ch",
"url": "https://uncoded.ch"
},
"keywords": [
"EURIUSDT",
"BasicMode",
"crypto backtest",
"trading strategy",
"quantitative finance",
"algorithmic trading"
],
"about": [
{
"@type": "Thing",
"name": "EURIUSDT",
"description": "Trading pair: EURIUSDT"
},
{
"@type": "Thing",
"name": "BasicMode",
"description": "Trading strategy: BasicMode"
}
],
"measurementTechnique": "Historical OHLCV replay with deterministic order-fill simulation (TP / SL / Trailing-SL)",
"variableMeasured": [
{
"@type": "PropertyValue",
"name": "Return",
"value": 1.3513,
"unitText": "%",
"unitCode": "P1",
"description": "Total percentage return over the backtest window"
},
{
"@type": "PropertyValue",
"name": "Win Rate",
"value": 100,
"unitText": "%",
"unitCode": "P1",
"description": "Share of closed trades with positive net P&L",
"minValue": 0,
"maxValue": 100
},
{
"@type": "PropertyValue",
"name": "Net Profit",
"value": 141.74246211,
"unitText": "USDT",
"description": "Total realized profit in quote currency"
},
{
"@type": "PropertyValue",
"name": "Final Portfolio Value",
"value": 10135.12743307,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Initial Capital",
"value": 10000,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Fulfilled Trades",
"value": 4138,
"unitText": "trades",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Active Orders",
"value": 147,
"unitText": "orders",
"description": "Open positions still pending exit at end of window",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Best Trade Profit",
"value": 0.24821676,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Worst Trade Profit",
"value": 0.01250451,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Average Trade Profit",
"value": 0.03425386,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Engine Elapsed Time",
"value": 368.33,
"unitText": "seconds",
"unitCode": "SEC",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "CAGR",
"value": 0.9019333475797975,
"unitText": "%",
"unitCode": "P1",
"description": "Compound Annual Growth Rate"
},
{
"@type": "PropertyValue",
"name": "Max Drawdown",
"value": -0.9007967149772887,
"unitText": "%",
"unitCode": "P1",
"description": "Largest peak-to-trough decline of equity (negative)",
"maxValue": 0
},
{
"@type": "PropertyValue",
"name": "Max Drawdown (absolute)",
"value": -90.1091705125018,
"unitText": "USDT",
"maxValue": 0
},
{
"@type": "PropertyValue",
"name": "Drawdown Duration",
"value": 108,
"unitText": "days",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Recovery Duration",
"value": 54,
"unitText": "days",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Sharpe Ratio (annualized)",
"value": 0.8886879577586135,
"description": "Mean / std of daily returns x 365"
},
{
"@type": "PropertyValue",
"name": "Sortino Ratio (annualized)",
"value": 0.9698450653487817,
"description": "Like Sharpe but only penalizes downside volatility"
},
{
"@type": "PropertyValue",
"name": "Volatility (annualized)",
"value": 1.0198921762691908,
"unitText": "%",
"unitCode": "P1",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Time in Market",
"value": 100,
"unitText": "%",
"unitCode": "P1",
"minValue": 0,
"maxValue": 100
},
{
"@type": "PropertyValue",
"name": "Backtest Duration",
"value": 546,
"unitText": "days",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Equity Samples",
"value": 547,
"unitText": "points",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Expectancy per Trade",
"value": 0.08672888790404046,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Average Win",
"value": 0.08672888790404046,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Average Loss",
"value": 0,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Median Trade Profit",
"value": 0.01580558,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Gross Profit",
"value": 8.586159902500006,
"unitText": "USDT",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Gross Loss",
"value": 0,
"unitText": "USDT",
"maxValue": 0
},
{
"@type": "PropertyValue",
"name": "Total Fees Paid",
"value": 1.3061386575,
"unitText": "USDT",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Total Volume Traded",
"value": 1741.6374799999999,
"unitText": "USDT",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Longest Winning Streak",
"value": 99,
"unitText": "trades",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Longest Losing Streak",
"value": 0,
"unitText": "trades",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Median Holding Time",
"value": 214.35,
"unitText": "hours",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Mean Holding Time",
"value": 1498.469865319866,
"unitText": "hours",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Trades per Month",
"value": 187.1360802305757,
"unitText": "trades/month",
"minValue": 0
}
],
"dateCreated": "2026-05-08T13:39:13.939Z",
"dateModified": "2026-05-15T13:00:54.825Z",
"temporalCoverage": "2024-04-23T22:00:01.000Z/2026-02-25T22:59:59.000Z"
}
[!] Disclaimer
Backtester: uncoded.ch/backtesting * Generated 2026-05-15 13:00:54 UTC