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.
JSTUSDT * LongTimeLong
JSTUSDT | 3LongTimeLong.json | 2024-04-24 - 2026-02-25 | +1.38% | 31,383 closed trades | 100.0% closed WR | 136 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 | 414.71 USDT | Sum of all winning trades before fees. |
| Gross Loss | 0.00 USDT | Absolute sum of all losing trades. |
| Total Fees | 235.76 USDT | Buy + sell fees across all trades. |
| Fee Drag | 56.9% of gross profit | What share of edge the exchange consumed. |
| Avg Hold Time | 43.0 h | Mean duration a position is open. |
Exit Mix (Fill Types)
| Exit Type | Count | Share | What It Means |
|---|---|---|---|
| TP (Take Profit) | 31,383 | 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 JSTUSDT, 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 ate 56.9% of gross profit - over-trading risk.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="18688a1c-616c-4cd7-8757-4ab333140aac" */}
...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 JSTUSDT, 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 LongTimeLong 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 JSTUSDT 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: JSTUSDT 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.38% return on JSTUSDT a good backtest result?
Is a 1.38% return on JSTUSDT 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 JSTUSDT backtest?
What is the annualised return for this JSTUSDT backtest?
Can I run this exact LongTimeLong configuration live?
Can I run this exact LongTimeLong configuration live?
How is this backtest different from others on JSTUSDT?
How is this backtest different from others on JSTUSDT?
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 | JSTUSDT |
| Strategy | LongTimeLong |
| 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 | 672.0 days (1.84 years) - first -> last equity sample timestamp; used for CAGR / Sharpe / Sortino |
| Coverage gap | configured window is 673.0 days but equity samples span only 672.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,138.31 USDT |
| Avg Profit / Trade | +0.0057 USDT |
| Trades / Month | 1419.3 |
| Status | completed |
| Created | 2026-05-08 13:39:06 UTC |
| Started | 2026-05-08 18:59:38 UTC |
| Completed | 2026-05-08 19:09:48 UTC |
| Compute Time | 6m 53s |
| Backtest ID | 18688a1c-616c-4cd7-8757-4ab333140aac |
| Engine summary: |
Backtest JSTUSDT (Mode: 3LongTimeLong.json)
Period: 2024-04-24 00:00:01 to 2026-02-25 23:59:59
Starting balance: 10,000.00 USDT
Final value: 10,138.31 USDT
P&L: +138.31 USDT (+1.38%)
Result: PROFIT
Completed trades: 31383
Open orders at end: 136
Win rate: 100.0%
Avg. profit/trade: 0.005702 USDT
Best trade: 0.007062 USDT
Worst trade: 0.004991 USDT
Total profit (trades only): 178.945510 USDT
Max drawdown: -5.01%
Profit factor: inf (no losing trades)
Sharpe ratio: 0.22
Total fees: 235.76 USDT
Avg hold time: 43.0h
TP / SL / TSL: 31383 / 0 / 0
Strategy parameters:
Buy trigger: -0.1% from last buy
Buy splits: 9
Sell targets: [0.25, 0.35, 0.5, 0.75, 1.0, 2.5, 5.0, 10.0, 15.0]
Investment per buy: 25.0 USDT
Fees: maker 7.5 bps / taker 7.5 bps
Elapsed: 412.9s
Verifiable Claims
| Claim | Evidence | Source |
|---|---|---|
| Strategy returned +1.38% over the tested window | return_pct = 1.3831 | GET /backtests/{id} -> return_pct |
| Capital grew from 10,000.00 to 10,138.31 USDT | final_value - start_balance = +138.31 USDT | GET /backtests/{id} -> start_balance, final_value |
| Roughly 31383 of 31383 trades were profitable | win_rate = 100% | GET /backtests/{id} -> win_rate, fulfilled_trades |
| Worst peak-to-trough loss was 5.01% | max_drawdown_pct = 5.0128 | derived client-side from /equity series |
| Risk-adjusted return (Sharpe, annualized, rf=0) = 0.22 | sharpe_annualized = 0.2207 | 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.00001 |
buySplits | 9 |
{
"to": "2026-02-25 23:59:59",
"from": "2024-04-24 00:00:01",
"canBuy": true,
"symbol": "JSTUSDT",
"canSell": true,
"canBuyUp": true,
"startBal": 10000,
"stepSize": 0.1,
"stopLoss": false,
"tickSize": 0.00001,
"buySplits": 9,
"buyVolumes": [
20,
15,
10,
10,
10,
10,
5,
5,
5
],
"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,
10,
15
],
"triggerCoolDown": 1,
"investmentPerBuy": 25,
"assumed_spread_bps": 0,
"stopLossPercentage": 5,
"investmentPercentMode": false,
"minInvestmentPerQuote": 25,
"order_latency_seconds": 2,
"trailingStopLossPercentages": [
0,
0,
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 | 9 | Number of price levels in the buy-ladder (DCA depth). |
buyVolumes | [20,15,10,10,10,10,5,5,5] | 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 | 25 | 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 | 25 | 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,10,15] | 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.00001 | Exchange price tick (quote currency). |
trailingStopLossPercentages | [0,0,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: JSTUSDT
canSell: true
canBuyUp: true
startBal: 10000
stepSize: 0.1
stopLoss: false
tickSize: 0.00001
buySplits: 9
buyVolumes:
- 20
- 15
- 10
- 10
- 10
- 10
- 5
- 5
- 5
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
- 10
- 15
triggerCoolDown: 1
investmentPerBuy: 25
assumed_spread_bps: 0
stopLossPercentage: 5
investmentPercentMode: false
minInvestmentPerQuote: 25
order_latency_seconds: 2
trailingStopLossPercentages:
- 0
- 0
- 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 == "3LongTimeLong.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 | JSTUSDT | 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,116 | # #
| ## ##:#:
| # ####:: ###:::::
|######### #:###:::::: # # ##::::::::
|:::::::::#:::::::::::##:# ### #: ## #::::::::::
|::::::::::::::::::::::::: :::###::##::####:::::::::::
|:::::::::::::::::::::::::# :::::::::::::::::::::::::::
|::::::::::::::::::::::::::## #:::::::::::::::::::::::::::
|::::::::::::::::::::::::::::# # ::::::::::::::::::::::::::::
9,746 |:::::::::::::::::::::::::::::#:#::::::::::::::::::::::::::::
+------------------------------------------------------------
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,206.60 USDT @ 2024-12-03 23:59:00 UTC |
| Trough | 9,694.96 USDT @ 2025-03-16 23:59:00 UTC |
| Drawdown Duration | 103.0 days |
| Recovery | not yet recovered within window |
| All-time Peak | 10,206.60 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,489.17 | 9,489.17 | 93.6% |
| JST | 14,581.90000000 | 0.00 | 0.0% |
| Other (open positions, fee reserves, …) | - | 649.14 | 6.4% |
| Total | - | 10,138.31 | 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) | +0.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 | +0.59 USDT | Gross Profit - Gross Loss |
| Closed-trade buy fees | 0.38 USDT | Sum buy_fee_in_quote over matched-pair rows of /trades |
| Closed-trade sell fees | 0.38 USDT | Sum sell_fee_in_quote over matched-pair rows of /trades |
| Closed-trade fees subtotal | 0.75 USDT | buy + sell on matched pairs |
| Open-position buy fees | 235.01 USDT | bt.total_fees - closed-trade subtotal - buy-side fees on the 136 orders still open at end of window (no matching sell row yet) |
| Total Fees Paid (authoritative) | 235.76 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 | 40123.82% | 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/18688a1c-616c-4cd7-8757-4ab333140aac/trades |
| Closed-trade sell fees | Sum row.sell_fee_in_quote | sell_fee_in_quote per row | GET /backtests/18688a1c-616c-4cd7-8757-4ab333140aac/trades |
| (A) Closed-trade subtotal | Sum (buy_fee_in_quote + sell_fee_in_quote) | both fee fields, matched-pair rows only | GET /backtests/18688a1c-616c-4cd7-8757-4ab333140aac/trades |
| (B) Total Fees Paid (engine) | direct read | total_fees (scalar) | GET /backtests/18688a1c-616c-4cd7-8757-4ab333140aac |
| (C) = (B) - (A) Open-position buy fees | bt.total_fees - closed_subtotal | derived | - |
| Open orders count | direct read | active_orders | GET /backtests/18688a1c-616c-4cd7-8757-4ab333140aac |
| Numerical walk-through for this run: |
(A) Closed-trade subtotal = 0.375100 + 0.376091
= 0.751192 USDT
(B) bt.total_fees = 235.764815 USDT <- authoritative
(C) Open-position buy fees = (B) - (A)
= 235.764815 - 0.751192
= 235.013623 USDT
Identity check: (A) + (C) ?= (B)
0.751192 + 235.013623 = 235.764815 USDT
vs bt.total_fees = 235.764815 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 136 open orders.Holding Period Distribution
| Min | Median | Avg | Max |
|---|---|---|---|
| 0.0h | 0.5h | 106.5h | 4898.3h |
Trade Timeline
| First Trade | Last Trade |
|---|---|
| 2024-04-24 00:13:00 UTC | 2026-02-25 23:59:00 UTC |
Breakdown by Exit Type
| Type | Count | Cumulative Profit | Avg Return |
|---|---|---|---|
TP | 100 | +0.59 USDT | +0.12% |
Monthly Performance
GET /backtests/{id}/trades * Fields used: sell_time (bucket key), profit| Month | Trades | Wins | Win Rate | Net P&L (USDT) |
|---|---|---|---|---|
| 2024-04 | 23 | 23 | 100.0% | +0.13 |
| 2024-08 | 25 | 25 | 100.0% | +0.17 |
| 2024-11 | 7 | 7 | 100.0% | +0.04 |
| 2024-12 | 1 | 1 | 100.0% | +0.00 |
| 2025-01 | 2 | 2 | 100.0% | +0.01 |
| 2025-05 | 5 | 5 | 100.0% | +0.02 |
| 2025-06 | 1 | 1 | 100.0% | +0.00 |
| 2025-07 | 2 | 2 | 100.0% | +0.01 |
| 2025-08 | 7 | 7 | 100.0% | +0.03 |
| 2025-11 | 2 | 2 | 100.0% | +0.01 |
| 2026-02 | 25 | 25 | 100.0% | +0.15 |
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 | 2024-08-05 -> 2024-08-05 | 0.024020 | 0.024090 | +0.0071 | +0.14% |
| 2 | TP | 2024-08-05 -> 2024-08-05 | 0.024030 | 0.024100 | +0.0071 | +0.14% |
| 3 | TP | 2024-08-05 -> 2024-08-05 | 0.024050 | 0.024120 | +0.0070 | +0.14% |
| 4 | TP | 2024-08-05 -> 2024-08-05 | 0.024060 | 0.024130 | +0.0070 | +0.14% |
| 5 | TP | 2024-08-05 -> 2024-08-05 | 0.024060 | 0.024130 | +0.0070 | +0.14% |
| 6 | TP | 2024-08-05 -> 2024-08-05 | 0.024070 | 0.024140 | +0.0070 | +0.14% |
| 7 | TP | 2024-08-05 -> 2024-08-05 | 0.024090 | 0.024160 | +0.0070 | +0.14% |
| 8 | TP | 2024-08-05 -> 2024-08-05 | 0.024090 | 0.024160 | +0.0070 | +0.14% |
| 9 | TP | 2024-08-05 -> 2024-08-05 | 0.024120 | 0.024190 | +0.0070 | +0.14% |
| 10 | TP | 2024-08-05 -> 2024-08-05 | 0.024120 | 0.024190 | +0.0070 | +0.14% |
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-04-24 23:59:00 UTC |
| Deepest DD | -5.01% @ 2025-03-16 23:59:00 UTC |
| Mean | -1.79% |
| Std Dev | 1.38% |
| Last | -0.67% |
| Points | 673 |
| Across 673 points the series ranged from -5.01% (2025-03-16 23:59:00 UTC) to 0.00% (2024-04-24 23:59:00 UTC), averaging -1.79%. 0% of points were positive, 97% negative. The most recent value is -0.67%. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T23:59:00+00:00","drawdown":0},{"timestamp":"2024-05-05T23:59:00+00:00","drawdown":-0.01956057524647905},{"timestamp":"2024-05-17T23:59:00+00:00","drawdown":-0.01172284784791618},{"timestamp":"2024-05-28T23:59:00+00:00","drawdown":-0.15187570508231105},{"timestamp":"2024-06-09T23:59:00+00:00","drawdown":-0.1593814802180374},{"timestamp":"2024-06-20T23:59:00+00:00","drawdown":-0.43277896104246},{"timestamp":"2024-07-01T23:59:00+00:00","drawdown":-0.10035673060851405},{"timestamp":"2024-07-13T23:59:00+00:00","drawdown":-0.09678067651319111},{"timestamp":"2024-07-24T23:59:00+00:00","drawdown":-0.2005156347443615},{"timestamp":"2024-08-05T23:59:00+00:00","drawdown":-0.750054854524173},{"timestamp":"2024-08-16T23:59:00+00:00","drawdown":-0.27959524748619086},{"timestamp":"2024-08-27T23:59:00+00:00","drawdown":-0.23739216876765803},{"timestamp":"2024-09-08T23:59:00+00:00","drawdown":-0.4031314389724143},{"timestamp":"2024-09-19T23:59:00+00:00","drawdown":-0.4215489044947143},{"timestamp":"2024-09-30T23:59:00+00:00","drawdown":-0.24469109783134355},{"timestamp":"2024-10-12T23:59:00+00:00","drawdown":-0.13901778150511365},{"timestamp":"2024-10-23T23:59:00+00:00","drawdown":-0.21077855630452386},{"timestamp":"2024-11-04T23:59:00+00:00","drawdown":-0.37857530439990333},{"timestamp":"2024-11-15T23:59:00+00:00","drawdown":-0.012316064617959923},{"timestamp":"2024-11-26T23:59:00+00:00","drawdown":0},{"timestamp":"2024-12-08T23:59:00+00:00","drawdown":-0.8481691677823061},{"timestamp":"2024-12-19T23:59:00+00:00","drawdown":-2.968139808696753},{"timestamp":"2024-12-31T23:59:00+00:00","drawdown":-2.4916831551943983},{"timestamp":"2025-01-11T23:59:00+00:00","drawdown":-2.1591817440710237},{"timestamp":"2025-01-22T23:59:00+00:00","drawdown":-2.2073649213433795},{"timestamp":"2025-02-03T23:59:00+00:00","drawdown":-3.4727111771442933},{"timestamp":"2025-02-14T23:59:00+00:00","drawdown":-3.6938233229207493},{"timestamp":"2025-02-26T23:59:00+00:00","drawdown":-4.107360701504667},{"timestamp":"2025-03-09T23:59:00+00:00","drawdown":-4.355404405251566},{"timestamp":"2025-03-20T23:59:00+00:00","drawdown":-4.452477518241723},{"timestamp":"2025-04-01T23:59:00+00:00","drawdown":-4.261327016919618},{"timestamp":"2025-04-12T23:59:00+00:00","drawdown":-4.445753417373398},{"timestamp":"2025-04-23T23:59:00+00:00","drawdown":-4.0673782371603355},{"timestamp":"2025-05-05T23:59:00+00:00","drawdown":-2.7147991599589516},{"timestamp":"2025-05-16T23:59:00+00:00","drawdown":-2.4709567306467903},{"timestamp":"2025-05-28T23:59:00+00:00","drawdown":-2.7145393924751957},{"timestamp":"2025-06-08T23:59:00+00:00","drawdown":-2.864202528275439},{"timestamp":"2025-06-19T23:59:00+00:00","drawdown":-2.9467249437283094},{"timestamp":"2025-07-01T23:59:00+00:00","drawdown":-2.8533751587901652},{"timestamp":"2025-07-12T23:59:00+00:00","drawdown":-2.3777873709580026},{"timestamp":"2025-07-24T23:59:00+00:00","drawdown":-2.2233882412964223},{"timestamp":"2025-08-04T23:59:00+00:00","drawdown":-3.046017017968804},{"timestamp":"2025-08-15T23:59:00+00:00","drawdown":-3.014533479416671},{"timestamp":"2025-08-27T23:59:00+00:00","drawdown":-2.382061857874834},{"timestamp":"2025-09-07T23:59:00+00:00","drawdown":-2.784899863203369},{"timestamp":"2025-09-19T23:59:00+00:00","drawdown":-2.879160378402212},{"timestamp":"2025-09-30T23:59:00+00:00","drawdown":-3.0548276357857462},{"timestamp":"2025-10-11T23:59:00+00:00","drawdown":-3.4083536897488056},{"timestamp":"2025-10-23T23:59:00+00:00","drawdown":-2.730345326859116},{"timestamp":"2025-11-03T23:59:00+00:00","drawdown":-2.3141784620998442},{"timestamp":"2025-11-14T23:59:00+00:00","drawdown":-2.1938388918560516},{"timestamp":"2025-11-26T23:59:00+00:00","drawdown":-1.8381279697823785},{"timestamp":"2025-12-07T23:59:00+00:00","drawdown":-1.7662213891255008},{"timestamp":"2025-12-19T23:59:00+00:00","drawdown":-1.6239633290607636},{"timestamp":"2025-12-30T23:59:00+00:00","drawdown":-1.2716043156389916},{"timestamp":"2026-01-10T23:59:00+00:00","drawdown":-1.3313421420724383},{"timestamp":"2026-01-22T23:59:00+00:00","drawdown":-0.7951648692731967},{"timestamp":"2026-02-02T23:59:00+00:00","drawdown":-1.1006810853913078},{"timestamp":"2026-02-14T23:59:00+00:00","drawdown":-1.156164196932888},{"timestamp":"2026-02-25T23:59:00+00:00","drawdown":-0.6691115841082772}]
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 | 157.22 USDT @ 2024-12-03 23:59:00 UTC |
| Worst Unrealized | -398.67 USDT @ 2025-03-16 23:59:00 UTC |
| Mean | -122.59 USDT |
| Std Dev | 104.29 USDT |
| Last | -31.67 USDT |
| Points | 673 |
| Sum | -82,504.72 USDT |
| Across 673 points the series ranged from -398.67 USDT (2025-03-16 23:59:00 UTC) to 157.22 USDT (2024-12-03 23:59:00 UTC), averaging -122.59 USDT. 5% of points were positive, 95% negative. The most recent value is -31.67 USDT. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T23:59:00+00:00","pnl":-2.4103269148},{"timestamp":"2024-05-05T23:59:00+00:00","pnl":-4.5071225895},{"timestamp":"2024-05-17T23:59:00+00:00","pnl":-4.9231884083},{"timestamp":"2024-05-28T23:59:00+00:00","pnl":-18.03816968},{"timestamp":"2024-06-09T23:59:00+00:00","pnl":-20.1439279567},{"timestamp":"2024-06-20T23:59:00+00:00","pnl":-49.2827978665},{"timestamp":"2024-07-01T23:59:00+00:00","pnl":-17.9436680533},{"timestamp":"2024-07-13T23:59:00+00:00","pnl":-20.6012652408},{"timestamp":"2024-07-24T23:59:00+00:00","pnl":-32.325656002},{"timestamp":"2024-08-05T23:59:00+00:00","pnl":-90.911354048},{"timestamp":"2024-08-16T23:59:00+00:00","pnl":-45.9139893813},{"timestamp":"2024-08-27T23:59:00+00:00","pnl":-12.5746851267},{"timestamp":"2024-09-08T23:59:00+00:00","pnl":-30.929588928},{"timestamp":"2024-09-19T23:59:00+00:00","pnl":-33.4645196495},{"timestamp":"2024-09-30T23:59:00+00:00","pnl":-17.0653602047},{"timestamp":"2024-10-12T23:59:00+00:00","pnl":-8.7780381937},{"timestamp":"2024-10-23T23:59:00+00:00","pnl":-17.0282403272},{"timestamp":"2024-11-04T23:59:00+00:00","pnl":-34.9512829163},{"timestamp":"2024-11-15T23:59:00+00:00","pnl":9.40750459},{"timestamp":"2024-11-26T23:59:00+00:00","pnl":31.3985188418},{"timestamp":"2024-12-08T23:59:00+00:00","pnl":63.1745137308},{"timestamp":"2024-12-19T23:59:00+00:00","pnl":-161.6113677257},{"timestamp":"2024-12-31T23:59:00+00:00","pnl":-118.6743043983},{"timestamp":"2025-01-11T23:59:00+00:00","pnl":-90.1626573463},{"timestamp":"2025-01-22T23:59:00+00:00","pnl":-100.589942504},{"timestamp":"2025-02-03T23:59:00+00:00","pnl":-233.7123105925},{"timestamp":"2025-02-14T23:59:00+00:00","pnl":-259.2610993245},{"timestamp":"2025-02-26T23:59:00+00:00","pnl":-302.9296442678},{"timestamp":"2025-03-09T23:59:00+00:00","pnl":-330.393622494},{"timestamp":"2025-03-20T23:59:00+00:00","pnl":-342.2137705345},{"timestamp":"2025-04-01T23:59:00+00:00","pnl":-323.5272710095},{"timestamp":"2025-04-12T23:59:00+00:00","pnl":-344.4495040475},{"timestamp":"2025-04-23T23:59:00+00:00","pnl":-306.6538902283},{"timestamp":"2025-05-05T23:59:00+00:00","pnl":-176.7260865148},{"timestamp":"2025-05-16T23:59:00+00:00","pnl":-156.0320118348},{"timestamp":"2025-05-28T23:59:00+00:00","pnl":-183.661029137},{"timestamp":"2025-06-08T23:59:00+00:00","pnl":-200.8146336333},{"timestamp":"2025-06-19T23:59:00+00:00","pnl":-210.9358388565},{"timestamp":"2025-07-01T23:59:00+00:00","pnl":-203.086295518},{"timestamp":"2025-07-12T23:59:00+00:00","pnl":-155.5280455368},{"timestamp":"2025-07-24T23:59:00+00:00","pnl":-141.7261550633},{"timestamp":"2025-08-04T23:59:00+00:00","pnl":-228.4257683898},{"timestamp":"2025-08-15T23:59:00+00:00","pnl":-226.6961206113},{"timestamp":"2025-08-27T23:59:00+00:00","pnl":-165.8685104051},{"timestamp":"2025-09-07T23:59:00+00:00","pnl":-208.7902285806},{"timestamp":"2025-09-19T23:59:00+00:00","pnl":-219.3027721013},{"timestamp":"2025-09-30T23:59:00+00:00","pnl":-239.1750675938},{"timestamp":"2025-10-11T23:59:00+00:00","pnl":-276.1822873548},{"timestamp":"2025-10-23T23:59:00+00:00","pnl":-208.6263730611},{"timestamp":"2025-11-03T23:59:00+00:00","pnl":-167.1873266951},{"timestamp":"2025-11-14T23:59:00+00:00","pnl":-156.1676523801},{"timestamp":"2025-11-26T23:59:00+00:00","pnl":-121.0249911951},{"timestamp":"2025-12-07T23:59:00+00:00","pnl":-119.1728709488},{"timestamp":"2025-12-19T23:59:00+00:00","pnl":-106.3819657846},{"timestamp":"2025-12-30T23:59:00+00:00","pnl":-71.6134570764},{"timestamp":"2026-01-10T23:59:00+00:00","pnl":-80.6117240666},{"timestamp":"2026-01-22T23:59:00+00:00","pnl":-29.6942991764},{"timestamp":"2026-02-02T23:59:00+00:00","pnl":-66.6145188509},{"timestamp":"2026-02-14T23:59:00+00:00","pnl":-77.9344804566},{"timestamp":"2026-02-25T23:59:00+00:00","pnl":-31.6735415419}]
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,206.60 USDT @ 2024-12-03 23:59:00 UTC |
| Trough Total Equity | 9,694.96 USDT @ 2025-03-16 23:59:00 UTC |
| Mean | 9,962.91 USDT |
| Std Dev | 87.36 USDT |
| Last | 10,138.31 USDT |
| Points | 673 |
| Sum | 6,705,039.59 USDT |
| Across 673 points the series ranged from 9,694.96 USDT (2025-03-16 23:59:00 UTC) to 10,206.60 USDT (2024-12-03 23:59:00 UTC), averaging 9,962.91 USDT. 100% of points were positive, 0% negative. The most recent value is 10,138.31 USDT. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T23:59:00+00:00","quote":9880.1167005165,"base":117.72495001749849,"total":9997.841650534},{"timestamp":"2024-05-05T23:59:00+00:00","quote":9837.863087586,"base":160.67643022899938,"total":9998.539517815},{"timestamp":"2024-05-17T23:59:00+00:00","quote":9834.5634077758,"base":165.26376314699883,"total":9999.8271709228},{"timestamp":"2024-05-28T23:59:00+00:00","quote":9690.9521817655,"base":297.30062717249893,"total":9988.252808938},{"timestamp":"2024-06-09T23:59:00+00:00","quote":9762.3832106005,"base":225.11876220400154,"total":9987.5019728045},{"timestamp":"2024-06-20T23:59:00+00:00","quote":9513.916076247,"base":446.23672825729955,"total":9960.1528045043},{"timestamp":"2024-07-01T23:59:00+00:00","quote":9716.0417122413,"base":277.3647692883005,"total":9993.4064815296},{"timestamp":"2024-07-13T23:59:00+00:00","quote":9754.0810974136,"base":239.68311274249936,"total":9993.7642101561},{"timestamp":"2024-07-24T23:59:00+00:00","quote":9620.2953912323,"base":363.0917487960014,"total":9983.3871400283},{"timestamp":"2024-08-05T23:59:00+00:00","quote":9363.6401795598,"base":564.7741034985011,"total":9928.4142830583},{"timestamp":"2024-08-16T23:59:00+00:00","quote":9550.8868951571,"base":424.5895588200001,"total":9975.4764539771},{"timestamp":"2024-08-27T23:59:00+00:00","quote":9730.4822754342,"base":282.74129486749916,"total":10013.2235703017},{"timestamp":"2024-09-08T23:59:00+00:00","quote":9597.0717129394,"base":399.5165227112011,"total":9996.5882356506},{"timestamp":"2024-09-19T23:59:00+00:00","quote":9567.7251925211,"base":427.01447276950057,"total":9994.7396652906},{"timestamp":"2024-09-30T23:59:00+00:00","quote":9699.2072981984,"base":313.2836748895006,"total":10012.4909730879},{"timestamp":"2024-10-12T23:59:00+00:00","quote":9821.6518380819,"base":201.44561938720108,"total":10023.0974574691},{"timestamp":"2024-10-23T23:59:00+00:00","quote":9722.5991449271,"base":293.295647162,"total":10015.8947920891},{"timestamp":"2024-11-04T23:59:00+00:00","quote":9623.5784255924,"base":375.47452174569844,"total":9999.0529473381},{"timestamp":"2024-11-15T23:59:00+00:00","quote":9804.6519057664,"base":244.66502950049835,"total":10049.3169352669},{"timestamp":"2024-11-26T23:59:00+00:00","quote":9904.5753596971,"base":171.54750280499866,"total":10076.1228625021},{"timestamp":"2024-12-08T23:59:00+00:00","quote":9606.3212920732,"base":513.7094747154988,"total":10120.0307667887},{"timestamp":"2024-12-19T23:59:00+00:00","quote":8973.9603408023,"base":929.693502528,"total":9903.6538433303},{"timestamp":"2024-12-31T23:59:00+00:00","quote":9159.8507310628,"base":792.4331370690015,"total":9952.2838681318},{"timestamp":"2025-01-11T23:59:00+00:00","quote":9190.3260503701,"base":795.8949067929989,"total":9986.2209571631},{"timestamp":"2025-01-22T23:59:00+00:00","quote":9195.8404771074,"base":785.4626158837,"total":9981.3030929911},{"timestamp":"2025-02-03T23:59:00+00:00","quote":8914.4909733309,"base":937.6632887020005,"total":9852.1542620329},{"timestamp":"2025-02-14T23:59:00+00:00","quote":8842.3913016697,"base":987.1949280899989,"total":9829.5862297597},{"timestamp":"2025-02-26T23:59:00+00:00","quote":8748.7518380527,"base":1038.626285620001,"total":9787.3781236727},{"timestamp":"2025-03-09T23:59:00+00:00","quote":8725.8718883524,"base":1036.1894066509994,"total":9762.0612950034},{"timestamp":"2025-03-20T23:59:00+00:00","quote":8742.8016266914,"base":1009.3518039605005,"total":9752.1534306519},{"timestamp":"2025-04-01T23:59:00+00:00","quote":8783.6696841707,"base":987.9937135512009,"total":9771.6633977219},{"timestamp":"2025-04-12T23:59:00+00:00","quote":8710.6866342062,"base":1042.1530985249992,"total":9752.8397327312},{"timestamp":"2025-04-23T23:59:00+00:00","quote":8771.5720981527,"base":1019.8868757262007,"total":9791.4589738789},{"timestamp":"2025-05-05T23:59:00+00:00","quote":9195.1528672058,"base":734.3584427813003,"total":9929.5113099871},{"timestamp":"2025-05-16T23:59:00+00:00","quote":9204.3607345409,"base":750.0385968390001,"total":9954.3993313799},{"timestamp":"2025-05-28T23:59:00+00:00","quote":9132.0432073047,"base":797.4946161103999,"total":9929.5378234151},{"timestamp":"2025-06-08T23:59:00+00:00","quote":9294.1009669017,"base":620.1613388932001,"total":9914.2623057949},{"timestamp":"2025-06-19T23:59:00+00:00","quote":9265.7562397554,"base":640.0833331829999,"total":9905.8395729384},{"timestamp":"2025-07-01T23:59:00+00:00","quote":9247.4138232864,"base":667.9535888025002,"total":9915.3674120889},{"timestamp":"2025-07-12T23:59:00+00:00","quote":9283.4478569672,"base":680.4608982796999,"total":9963.9087552469},{"timestamp":"2025-07-24T23:59:00+00:00","quote":9330.4486165567,"base":649.2190402599008,"total":9979.6676568166},{"timestamp":"2025-08-04T23:59:00+00:00","quote":9107.916033448,"base":787.7891946398995,"total":9895.7052280879},{"timestamp":"2025-08-15T23:59:00+00:00","quote":9114.4117736905,"base":784.5068532436017,"total":9898.9186269341},{"timestamp":"2025-08-27T23:59:00+00:00","quote":9293.3406835413,"base":670.1317919238991,"total":9963.4724754652},{"timestamp":"2025-09-07T23:59:00+00:00","quote":9215.0732990888,"base":707.283112520201,"total":9922.356411609},{"timestamp":"2025-09-19T23:59:00+00:00","quote":9185.935168333,"base":726.8004495306996,"total":9912.7356178637},{"timestamp":"2025-09-30T23:59:00+00:00","quote":9187.8772090815,"base":706.9287544882009,"total":9894.8059635697},{"timestamp":"2025-10-11T23:59:00+00:00","quote":9178.7867722442,"base":679.9362010979003,"total":9858.7229733421},{"timestamp":"2025-10-23T23:59:00+00:00","quote":9220.4766091287,"base":707.4479657873999,"total":9927.9245749161},{"timestamp":"2025-11-03T23:59:00+00:00","quote":9306.6013206129,"base":663.7997415262016,"total":9970.4010621391},{"timestamp":"2025-11-14T23:59:00+00:00","quote":9327.8863962502,"base":654.7972444666993,"total":9982.6836407169},{"timestamp":"2025-11-26T23:59:00+00:00","quote":9384.1110040512,"base":634.8786276419014,"total":10018.9896316931},{"timestamp":"2025-12-07T23:59:00+00:00","quote":9279.4564155113,"base":746.8724332438996,"total":10026.3288487552},{"timestamp":"2025-12-19T23:59:00+00:00","quote":9326.2455584324,"base":714.6030014828993,"total":10040.8485599153},{"timestamp":"2025-12-30T23:59:00+00:00","quote":9417.5419819409,"base":659.2704530420997,"total":10076.812434983},{"timestamp":"2026-01-10T23:59:00+00:00","quote":9415.4365468759,"base":655.2786871136996,"total":10070.7152339896},{"timestamp":"2026-01-22T23:59:00+00:00","quote":9489.3409663985,"base":636.0997371224003,"total":10125.4407035209},{"timestamp":"2026-02-02T23:59:00+00:00","quote":9414.9686647059,"base":679.2892206973993,"total":10094.2578854033},{"timestamp":"2026-02-14T23:59:00+00:00","quote":9360.5664213572,"base":728.0285247828997,"total":10088.5949461401},{"timestamp":"2026-02-25T23:59:00+00:00","quote":9489.1700308598,"base":649.1364272661012,"total":10138.3064581259}]
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 | 11.02% @ 2025-04-08 23:59:00 UTC |
| Min Exposure | 0.64% @ 2024-04-26 23:59:00 UTC |
| Mean | 6.09% |
| Std Dev | 2.63% |
| Last | 6.40% |
| Points | 673 |
| Across 673 points the series ranged from 0.64% (2024-04-26 23:59:00 UTC) to 11.02% (2025-04-08 23:59:00 UTC), averaging 6.09%. 100% of points were positive, 0% negative. The most recent value is 6.40%. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T23:59:00+00:00","exposure":1.1775036466116728},{"timestamp":"2024-05-05T23:59:00+00:00","exposure":1.6069990016313134},{"timestamp":"2024-05-17T23:59:00+00:00","exposure":1.6526661943473173},{"timestamp":"2024-05-28T23:59:00+00:00","exposure":2.976502826464896},{"timestamp":"2024-06-09T23:59:00+00:00","exposure":2.254004683222986},{"timestamp":"2024-06-20T23:59:00+00:00","exposure":4.480219701604347},{"timestamp":"2024-07-01T23:59:00+00:00","exposure":2.7754777092370086},{"timestamp":"2024-07-13T23:59:00+00:00","exposure":2.398326673536313},{"timestamp":"2024-07-24T23:59:00+00:00","exposure":3.636959517879341},{"timestamp":"2024-08-05T23:59:00+00:00","exposure":5.6884623001905075},{"timestamp":"2024-08-16T23:59:00+00:00","exposure":4.25633362756043},{"timestamp":"2024-08-27T23:59:00+00:00","exposure":2.82367903684967},{"timestamp":"2024-09-08T23:59:00+00:00","exposure":3.996528748542574},{"timestamp":"2024-09-19T23:59:00+00:00","exposure":4.272392148966342},{"timestamp":"2024-09-30T23:59:00+00:00","exposure":3.1289284128351373},{"timestamp":"2024-10-12T23:59:00+00:00","exposure":2.009814034453851},{"timestamp":"2024-10-23T23:59:00+00:00","exposure":2.928301996479187},{"timestamp":"2024-11-04T23:59:00+00:00","exposure":3.7551008452821075},{"timestamp":"2024-11-15T23:59:00+00:00","exposure":2.4346433800079996},{"timestamp":"2024-11-26T23:59:00+00:00","exposure":1.7025149965509654},{"timestamp":"2024-12-08T23:59:00+00:00","exposure":5.076165147653101},{"timestamp":"2024-12-19T23:59:00+00:00","exposure":9.387378812256348},{"timestamp":"2024-12-31T23:59:00+00:00","exposure":7.9623245032876415},{"timestamp":"2025-01-11T23:59:00+00:00","exposure":7.969930869816222},{"timestamp":"2025-01-22T23:59:00+00:00","exposure":7.869339389515724},{"timestamp":"2025-02-03T23:59:00+00:00","exposure":9.51734274315476},{"timestamp":"2025-02-14T23:59:00+00:00","exposure":10.043097491745922},{"timestamp":"2025-02-26T23:59:00+00:00","exposure":10.611894957934433},{"timestamp":"2025-03-09T23:59:00+00:00","exposure":10.614452986290521},{"timestamp":"2025-03-20T23:59:00+00:00","exposure":10.350040236118687},{"timestamp":"2025-04-01T23:59:00+00:00","exposure":10.110803793973655},{"timestamp":"2025-04-12T23:59:00+00:00","exposure":10.685637486971737},{"timestamp":"2025-04-23T23:59:00+00:00","exposure":10.416086902340062},{"timestamp":"2025-05-05T23:59:00+00:00","exposure":7.39571586008148},{"timestamp":"2025-05-16T23:59:00+00:00","exposure":7.534744908963062},{"timestamp":"2025-05-28T23:59:00+00:00","exposure":8.031538126878445},{"timestamp":"2025-06-08T23:59:00+00:00","exposure":6.25524441219106},{"timestamp":"2025-06-19T23:59:00+00:00","exposure":6.461676756119019},{"timestamp":"2025-07-01T23:59:00+00:00","exposure":6.736549045959967},{"timestamp":"2025-07-12T23:59:00+00:00","exposure":6.82925662001246},{"timestamp":"2025-07-24T23:59:00+00:00","exposure":6.505417440594352},{"timestamp":"2025-08-04T23:59:00+00:00","exposure":7.9609201818567135},{"timestamp":"2025-08-15T23:59:00+00:00","exposure":7.925177312893819},{"timestamp":"2025-08-27T23:59:00+00:00","exposure":6.725885915518728},{"timestamp":"2025-09-07T23:59:00+00:00","exposure":7.128176848119374},{"timestamp":"2025-09-19T23:59:00+00:00","exposure":7.331986623560659},{"timestamp":"2025-09-30T23:59:00+00:00","exposure":7.144442822738947},{"timestamp":"2025-10-11T23:59:00+00:00","exposure":6.896797921357986},{"timestamp":"2025-10-23T23:59:00+00:00","exposure":7.125839448607802},{"timestamp":"2025-11-03T23:59:00+00:00","exposure":6.657703510512411},{"timestamp":"2025-11-14T23:59:00+00:00","exposure":6.559330817576379},{"timestamp":"2025-11-26T23:59:00+00:00","exposure":6.33675301582894},{"timestamp":"2025-12-07T23:59:00+00:00","exposure":7.449111678963394},{"timestamp":"2025-12-19T23:59:00+00:00","exposure":7.11695826521785},{"timestamp":"2025-12-30T23:59:00+00:00","exposure":6.5424503760073405},{"timestamp":"2026-01-10T23:59:00+00:00","exposure":6.506774066076986},{"timestamp":"2026-01-22T23:59:00+00:00","exposure":6.282193099024426},{"timestamp":"2026-02-02T23:59:00+00:00","exposure":6.729461723775441},{"timestamp":"2026-02-14T23:59:00+00:00","exposure":7.216352016010354},{"timestamp":"2026-02-25T23:59:00+00:00","exposure":6.402809285231415}]
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 | 153.51 USDT @ 2025-04-27 23:59:00 UTC |
| Worst Day | -112.83 USDT @ 2024-12-09 23:59:00 UTC |
| Mean | 0.2090 USDT |
| Std Dev | 19.58 USDT |
| Last | -19.55 USDT |
| Points | 672 |
| Sum | 140.46 USDT |
| Across 672 points the series ranged from -112.83 USDT (2024-12-09 23:59:00 UTC) to 153.51 USDT (2025-04-27 23:59:00 UTC), averaging 0.2090 USDT. 54% of points were positive, 46% negative. The most recent value is -19.55 USDT. | |
| Showing 60 of 672 points (down-sampled for readability). |
[{"timestamp":"2024-04-25T23:59:00+00:00","delta":0.6041470155014395},{"timestamp":"2024-05-06T23:59:00+00:00","delta":-2.6664790507984435},{"timestamp":"2024-05-18T23:59:00+00:00","delta":-0.858173974798774},{"timestamp":"2024-05-29T23:59:00+00:00","delta":-1.1741735389987298},{"timestamp":"2024-06-09T23:59:00+00:00","delta":2.221996141501222},{"timestamp":"2024-06-21T23:59:00+00:00","delta":4.445875494300708},{"timestamp":"2024-07-02T23:59:00+00:00","delta":2.3824593371991796},{"timestamp":"2024-07-14T23:59:00+00:00","delta":0.3767628474997764},{"timestamp":"2024-07-25T23:59:00+00:00","delta":5.150361201000123},{"timestamp":"2024-08-05T23:59:00+00:00","delta":-27.30489595129984},{"timestamp":"2024-08-17T23:59:00+00:00","delta":10.207695779499772},{"timestamp":"2024-08-28T23:59:00+00:00","delta":0.3617917457013391},{"timestamp":"2024-09-08T23:59:00+00:00","delta":8.953496874000848},{"timestamp":"2024-09-20T23:59:00+00:00","delta":8.076729860498745},{"timestamp":"2024-10-01T23:59:00+00:00","delta":-1.00528491930163},{"timestamp":"2024-10-13T23:59:00+00:00","delta":-2.0735324945017055},{"timestamp":"2024-10-24T23:59:00+00:00","delta":4.268485412299924},{"timestamp":"2024-11-04T23:59:00+00:00","delta":-10.003709176000484},{"timestamp":"2024-11-16T23:59:00+00:00","delta":7.890691185501055},{"timestamp":"2024-11-27T23:59:00+00:00","delta":4.068457743300314},{"timestamp":"2024-12-08T23:59:00+00:00","delta":5.407978287699734},{"timestamp":"2024-12-20T23:59:00+00:00","delta":11.073992680800075},{"timestamp":"2024-12-31T23:59:00+00:00","delta":43.85815651519988},{"timestamp":"2025-01-12T23:59:00+00:00","delta":-23.52580478519849},{"timestamp":"2025-01-23T23:59:00+00:00","delta":-22.178891610999926},{"timestamp":"2025-02-03T23:59:00+00:00","delta":21.937774611500572},{"timestamp":"2025-02-15T23:59:00+00:00","delta":13.802269932200943},{"timestamp":"2025-02-26T23:59:00+00:00","delta":-10.365070558998923},{"timestamp":"2025-03-09T23:59:00+00:00","delta":-51.65642357950128},{"timestamp":"2025-03-21T23:59:00+00:00","delta":24.169262493000133},{"timestamp":"2025-04-01T23:59:00+00:00","delta":-1.211941936498988},{"timestamp":"2025-04-13T23:59:00+00:00","delta":33.612254677200326},{"timestamp":"2025-04-24T23:59:00+00:00","delta":0.37441740699978254},{"timestamp":"2025-05-05T23:59:00+00:00","delta":-5.418389610700615},{"timestamp":"2025-05-17T23:59:00+00:00","delta":-26.405041699999856},{"timestamp":"2025-05-28T23:59:00+00:00","delta":-19.514057612501347},{"timestamp":"2025-06-08T23:59:00+00:00","delta":-5.4165481611998985},{"timestamp":"2025-06-20T23:59:00+00:00","delta":3.880099809201056},{"timestamp":"2025-07-01T23:59:00+00:00","delta":-7.313832662499408},{"timestamp":"2025-07-13T23:59:00+00:00","delta":-1.3277324802984367},{"timestamp":"2025-07-24T23:59:00+00:00","delta":4.1157557198002905},{"timestamp":"2025-08-04T23:59:00+00:00","delta":15.426345201700315},{"timestamp":"2025-08-16T23:59:00+00:00","delta":0.5416099579997535},{"timestamp":"2025-08-27T23:59:00+00:00","delta":-21.381109131700214},{"timestamp":"2025-09-07T23:59:00+00:00","delta":2.5708353003010416},{"timestamp":"2025-09-19T23:59:00+00:00","delta":-18.280754375500692},{"timestamp":"2025-09-30T23:59:00+00:00","delta":-2.8128252286987845},{"timestamp":"2025-10-12T23:59:00+00:00","delta":22.156604039799277},{"timestamp":"2025-10-23T23:59:00+00:00","delta":7.78266026719939},{"timestamp":"2025-11-03T23:59:00+00:00","delta":9.966415486200276},{"timestamp":"2025-11-15T23:59:00+00:00","delta":2.7170014352013823},{"timestamp":"2025-11-26T23:59:00+00:00","delta":-2.3216058914986206},{"timestamp":"2025-12-07T23:59:00+00:00","delta":-19.696176465800818},{"timestamp":"2025-12-19T23:59:00+00:00","delta":-3.9618587082004524},{"timestamp":"2025-12-30T23:59:00+00:00","delta":37.161490410699116},{"timestamp":"2026-01-11T23:59:00+00:00","delta":-21.212349521500073},{"timestamp":"2026-01-22T23:59:00+00:00","delta":-3.992146702199534},{"timestamp":"2026-02-02T23:59:00+00:00","delta":10.87754584530012},{"timestamp":"2026-02-14T23:59:00+00:00","delta":8.420123834699552},{"timestamp":"2026-02-25T23:59:00+00:00","delta":-19.545805775500412}]
Monthly Returns
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net * Transform: monthlyReturns(equity)returnPct).| Stat | Value |
|---|---|
| Best Month | 1.99% @ 2025-04 |
| Worst Month | -1.34% @ 2025-02 |
| Mean | 0.09% |
| Std Dev | 0.74% |
| Last | 0.54% |
| Points | 23 |
| Across 23 points the series ranged from -1.34% (2025-02) to 1.99% (2025-04), averaging 0.09%. 52% of points were positive, 48% negative. The most recent value is 0.54%. | |
| Full series - 23 points. |
[{"month":"2024-04","returnPct":-0.03902406510499376},{"month":"2024-05","returnPct":-0.09794126477424416},{"month":"2024-06","returnPct":0.042481243304707574},{"month":"2024-07","returnPct":-0.20027607735452763},{"month":"2024-08","returnPct":0.3899427313238322},{"month":"2024-09","returnPct":-0.012699341833896274},{"month":"2024-10","returnPct":0.10357809657117721},{"month":"2024-11","returnPct":0.6199180322202175},{"month":"2024-12","returnPct":-1.2907728115942378},{"month":"2025-01","returnPct":-0.11614553161000604},{"month":"2025-02","returnPct":-1.335696234004232},{"month":"2025-03","returnPct":-0.28073983273343456},{"month":"2025-04","returnPct":1.9891474008837964},{"month":"2025-05","returnPct":-1.0158887482833565},{"month":"2025-06","returnPct":0.3659160562073389},{"month":"2025-07","returnPct":0.1783732202715547},{"month":"2025-08","returnPct":0.6564146349194625},{"month":"2025-09","returnPct":-0.560595077882667},{"month":"2025-10","returnPct":0.6003995754134455},{"month":"2025-11","returnPct":1.3431940578973733},{"month":"2025-12","returnPct":-0.18856831018219425},{"month":"2026-01","returnPct":0.4319271980777513},{"month":"2026-02","returnPct":0.5447192976785827}]
Cumulative Trade Profit
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: cumulativeProfit(trades)cumProfit).| Stat | Value |
|---|---|
| Peak Cum. | 178.95 USDT @ 2026-02-25 |
| Trough Cum. | 0.2793 USDT @ 2024-04-24 |
| Mean | 89.67 USDT |
| Std Dev | 54.59 USDT |
| Last | 178.95 USDT |
| Points | 673 |
| Sum | 60,348.61 USDT |
| Across 673 points the series ranged from 0.2793 USDT (2024-04-24) to 178.95 USDT (2026-02-25), averaging 89.67 USDT. 100% of points were positive, 0% negative. The most recent value is 178.95 USDT. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24","cumProfit":0.279272},{"timestamp":"2024-05-05","cumProfit":3.2571649999999996},{"timestamp":"2024-05-17","cumProfit":4.990360000000001},{"timestamp":"2024-05-28","cumProfit":6.577229},{"timestamp":"2024-06-09","cumProfit":7.932151},{"timestamp":"2024-06-20","cumProfit":9.721853999999999},{"timestamp":"2024-07-01","cumProfit":11.636399999999995},{"timestamp":"2024-07-13","cumProfit":14.651726999999992},{"timestamp":"2024-07-24","cumProfit":15.999047999999991},{"timestamp":"2024-08-05","cumProfit":19.611889999999995},{"timestamp":"2024-08-16","cumProfit":21.676696999999994},{"timestamp":"2024-08-27","cumProfit":26.200591999999993},{"timestamp":"2024-09-08","cumProfit":27.92016099999999},{"timestamp":"2024-09-19","cumProfit":28.606520999999994},{"timestamp":"2024-09-30","cumProfit":29.958668999999993},{"timestamp":"2024-10-12","cumProfit":32.277832},{"timestamp":"2024-10-23","cumProfit":33.325368999999995},{"timestamp":"2024-11-04","cumProfit":34.406566999999995},{"timestamp":"2024-11-15","cumProfit":40.592724999999994},{"timestamp":"2024-11-26","cumProfit":46.103495},{"timestamp":"2024-12-08","cumProfit":58.558179},{"timestamp":"2024-12-19","cumProfit":67.024112},{"timestamp":"2024-12-31","cumProfit":73.24915299999999},{"timestamp":"2025-01-11","cumProfit":78.690118},{"timestamp":"2025-01-22","cumProfit":84.70193999999998},{"timestamp":"2025-02-03","cumProfit":89.10874599999998},{"timestamp":"2025-02-14","cumProfit":92.43142399999998},{"timestamp":"2025-02-26","cumProfit":94.03724699999995},{"timestamp":"2025-03-09","cumProfit":96.22060899999997},{"timestamp":"2025-03-20","cumProfit":98.13289099999997},{"timestamp":"2025-04-01","cumProfit":98.95635799999998},{"timestamp":"2025-04-12","cumProfit":101.05492599999995},{"timestamp":"2025-04-23","cumProfit":101.87855399999997},{"timestamp":"2025-05-05","cumProfit":110.55219499999997},{"timestamp":"2025-05-16","cumProfit":115.42524899999998},{"timestamp":"2025-05-28","cumProfit":118.58187099999999},{"timestamp":"2025-06-08","cumProfit":120.67173899999999},{"timestamp":"2025-06-19","cumProfit":122.51225599999998},{"timestamp":"2025-07-01","cumProfit":124.40200499999997},{"timestamp":"2025-07-12","cumProfit":125.55899799999996},{"timestamp":"2025-07-24","cumProfit":127.80321699999995},{"timestamp":"2025-08-04","cumProfit":130.872247},{"timestamp":"2025-08-15","cumProfit":132.52266099999994},{"timestamp":"2025-08-27","cumProfit":136.8881069999999},{"timestamp":"2025-09-07","cumProfit":138.98242799999989},{"timestamp":"2025-09-19","cumProfit":139.97868499999993},{"timestamp":"2025-09-30","cumProfit":142.08522899999988},{"timestamp":"2025-10-11","cumProfit":143.0259349999999},{"timestamp":"2025-10-23","cumProfit":144.69819499999988},{"timestamp":"2025-11-03","cumProfit":145.8566839999999},{"timestamp":"2025-11-14","cumProfit":147.31525099999988},{"timestamp":"2025-11-26","cumProfit":148.6754709999999},{"timestamp":"2025-12-07","cumProfit":154.25534999999996},{"timestamp":"2025-12-19","cumProfit":156.08797499999997},{"timestamp":"2025-12-30","cumProfit":157.34462},{"timestamp":"2026-01-10","cumProfit":160.24959499999994},{"timestamp":"2026-01-22","cumProfit":164.05764099999996},{"timestamp":"2026-02-02","cumProfit":169.7950419999999},{"timestamp":"2026-02-14","cumProfit":175.4949419999999},{"timestamp":"2026-02-25","cumProfit":178.94551599999988}]
Daily Trade Profit
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: dailyTradeProfit(trades)profit).| Stat | Value |
|---|---|
| Best Day | 3.33 USDT @ 2025-04-27 |
| Worst Day | 0.0000 USDT @ 2024-11-02 |
| Mean | 0.2659 USDT |
| Std Dev | 0.3288 USDT |
| Last | 0.4262 USDT |
| Points | 673 |
| Sum | 178.95 USDT |
| Across 673 points the series ranged from 0.0000 USDT (2024-11-02) to 3.33 USDT (2025-04-27), averaging 0.2659 USDT. 100% of points were positive, 0% negative. The most recent value is 0.4262 USDT. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"day":"2024-04-24","profit":0.279272},{"day":"2024-05-05","profit":0.107285},{"day":"2024-05-17","profit":0.10784},{"day":"2024-05-28","profit":0.12123},{"day":"2024-06-09","profit":0.196403},{"day":"2024-06-20","profit":0.130711},{"day":"2024-07-01","profit":0.302245},{"day":"2024-07-13","profit":0.169601},{"day":"2024-07-24","profit":0.045375},{"day":"2024-08-05","profit":1.100698},{"day":"2024-08-16","profit":0.276398},{"day":"2024-08-27","profit":0.126152},{"day":"2024-09-08","profit":0.131899},{"day":"2024-09-19","profit":0.143635},{"day":"2024-09-30","profit":0.22159},{"day":"2024-10-12","profit":0.087007},{"day":"2024-10-23","profit":0.062172},{"day":"2024-11-04","profit":0.048751},{"day":"2024-11-15","profit":0.957174},{"day":"2024-11-26","profit":0.935698},{"day":"2024-12-08","profit":0.498809},{"day":"2024-12-19","profit":0.843437},{"day":"2024-12-31","profit":0.944164},{"day":"2025-01-11","profit":0.128223},{"day":"2025-01-22","profit":0.336289},{"day":"2025-02-03","profit":1.309605},{"day":"2025-02-14","profit":0.144381},{"day":"2025-02-26","profit":0.154732},{"day":"2025-03-09","profit":0.100536},{"day":"2025-03-20","profit":0.085062},{"day":"2025-04-01","profit":0.048723},{"day":"2025-04-12","profit":0.097284},{"day":"2025-04-23","profit":0.030706},{"day":"2025-05-05","profit":0.145561},{"day":"2025-05-16","profit":0.284009},{"day":"2025-05-28","profit":0.088847},{"day":"2025-06-08","profit":0.112193},{"day":"2025-06-19","profit":0.079365},{"day":"2025-07-01","profit":0.080555},{"day":"2025-07-12","profit":0.257899},{"day":"2025-07-24","profit":0.266769},{"day":"2025-08-04","profit":0.099066},{"day":"2025-08-15","profit":0.122614},{"day":"2025-08-27","profit":0.265874},{"day":"2025-09-07","profit":0.052855},{"day":"2025-09-19","profit":0.089467},{"day":"2025-09-30","profit":0.025849},{"day":"2025-10-11","profit":0.181138},{"day":"2025-10-23","profit":0.090628},{"day":"2025-11-03","profit":0.252665},{"day":"2025-11-14","profit":0.132322},{"day":"2025-11-26","profit":0.071899},{"day":"2025-12-07","profit":0.248713},{"day":"2025-12-19","profit":0.097155},{"day":"2025-12-30","profit":0.228809},{"day":"2026-01-10","profit":0.215834},{"day":"2026-01-22","profit":0.560142},{"day":"2026-02-02","profit":0.681031},{"day":"2026-02-14","profit":0.237339},{"day":"2026-02-25","profit":0.426228}]
Trades per Day
GET /backtests/{id}/trades * Fields used: sell_time * Transform: tradesPerDay(trades)count).| Stat | Value |
|---|---|
| Busiest Day | 598 trades @ 2024-12-04 |
| Quietest Day | 0 trades @ 2024-11-02 |
| Mean | 47 trades |
| Std Dev | 59 trades |
| Last | 75 trades |
| Points | 673 |
| Sum | 31383 trades |
| Across 673 points the series ranged from 0 trades (2024-11-02) to 598 trades (2024-12-04), averaging 47 trades. The most recent value is 75 trades. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"day":"2024-04-24","count":49},{"day":"2024-05-05","count":17},{"day":"2024-05-17","count":17},{"day":"2024-05-28","count":22},{"day":"2024-06-09","count":33},{"day":"2024-06-20","count":25},{"day":"2024-07-01","count":51},{"day":"2024-07-13","count":28},{"day":"2024-07-24","count":7},{"day":"2024-08-05","count":170},{"day":"2024-08-16","count":51},{"day":"2024-08-27","count":23},{"day":"2024-09-08","count":21},{"day":"2024-09-19","count":25},{"day":"2024-09-30","count":37},{"day":"2024-10-12","count":15},{"day":"2024-10-23","count":10},{"day":"2024-11-04","count":8},{"day":"2024-11-15","count":158},{"day":"2024-11-26","count":161},{"day":"2024-12-08","count":92},{"day":"2024-12-19","count":153},{"day":"2024-12-31","count":177},{"day":"2025-01-11","count":21},{"day":"2025-01-22","count":64},{"day":"2025-02-03","count":224},{"day":"2025-02-14","count":24},{"day":"2025-02-26","count":30},{"day":"2025-03-09","count":19},{"day":"2025-03-20","count":15},{"day":"2025-04-01","count":9},{"day":"2025-04-12","count":17},{"day":"2025-04-23","count":6},{"day":"2025-05-05","count":28},{"day":"2025-05-16","count":46},{"day":"2025-05-28","count":17},{"day":"2025-06-08","count":20},{"day":"2025-06-19","count":13},{"day":"2025-07-01","count":14},{"day":"2025-07-12","count":42},{"day":"2025-07-24","count":44},{"day":"2025-08-04","count":16},{"day":"2025-08-15","count":21},{"day":"2025-08-27","count":49},{"day":"2025-09-07","count":9},{"day":"2025-09-19","count":15},{"day":"2025-09-30","count":4},{"day":"2025-10-11","count":32},{"day":"2025-10-23","count":15},{"day":"2025-11-03","count":47},{"day":"2025-11-14","count":23},{"day":"2025-11-26","count":13},{"day":"2025-12-07","count":46},{"day":"2025-12-19","count":19},{"day":"2025-12-30","count":41},{"day":"2026-01-10","count":38},{"day":"2026-01-22","count":103},{"day":"2026-02-02","count":117},{"day":"2026-02-14","count":42},{"day":"2026-02-25","count":75}]
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 | 235.76 USDT @ 2026-02-25 |
| Start | 0.3681 USDT @ 2024-04-24 |
| Mean | 117.68 USDT |
| Std Dev | 72.10 USDT |
| Last | 235.76 USDT |
| Points | 673 |
| Sum | 79,197.54 USDT |
| Across 673 points the series ranged from 0.3681 USDT (2024-04-24) to 235.76 USDT (2026-02-25), averaging 117.68 USDT. 100% of points were positive, 0% negative. The most recent value is 235.76 USDT. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"index":0,"timestamp":"2024-04-24","cumFees":0.368074},{"index":11,"timestamp":"2024-05-05","cumFees":4.221831},{"index":23,"timestamp":"2024-05-17","cumFees":6.377839},{"index":34,"timestamp":"2024-05-28","cumFees":8.466222},{"index":46,"timestamp":"2024-06-09","cumFees":10.224080999999998},{"index":57,"timestamp":"2024-06-20","cumFees":12.575315999999997},{"index":68,"timestamp":"2024-07-01","cumFees":15.016733999999996},{"index":80,"timestamp":"2024-07-13","cumFees":18.817906999999998},{"index":91,"timestamp":"2024-07-24","cumFees":20.508185999999995},{"index":103,"timestamp":"2024-08-05","cumFees":24.940439999999988},{"index":114,"timestamp":"2024-08-16","cumFees":27.64470499999999},{"index":125,"timestamp":"2024-08-27","cumFees":33.56427299999999},{"index":137,"timestamp":"2024-09-08","cumFees":35.780353},{"index":148,"timestamp":"2024-09-19","cumFees":36.62923299999999},{"index":159,"timestamp":"2024-09-30","cumFees":38.26695699999999},{"index":171,"timestamp":"2024-10-12","cumFees":41.159189},{"index":182,"timestamp":"2024-10-23","cumFees":42.48884400000001},{"index":194,"timestamp":"2024-11-04","cumFees":43.82603400000001},{"index":205,"timestamp":"2024-11-15","cumFees":51.916606},{"index":216,"timestamp":"2024-11-26","cumFees":59.195783000000006},{"index":228,"timestamp":"2024-12-08","cumFees":76.25865800000001},{"index":239,"timestamp":"2024-12-19","cumFees":87.73857500000001},{"index":251,"timestamp":"2024-12-31","cumFees":96.235207},{"index":262,"timestamp":"2025-01-11","cumFees":103.50779700000002},{"index":273,"timestamp":"2025-01-22","cumFees":111.54612200000001},{"index":285,"timestamp":"2025-02-03","cumFees":117.285473},{"index":296,"timestamp":"2025-02-14","cumFees":121.544882},{"index":308,"timestamp":"2025-02-26","cumFees":123.65579},{"index":319,"timestamp":"2025-03-09","cumFees":126.50291399999999},{"index":330,"timestamp":"2025-03-20","cumFees":129.019512},{"index":342,"timestamp":"2025-04-01","cumFees":130.168829},{"index":353,"timestamp":"2025-04-12","cumFees":132.88070600000003},{"index":364,"timestamp":"2025-04-23","cumFees":134.0225020000001},{"index":376,"timestamp":"2025-05-05","cumFees":145.59940700000004},{"index":387,"timestamp":"2025-05-16","cumFees":151.94722200000004},{"index":399,"timestamp":"2025-05-28","cumFees":156.21410600000007},{"index":410,"timestamp":"2025-06-08","cumFees":158.88844300000005},{"index":421,"timestamp":"2025-06-19","cumFees":161.21725700000005},{"index":433,"timestamp":"2025-07-01","cumFees":163.68124500000002},{"index":444,"timestamp":"2025-07-12","cumFees":165.191147},{"index":456,"timestamp":"2025-07-24","cumFees":168.10592599999995},{"index":467,"timestamp":"2025-08-04","cumFees":172.12504000000004},{"index":478,"timestamp":"2025-08-15","cumFees":174.25847600000003},{"index":490,"timestamp":"2025-08-27","cumFees":179.975111},{"index":501,"timestamp":"2025-09-07","cumFees":182.69451400000003},{"index":513,"timestamp":"2025-09-19","cumFees":183.97908},{"index":524,"timestamp":"2025-09-30","cumFees":186.72097599999998},{"index":535,"timestamp":"2025-10-11","cumFees":187.930426},{"index":547,"timestamp":"2025-10-23","cumFees":190.07894800000003},{"index":558,"timestamp":"2025-11-03","cumFees":191.64894500000005},{"index":569,"timestamp":"2025-11-14","cumFees":193.56452300000004},{"index":581,"timestamp":"2025-11-26","cumFees":195.28483000000006},{"index":592,"timestamp":"2025-12-07","cumFees":202.872834},{"index":604,"timestamp":"2025-12-19","cumFees":205.35953300000003},{"index":615,"timestamp":"2025-12-30","cumFees":207.05741600000005},{"index":626,"timestamp":"2026-01-10","cumFees":210.94917700000008},{"index":638,"timestamp":"2026-01-22","cumFees":215.94544900000005},{"index":649,"timestamp":"2026-02-02","cumFees":223.54124300000007},{"index":661,"timestamp":"2026-02-14","cumFees":231.12923400000003},{"index":672,"timestamp":"2026-02-25","cumFees":235.76480200000003}]
Profit Distribution (%)
GET /backtests/{id}/trades * Fields used: profit_percentage * Transform: profitDistribution(trades, 30)count).| Stat | Value |
|---|---|
| Most Populated Bin | 1160 trades @ 0.12% |
| Least Populated Bin | 2 trades @ 0.14% |
| Mean | 640 trades |
| Std Dev | 404 trades |
| Last | 6 trades |
| Points | 49 |
| Sum | 31383 trades |
| Across 49 points the series ranged from 2 trades (0.14%) to 1160 trades (0.12%), averaging 640 trades. The most recent value is 6 trades. | |
| Full series - 49 points. |
[{"bin":"0.10%","count":1088,"from":0.099812},{"bin":"0.10%","count":873,"from":0.100657},{"bin":"0.10%","count":921,"from":0.101502},{"bin":"0.10%","count":879,"from":0.102347},{"bin":"0.10%","count":885,"from":0.103191},{"bin":"0.10%","count":910,"from":0.104036},{"bin":"0.10%","count":882,"from":0.104881},{"bin":"0.11%","count":924,"from":0.105726},{"bin":"0.11%","count":887,"from":0.10657},{"bin":"0.11%","count":880,"from":0.107415},{"bin":"0.11%","count":966,"from":0.10826},{"bin":"0.11%","count":927,"from":0.109105},{"bin":"0.11%","count":915,"from":0.109949},{"bin":"0.11%","count":1007,"from":0.110794},{"bin":"0.11%","count":985,"from":0.111639},{"bin":"0.11%","count":997,"from":0.112484},{"bin":"0.11%","count":987,"from":0.113328},{"bin":"0.11%","count":1002,"from":0.114173},{"bin":"0.12%","count":1024,"from":0.115018},{"bin":"0.12%","count":1046,"from":0.115863},{"bin":"0.12%","count":1160,"from":0.116707},{"bin":"0.12%","count":1061,"from":0.117552},{"bin":"0.12%","count":960,"from":0.118397},{"bin":"0.12%","count":947,"from":0.119242},{"bin":"0.12%","count":922,"from":0.120086},{"bin":"0.12%","count":1007,"from":0.120931},{"bin":"0.12%","count":1016,"from":0.121776},{"bin":"0.12%","count":778,"from":0.122621},{"bin":"0.12%","count":771,"from":0.123465},{"bin":"0.12%","count":676,"from":0.12431},{"bin":"0.13%","count":537,"from":0.125155},{"bin":"0.13%","count":532,"from":0.126},{"bin":"0.13%","count":487,"from":0.126844},{"bin":"0.13%","count":258,"from":0.127689},{"bin":"0.13%","count":278,"from":0.128534},{"bin":"0.13%","count":318,"from":0.129379},{"bin":"0.13%","count":285,"from":0.130223},{"bin":"0.13%","count":89,"from":0.131068},{"bin":"0.13%","count":76,"from":0.131913},{"bin":"0.13%","count":70,"from":0.132758},{"bin":"0.13%","count":55,"from":0.133602},{"bin":"0.13%","count":69,"from":0.134447},{"bin":"0.14%","count":20,"from":0.135292},{"bin":"0.14%","count":6,"from":0.136137},{"bin":"0.14%","count":2,"from":0.136981},{"bin":"0.14%","count":3,"from":0.137826},{"bin":"0.14%","count":3,"from":0.138671},{"bin":"0.14%","count":6,"from":0.139516},{"bin":"0.14%","count":6,"from":0.14036}]
Rolling Win Rate (50 Trades)
GET /backtests/{id}/trades * Fields used: profit * Transform: rollingWinRate(trades, 50)winRate).| Stat | Value |
|---|---|
| Hottest Window | 100.00% @ 313 |
| Coldest Window | 100.00% @ 313 |
| Mean | 100.00% |
| Std Dev | 0.00% |
| Last | 100.00% |
| Points | 1000 |
| Across 1000 points the series ranged from 100.00% (313) to 100.00% (313), 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":313,"winRate":100},{"index":842,"winRate":100},{"index":1370,"winRate":100},{"index":1899,"winRate":100},{"index":2428,"winRate":100},{"index":2957,"winRate":100},{"index":3485,"winRate":100},{"index":4014,"winRate":100},{"index":4512,"winRate":100},{"index":5040,"winRate":100},{"index":5569,"winRate":100},{"index":6098,"winRate":100},{"index":6627,"winRate":100},{"index":7155,"winRate":100},{"index":7684,"winRate":100},{"index":8213,"winRate":100},{"index":8741,"winRate":100},{"index":9270,"winRate":100},{"index":9799,"winRate":100},{"index":10328,"winRate":100},{"index":10856,"winRate":100},{"index":11385,"winRate":100},{"index":11914,"winRate":100},{"index":12411,"winRate":100},{"index":12940,"winRate":100},{"index":13469,"winRate":100},{"index":13997,"winRate":100},{"index":14526,"winRate":100},{"index":15055,"winRate":100},{"index":15584,"winRate":100},{"index":16112,"winRate":100},{"index":16641,"winRate":100},{"index":17170,"winRate":100},{"index":17699,"winRate":100},{"index":18227,"winRate":100},{"index":18756,"winRate":100},{"index":19285,"winRate":100},{"index":19782,"winRate":100},{"index":20311,"winRate":100},{"index":20840,"winRate":100},{"index":21368,"winRate":100},{"index":21897,"winRate":100},{"index":22426,"winRate":100},{"index":22955,"winRate":100},{"index":23483,"winRate":100},{"index":24012,"winRate":100},{"index":24541,"winRate":100},{"index":25069,"winRate":100},{"index":25598,"winRate":100},{"index":26127,"winRate":100},{"index":26656,"winRate":100},{"index":27184,"winRate":100},{"index":27682,"winRate":100},{"index":28211,"winRate":100},{"index":28739,"winRate":100},{"index":29268,"winRate":100},{"index":29797,"winRate":100},{"index":30326,"winRate":100},{"index":30854,"winRate":100},{"index":31383,"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 | 0.5876 USDT @ 2026-02-25 23:59:00 UTC |
| Trough Net | 0.0057 USDT @ 2024-04-24 00:32:00 UTC |
| Mean | 0.2999 USDT |
| Std Dev | 0.1704 USDT |
| Last | 0.5876 USDT |
| Points | 100 |
| Sum | 29.99 USDT |
| Across 100 points the series ranged from 0.0057 USDT (2024-04-24 00:32:00 UTC) to 0.5876 USDT (2026-02-25 23:59:00 UTC), averaging 0.2999 USDT. 100% of points were positive, 0% negative. The most recent value is 0.5876 USDT. | |
| Showing 60 of 100 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T00:32:00Z","net":0.005699877,"gross":0.013212},{"timestamp":"2024-04-24T00:53:00Z","net":0.0170065132,"gross":0.039539559},{"timestamp":"2024-04-24T00:53:00Z","net":0.022668899200000002,"gross":0.052715559},{"timestamp":"2024-04-24T00:58:00Z","net":0.0338001727,"gross":0.078869559},{"timestamp":"2024-04-24T01:00:00Z","net":0.044758504399999996,"gross":0.10485255900000001},{"timestamp":"2024-04-24T03:37:00Z","net":0.0503922794,"gross":0.11799512630000002},{"timestamp":"2024-04-24T04:45:00Z","net":0.061586954099999994,"gross":0.14421212630000002},{"timestamp":"2024-04-24T04:50:00Z","net":0.07266041229999999,"gross":0.17030571160000002},{"timestamp":"2024-04-24T04:50:00Z","net":0.07822358609999999,"gross":0.18338271170000003},{"timestamp":"2024-04-24T05:11:00Z","net":0.08937927879999999,"gross":0.20956371170000004},{"timestamp":"2024-04-24T06:50:00Z","net":0.1006007818,"gross":0.23580771180000004},{"timestamp":"2024-04-24T07:20:00Z","net":0.10623017679999999,"gross":0.24894771180000003},{"timestamp":"2024-04-24T11:00:00Z","net":0.11746648109999999,"gross":0.27520327920000004},{"timestamp":"2024-04-24T11:27:00Z","net":0.12860757879999998,"gross":0.3013688562000001},{"timestamp":"2024-08-05T06:47:00Z","net":0.13545022759999997,"gross":0.3157258563000001},{"timestamp":"2024-08-05T07:00:00Z","net":0.14911937689999996,"gross":0.34441885640000014},{"timestamp":"2024-08-05T11:10:00Z","net":0.16281423269999995,"gross":0.37313985650000014},{"timestamp":"2024-08-05T11:56:00Z","net":0.17667581639999994,"gross":0.40202885650000014},{"timestamp":"2024-08-05T12:00:00Z","net":0.18360491759999994,"gross":0.4164698565000001},{"timestamp":"2024-08-05T12:35:00Z","net":0.19766987259999994,"gross":0.44556185650000013},{"timestamp":"2024-08-05T12:42:00Z","net":0.21164732779999995,"gross":0.47456285650000013},{"timestamp":"2024-08-05T13:02:00Z","net":0.21870243809999995,"gross":0.48912985660000013},{"timestamp":"2024-08-05T13:08:00Z","net":0.23276088739999995,"gross":0.5182148567000001},{"timestamp":"2024-08-05T13:30:00Z","net":0.24686148519999995,"gross":0.5473418568000001},{"timestamp":"2024-08-05T13:33:00Z","net":0.25386148789999996,"gross":0.5618528568000002},{"timestamp":"2024-08-05T13:34:00Z","net":0.2678778892,"gross":0.5908958569000001},{"timestamp":"2024-08-05T13:37:00Z","net":0.2817779522,"gross":0.6198198569000002},{"timestamp":"2024-08-05T13:45:00Z","net":0.2887006017,"gross":0.6342538569000001},{"timestamp":"2024-08-05T13:48:00Z","net":0.3024177572,"gross":0.6629958569000001},{"timestamp":"2024-11-14T03:19:00Z","net":0.3134270844,"gross":0.6890328569000002},{"timestamp":"2024-11-23T10:00:00Z","net":0.3184181087,"gross":0.7015338570000001},{"timestamp":"2024-11-26T09:06:00Z","net":0.32840015729999994,"gross":0.7265358572000001},{"timestamp":"2024-11-26T18:46:00Z","net":0.3383822058999999,"gross":0.7515378574000001},{"timestamp":"2024-12-20T14:03:00Z","net":0.3433732301999999,"gross":0.7640388575000001},{"timestamp":"2025-01-29T19:30:00Z","net":0.35335527879999984,"gross":0.7890408577000001},{"timestamp":"2025-05-04T05:00:00Z","net":0.3633373273999998,"gross":0.8140428579000001},{"timestamp":"2025-05-08T16:43:00Z","net":0.3683283516999998,"gross":0.8265438580000001},{"timestamp":"2025-05-15T11:10:00Z","net":0.37831040029999974,"gross":0.8515458582000001},{"timestamp":"2025-07-15T18:10:00Z","net":0.3882924488999997,"gross":0.8765478584},{"timestamp":"2025-07-30T21:56:00Z","net":0.3932834731999997,"gross":0.8890488585},{"timestamp":"2025-08-25T06:58:00Z","net":0.40326552179999964,"gross":0.9140508587},{"timestamp":"2025-08-25T08:29:00Z","net":0.4132475703999996,"gross":0.9390528589},{"timestamp":"2025-08-25T15:07:00Z","net":0.4182385946999996,"gross":0.951553859},{"timestamp":"2025-08-27T04:07:00Z","net":0.42822064329999954,"gross":0.9765558592},{"timestamp":"2025-11-13T14:52:00Z","net":0.4382026918999995,"gross":1.0015578594},{"timestamp":"2026-02-25T18:28:00Z","net":0.4503798868999995,"gross":1.0287618594},{"timestamp":"2026-02-25T18:28:00Z","net":0.4564363918999995,"gross":1.0423338594},{"timestamp":"2026-02-25T18:51:00Z","net":0.4684938508999995,"gross":1.0694178594},{"timestamp":"2026-02-25T20:14:00Z","net":0.4795941381999995,"gross":1.0955448596},{"timestamp":"2026-02-25T20:16:00Z","net":0.48570979419999954,"gross":1.1091768596},{"timestamp":"2026-02-25T20:50:00Z","net":0.49779326019999953,"gross":1.1362848596000001},{"timestamp":"2026-02-25T21:31:00Z","net":0.5099357031999995,"gross":1.1634528596000002},{"timestamp":"2026-02-25T21:33:00Z","net":0.5159696436999994,"gross":1.1770008597000001},{"timestamp":"2026-02-25T21:35:00Z","net":0.5279217081999994,"gross":1.2039768598000002},{"timestamp":"2026-02-25T21:36:00Z","net":0.5398842216999994,"gross":1.2309648598000003},{"timestamp":"2026-02-25T22:04:00Z","net":0.5458079016999994,"gross":1.2444048598000002},{"timestamp":"2026-02-25T22:49:00Z","net":0.5577566781999993,"gross":1.2713808599000003},{"timestamp":"2026-02-25T23:45:00Z","net":0.5697519561999993,"gross":1.2984048599000002},{"timestamp":"2026-02-25T23:48:00Z","net":0.5757167706999993,"gross":1.3118808600000003},{"timestamp":"2026-02-25T23:59:00Z","net":0.5875932156999992,"gross":1.33878486}]
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) | 7.44 @ 2025-12-01 23:59:00 UTC |
| Worst Sharpe (30d) | -5.32 @ 2025-09-25 23:59:00 UTC |
| Mean | 0.46 |
| Std Dev | 2.58 |
| Last | -0.42 |
| Points | 643 |
| Across 643 points the series ranged from -5.32 (2025-09-25 23:59:00 UTC) to 7.44 (2025-12-01 23:59:00 UTC), averaging 0.46. The most recent value is -0.42. | |
| Showing 60 of 643 points (down-sampled for readability). |
[{"timestamp":"2024-05-24T23:59:00+00:00","sharpe30":-0.7911806186012958,"sharpe90":-0.5064381102988081},{"timestamp":"2024-06-04T23:59:00+00:00","sharpe30":-2.759398198379593,"sharpe90":-1.2102800737127533},{"timestamp":"2024-06-15T23:59:00+00:00","sharpe30":-2.3360014680752346,"sharpe90":-0.6729420989025697},{"timestamp":"2024-06-26T23:59:00+00:00","sharpe30":-0.799107451565937,"sharpe90":1.0808466904584173},{"timestamp":"2024-07-07T23:59:00+00:00","sharpe30":-0.03654613026265875,"sharpe90":0.5867091325336825},{"timestamp":"2024-07-17T23:59:00+00:00","sharpe30":2.073695655069118,"sharpe90":0.6258983974539473},{"timestamp":"2024-07-28T23:59:00+00:00","sharpe30":0.6117816517679042,"sharpe90":0.5906413322329787},{"timestamp":"2024-08-08T23:59:00+00:00","sharpe30":-0.8600502697673722,"sharpe90":0.760825130834302},{"timestamp":"2024-08-19T23:59:00+00:00","sharpe30":0.10065236339153928,"sharpe90":0.7459628381141663},{"timestamp":"2024-08-30T23:59:00+00:00","sharpe30":3.2988256772023687,"sharpe90":1.3259274323104893},{"timestamp":"2024-09-10T23:59:00+00:00","sharpe30":2.705369891890012,"sharpe90":1.9097516565959778},{"timestamp":"2024-09-21T23:59:00+00:00","sharpe30":-1.0764515952934248,"sharpe90":0.920302816365213},{"timestamp":"2024-10-02T23:59:00+00:00","sharpe30":-0.7185417580352176,"sharpe90":2.560932147383426},{"timestamp":"2024-10-12T23:59:00+00:00","sharpe30":3.8215459624403247,"sharpe90":0.4834519930531125},{"timestamp":"2024-10-23T23:59:00+00:00","sharpe30":1.6348992258234316,"sharpe90":-0.8802943534354235},{"timestamp":"2024-11-03T23:59:00+00:00","sharpe30":-0.5177910062106348,"sharpe90":-0.3256954961996113},{"timestamp":"2024-11-14T23:59:00+00:00","sharpe30":1.8310908663192071,"sharpe90":-0.5615037524648828},{"timestamp":"2024-11-25T23:59:00+00:00","sharpe30":4.54821085831106,"sharpe90":-0.4051753828003783},{"timestamp":"2024-12-06T23:59:00+00:00","sharpe30":2.7161764577154273,"sharpe90":-0.9123824895263849},{"timestamp":"2024-12-17T23:59:00+00:00","sharpe30":-0.9013549510551849,"sharpe90":-1.3827307612495547},{"timestamp":"2024-12-28T23:59:00+00:00","sharpe30":-2.0402593898804793,"sharpe90":-1.8812986104276614},{"timestamp":"2025-01-08T23:59:00+00:00","sharpe30":-0.372259877937938,"sharpe90":-1.806739434137806},{"timestamp":"2025-01-18T23:59:00+00:00","sharpe30":1.5345467403035864,"sharpe90":-1.2323224314950885},{"timestamp":"2025-01-29T23:59:00+00:00","sharpe30":0.22274714123885175,"sharpe90":-1.1878797597493493},{"timestamp":"2025-02-09T23:59:00+00:00","sharpe30":-3.5291271629937127,"sharpe90":-2.442195684511015},{"timestamp":"2025-02-20T23:59:00+00:00","sharpe30":-2.13026671839104,"sharpe90":-1.624803786093461},{"timestamp":"2025-03-03T23:59:00+00:00","sharpe30":-3.2310705438256,"sharpe90":0.19811382099650934},{"timestamp":"2025-03-14T23:59:00+00:00","sharpe30":-3.96405412214612,"sharpe90":0.9986950009086895},{"timestamp":"2025-03-25T23:59:00+00:00","sharpe30":-2.9141763391248325,"sharpe90":0.7141084792042859},{"timestamp":"2025-04-05T23:59:00+00:00","sharpe30":-0.6630141522621305,"sharpe90":0.8101063899207392},{"timestamp":"2025-04-15T23:59:00+00:00","sharpe30":1.87687726492981,"sharpe90":1.5414747544150513},{"timestamp":"2025-04-26T23:59:00+00:00","sharpe30":1.3942152734165487,"sharpe90":1.042422988192026},{"timestamp":"2025-05-07T23:59:00+00:00","sharpe30":3.4417496440464226,"sharpe90":1.7717570491760173},{"timestamp":"2025-05-18T23:59:00+00:00","sharpe30":3.565515064277666,"sharpe90":2.1454000640108144},{"timestamp":"2025-05-29T23:59:00+00:00","sharpe30":-1.5305362523441577,"sharpe90":-0.022269758289748316},{"timestamp":"2025-06-09T23:59:00+00:00","sharpe30":-2.789354011714061,"sharpe90":-1.2227247162604933},{"timestamp":"2025-06-20T23:59:00+00:00","sharpe30":-2.7985792334083794,"sharpe90":-1.3353336739418926},{"timestamp":"2025-07-01T23:59:00+00:00","sharpe30":1.353026314006425,"sharpe90":1.1559676733660889},{"timestamp":"2025-07-11T23:59:00+00:00","sharpe30":2.108011311474701,"sharpe90":0.16560601849971227},{"timestamp":"2025-07-22T23:59:00+00:00","sharpe30":5.042891648800429,"sharpe90":0.430520484553621},{"timestamp":"2025-08-02T23:59:00+00:00","sharpe30":-1.9541840989852648,"sharpe90":-0.3321965242786507},{"timestamp":"2025-08-13T23:59:00+00:00","sharpe30":-0.9971140632776858,"sharpe90":-1.0020970090398647},{"timestamp":"2025-08-24T23:59:00+00:00","sharpe30":-1.2514871706796968,"sharpe90":-0.597032298086727},{"timestamp":"2025-09-04T23:59:00+00:00","sharpe30":2.0893847113083712,"sharpe90":1.4509499578195393},{"timestamp":"2025-09-15T23:59:00+00:00","sharpe30":1.0747377910882947,"sharpe90":1.3024026113252507},{"timestamp":"2025-09-26T23:59:00+00:00","sharpe30":-3.298050342126978,"sharpe90":1.0097050281938877},{"timestamp":"2025-10-07T23:59:00+00:00","sharpe30":-0.63547949307814,"sharpe90":1.8028206769443693},{"timestamp":"2025-10-17T23:59:00+00:00","sharpe30":-1.7321041690917276,"sharpe90":1.9483011360506808},{"timestamp":"2025-10-28T23:59:00+00:00","sharpe30":2.140886126033793,"sharpe90":1.9234986577361521},{"timestamp":"2025-11-08T23:59:00+00:00","sharpe30":3.5716970371690473,"sharpe90":2.7094570276233196},{"timestamp":"2025-11-19T23:59:00+00:00","sharpe30":6.586673739998361,"sharpe90":1.829194194195399},{"timestamp":"2025-11-30T23:59:00+00:00","sharpe30":6.387370993475771,"sharpe90":1.571152781545574},{"timestamp":"2025-12-11T23:59:00+00:00","sharpe30":0.6856890998309889,"sharpe90":1.1783539574390338},{"timestamp":"2025-12-22T23:59:00+00:00","sharpe30":1.605467637561001,"sharpe90":1.1221896637739377},{"timestamp":"2026-01-02T23:59:00+00:00","sharpe30":1.0712477332001102,"sharpe90":null},{"timestamp":"2026-01-12T23:59:00+00:00","sharpe30":1.5227880667462883,"sharpe90":null},{"timestamp":"2026-01-23T23:59:00+00:00","sharpe30":3.234028302709257,"sharpe90":null},{"timestamp":"2026-02-03T23:59:00+00:00","sharpe30":0.2431350802875891,"sharpe90":null},{"timestamp":"2026-02-14T23:59:00+00:00","sharpe30":0.05494745343639363,"sharpe90":null},{"timestamp":"2026-02-25T23:59:00+00:00","sharpe30":-0.4178862537942646,"sharpe90":null}]
Drawdown Recovery Episodes
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net * Transform: drawdownRecoveryEpisodes(equity)depth).| Stat | Value |
|---|---|
| Shallowest | -0.12% @ 3 |
| Deepest Episode | -5.01% @ 448 |
| Mean | -1.31% |
| Std Dev | 1.87% |
| Last | -5.01% |
| Points | 5 |
| Across 5 points the series ranged from -5.01% (448) to -0.12% (3), averaging -1.31%. 0% of points were positive, 100% negative. The most recent value is -5.01%. | |
| Full series - 5 points. |
[{"start":"2024-05-23T23:59:00+00:00","end":"2024-08-20T23:59:00+00:00","depth":-0.750054854524173,"durationDays":89},{"start":"2024-08-26T23:59:00+00:00","end":"2024-11-12T23:59:00+00:00","depth":-0.5251173310967113,"durationDays":78},{"start":"2024-11-13T23:59:00+00:00","end":"2024-11-16T23:59:00+00:00","depth":-0.1441396830352104,"durationDays":3},{"start":"2024-11-20T23:59:00+00:00","end":"2024-11-23T23:59:00+00:00","depth":-0.12123868694154114,"durationDays":3},{"start":"2024-12-04T23:59:00+00:00","end":"ongoing","depth":-5.012837496451581,"durationDays":448}]
Consecutive Win/Loss Streaks
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: consecutiveStreaks(trades)length).| Stat | Value |
|---|---|
| Longest Streak | 100 trades @ win |
| Shortest Streak | 100 trades @ win |
| Mean | 100 trades |
| Std Dev | 0 trades |
| Last | 100 trades |
| Points | 1 |
| Sum | 100 trades |
| Across 1 points the series ranged from 100 trades (win) to 100 trades (win), averaging 100 trades. The most recent value is 100 trades. | |
| Full series - 1 points. |
[{"type":"win","length":100,"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 | 11.02% @ 2025-04-08 23:59:00 UTC |
| Min Utilization | 0.64% @ 2024-04-26 23:59:00 UTC |
| Mean | 6.09% |
| Std Dev | 2.63% |
| Last | 6.40% |
| Points | 673 |
| Across 673 points the series ranged from 0.64% (2024-04-26 23:59:00 UTC) to 11.02% (2025-04-08 23:59:00 UTC), averaging 6.09%. 100% of points were positive, 0% negative. The most recent value is 6.40%. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T23:59:00+00:00","exposure":1.1775036466116728},{"timestamp":"2024-05-05T23:59:00+00:00","exposure":1.6069990016313134},{"timestamp":"2024-05-17T23:59:00+00:00","exposure":1.6526661943473173},{"timestamp":"2024-05-28T23:59:00+00:00","exposure":2.976502826464896},{"timestamp":"2024-06-09T23:59:00+00:00","exposure":2.254004683222986},{"timestamp":"2024-06-20T23:59:00+00:00","exposure":4.480219701604347},{"timestamp":"2024-07-01T23:59:00+00:00","exposure":2.7754777092370086},{"timestamp":"2024-07-13T23:59:00+00:00","exposure":2.398326673536313},{"timestamp":"2024-07-24T23:59:00+00:00","exposure":3.636959517879341},{"timestamp":"2024-08-05T23:59:00+00:00","exposure":5.6884623001905075},{"timestamp":"2024-08-16T23:59:00+00:00","exposure":4.25633362756043},{"timestamp":"2024-08-27T23:59:00+00:00","exposure":2.82367903684967},{"timestamp":"2024-09-08T23:59:00+00:00","exposure":3.996528748542574},{"timestamp":"2024-09-19T23:59:00+00:00","exposure":4.272392148966342},{"timestamp":"2024-09-30T23:59:00+00:00","exposure":3.1289284128351373},{"timestamp":"2024-10-12T23:59:00+00:00","exposure":2.009814034453851},{"timestamp":"2024-10-23T23:59:00+00:00","exposure":2.928301996479187},{"timestamp":"2024-11-04T23:59:00+00:00","exposure":3.7551008452821075},{"timestamp":"2024-11-15T23:59:00+00:00","exposure":2.4346433800079996},{"timestamp":"2024-11-26T23:59:00+00:00","exposure":1.7025149965509654},{"timestamp":"2024-12-08T23:59:00+00:00","exposure":5.076165147653101},{"timestamp":"2024-12-19T23:59:00+00:00","exposure":9.387378812256348},{"timestamp":"2024-12-31T23:59:00+00:00","exposure":7.9623245032876415},{"timestamp":"2025-01-11T23:59:00+00:00","exposure":7.969930869816222},{"timestamp":"2025-01-22T23:59:00+00:00","exposure":7.869339389515724},{"timestamp":"2025-02-03T23:59:00+00:00","exposure":9.51734274315476},{"timestamp":"2025-02-14T23:59:00+00:00","exposure":10.043097491745922},{"timestamp":"2025-02-26T23:59:00+00:00","exposure":10.611894957934433},{"timestamp":"2025-03-09T23:59:00+00:00","exposure":10.614452986290521},{"timestamp":"2025-03-20T23:59:00+00:00","exposure":10.350040236118687},{"timestamp":"2025-04-01T23:59:00+00:00","exposure":10.110803793973655},{"timestamp":"2025-04-12T23:59:00+00:00","exposure":10.685637486971737},{"timestamp":"2025-04-23T23:59:00+00:00","exposure":10.416086902340062},{"timestamp":"2025-05-05T23:59:00+00:00","exposure":7.39571586008148},{"timestamp":"2025-05-16T23:59:00+00:00","exposure":7.534744908963062},{"timestamp":"2025-05-28T23:59:00+00:00","exposure":8.031538126878445},{"timestamp":"2025-06-08T23:59:00+00:00","exposure":6.25524441219106},{"timestamp":"2025-06-19T23:59:00+00:00","exposure":6.461676756119019},{"timestamp":"2025-07-01T23:59:00+00:00","exposure":6.736549045959967},{"timestamp":"2025-07-12T23:59:00+00:00","exposure":6.82925662001246},{"timestamp":"2025-07-24T23:59:00+00:00","exposure":6.505417440594352},{"timestamp":"2025-08-04T23:59:00+00:00","exposure":7.9609201818567135},{"timestamp":"2025-08-15T23:59:00+00:00","exposure":7.925177312893819},{"timestamp":"2025-08-27T23:59:00+00:00","exposure":6.725885915518728},{"timestamp":"2025-09-07T23:59:00+00:00","exposure":7.128176848119374},{"timestamp":"2025-09-19T23:59:00+00:00","exposure":7.331986623560659},{"timestamp":"2025-09-30T23:59:00+00:00","exposure":7.144442822738947},{"timestamp":"2025-10-11T23:59:00+00:00","exposure":6.896797921357986},{"timestamp":"2025-10-23T23:59:00+00:00","exposure":7.125839448607802},{"timestamp":"2025-11-03T23:59:00+00:00","exposure":6.657703510512411},{"timestamp":"2025-11-14T23:59:00+00:00","exposure":6.559330817576379},{"timestamp":"2025-11-26T23:59:00+00:00","exposure":6.33675301582894},{"timestamp":"2025-12-07T23:59:00+00:00","exposure":7.449111678963394},{"timestamp":"2025-12-19T23:59:00+00:00","exposure":7.11695826521785},{"timestamp":"2025-12-30T23:59:00+00:00","exposure":6.5424503760073405},{"timestamp":"2026-01-10T23:59:00+00:00","exposure":6.506774066076986},{"timestamp":"2026-01-22T23:59:00+00:00","exposure":6.282193099024426},{"timestamp":"2026-02-02T23:59:00+00:00","exposure":6.729461723775441},{"timestamp":"2026-02-14T23:59:00+00:00","exposure":7.216352016010354},{"timestamp":"2026-02-25T23:59:00+00:00","exposure":6.402809285231415}]
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 | 0.0448 @ 2026-02-25 22:04:00 UTC |
| Lowest Price | 0.0240 @ 2024-08-05 13:22:00 UTC |
| Mean | 0.0348 |
| Std Dev | 0.0072 |
| Last | 0.0447 |
| Points | 180 |
| Across 180 points the series ranged from 0.0240 (2024-08-05 13:22:00 UTC) to 0.0448 (2026-02-25 22:04:00 UTC), averaging 0.0348. The most recent value is 0.0447. | |
| Showing 60 of 180 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T00:13:00Z","price":0.03425},{"timestamp":"2024-04-24T00:18:00Z","price":0.03407},{"timestamp":"2024-04-24T00:50:00Z","price":0.03421},{"timestamp":"2024-04-24T00:58:00Z","price":0.03472},{"timestamp":"2024-04-24T01:01:00Z","price":0.03462},{"timestamp":"2024-04-24T01:08:00Z","price":0.03443},{"timestamp":"2024-04-24T02:47:00Z","price":0.03423},{"timestamp":"2024-04-24T04:16:00Z","price":0.03439},{"timestamp":"2024-04-24T04:50:00Z","price":0.0346},{"timestamp":"2024-04-24T05:10:00Z","price":0.03445},{"timestamp":"2024-04-24T05:26:00Z","price":0.03428},{"timestamp":"2024-04-24T06:55:00Z","price":0.03432},{"timestamp":"2024-04-24T08:00:00Z","price":0.03423},{"timestamp":"2024-04-24T11:27:00Z","price":0.03454},{"timestamp":"2024-08-05T06:47:00Z","price":0.02446},{"timestamp":"2024-08-05T11:00:00Z","price":0.02443},{"timestamp":"2024-08-05T11:10:00Z","price":0.0244},{"timestamp":"2024-08-05T11:26:00Z","price":0.02424},{"timestamp":"2024-08-05T11:56:00Z","price":0.02434},{"timestamp":"2024-08-05T12:17:00Z","price":0.02416},{"timestamp":"2024-08-05T12:30:00Z","price":0.02416},{"timestamp":"2024-08-05T12:38:00Z","price":0.02419},{"timestamp":"2024-08-05T12:53:00Z","price":0.02409},{"timestamp":"2024-08-05T13:02:00Z","price":0.0241},{"timestamp":"2024-08-05T13:14:00Z","price":0.02406},{"timestamp":"2024-08-05T13:31:00Z","price":0.02407},{"timestamp":"2024-08-05T13:35:00Z","price":0.02425},{"timestamp":"2024-08-05T13:45:00Z","price":0.02432},{"timestamp":"2024-11-14T03:17:00Z","price":0.03471},{"timestamp":"2024-11-25T20:34:00Z","price":0.036},{"timestamp":"2024-11-26T09:06:00Z","price":0.03609},{"timestamp":"2024-11-26T18:32:00Z","price":0.036},{"timestamp":"2024-12-20T14:03:00Z","price":0.03609},{"timestamp":"2025-01-29T19:18:00Z","price":0.036},{"timestamp":"2025-05-03T08:25:00Z","price":0.03609},{"timestamp":"2025-05-08T16:29:00Z","price":0.036},{"timestamp":"2025-05-08T18:18:00Z","price":0.03609},{"timestamp":"2025-05-26T01:39:00Z","price":0.036},{"timestamp":"2025-07-15T18:10:00Z","price":0.03609},{"timestamp":"2025-08-25T06:38:00Z","price":0.036},{"timestamp":"2025-08-25T06:58:00Z","price":0.03609},{"timestamp":"2025-08-25T08:29:00Z","price":0.03609},{"timestamp":"2025-08-25T17:02:00Z","price":0.036},{"timestamp":"2025-08-27T04:07:00Z","price":0.03609},{"timestamp":"2025-11-13T10:12:00Z","price":0.036},{"timestamp":"2026-02-25T15:21:00Z","price":0.04453},{"timestamp":"2026-02-25T17:45:00Z","price":0.04424},{"timestamp":"2026-02-25T18:28:00Z","price":0.04428},{"timestamp":"2026-02-25T18:49:00Z","price":0.04433},{"timestamp":"2026-02-25T19:11:00Z","price":0.04407},{"timestamp":"2026-02-25T19:33:00Z","price":0.04405},{"timestamp":"2026-02-25T20:16:00Z","price":0.04417},{"timestamp":"2026-02-25T21:13:00Z","price":0.04437},{"timestamp":"2026-02-25T21:31:00Z","price":0.04438},{"timestamp":"2026-02-25T21:36:00Z","price":0.04471},{"timestamp":"2026-02-25T22:05:00Z","price":0.04473},{"timestamp":"2026-02-25T22:49:00Z","price":0.04452},{"timestamp":"2026-02-25T23:33:00Z","price":0.04442},{"timestamp":"2026-02-25T23:45:00Z","price":0.04456},{"timestamp":"2026-02-25T23:59:00Z","price":0.04471}]
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 | 36 trades @ $5.00 |
| Least Populated Bin | 6 trades @ $5.00 |
| Mean | 20 trades |
| Std Dev | 11 trades |
| Last | 6 trades |
| Points | 5 |
| Sum | 100 trades |
| Across 5 points the series ranged from 6 trades (5.00)to∗∗36trades∗∗(5.00), averaging 20 trades. The most recent value is 6 trades. | |
| Full series - 5 points. |
[
{
"bin": "$5.00",
"count": 36,
"from": 5
},
{
"bin": "$5.00",
"count": 26,
"from": 5.001
},
{
"bin": "$5.00",
"count": 23,
"from": 5.002
},
{
"bin": "$5.00",
"count": 9,
"from": 5.003
},
{
"bin": "$5.00",
"count": 6,
"from": 5.004
}
]
Return Distribution by Fill Type
GET /backtests/{id}/trades * Fields used: fill_type, profit_percentage * Transform: returnByFillType(trades)TP).| Stat | Value |
|---|---|
| Largest TP Bin | 26 trades @ 0.1 |
| Smallest TP Bin | 0 trades @ 0.1 |
| Mean | 5 trades |
| Std Dev | 7 trades |
| Last | 13 trades |
| Points | 20 |
| Sum | 100 trades |
| Across 20 points the series ranged from 0 trades (0.1) to 26 trades (0.1), averaging 5 trades. The most recent value is 13 trades. | |
| Full series - 20 points. |
[
{
"bin": 0.1,
"TP": 26,
"SL": 0,
"TSL": 0
},
{
"bin": 0.1,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.1,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.11,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.11,
"TP": 5,
"SL": 0,
"TSL": 0
},
{
"bin": 0.11,
"TP": 10,
"SL": 0,
"TSL": 0
},
{
"bin": 0.11,
"TP": 10,
"SL": 0,
"TSL": 0
},
{
"bin": 0.11,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.12,
"TP": 1,
"SL": 0,
"TSL": 0
},
{
"bin": 0.12,
"TP": 13,
"SL": 0,
"TSL": 0
},
{
"bin": 0.12,
"TP": 10,
"SL": 0,
"TSL": 0
},
{
"bin": 0.12,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.12,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.13,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.13,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.13,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.13,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.13,
"TP": 5,
"SL": 0,
"TSL": 0
},
{
"bin": 0.14,
"TP": 7,
"SL": 0,
"TSL": 0
},
{
"bin": 0.14,
"TP": 13,
"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.30 @ Nov |
| Worst Indexed Value | 98.11 @ Mar |
| Mean | 99.74 |
| Std Dev | 0.9093 |
| Last | 101.20 |
| Points | 12 |
| Across 12 points the series ranged from 98.11 (Mar) to 101.30 (Nov), averaging 99.74. The most recent value is 101.20. | |
| Full series - 12 points. |
[
{
"2025": 99.88385446839,
"2026": 100.43192719807774,
"month": "Jan"
},
{
"2025": 98.41634864019856,
"2026": 100.99219344174395,
"month": "Feb"
},
{
"2025": 98.1142910972063,
"month": "Mar"
},
{
"2024": 99.960975934895,
"2025": 100.05351971412107,
"month": "Apr"
},
{
"2024": 99.85974905498178,
"2025": 99.08468350133955,
"month": "May"
},
{
"2024": 99.90785404955471,
"2025": 99.61825995688572,
"month": "Jun"
},
{
"2024": 99.75545150289119,
"2025": 99.72239442564883,
"month": "Jul"
},
{
"2024": 100.24962092478098,
"2025": 100.12791039224736,
"month": "Aug"
},
{
"2024": 100.14652485072236,
"2025": 99.33840747159111,
"month": "Sep"
},
{
"2024": 100.2401892807296,
"2025": 100.0421687577243,
"month": "Oct"
},
{
"2024": 100.83398064986504,
"2025": 101.29708988248521,
"month": "Nov"
},
{
"2024": 99.54432382513515,
"2025": 101.20115900161552,
"month": "Dec"
}
]
Profit by Weekday
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: profitByWeekday(trades)profit).| Stat | Value |
|---|---|
| Best Weekday | 32.91 USDT @ Sun |
| Worst Weekday | 17.39 USDT @ Fri |
| Mean | 25.56 USDT |
| Std Dev | 5.07 USDT |
| Last | 32.91 USDT |
| Points | 7 |
| Sum | 178.95 USDT |
| Across 7 points the series ranged from 17.39 USDT (Fri) to 32.91 USDT (Sun), averaging 25.56 USDT. 100% of points were positive, 0% negative. The most recent value is 32.91 USDT. | |
| Full series - 7 points. |
[
{
"day": "Mon",
"profit": 30.543713
},
{
"day": "Tue",
"profit": 27.97215
},
{
"day": "Wed",
"profit": 25.922961
},
{
"day": "Thu",
"profit": 23.644594
},
{
"day": "Fri",
"profit": 17.388385
},
{
"day": "Sat",
"profit": 20.564821
},
{
"day": "Sun",
"profit": 32.908885
}
]
Profit by Hour (UTC)
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: profitByHour(trades)profit).| Stat | Value |
|---|---|
| Best Hour (UTC) | 13.03 USDT @ 0:00 |
| Worst Hour (UTC) | 5.09 USDT @ 21:00 |
| Mean | 7.46 USDT |
| Std Dev | 1.93 USDT |
| Last | 5.95 USDT |
| Points | 24 |
| Sum | 178.95 USDT |
| Across 24 points the series ranged from 5.09 USDT (21:00) to 13.03 USDT (0:00), averaging 7.46 USDT. 100% of points were positive, 0% negative. The most recent value is 5.95 USDT. | |
| Full series - 24 points. |
[{"hour":"0:00","profit":13.033075},{"hour":"1:00","profit":8.237111},{"hour":"2:00","profit":6.748985},{"hour":"3:00","profit":5.806592},{"hour":"4:00","profit":6.966462},{"hour":"5:00","profit":5.71905},{"hour":"6:00","profit":5.963157},{"hour":"7:00","profit":7.255208},{"hour":"8:00","profit":7.636496},{"hour":"9:00","profit":6.75251},{"hour":"10:00","profit":7.066541},{"hour":"11:00","profit":7.54953},{"hour":"12:00","profit":9.555889},{"hour":"13:00","profit":9.645352},{"hour":"14:00","profit":10.890972},{"hour":"15:00","profit":9.980378},{"hour":"16:00","profit":8.889251},{"hour":"17:00","profit":6.829234},{"hour":"18:00","profit":6.409314},{"hour":"19:00","profit":5.497885},{"hour":"20:00","profit":5.566133},{"hour":"21:00","profit":5.087667},{"hour":"22:00","profit":5.903875},{"hour":"23:00","profit":5.954841}]
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 | 0.14% @ 0.13333333333333333 |
| Worst Trade Return | 0.10% @ 0 |
| Mean | 0.12% |
| Std Dev | 0.01% |
| Last | 0.12% |
| Points | 100 |
| Across 100 points the series ranged from 0.10% (0) to 0.14% (0.13333333333333333), averaging 0.12%. 100% of points were positive, 0% negative. The most recent value is 0.12%. | |
| Showing 60 of 100 points (down-sampled for readability). |
[{"hours":0.6666666666666666,"profitPct":0.1125766423,"profit":0.005629395},{"hours":0.35,"profitPct":0.1135770809,"profit":0.0056772412},{"hours":0.23333333333333334,"profitPct":0.1139638979,"profit":0.005699877},{"hours":0.016666666666666666,"profitPct":0.1096953509,"profit":0.005485395},{"hours":0,"profitPct":0.1094705713,"profit":0.0054751027},{"hours":4898.266666666666,"profitPct":0.109770364,"profit":0.0054913612},{"hours":3.7,"profitPct":0.1109007833,"profit":0.0055429875},{"hours":3.033333333333333,"profitPct":0.1116598778,"profit":0.0055839262},{"hours":2.5166666666666666,"profitPct":0.1121938776,"profit":0.0056107485},{"hours":1.15,"profitPct":0.1128836597,"profit":0.0056458785},{"hours":4894.216666666666,"profitPct":0.1102966715,"profit":0.005517966},{"hours":6.283333333333333,"profitPct":0.1110522496,"profit":0.005554989},{"hours":1.3166666666666667,"profitPct":0.1123468495,"profit":0.0056189737},{"hours":4.083333333333333,"profitPct":0.1120410839,"profit":0.0056025293},{"hours":0.38333333333333336,"profitPct":0.1125766423,"profit":0.005629395},{"hours":0.13333333333333333,"profitPct":0.1364352989,"profit":0.006823424},{"hours":0.1,"profitPct":0.1369052502,"profit":0.0068457253},{"hours":2.75,"profitPct":0.136670082,"profit":0.0068362375},{"hours":0.08333333333333333,"profitPct":0.1374948623,"profit":0.006877834},{"hours":0.6,"profitPct":0.1382056036,"profit":0.0069131092},{"hours":0.11666666666666667,"profitPct":0.1389198678,"profit":0.0069484745},{"hours":1.3833333333333333,"profitPct":0.1386813867,"profit":0.006935556},{"hours":0.3333333333333333,"profitPct":0.139997927,"profit":0.0070000027},{"hours":0.03333333333333333,"profitPct":0.1408419958,"profit":0.00704548},{"hours":0.8166666666666667,"profitPct":0.1392783292,"profit":0.006964507},{"hours":0.11666666666666667,"profitPct":0.1410840616,"profit":0.0070551103},{"hours":0.45,"profitPct":0.139997927,"profit":0.0070000027},{"hours":0.43333333333333335,"profitPct":0.1396376812,"profit":0.0069839298},{"hours":0.13333333333333333,"profitPct":0.1412052456,"profit":0.0070616235},{"hours":0.08333333333333333,"profitPct":0.138443299,"profit":0.0069226495},{"hours":0,"profitPct":0.0998125,"profit":0.0049910243},{"hours":0.48333333333333334,"profitPct":0.0998125,"profit":0.0049910243},{"hours":0.23333333333333334,"profitPct":0.0998125,"profit":0.0049910243},{"hours":4.133333333333334,"profitPct":0.0998125,"profit":0.0049910243},{"hours":0.2,"profitPct":0.0998125,"profit":0.0049910243},{"hours":1.85,"profitPct":0.0998125,"profit":0.0049910243},{"hours":0.23333333333333334,"profitPct":0.0998125,"profit":0.0049910243},{"hours":0.9833333333333333,"profitPct":0.0998125,"profit":0.0049910243},{"hours":14.916666666666666,"profitPct":0.0998125,"profit":0.0049910243},{"hours":0.35,"profitPct":0.0998125,"profit":0.0049910243},{"hours":0.016666666666666666,"profitPct":0.0998125,"profit":0.0049910243},{"hours":0.1,"profitPct":0.0998125,"profit":0.0049910243},{"hours":0.15,"profitPct":0.0998125,"profit":0.0049910243},{"hours":0.1,"profitPct":0.0998125,"profit":0.0049910243},{"hours":4.666666666666667,"profitPct":0.0998125,"profit":0.0049910243},{"hours":6.283333333333333,"profitPct":0.1189167975,"profit":0.005949405},{"hours":6.233333333333333,"profitPct":0.1192791377,"profit":0.0059648145},{"hours":0.95,"profitPct":0.1215353261,"profit":0.006080811},{"hours":0.23333333333333334,"profitPct":0.1219047619,"profit":0.006096384},{"hours":0.1,"profitPct":0.1205550542,"profit":0.006032247},{"hours":1.9833333333333334,"profitPct":0.1201892744,"profit":0.006011418},{"hours":0.21666666666666667,"profitPct":0.122089857,"profit":0.0061068675},{"hours":1.95,"profitPct":0.1218431195,"profit":0.006094683},{"hours":0.08333333333333333,"profitPct":0.0998125,"profit":0.0049934198},{"hours":0.16666666666666666,"profitPct":0.1206161137,"profit":0.0060339405},{"hours":0.03333333333333333,"profitPct":0.1209218256,"profit":0.00604776},{"hours":1.45,"profitPct":0.1189167975,"profit":0.005949405},{"hours":0.7833333333333333,"profitPct":0.1184952978,"profit":0.00592704},{"hours":0.48333333333333334,"profitPct":0.1192791377,"profit":0.0059648145},{"hours":0.1,"profitPct":0.1198244824,"profit":0.00599595}]
Fill Type Breakdown
GET /backtests/{id}/trades * Fields used: fill_type * Transform: computeKPIs(equity, trades).fillTypescount).| Stat | Value |
|---|---|
| Most Frequent Exit | 100 trades @ TP |
| Least Frequent Exit | 0 trades @ SL |
| Mean | 33 trades |
| Std Dev | 47 trades |
| Last | 0 trades |
| Points | 3 |
| Sum | 100 trades |
| Across 3 points the series ranged from 0 trades (SL) to 100 trades (TP), averaging 33 trades. The most recent value is 0 trades. | |
| Full series - 3 points. |
[
{
"type": "TP",
"count": 100
},
{
"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": "18688a1c-616c-4cd7-8757-4ab333140aac",
"symbol": "JSTUSDT",
"strategy": "3LongTimeLong.json",
"strategy_label": "LongTimeLong",
"status": "completed",
"period_from": "2024-04-24",
"period_to": "2026-02-25",
"duration_days": 672,
"start_balance_usdt": 10000,
"final_value_usdt": 10138.30645813,
"return_pct": 1.3831,
"total_profit_usdt": 178.94550973,
"avg_profit_per_trade_usdt": 0.00570199,
"fulfilled_trades": 31383,
"active_orders": 136,
"win_rate_pct": 100,
"best_trade_usdt": 0.00706162,
"worst_trade_usdt": 0.00499102,
"trades_per_month": 1419.2584837786749,
"max_drawdown_pct": 5.012837496451581,
"max_drawdown_abs_usdt": 511.64027196680036,
"drawdown_duration_days": 103,
"recovery_days": null,
"cagr_pct": 0.7493754817377907,
"volatility_annualized_pct": 3.7532950863569003,
"sharpe_annualized": 0.22066467044409555,
"sortino_annualized": 0.2095485313956,
"time_in_market_pct": 100,
"final_cash_usdt": 9489.1700308598,
"final_base_value_usdt": null,
"final_unrealized_pnl_usdt": -31.6735415419,
"median_hold_hours": 0.45,
"avg_hold_hours": 106.45228070175446,
"buyhold_return_pct": null,
"outperformance_vs_buyhold_pp": null
}
| Key | Value |
|---|---|
backtest_id | 18688a1c-616c-4cd7-8757-4ab333140aac |
symbol | JSTUSDT |
strategy | 3LongTimeLong.json |
strategy_label | LongTimeLong |
status | completed |
period_from | 2024-04-24 |
period_to | 2026-02-25 |
duration_days | 672 |
start_balance_usdt | 10000 |
final_value_usdt | 10138.30645813 |
return_pct | 1.3831 |
total_profit_usdt | 178.94550973 |
avg_profit_per_trade_usdt | 0.00570199 |
fulfilled_trades | 31383 |
active_orders | 136 |
win_rate_pct | 100 |
best_trade_usdt | 0.00706162 |
worst_trade_usdt | 0.00499102 |
trades_per_month | 1419.2584837786749 |
max_drawdown_pct | 5.012837496451581 |
max_drawdown_abs_usdt | 511.64027196680036 |
drawdown_duration_days | 103 |
recovery_days | null |
cagr_pct | 0.7493754817377907 |
volatility_annualized_pct | 3.7532950863569003 |
sharpe_annualized | 0.22066467044409555 |
sortino_annualized | 0.2095485313956 |
time_in_market_pct | 100 |
final_cash_usdt | 9489.1700308598 |
final_base_value_usdt | null |
final_unrealized_pnl_usdt | -31.6735415419 |
median_hold_hours | 0.45 |
avg_hold_hours | 106.45228070175446 |
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 | JSTUSDT |
| Mode | GET /backtests/{id} | $.mode_name | direct API value | 3LongTimeLong.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,138.31 USDT |
| Return % | GET /backtests/{id} | $.return_pct | direct API value (cross-check: (final_value/start_balance - 1) * 100) | +1.38% |
| Total profit | GET /backtests/{id} | $.total_profit | direct API value (cross-check: Sum trades[].profit) | +178.95 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)) | 31,383 |
| Best trade | GET /backtests/{id} | $.max_profit | direct API value (cross-check: max(trades[].profit)) | +0.0071 USDT |
| Worst trade | GET /backtests/{id} | $.min_profit | direct API value (cross-check: min(trades[].profit)) | +0.0050 USDT |
| Avg profit / trade | GET /backtests/{id} | $.avg_profit | direct API value | +0.0057 USDT |
| Trades / month | derived | n/a | fulfilled_trades / (durationDays / 30.4375) | 1419.3 |
| Max drawdown % | GET /backtests/{id}/equity | $[*].total_value_* | maxDrawdown(equity) - running peak vs. trough | -5.01% |
| Max drawdown abs | GET /backtests/{id}/equity | $[*].total_value_* | maxDrawdown(equity).abs | -511.64 USDT |
| CAGR % | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | (final/start)^(365.25/days) - 1 | +0.75% |
| Volatility (ann.) % | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | std(daily_returns) * sqrt(365) | 3.75% |
| Sharpe ratio (ann.) | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | mean(daily_returns) / std(daily_returns) * sqrt(365) (rf=0) | 0.22 |
| Sortino ratio (ann.) | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | mean(daily_returns) / std(downside_returns) * sqrt(365) (rf=0) | 0.21 |
| 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) | 0.75 USDT |
| Gross profit (winners) | GET /backtests/{id}/trades | $[?(@.profit>0)].profit | Sum profit where profit > 0 | +0.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.0059 USDT |
| Max consecutive wins | GET /backtests/{id}/trades | $[*].profit (ordered) | longest run where profit > 0 | 100 |
| 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 | 106.5h |
| Median holding (h) | GET /backtests/{id}/trades | $[*].buy_time, $[*].sell_time | median(sell_time - buy_time) / 3600 | 0.5h |
| Total volume (notional) | GET /backtests/{id}/trades | $[*].buy_quantity, $[*].buy_price | Sum (buy_quantity * buy_price) | 1,002 USDT |
Raw API Attachments
/trades. Full trade population: 31,383 closed trades - fetch the complete list via GET /backtests/18688a1c-616c-4cd7-8757-4ab333140aac/trades. Aggregate KPIs are computed server-side against the full population, not from this sample.GET /backtests/18688a1c-616c-4cd7-8757-4ab333140aac - backtest summary (verbatim)
GET /backtests/18688a1c-616c-4cd7-8757-4ab333140aac - backtest summary (verbatim)
{
"id": "18688a1c-616c-4cd7-8757-4ab333140aac",
"status": "completed",
"error_message": null,
"created_at": "2026-05-08T13:39:06.169720Z",
"started_at": "2026-05-08T18:59:38.000756Z",
"completed_at": "2026-05-08T19:09:48.212958Z",
"mode_name": "3LongTimeLong.json",
"symbol": "JSTUSDT",
"data_file": "",
"start_balance": 10000,
"final_value": 10138.30645813,
"return_pct": 1.3831,
"total_profit": 178.94550973,
"fulfilled_trades": 31383,
"active_orders": 136,
"win_rate": 100,
"avg_profit": 0.00570199,
"max_profit": 0.00706162,
"min_profit": 0.00499102,
"elapsed_sec": 412.93,
"max_drawdown": -5.0128,
"profit_factor": null,
"sharpe_ratio": 0.2207,
"total_fees": 235.76481503,
"avg_hold_time_hours": 42.9612,
"tp_count": 31383,
"sl_count": 0,
"tsl_count": 0,
"start_price": 0.03329,
"end_price": 0.04455,
"gross_profit_quote": 414.710325,
"gross_loss_quote": 0,
"wins": 31383,
"losses": 0,
"breakeven": 0,
"consecutive_wins_max": 31383,
"consecutive_losses_max": 0,
"holding_minutes_p50": 41,
"holding_minutes_p95": 5394.5,
"holding_minutes_max": 554261,
"description": "JSTUSDT | 3LongTimeLong.json | 2024-04-24 - 2026-02-25 | +1.38% | 31383 trades | 100% WR",
"summary_text": "Backtest JSTUSDT (Mode: 3LongTimeLong.json)\nPeriod: 2024-04-24 00:00:01 to 2026-02-25 23:59:59\nStarting balance: 10,000.00 USDT\nFinal value: 10,138.31 USDT\nP&L: +138.31 USDT (+1.38%)\nResult: PROFIT\nCompleted trades: 31383\nOpen orders at end: 136\nWin rate: 100.0%\nAvg. profit/trade: 0.005702 USDT\nBest trade: 0.007062 USDT\nWorst trade: 0.004991 USDT\nTotal profit (trades only): 178.945510 USDT\nMax drawdown: -5.01%\nProfit factor: inf (no losing trades)\nSharpe ratio: 0.22\nTotal fees: 235.76 USDT\nAvg hold time: 43.0h\nTP / SL / TSL: 31383 / 0 / 0\n\nStrategy parameters:\n Buy trigger: -0.1% from last buy\n Buy splits: 9\n Sell targets: [0.25, 0.35, 0.5, 0.75, 1.0, 2.5, 5.0, 10.0, 15.0]\n Investment per buy: 25.0 USDT\n Fees: maker 7.5 bps / taker 7.5 bps\n\nElapsed: 412.9s",
"share_token": null,
"config_hash": "482b85de3f6251dfe21865de20a2dad02f9a22947a2049712db07658a9c54766",
"config": {
"to": "2026-02-25 23:59:59",
"from": "2024-04-24 00:00:01",
"canBuy": true,
"symbol": "JSTUSDT",
"canSell": true,
"canBuyUp": true,
"startBal": 10000,
"stepSize": 0.1,
"stopLoss": false,
"tickSize": 0.00001,
"buySplits": 9,
"buyVolumes": [
20,
15,
10,
10,
10,
10,
5,
5,
5
],
"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,
10,
15
],
"triggerCoolDown": 1,
"investmentPerBuy": 25,
"assumed_spread_bps": 0,
"stopLossPercentage": 5,
"investmentPercentMode": false,
"minInvestmentPerQuote": 25,
"order_latency_seconds": 2,
"trailingStopLossPercentages": [
0,
0,
0,
0,
0,
0,
0,
0,
0
],
"sellCancelDistancePercentage": 1,
"dontBuyBelowQuoteAssetBalance": 1,
"investmentPerFreeQuotePercent": 0.01,
"sellActivateDistancePercentage": 0.1
},
"is_duplicate": false,
"compact": false
}
GET /backtests/18688a1c-616c-4cd7-8757-4ab333140aac/equity - equity series (verbatim, 673 points)
GET /backtests/18688a1c-616c-4cd7-8757-4ab333140aac/equity - equity series (verbatim, 673 points)
[
{
"timestamp": "2024-04-24T23:59:00+00:00",
"base_asset_bal": 3539,
"quote_asset_bal": 9880.1167005165,
"total_value_mid": 9997.9300105165,
"total_value_exit_net": 9997.841650534,
"total_value": 9997.9300105165,
"base_cost_quote": 120.1352769323,
"unrealized_pnl_exit_net": -2.4103269148
},
{
"timestamp": "2024-04-25T23:59:00+00:00",
"base_asset_bal": 3541.3,
"quote_asset_bal": 9880.3966328755,
"total_value_mid": 9998.5344008755,
"total_value_exit_net": 9998.4457975495,
"total_value": 9998.5344008755,
"base_cost_quote": 120.1310637748,
"unrealized_pnl_exit_net": -2.0818991008
},
{
"timestamp": "2024-04-26T23:59:00+00:00",
"base_asset_bal": 1901,
"quote_asset_bal": 9935.8656321295,
"total_value_mid": 10000.4045821295,
"total_value_exit_net": 10000.356177917,
"total_value": 10000.4045821295,
"base_cost_quote": 65.0693844643,
"unrealized_pnl_exit_net": -0.5788386768
},
{
"timestamp": "2024-04-27T23:59:00+00:00",
"base_asset_bal": 2493.2,
"quote_asset_bal": 9916.0640154427,
"total_value_mid": 10000.1845834427,
"total_value_exit_net": 10000.1214930167,
"total_value": 10000.1845834427,
"base_cost_quote": 85.0928648198,
"unrealized_pnl_exit_net": -1.0353872458
},
{
"timestamp": "2024-04-28T23:59:00+00:00",
"base_asset_bal": 2052.7,
"quote_asset_bal": 9931.2690062647,
"total_value_mid": 10000.5476312647,
"total_value_exit_net": 10000.495672296,
"total_value": 10000.5476312647,
"base_cost_quote": 70.0766811223,
"unrealized_pnl_exit_net": -0.850015091
},
{
"timestamp": "2024-04-29T23:59:00+00:00",
"base_asset_bal": 3853.6,
"quote_asset_bal": 9871.390740805,
"total_value_mid": 9998.983436805,
"total_value_exit_net": 9998.887742283,
"total_value": 9998.983436805,
"base_cost_quote": 130.1470271175,
"unrealized_pnl_exit_net": -2.6500256395
},
{
"timestamp": "2024-04-30T23:59:00+00:00",
"base_asset_bal": 6157.8,
"quote_asset_bal": 9796.6075507837,
"total_value_mid": 9994.0881967837,
"total_value_exit_net": 9993.9400862992,
"total_value": 9994.0881967837,
"base_cost_quote": 205.2268227635,
"unrealized_pnl_exit_net": -7.894287248
},
{
"timestamp": "2024-05-01T23:59:00+00:00",
"base_asset_bal": 7109.1,
"quote_asset_bal": 9767.0682815687,
"total_value_mid": 9993.7774805687,
"total_value_exit_net": 9993.6074486695,
"total_value": 9993.7774805687,
"base_cost_quote": 235.2619131992,
"unrealized_pnl_exit_net": -8.7227460985
},
{
"timestamp": "2024-05-02T23:59:00+00:00",
"base_asset_bal": 5853.2,
"quote_asset_bal": 9807.3200476527,
"total_value_mid": 9995.3833636527,
"total_value_exit_net": 9995.2423161657,
"total_value": 9995.3833636527,
"base_cost_quote": 195.2178726768,
"unrealized_pnl_exit_net": -7.2956041638
},
{
"timestamp": "2024-05-03T23:59:00+00:00",
"base_asset_bal": 4623.5,
"quote_asset_bal": 9847.6385754265,
"total_value_mid": 9998.9194954265,
"total_value_exit_net": 9998.8060347365,
"total_value": 9998.9194954265,
"base_cost_quote": 155.1728264005,
"unrealized_pnl_exit_net": -4.0053670905
},
{
"timestamp": "2024-05-04T23:59:00+00:00",
"base_asset_bal": 4776.5,
"quote_asset_bal": 9842.7624090052,
"total_value_mid": 9998.8106640052,
"total_value_exit_net": 9998.693627814,
"total_value": 9998.8106640052,
"base_cost_quote": 160.176946678,
"unrealized_pnl_exit_net": -4.2457278693
},
{
"timestamp": "2024-05-05T23:59:00+00:00",
"base_asset_bal": 4929.4,
"quote_asset_bal": 9837.863087586,
"total_value_mid": 9998.660115586,
"total_value_exit_net": 9998.539517815,
"total_value": 9998.660115586,
"base_cost_quote": 165.1835528185,
"unrealized_pnl_exit_net": -4.5071225895
},
{
"timestamp": "2024-05-06T23:59:00+00:00",
"base_asset_bal": 6171.4,
"quote_asset_bal": 9797.9813429337,
"total_value_mid": 9996.0215689337,
"total_value_exit_net": 9995.8730387642,
"total_value": 9996.0215689337,
"base_cost_quote": 205.2212665995,
"unrealized_pnl_exit_net": -7.329570769
},
{
"timestamp": "2024-05-07T23:59:00+00:00",
"base_asset_bal": 6019,
"quote_asset_bal": 9803.1618378935,
"total_value_mid": 9995.5290778935,
"total_value_exit_net": 9995.3848024635,
"total_value": 9995.5290778935,
"base_cost_quote": 200.2207069905,
"unrealized_pnl_exit_net": -7.9977424205
},
{
"timestamp": "2024-05-08T23:59:00+00:00",
"base_asset_bal": 5236.5,
"quote_asset_bal": 9828.4468880783,
"total_value_mid": 9999.0520580783,
"total_value_exit_net": 9998.9241042008,
"total_value": 9999.0520580783,
"base_cost_quote": 175.1929092097,
"unrealized_pnl_exit_net": -4.7156930873
},
{
"timestamp": "2024-05-09T23:59:00+00:00",
"base_asset_bal": 4166.6,
"quote_asset_bal": 9863.688165737,
"total_value_mid": 10001.102633737,
"total_value_exit_net": 10000.999572886,
"total_value": 10001.102633737,
"base_cost_quote": 140.1555408772,
"unrealized_pnl_exit_net": -2.8441337282
},
{
"timestamp": "2024-05-10T23:59:00+00:00",
"base_asset_bal": 6010.3,
"quote_asset_bal": 9803.783263316,
"total_value_mid": 9997.555335316,
"total_value_exit_net": 9997.410006262,
"total_value": 9997.555335316,
"base_cost_quote": 200.2187885527,
"unrealized_pnl_exit_net": -6.5920456068
},
{
"timestamp": "2024-05-11T23:59:00+00:00",
"base_asset_bal": 6165.3,
"quote_asset_bal": 9798.8406968852,
"total_value_mid": 9996.8701328852,
"total_value_exit_net": 9996.7216108082,
"total_value": 9996.8701328852,
"base_cost_quote": 205.2258970697,
"unrealized_pnl_exit_net": -7.3449831467
},
{
"timestamp": "2024-05-12T23:59:00+00:00",
"base_asset_bal": 6322,
"quote_asset_bal": 9793.8607002982,
"total_value_mid": 9996.9233402982,
"total_value_exit_net": 9996.7710433182,
"total_value": 9996.9233402982,
"base_cost_quote": 210.2317776665,
"unrealized_pnl_exit_net": -7.3214346465
},
{
"timestamp": "2024-05-13T23:59:00+00:00",
"base_asset_bal": 7105,
"quote_asset_bal": 9769.0097995445,
"total_value_mid": 9994.3093495445,
"total_value_exit_net": 9994.140374882,
"total_value": 9994.3093495445,
"base_cost_quote": 235.2588819275,
"unrealized_pnl_exit_net": -10.12830659
},
{
"timestamp": "2024-05-14T23:59:00+00:00",
"base_asset_bal": 7895.3,
"quote_asset_bal": 9744.081879873,
"total_value_mid": 9992.310111873,
"total_value_exit_net": 9992.123940699,
"total_value": 9992.310111873,
"base_cost_quote": 260.2853417055,
"unrealized_pnl_exit_net": -12.2432808795
},
{
"timestamp": "2024-05-15T23:59:00+00:00",
"base_asset_bal": 5390.8,
"quote_asset_bal": 9824.334015668,
"total_value_mid": 9999.481107668,
"total_value_exit_net": 9999.349747349,
"total_value": 9999.481107668,
"base_cost_quote": 180.1986426962,
"unrealized_pnl_exit_net": -5.1829110153
},
{
"timestamp": "2024-05-16T23:59:00+00:00",
"base_asset_bal": 6010.9,
"quote_asset_bal": 9804.423036281,
"total_value_mid": 9997.793689281,
"total_value_exit_net": 9997.6486612912,
"total_value": 9997.793689281,
"base_cost_quote": 200.2194830733,
"unrealized_pnl_exit_net": -6.993858063
},
{
"timestamp": "2024-05-17T23:59:00+00:00",
"base_asset_bal": 5082.6,
"quote_asset_bal": 9834.5634077758,
"total_value_mid": 9999.9512117758,
"total_value_exit_net": 9999.8271709228,
"total_value": 9999.9512117758,
"base_cost_quote": 170.1869515552,
"unrealized_pnl_exit_net": -4.9231884083
},
{
"timestamp": "2024-05-18T23:59:00+00:00",
"base_asset_bal": 5390.6,
"quote_asset_bal": 9824.6061452395,
"total_value_mid": 9999.0998672395,
"total_value_exit_net": 9998.968996948,
"total_value": 9999.0998672395,
"base_cost_quote": 180.1951750975,
"unrealized_pnl_exit_net": -5.832323389
},
{
"timestamp": "2024-05-19T23:59:00+00:00",
"base_asset_bal": 6795.3,
"quote_asset_bal": 9779.5848416713,
"total_value_mid": 9994.6560866713,
"total_value_exit_net": 9994.4947832375,
"total_value": 9994.6560866713,
"base_cost_quote": 225.2395730775,
"unrealized_pnl_exit_net": -10.3296315113
},
{
"timestamp": "2024-05-20T23:59:00+00:00",
"base_asset_bal": 3723.2,
"quote_asset_bal": 9880.0024883265,
"total_value_mid": 10003.5382643265,
"total_value_exit_net": 10003.4456124945,
"total_value": 10003.5382643265,
"base_cost_quote": 125.1394292338,
"unrealized_pnl_exit_net": -1.6963050657
},
{
"timestamp": "2024-05-21T23:59:00+00:00",
"base_asset_bal": 4022.4,
"quote_asset_bal": 9870.2113672985,
"total_value_mid": 10003.4734792985,
"total_value_exit_net": 10003.3735327145,
"total_value": 10003.4734792985,
"base_cost_quote": 135.1494281065,
"unrealized_pnl_exit_net": -1.9872626905
},
{
"timestamp": "2024-05-22T23:59:00+00:00",
"base_asset_bal": 5548.7,
"quote_asset_bal": 9820.334779341,
"total_value_mid": 10000.279120341,
"total_value_exit_net": 10000.1441620852,
"total_value": 10000.279120341,
"base_cost_quote": 185.2028810622,
"unrealized_pnl_exit_net": -5.393498318
},
{
"timestamp": "2024-05-23T23:59:00+00:00",
"base_asset_bal": 8369.4,
"quote_asset_bal": 9730.4387293807,
"total_value_mid": 9991.8150913807,
"total_value_exit_net": 9991.6190591092,
"total_value": 9991.8150913807,
"base_cost_quote": 275.2958321363,
"unrealized_pnl_exit_net": -14.1155024078
},
{
"timestamp": "2024-05-24T23:59:00+00:00",
"base_asset_bal": 8046.6,
"quote_asset_bal": 9740.6062520577,
"total_value_mid": 9993.8327540577,
"total_value_exit_net": 9993.6428341812,
"total_value": 9993.8327540577,
"base_cost_quote": 265.2827959873,
"unrealized_pnl_exit_net": -12.2462138638
},
{
"timestamp": "2024-05-25T23:59:00+00:00",
"base_asset_bal": 8209.1,
"quote_asset_bal": 9735.6998679125,
"total_value_mid": 9993.6297899125,
"total_value_exit_net": 9993.436342471,
"total_value": 9993.6297899125,
"base_cost_quote": 270.288744635,
"unrealized_pnl_exit_net": -12.5522700765
},
{
"timestamp": "2024-05-26T23:59:00+00:00",
"base_asset_bal": 9009.7,
"quote_asset_bal": 9710.7462531898,
"total_value_mid": 9990.7677291898,
"total_value_exit_net": 9990.5577130828,
"total_value": 9990.7677291898,
"base_cost_quote": 295.3116567543,
"unrealized_pnl_exit_net": -15.5001968613
},
{
"timestamp": "2024-05-27T23:59:00+00:00",
"base_asset_bal": 8367.6,
"quote_asset_bal": 9730.8746065648,
"total_value_mid": 9992.8641625648,
"total_value_exit_net": 9992.6676703978,
"total_value": 9992.8641625648,
"base_cost_quote": 275.2951416188,
"unrealized_pnl_exit_net": -13.5020777858
},
{
"timestamp": "2024-05-28T23:59:00+00:00",
"base_asset_bal": 9663,
"quote_asset_bal": 9690.9521817655,
"total_value_mid": 9988.4759517655,
"total_value_exit_net": 9988.252808938,
"total_value": 9988.4759517655,
"base_cost_quote": 315.3387968525,
"unrealized_pnl_exit_net": -18.03816968
},
{
"timestamp": "2024-05-29T23:59:00+00:00",
"base_asset_bal": 9499.7,
"quote_asset_bal": 9696.0362790005,
"total_value_mid": 9987.2970810005,
"total_value_exit_net": 9987.078635399,
"total_value": 9987.2970810005,
"base_cost_quote": 310.331606274,
"unrealized_pnl_exit_net": -19.2892498755
},
{
"timestamp": "2024-05-30T23:59:00+00:00",
"base_asset_bal": 10153,
"quote_asset_bal": 9676.0968345477,
"total_value_mid": 9986.2709845477,
"total_value_exit_net": 9986.0383539352,
"total_value": 9986.2709845477,
"base_cost_quote": 330.3553938598,
"unrealized_pnl_exit_net": -20.4138744723
},
{
"timestamp": "2024-05-31T23:59:00+00:00",
"base_asset_bal": 10646.8,
"quote_asset_bal": 9661.1443272207,
"total_value_mid": 9984.0617712207,
"total_value_exit_net": 9983.8195831377,
"total_value": 9984.0617712207,
"base_cost_quote": 345.3699663498,
"unrealized_pnl_exit_net": -22.6947104328
},
{
"timestamp": "2024-06-01T23:59:00+00:00",
"base_asset_bal": 10317.5,
"quote_asset_bal": 9671.17698659,
"total_value_mid": 9984.62263659,
"total_value_exit_net": 9984.3875523525,
"total_value": 9984.62263659,
"base_cost_quote": 335.359987492,
"unrealized_pnl_exit_net": -22.1494217295
},
{
"timestamp": "2024-06-02T23:59:00+00:00",
"base_asset_bal": 9663.3,
"quote_asset_bal": 9691.309283945,
"total_value_mid": 9986.039933945,
"total_value_exit_net": 9985.8188859575,
"total_value": 9986.039933945,
"base_cost_quote": 315.338430578,
"unrealized_pnl_exit_net": -20.8288285655
},
{
"timestamp": "2024-06-03T23:59:00+00:00",
"base_asset_bal": 11151.7,
"quote_asset_bal": 9646.3437170015,
"total_value_mid": 9980.2256150015,
"total_value_exit_net": 9979.975203578,
"total_value": 9980.2256150015,
"base_cost_quote": 360.3844797955,
"unrealized_pnl_exit_net": -26.752993219
},
{
"timestamp": "2024-06-04T23:59:00+00:00",
"base_asset_bal": 10651.9,
"quote_asset_bal": 9661.4485145655,
"total_value_mid": 9983.4554515655,
"total_value_exit_net": 9983.2139463627,
"total_value": 9983.4554515655,
"base_cost_quote": 345.367611585,
"unrealized_pnl_exit_net": -23.6021797878
},
{
"timestamp": "2024-06-05T23:59:00+00:00",
"base_asset_bal": 9826.7,
"quote_asset_bal": 9686.542058231,
"total_value_mid": 9987.632146231,
"total_value_exit_net": 9987.406328665,
"total_value": 9987.632146231,
"base_cost_quote": 320.342220608,
"unrealized_pnl_exit_net": -19.477950174
},
{
"timestamp": "2024-06-06T23:59:00+00:00",
"base_asset_bal": 10814.8,
"quote_asset_bal": 9656.538381602,
"total_value_mid": 9982.496453602,
"total_value_exit_net": 9982.251985048,
"total_value": 9982.496453602,
"base_cost_quote": 350.374435889,
"unrealized_pnl_exit_net": -24.660832443
},
{
"timestamp": "2024-06-07T23:59:00+00:00",
"base_asset_bal": 13367.4,
"quote_asset_bal": 9581.564648076,
"total_value_mid": 9969.887618076,
"total_value_exit_net": 9969.5963758485,
"total_value": 9969.887618076,
"base_cost_quote": 425.448319104,
"unrealized_pnl_exit_net": -37.4165913315
},
{
"timestamp": "2024-06-08T23:59:00+00:00",
"base_asset_bal": 6248,
"quote_asset_bal": 9802.226010183,
"total_value_mid": 9985.417370183,
"total_value_exit_net": 9985.279976663,
"total_value": 9985.417370183,
"base_cost_quote": 205.2234872638,
"unrealized_pnl_exit_net": -22.1695207838
},
{
"timestamp": "2024-06-09T23:59:00+00:00",
"base_asset_bal": 7544.8,
"quote_asset_bal": 9762.3832106005,
"total_value_mid": 9987.6709386005,
"total_value_exit_net": 9987.5019728045,
"total_value": 9987.6709386005,
"base_cost_quote": 245.2626901608,
"unrealized_pnl_exit_net": -20.1439279567
},
{
"timestamp": "2024-06-10T23:59:00+00:00",
"base_asset_bal": 7044.3,
"quote_asset_bal": 9777.5221700672,
"total_value_mid": 9990.1895870672,
"total_value_exit_net": 9990.0300865045,
"total_value": 9990.1895870672,
"base_cost_quote": 230.247892502,
"unrealized_pnl_exit_net": -17.7399760647
},
{
"timestamp": "2024-06-11T23:59:00+00:00",
"base_asset_bal": 9068.6,
"quote_asset_bal": 9717.5925693982,
"total_value_mid": 9983.1211773982,
"total_value_exit_net": 9982.9220309422,
"total_value": 9983.1211773982,
"base_cost_quote": 290.312018836,
"unrealized_pnl_exit_net": -24.982557292
},
{
"timestamp": "2024-06-12T23:59:00+00:00",
"base_asset_bal": 8893.9,
"quote_asset_bal": 9722.8725667725,
"total_value_mid": 9985.6873117725,
"total_value_exit_net": 9985.4902007137,
"total_value": 9985.6873117725,
"base_cost_quote": 285.3039926313,
"unrealized_pnl_exit_net": -22.68635869
},
{
"timestamp": "2024-06-13T23:59:00+00:00",
"base_asset_bal": 9064.2,
"quote_asset_bal": 9718.0753054398,
"total_value_mid": 9984.0189334398,
"total_value_exit_net": 9983.8194757188,
"total_value": 9984.0189334398,
"base_cost_quote": 290.3081699515,
"unrealized_pnl_exit_net": -24.5639996725
},
{
"timestamp": "2024-06-14T23:59:00+00:00",
"base_asset_bal": 10783.9,
"quote_asset_bal": 9668.1284970805,
"total_value_mid": 9979.5675290805,
"total_value_exit_net": 9979.3339498065,
"total_value": 9979.5675290805,
"base_cost_quote": 340.3602618873,
"unrealized_pnl_exit_net": -29.1548091613
},
{
"timestamp": "2024-06-15T23:59:00+00:00",
"base_asset_bal": 10959.4,
"quote_asset_bal": 9663.199319495,
"total_value_mid": 9978.830039495,
"total_value_exit_net": 9978.593316455,
"total_value": 9978.830039495,
"base_cost_quote": 345.3652708308,
"unrealized_pnl_exit_net": -29.9712738708
},
{
"timestamp": "2024-06-16T23:59:00+00:00",
"base_asset_bal": 11308,
"quote_asset_bal": 9653.20650983,
"total_value_mid": 9978.42458983,
"total_value_exit_net": 9978.18067627,
"total_value": 9978.42458983,
"base_cost_quote": 355.3775143858,
"unrealized_pnl_exit_net": -30.4033479457
},
{
"timestamp": "2024-06-17T23:59:00+00:00",
"base_asset_bal": 14498.8,
"quote_asset_bal": 9563.199306091,
"total_value_mid": 9965.106042091,
"total_value_exit_net": 9964.804612039,
"total_value": 9965.106042091,
"base_cost_quote": 445.4653976618,
"unrealized_pnl_exit_net": -43.8600917137
},
{
"timestamp": "2024-06-18T23:59:00+00:00",
"base_asset_bal": 16691.8,
"quote_asset_bal": 9503.601240655,
"total_value_mid": 9957.284364655,
"total_value_exit_net": 9956.944102312,
"total_value": 9957.284364655,
"base_cost_quote": 505.5254569478,
"unrealized_pnl_exit_net": -52.1825952908
},
{
"timestamp": "2024-06-19T23:59:00+00:00",
"base_asset_bal": 15406.4,
"quote_asset_bal": 9538.811279609,
"total_value_mid": 9961.562895609,
"total_value_exit_net": 9961.245831897,
"total_value": 9961.562895609,
"base_cost_quote": 470.4936117545,
"unrealized_pnl_exit_net": -48.0590594665
},
{
"timestamp": "2024-06-20T23:59:00+00:00",
"base_asset_bal": 16316.1,
"quote_asset_bal": 9513.916076247,
"total_value_mid": 9960.487733247,
"total_value_exit_net": 9960.1528045043,
"total_value": 9960.487733247,
"base_cost_quote": 495.5195261238,
"unrealized_pnl_exit_net": -49.2827978665
},
{
"timestamp": "2024-06-21T23:59:00+00:00",
"base_asset_bal": 15224.6,
"quote_asset_bal": 9544.1063419566,
"total_value_mid": 9964.9142859566,
"total_value_exit_net": 9964.5986799986,
"total_value": 9964.9142859566,
"base_cost_quote": 465.486184999,
"unrealized_pnl_exit_net": -44.993846957
},
{
"timestamp": "2024-06-22T23:59:00+00:00",
"base_asset_bal": 14863.5,
"quote_asset_bal": 9554.1658462353,
"total_value_mid": 9966.4793362353,
"total_value_exit_net": 9966.1701011178,
"total_value": 9966.4793362353,
"base_cost_quote": 455.4780635333,
"unrealized_pnl_exit_net": -43.4738086508
},
{
"timestamp": "2024-06-23T23:59:00+00:00",
"base_asset_bal": 14864.1,
"quote_asset_bal": 9554.2081399573,
"total_value_mid": 9964.9032229573,
"total_value_exit_net": 9964.595201645,
"total_value": 9964.9032229573,
"base_cost_quote": 455.4767325358,
"unrealized_pnl_exit_net": -45.089670848
},
{
"timestamp": "2024-06-24T23:59:00+00:00",
"base_asset_bal": 16689.4,
"quote_asset_bal": 9504.342364479,
"total_value_mid": 9958.627832479,
"total_value_exit_net": 9958.287118378,
"total_value": 9958.627832479,
"base_cost_quote": 505.5208064625,
"unrealized_pnl_exit_net": -51.5760525635
},
{
"timestamp": "2024-06-25T23:59:00+00:00",
"base_asset_bal": 12913.5,
"quote_asset_bal": 9609.7726535328,
"total_value_mid": 9976.7743235328,
"total_value_exit_net": 9976.4990722803,
"total_value": 9976.7743235328,
"base_cost_quote": 400.4239308785,
"unrealized_pnl_exit_net": -33.697512131
},
{
"timestamp": "2024-06-26T23:59:00+00:00",
"base_asset_bal": 10312.7,
"quote_asset_bal": 9685.1548829243,
"total_value_mid": 9984.5325639243,
"total_value_exit_net": 9984.3080306635,
"total_value": 9984.5325639243,
"base_cost_quote": 325.343796979,
"unrealized_pnl_exit_net": -26.1906492398
},
{
"timestamp": "2024-06-27T23:59:00+00:00",
"base_asset_bal": 10993.2,
"quote_asset_bal": 9665.299761054,
"total_value_mid": 9986.1912690541,
"total_value_exit_net": 9985.950600423,
"total_value": 9986.1912690541,
"base_cost_quote": 345.3645382818,
"unrealized_pnl_exit_net": -24.7136989128
},
{
"timestamp": "2024-06-28T23:59:00+00:00",
"base_asset_bal": 9805,
"quote_asset_bal": 9700.5501097976,
"total_value_mid": 9989.6995597976,
"total_value_exit_net": 9989.4826977101,
"total_value": 9989.6995597976,
"base_cost_quote": 310.3269537873,
"unrealized_pnl_exit_net": -21.3943658748
},
{
"timestamp": "2024-06-29T23:59:00+00:00",
"base_asset_bal": 9972.5,
"quote_asset_bal": 9695.6185792201,
"total_value_mid": 9989.1092542201,
"total_value_exit_net": 9988.8891362138,
"total_value": 9989.1092542201,
"base_cost_quote": 315.3323109918,
"unrealized_pnl_exit_net": -22.061753998
},
{
"timestamp": "2024-06-30T23:59:00+00:00",
"base_asset_bal": 10311.3,
"quote_asset_bal": 9685.7041884861,
"total_value_mid": 9988.8564084861,
"total_value_exit_net": 9988.6290443211,
"total_value": 9988.8564084861,
"base_cost_quote": 325.3437159183,
"unrealized_pnl_exit_net": -22.4188600833
},
{
"timestamp": "2024-07-01T23:59:00+00:00",
"base_asset_bal": 9292.7,
"quote_asset_bal": 9716.0417122413,
"total_value_mid": 9993.6146612413,
"total_value_exit_net": 9993.4064815296,
"total_value": 9993.6146612413,
"base_cost_quote": 295.3084373415,
"unrealized_pnl_exit_net": -17.9436680533
},
{
"timestamp": "2024-07-02T23:59:00+00:00",
"base_asset_bal": 8293,
"quote_asset_bal": 9746.1911197368,
"total_value_mid": 9995.9762797368,
"total_value_exit_net": 9995.7889408668,
"total_value": 9995.9762797368,
"base_cost_quote": 265.2764582375,
"unrealized_pnl_exit_net": -15.6786371075
},
{
"timestamp": "2024-07-03T23:59:00+00:00",
"base_asset_bal": 8456.9,
"quote_asset_bal": 9741.2952751103,
"total_value_mid": 9996.9473621103,
"total_value_exit_net": 9996.755623045,
"total_value": 9996.9473621103,
"base_cost_quote": 270.282195727,
"unrealized_pnl_exit_net": -14.8218477923
},
{
"timestamp": "2024-07-04T23:59:00+00:00",
"base_asset_bal": 11004.8,
"quote_asset_bal": 9666.4307035958,
"total_value_mid": 9981.9383195958,
"total_value_exit_net": 9981.7016888838,
"total_value": 9981.9383195958,
"base_cost_quote": 345.362912063,
"unrealized_pnl_exit_net": -30.091926775
},
{
"timestamp": "2024-07-05T23:59:00+00:00",
"base_asset_bal": 11251.9,
"quote_asset_bal": 9662.0290114075,
"total_value_mid": 9993.3974664075,
"total_value_exit_net": 9993.1489400663,
"total_value": 9993.3974664075,
"base_cost_quote": 350.3738774705,
"unrealized_pnl_exit_net": -19.2539488118
},
{
"timestamp": "2024-07-06T23:59:00+00:00",
"base_asset_bal": 9404.4,
"quote_asset_bal": 9717.3407179505,
"total_value_mid": 10002.3880819505,
"total_value_exit_net": 10002.1742964275,
"total_value": 10002.3880819505,
"base_cost_quote": 295.31700176,
"unrealized_pnl_exit_net": -10.483423283
},
{
"timestamp": "2024-07-07T23:59:00+00:00",
"base_asset_bal": 14900.3,
"quote_asset_bal": 9557.3740996795,
"total_value_mid": 9969.3673946795,
"total_value_exit_net": 9969.0583997083,
"total_value": 9969.3673946795,
"base_cost_quote": 455.486306711,
"unrealized_pnl_exit_net": -43.8020066823
},
{
"timestamp": "2024-07-08T23:59:00+00:00",
"base_asset_bal": 14154.7,
"quote_asset_bal": 9577.9125609858,
"total_value_mid": 9971.4132209858,
"total_value_exit_net": 9971.1180954908,
"total_value": 9971.4132209858,
"base_cost_quote": 435.4667532985,
"unrealized_pnl_exit_net": -42.2612187935
},
{
"timestamp": "2024-07-09T23:59:00+00:00",
"base_asset_bal": 11840.1,
"quote_asset_bal": 9643.2954018676,
"total_value_mid": 9981.9222618676,
"total_value_exit_net": 9981.6682917226,
"total_value": 9981.9222618676,
"base_cost_quote": 370.4015479663,
"unrealized_pnl_exit_net": -32.0286581113
},
{
"timestamp": "2024-07-10T23:59:00+00:00",
"base_asset_bal": 11678.6,
"quote_asset_bal": 9648.5597447288,
"total_value_mid": 9981.2830587288,
"total_value_exit_net": 9981.0335162433,
"total_value": 9981.2830587288,
"base_cost_quote": 365.396349881,
"unrealized_pnl_exit_net": -32.9225783665
},
{
"timestamp": "2024-07-11T23:59:00+00:00",
"base_asset_bal": 11499.5,
"quote_asset_bal": 9653.6381265683,
"total_value_mid": 9981.0288915683,
"total_value_exit_net": 9980.7833484946,
"total_value": 9981.0288915683,
"base_cost_quote": 360.3896636805,
"unrealized_pnl_exit_net": -33.2444417543
},
{
"timestamp": "2024-07-12T23:59:00+00:00",
"base_asset_bal": 10274.2,
"quote_asset_bal": 9688.8384614948,
"total_value_mid": 9987.0984874948,
"total_value_exit_net": 9986.8747924753,
"total_value": 9987.0984874948,
"base_cost_quote": 325.3574131835,
"unrealized_pnl_exit_net": -27.321082203
},
{
"timestamp": "2024-07-13T23:59:00+00:00",
"base_asset_bal": 8054.5,
"quote_asset_bal": 9754.0810974136,
"total_value_mid": 9993.9441074136,
"total_value_exit_net": 9993.7642101561,
"total_value": 9993.9441074136,
"base_cost_quote": 260.2843779833,
"unrealized_pnl_exit_net": -20.6012652408
},
{
"timestamp": "2024-07-14T23:59:00+00:00",
"base_asset_bal": 8222.1,
"quote_asset_bal": 9749.1418382701,
"total_value_mid": 9994.3248602701,
"total_value_exit_net": 9994.1409730036,
"total_value": 9994.3248602701,
"base_cost_quote": 265.2891187258,
"unrealized_pnl_exit_net": -20.2899839923
},
{
"timestamp": "2024-07-15T23:59:00+00:00",
"base_asset_bal": 7552.9,
"quote_asset_bal": 9769.2977746503,
"total_value_mid": 9997.4708836503,
"total_value_exit_net": 9997.2997538186,
"total_value": 9997.4708836503,
"base_cost_quote": 245.2680631875,
"unrealized_pnl_exit_net": -17.2660840193
},
{
"timestamp": "2024-07-16T23:59:00+00:00",
"base_asset_bal": 7714.5,
"quote_asset_bal": 9764.4625893068,
"total_value_mid": 9995.2032843068,
"total_value_exit_net": 9995.0302287855,
"total_value": 9995.2032843068,
"base_cost_quote": 250.269565503,
"unrealized_pnl_exit_net": -19.7019260243
},
{
"timestamp": "2024-07-17T23:59:00+00:00",
"base_asset_bal": 8384.5,
"quote_asset_bal": 9744.550297494,
"total_value_mid": 9993.569947494,
"total_value_exit_net": 9993.3831827565,
"total_value": 9993.569947494,
"base_cost_quote": 270.2923963718,
"unrealized_pnl_exit_net": -21.4595111093
},
{
"timestamp": "2024-07-18T23:59:00+00:00",
"base_asset_bal": 7881.6,
"quote_asset_bal": 9759.726176335,
"total_value_mid": 9996.016544335,
"total_value_exit_net": 9995.839326559,
"total_value": 9996.016544335,
"base_cost_quote": 255.2763027418,
"unrealized_pnl_exit_net": -19.1631525178
},
{
"timestamp": "2024-07-19T23:59:00+00:00",
"base_asset_bal": 6555.4,
"quote_asset_bal": 9799.920155941,
"total_value_mid": 9998.942099941,
"total_value_exit_net": 9998.792833483,
"total_value": 9998.942099941,
"base_cost_quote": 215.2335251658,
"unrealized_pnl_exit_net": -16.3608476238
},
{
"timestamp": "2024-07-20T23:59:00+00:00",
"base_asset_bal": 7052.1,
"quote_asset_bal": 9784.9555992683,
"total_value_mid": 9997.2943302683,
"total_value_exit_net": 9997.13507622,
"total_value": 9997.2943302683,
"base_cost_quote": 230.250002083,
"unrealized_pnl_exit_net": -18.0705251313
},
{
"timestamp": "2024-07-21T23:59:00+00:00",
"base_asset_bal": 7887.7,
"quote_asset_bal": 9760.0879523188,
"total_value_mid": 9996.2456903188,
"total_value_exit_net": 9996.0685720153,
"total_value": 9996.2456903188,
"base_cost_quote": 255.277610722,
"unrealized_pnl_exit_net": -19.2969910255
},
{
"timestamp": "2024-07-22T23:59:00+00:00",
"base_asset_bal": 11641.7,
"quote_asset_bal": 9650.0801535705,
"total_value_mid": 9985.8267815705,
"total_value_exit_net": 9985.5749715995,
"total_value": 9985.8267815705,
"base_cost_quote": 365.3879746043,
"unrealized_pnl_exit_net": -29.8931565753
},
{
"timestamp": "2024-07-23T23:59:00+00:00",
"base_asset_bal": 13037.6,
"quote_asset_bal": 9610.2379497245,
"total_value_mid": 9982.9829337245,
"total_value_exit_net": 9982.7033749865,
"total_value": 9982.9829337245,
"base_cost_quote": 405.4294712203,
"unrealized_pnl_exit_net": -32.9640459583
},
{
"timestamp": "2024-07-24T23:59:00+00:00",
"base_asset_bal": 12687.3,
"quote_asset_bal": 9620.2953912323,
"total_value_mid": 9983.6596632323,
"total_value_exit_net": 9983.3871400283,
"total_value": 9983.6596632323,
"base_cost_quote": 395.417404798,
"unrealized_pnl_exit_net": -32.325656002
},
{
"timestamp": "2024-07-25T23:59:00+00:00",
"base_asset_bal": 11129.4,
"quote_asset_bal": 9665.9157551498,
"total_value_mid": 9988.7796491498,
"total_value_exit_net": 9988.5375012293,
"total_value": 9988.7796491498,
"base_cost_quote": 350.3710713675,
"unrealized_pnl_exit_net": -27.749325288
},
{
"timestamp": "2024-07-26T23:59:00+00:00",
"base_asset_bal": 9248.6,
"quote_asset_bal": 9721.0965351886,
"total_value_mid": 9995.3175251886,
"total_value_exit_net": 9995.1118594461,
"total_value": 9995.3175251886,
"base_cost_quote": 295.3145269053,
"unrealized_pnl_exit_net": -21.2992026478
},
{
"timestamp": "2024-07-27T23:59:00+00:00",
"base_asset_bal": 8740.3,
"quote_asset_bal": 9736.1970218156,
"total_value_mid": 9995.6091258156,
"total_value_exit_net": 9995.4145667376,
"total_value": 9995.6091258156,
"base_cost_quote": 280.2980770083,
"unrealized_pnl_exit_net": -21.0805320863
},
{
"timestamp": "2024-07-28T23:59:00+00:00",
"base_asset_bal": 8572.8,
"quote_asset_bal": 9741.2640752046,
"total_value_mid": 9997.5050672046,
"total_value_exit_net": 9997.3128864606,
"total_value": 9997.5050672046,
"base_cost_quote": 275.2908383938,
"unrealized_pnl_exit_net": -19.2420271378
},
{
"timestamp": "2024-07-29T23:59:00+00:00",
"base_asset_bal": 8740.5,
"quote_asset_bal": 9736.3665364731,
"total_value_mid": 9995.3475514731,
"total_value_exit_net": 9995.1533157118,
"total_value": 9995.3475514731,
"base_cost_quote": 280.3007890408,
"unrealized_pnl_exit_net": -21.514009802
},
{
"timestamp": "2024-07-30T23:59:00+00:00",
"base_asset_bal": 11486.6,
"quote_asset_bal": 9656.330213357,
"total_value_mid": 9986.110499357,
"total_value_exit_net": 9985.8631641425,
"total_value": 9986.110499357,
"base_cost_quote": 360.3866183983,
"unrealized_pnl_exit_net": -30.8536676128
},
{
"timestamp": "2024-07-31T23:59:00+00:00",
"base_asset_bal": 14320,
"quote_asset_bal": 9576.3101140343,
"total_value_mid": 9973.6901140343,
"total_value_exit_net": 9973.3920790343,
"total_value": 9973.6901140343,
"base_cost_quote": 440.4680254415,
"unrealized_pnl_exit_net": -43.3860604415
},
{
"timestamp": "2024-08-01T23:59:00+00:00",
"base_asset_bal": 11659.3,
"quote_asset_bal": 9652.0591703291,
"total_value_mid": 9984.1160343291,
"total_value_exit_net": 9983.8669916811,
"total_value": 9984.1160343291,
"base_cost_quote": 365.3854347008,
"unrealized_pnl_exit_net": -33.5776133488
},
{
"timestamp": "2024-08-02T23:59:00+00:00",
"base_asset_bal": 16929.2,
"quote_asset_bal": 9507.0444823528,
"total_value_mid": 9961.7627943528,
"total_value_exit_net": 9961.4217556188,
"total_value": 9961.7627943528,
"base_cost_quote": 510.5387551035,
"unrealized_pnl_exit_net": -56.1614818375
},
{
"timestamp": "2024-08-03T23:59:00+00:00",
"base_asset_bal": 16762.5,
"quote_asset_bal": 9512.3160457968,
"total_value_mid": 9958.5337957968,
"total_value_exit_net": 9958.1991324843,
"total_value": 9958.5337957968,
"base_cost_quote": 505.5386478335,
"unrealized_pnl_exit_net": -59.655561146
},
{
"timestamp": "2024-08-04T23:59:00+00:00",
"base_asset_bal": 16597.9,
"quote_asset_bal": 9517.6974029138,
"total_value_mid": 9956.0479419138,
"total_value_exit_net": 9955.7191790096,
"total_value": 9956.0479419138,
"base_cost_quote": 500.5275363165,
"unrealized_pnl_exit_net": -62.5057602208
},
{
"timestamp": "2024-08-05T23:59:00+00:00",
"base_asset_bal": 22671.4,
"quote_asset_bal": 9363.6401795598,
"total_value_mid": 9928.8381815598,
"total_value_exit_net": 9928.4142830583,
"total_value": 9928.8381815598,
"base_cost_quote": 655.6854575465,
"unrealized_pnl_exit_net": -90.911354048
},
{
"timestamp": "2024-08-06T23:59:00+00:00",
"base_asset_bal": 20876.7,
"quote_asset_bal": 9409.0135552548,
"total_value_mid": 9941.1606382548,
"total_value_exit_net": 9940.7615279426,
"total_value": 9941.1606382548,
"base_cost_quote": 610.6349579938,
"unrealized_pnl_exit_net": -78.886985306
},
{
"timestamp": "2024-08-07T23:59:00+00:00",
"base_asset_bal": 20286.8,
"quote_asset_bal": 9424.2691846651,
"total_value_mid": 9943.2055286651,
"total_value_exit_net": 9942.8163264071,
"total_value": 9943.2055286651,
"base_cost_quote": 595.621805568,
"unrealized_pnl_exit_net": -77.074663826
},
{
"timestamp": "2024-08-08T23:59:00+00:00",
"base_asset_bal": 15705.1,
"quote_asset_bal": 9544.6855983183,
"total_value_mid": 9969.0374003183,
"total_value_exit_net": 9968.7191364668,
"total_value": 9969.0374003183,
"base_cost_quote": 475.5054968512,
"unrealized_pnl_exit_net": -51.4719587028
},
{
"timestamp": "2024-08-09T23:59:00+00:00",
"base_asset_bal": 15702.5,
"quote_asset_bal": 9544.8868371494,
"total_value_mid": 9969.4824371494,
"total_value_exit_net": 9969.1639904494,
"total_value": 9969.4824371494,
"base_cost_quote": 475.504184868,
"unrealized_pnl_exit_net": -51.227031568
},
{
"timestamp": "2024-08-10T23:59:00+00:00",
"base_asset_bal": 15330.3,
"quote_asset_bal": 9554.9683075341,
"total_value_mid": 9971.1859525341,
"total_value_exit_net": 9970.8737893004,
"total_value": 9971.1859525341,
"base_cost_quote": 465.4930931762,
"unrealized_pnl_exit_net": -49.58761141
},
{
"timestamp": "2024-08-11T23:59:00+00:00",
"base_asset_bal": 17733.6,
"quote_asset_bal": 9490.0147007959,
"total_value_mid": 9962.6151407959,
"total_value_exit_net": 9962.2606904659,
"total_value": 9962.6151407959,
"base_cost_quote": 530.5592942548,
"unrealized_pnl_exit_net": -58.3133045848
},
{
"timestamp": "2024-08-12T23:59:00+00:00",
"base_asset_bal": 17358.4,
"quote_asset_bal": 9500.2159334711,
"total_value_mid": 9965.2474694711,
"total_value_exit_net": 9964.8986958191,
"total_value": 9965.2474694711,
"base_cost_quote": 520.5487439687,
"unrealized_pnl_exit_net": -55.8659816208
},
{
"timestamp": "2024-08-13T23:59:00+00:00",
"base_asset_bal": 17171.9,
"quote_asset_bal": 9505.3297879734,
"total_value_mid": 9966.9104599734,
"total_value_exit_net": 9966.5642744694,
"total_value": 9966.9104599734,
"base_cost_quote": 515.5468163345,
"unrealized_pnl_exit_net": -54.3123298385
},
{
"timestamp": "2024-08-14T23:59:00+00:00",
"base_asset_bal": 16244.4,
"quote_asset_bal": 9530.5128187101,
"total_value_mid": 9971.8731667101,
"total_value_exit_net": 9971.5421464491,
"total_value": 9971.8731667101,
"base_cost_quote": 490.521143146,
"unrealized_pnl_exit_net": -49.491815407
},
{
"timestamp": "2024-08-15T23:59:00+00:00",
"base_asset_bal": 16796.9,
"quote_asset_bal": 9515.5763576791,
"total_value_mid": 9969.2606266791,
"total_value_exit_net": 9968.9203634774,
"total_value": 9969.2606266791,
"base_cost_quote": 505.5376881142,
"unrealized_pnl_exit_net": -52.193682316
},
{
"timestamp": "2024-08-16T23:59:00+00:00",
"base_asset_bal": 15507.6,
"quote_asset_bal": 9550.8868951571,
"total_value_mid": 9975.7951351571,
"total_value_exit_net": 9975.4764539771,
"total_value": 9975.7951351571,
"base_cost_quote": 470.5035482012,
"unrealized_pnl_exit_net": -45.9139893813
},
{
"timestamp": "2024-08-17T23:59:00+00:00",
"base_asset_bal": 12803.5,
"quote_asset_bal": 9626.1756335191,
"total_value_mid": 9985.9539835191,
"total_value_exit_net": 9985.6841497566,
"total_value": 9985.9539835191,
"base_cost_quote": 395.4196334683,
"unrealized_pnl_exit_net": -35.9111172308
},
{
"timestamp": "2024-08-18T23:59:00+00:00",
"base_asset_bal": 13160.1,
"quote_asset_bal": 9616.1990979699,
"total_value_mid": 9984.6818979699,
"total_value_exit_net": 9984.4055358699,
"total_value": 9984.6818979699,
"base_cost_quote": 405.4315467758,
"unrealized_pnl_exit_net": -37.2251088758
},
{
"timestamp": "2024-08-19T23:59:00+00:00",
"base_asset_bal": 11415.6,
"quote_asset_bal": 9666.4588882139,
"total_value_mid": 9998.9953162139,
"total_value_exit_net": 9998.7459138929,
"total_value": 9998.9953162139,
"base_cost_quote": 355.3764956223,
"unrealized_pnl_exit_net": -23.0894699433
},
{
"timestamp": "2024-08-20T23:59:00+00:00",
"base_asset_bal": 7387.4,
"quote_asset_bal": 9787.1534483326,
"total_value_mid": 10021.1124063326,
"total_value_exit_net": 10020.9369371141,
"total_value": 10021.1124063326,
"base_cost_quote": 235.251198169,
"unrealized_pnl_exit_net": -1.4677093875
},
{
"timestamp": "2024-08-21T23:59:00+00:00",
"base_asset_bal": 8887.2,
"quote_asset_bal": 9743.1174415752,
"total_value_mid": 10018.3540255752,
"total_value_exit_net": 10018.1475981372,
"total_value": 10018.3540255752,
"base_cost_quote": 280.3061330457,
"unrealized_pnl_exit_net": -5.2759764837
},
{
"timestamp": "2024-08-22T23:59:00+00:00",
"base_asset_bal": 7766.2,
"quote_asset_bal": 9778.7467315652,
"total_value_mid": 10022.0617775652,
"total_value_exit_net": 10021.8792912807,
"total_value": 10022.0617775652,
"base_cost_quote": 245.2616583875,
"unrealized_pnl_exit_net": -2.129098672
},
{
"timestamp": "2024-08-23T23:59:00+00:00",
"base_asset_bal": 6812.2,
"quote_asset_bal": 9809.0508450444,
"total_value_mid": 10027.1093670444,
"total_value_exit_net": 10026.9458231529,
"total_value": 10027.1093670444,
"base_cost_quote": 215.2314856372,
"unrealized_pnl_exit_net": 2.6634924712
},
{
"timestamp": "2024-08-24T23:59:00+00:00",
"base_asset_bal": 6792.1,
"quote_asset_bal": 9809.7689903024,
"total_value_mid": 10031.0556083024,
"total_value_exit_net": 10030.8896433389,
"total_value": 10031.0556083024,
"base_cost_quote": 215.2343657958,
"unrealized_pnl_exit_net": 5.8862872407
},
{
"timestamp": "2024-08-25T23:59:00+00:00",
"base_asset_bal": 4536.7,
"quote_asset_bal": 9885.3212762519,
"total_value_mid": 10037.1646252519,
"total_value_exit_net": 10037.0507427402,
"total_value": 10037.1646252519,
"base_cost_quote": 140.1536594672,
"unrealized_pnl_exit_net": 11.575807021
},
{
"timestamp": "2024-08-26T23:59:00+00:00",
"base_asset_bal": 8119.2,
"quote_asset_bal": 9770.3907184592,
"total_value_mid": 10022.8166464592,
"total_value_exit_net": 10022.6273270132,
"total_value": 10022.8166464592,
"base_cost_quote": 255.2813845503,
"unrealized_pnl_exit_net": -3.0447759963
},
{
"timestamp": "2024-08-27T23:59:00+00:00",
"base_asset_bal": 9425.5,
"quote_asset_bal": 9730.4822754342,
"total_value_mid": 10013.4357854342,
"total_value_exit_net": 10013.2235703017,
"total_value": 10013.4357854342,
"base_cost_quote": 295.3159799943,
"unrealized_pnl_exit_net": -12.5746851267
},
{
"timestamp": "2024-08-28T23:59:00+00:00",
"base_asset_bal": 10088.6,
"quote_asset_bal": 9710.6503038699,
"total_value_mid": 10013.8127338699,
"total_value_exit_net": 10013.5853620474,
"total_value": 10013.8127338699,
"base_cost_quote": 315.33944734,
"unrealized_pnl_exit_net": -12.4043891625
},
{
"timestamp": "2024-08-29T23:59:00+00:00",
"base_asset_bal": 9257.6,
"quote_asset_bal": 9735.7723326819,
"total_value_mid": 10016.1850366819,
"total_value_exit_net": 10015.9747271539,
"total_value": 10016.1850366819,
"base_cost_quote": 290.3140823825,
"unrealized_pnl_exit_net": -10.1116879105
},
{
"timestamp": "2024-08-30T23:59:00+00:00",
"base_asset_bal": 6219.2,
"quote_asset_bal": 9831.4114390337,
"total_value_mid": 10030.9233750337,
"total_value_exit_net": 10030.7737410817,
"total_value": 10030.9233750337,
"base_cost_quote": 195.2058336543,
"unrealized_pnl_exit_net": 4.1564683937
},
{
"timestamp": "2024-08-31T23:59:00+00:00",
"base_asset_bal": 8130.4,
"quote_asset_bal": 9771.4324452522,
"total_value_mid": 10022.9870212522,
"total_value_exit_net": 10022.7983553202,
"total_value": 10022.9870212522,
"base_cost_quote": 255.2689612398,
"unrealized_pnl_exit_net": -3.9030511718
},
{
"timestamp": "2024-09-01T23:59:00+00:00",
"base_asset_bal": 9938.5,
"quote_asset_bal": 9716.4271340554,
"total_value_mid": 10013.9858240554,
"total_value_exit_net": 10013.7626550379,
"total_value": 10013.9858240554,
"base_cost_quote": 310.325781909,
"unrealized_pnl_exit_net": -12.9902609265
},
{
"timestamp": "2024-09-02T23:59:00+00:00",
"base_asset_bal": 10102.6,
"quote_asset_bal": 9711.4906855997,
"total_value_mid": 10015.4779195996,
"total_value_exit_net": 10015.2499291741,
"total_value": 10015.4779195996,
"base_cost_quote": 315.3320808192,
"unrealized_pnl_exit_net": -11.5728372448
},
{
"timestamp": "2024-09-03T23:59:00+00:00",
"base_asset_bal": 12666.6,
"quote_asset_bal": 9636.4983781876,
"total_value_mid": 9999.1431361876,
"total_value_exit_net": 9998.8711526191,
"total_value": 9999.1431361876,
"base_cost_quote": 390.4025334632,
"unrealized_pnl_exit_net": -28.0297590318
},
{
"timestamp": "2024-09-04T23:59:00+00:00",
"base_asset_bal": 12657.4,
"quote_asset_bal": 9636.7382057339,
"total_value_mid": 10001.6510477339,
"total_value_exit_net": 10001.3773631024,
"total_value": 10001.6510477339,
"base_cost_quote": 390.4072840235,
"unrealized_pnl_exit_net": -25.768126655
},
{
"timestamp": "2024-09-05T23:59:00+00:00",
"base_asset_bal": 14233,
"quote_asset_bal": 9591.7246959881,
"total_value_mid": 9995.2302459881,
"total_value_exit_net": 9994.9276168256,
"total_value": 9995.2302459881,
"base_cost_quote": 435.4534423227,
"unrealized_pnl_exit_net": -32.2505214852
},
{
"timestamp": "2024-09-06T23:59:00+00:00",
"base_asset_bal": 16370.2,
"quote_asset_bal": 9531.7726552759,
"total_value_mid": 9988.6649372759,
"total_value_exit_net": 9988.3222680644,
"total_value": 9988.6649372759,
"base_cost_quote": 495.5141300798,
"unrealized_pnl_exit_net": -38.9645172912
},
{
"timestamp": "2024-09-07T23:59:00+00:00",
"base_asset_bal": 15831.9,
"quote_asset_bal": 9546.8888123271,
"total_value_mid": 9987.9655463271,
"total_value_exit_net": 9987.6347387766,
"total_value": 9987.9655463271,
"base_cost_quote": 480.4971127575,
"unrealized_pnl_exit_net": -39.751186308
},
{
"timestamp": "2024-09-08T23:59:00+00:00",
"base_asset_bal": 14053.3,
"quote_asset_bal": 9597.0717129394,
"total_value_mid": 9996.8880979394,
"total_value_exit_net": 9996.5882356506,
"total_value": 9996.8880979394,
"base_cost_quote": 430.4461116393,
"unrealized_pnl_exit_net": -30.929588928
},
{
"timestamp": "2024-09-09T23:59:00+00:00",
"base_asset_bal": 12826.7,
"quote_asset_bal": 9632.2025384426,
"total_value_mid": 10001.3549644426,
"total_value_exit_net": 10001.0781001231,
"total_value": 10001.3549644426,
"base_cost_quote": 395.412969474,
"unrealized_pnl_exit_net": -26.5374077935
},
{
"timestamp": "2024-09-10T23:59:00+00:00",
"base_asset_bal": 13876.5,
"quote_asset_bal": 9602.2412046009,
"total_value_mid": 9997.9989846009,
"total_value_exit_net": 9997.7021662659,
"total_value": 9997.9989846009,
"base_cost_quote": 425.4401820057,
"unrealized_pnl_exit_net": -29.9792203407
},
{
"timestamp": "2024-09-11T23:59:00+00:00",
"base_asset_bal": 15113.5,
"quote_asset_bal": 9567.2363997381,
"total_value_mid": 9993.5882347381,
"total_value_exit_net": 9993.2684708619,
"total_value": 9993.5882347381,
"base_cost_quote": 460.478576107,
"unrealized_pnl_exit_net": -34.4465049833
},
{
"timestamp": "2024-09-12T23:59:00+00:00",
"base_asset_bal": 14759,
"quote_asset_bal": 9577.3077489279,
"total_value_mid": 9995.7253989279,
"total_value_exit_net": 9995.4115856904,
"total_value": 9995.7253989279,
"base_cost_quote": 450.4670741078,
"unrealized_pnl_exit_net": -32.3632373452
},
{
"timestamp": "2024-09-13T23:59:00+00:00",
"base_asset_bal": 14758.3,
"quote_asset_bal": 9577.3682351726,
"total_value_mid": 9995.7660401726,
"total_value_exit_net": 9995.4522418189,
"total_value": 9995.7660401726,
"base_cost_quote": 450.4667348535,
"unrealized_pnl_exit_net": -32.3827282072
},
{
"timestamp": "2024-09-14T23:59:00+00:00",
"base_asset_bal": 15824.6,
"quote_asset_bal": 9547.3483915696,
"total_value_mid": 9991.3866675696,
"total_value_exit_net": 9991.0536388626,
"total_value": 9991.3866675696,
"base_cost_quote": 480.49994488,
"unrealized_pnl_exit_net": -36.794697587
},
{
"timestamp": "2024-09-15T23:59:00+00:00",
"base_asset_bal": 15824.1,
"quote_asset_bal": 9547.4037696501,
"total_value_mid": 9991.5862566501,
"total_value_exit_net": 9991.2531197849,
"total_value": 9991.5862566501,
"base_cost_quote": 480.498299647,
"unrealized_pnl_exit_net": -36.6489495122
},
{
"timestamp": "2024-09-16T23:59:00+00:00",
"base_asset_bal": 16540.1,
"quote_asset_bal": 9527.4023782714,
"total_value_mid": 9989.6981732714,
"total_value_exit_net": 9989.3514514251,
"total_value": 9989.6981732714,
"base_cost_quote": 500.5147307195,
"unrealized_pnl_exit_net": -38.5656575658
},
{
"timestamp": "2024-09-17T23:59:00+00:00",
"base_asset_bal": 16000.1,
"quote_asset_bal": 9542.5040976836,
"total_value_mid": 9990.6668986836,
"total_value_exit_net": 9990.3307765829,
"total_value": 9990.6668986836,
"base_cost_quote": 485.5039770915,
"unrealized_pnl_exit_net": -37.6772981922
},
{
"timestamp": "2024-09-18T23:59:00+00:00",
"base_asset_bal": 17445.4,
"quote_asset_bal": 9502.5152369011,
"total_value_mid": 9984.7060929011,
"total_value_exit_net": 9984.3444497591,
"total_value": 9984.7060929011,
"base_cost_quote": 525.5453125867,
"unrealized_pnl_exit_net": -43.7160997287
},
{
"timestamp": "2024-09-19T23:59:00+00:00",
"base_asset_bal": 15116.2,
"quote_asset_bal": 9567.7251925211,
"total_value_mid": 9995.0601665211,
"total_value_exit_net": 9994.7396652906,
"total_value": 9995.0601665211,
"base_cost_quote": 460.478992419,
"unrealized_pnl_exit_net": -33.4645196495
},
{
"timestamp": "2024-09-20T23:59:00+00:00",
"base_asset_bal": 13529.2,
"quote_asset_bal": 9612.9269037471,
"total_value_mid": 10003.1090317471,
"total_value_exit_net": 10002.8163951511,
"total_value": 10003.1090317471,
"base_cost_quote": 415.4336757505,
"unrealized_pnl_exit_net": -25.5441843465
},
{
"timestamp": "2024-09-21T23:59:00+00:00",
"base_asset_bal": 11624.1,
"quote_asset_bal": 9668.1159074871,
"total_value_mid": 10010.0969294871,
"total_value_exit_net": 10009.8404437206,
"total_value": 10010.0969294871,
"base_cost_quote": 360.3774145005,
"unrealized_pnl_exit_net": -18.652878267
},
{
"timestamp": "2024-09-22T23:59:00+00:00",
"base_asset_bal": 12658.3,
"quote_asset_bal": 9638.1743281159,
"total_value_mid": 10003.8726151159,
"total_value_exit_net": 10003.5983414006,
"total_value": 10003.8726151159,
"base_cost_quote": 390.4077633827,
"unrealized_pnl_exit_net": -24.983750098
},
{
"timestamp": "2024-09-23T23:59:00+00:00",
"base_asset_bal": 11109,
"quote_asset_bal": 9683.4355710617,
"total_value_mid": 10006.9296510617,
"total_value_exit_net": 10006.6870305017,
"total_value": 10006.9296510617,
"base_cost_quote": 345.361290848,
"unrealized_pnl_exit_net": -22.109831408
},
{
"timestamp": "2024-09-24T23:59:00+00:00",
"base_asset_bal": 11453.7,
"quote_asset_bal": 9673.5339475402,
"total_value_mid": 10007.9819875402,
"total_value_exit_net": 10007.7311515102,
"total_value": 10007.9819875402,
"base_cost_quote": 355.3699737345,
"unrealized_pnl_exit_net": -21.1727697645
},
{
"timestamp": "2024-09-25T23:59:00+00:00",
"base_asset_bal": 11793.7,
"quote_asset_bal": 9663.6038567269,
"total_value_mid": 10006.3287787269,
"total_value_exit_net": 10006.0717350354,
"total_value": 10006.3287787269,
"base_cost_quote": 365.3814777352,
"unrealized_pnl_exit_net": -22.9135994268
},
{
"timestamp": "2024-09-26T23:59:00+00:00",
"base_asset_bal": 10254.2,
"quote_asset_bal": 9708.7967119097,
"total_value_mid": 10014.3718719097,
"total_value_exit_net": 10014.1426905397,
"total_value": 10014.3718719097,
"base_cost_quote": 320.3364262655,
"unrealized_pnl_exit_net": -14.9904476355
},
{
"timestamp": "2024-09-27T23:59:00+00:00",
"base_asset_bal": 9750.3,
"quote_asset_bal": 9723.8989169194,
"total_value_mid": 10016.8954319194,
"total_value_exit_net": 10016.6756845332,
"total_value": 10016.8954319194,
"base_cost_quote": 305.3221409908,
"unrealized_pnl_exit_net": -12.545373377
},
{
"timestamp": "2024-09-28T23:59:00+00:00",
"base_asset_bal": 10924.7,
"quote_asset_bal": 9688.9183781372,
"total_value_mid": 10013.3819681372,
"total_value_exit_net": 10013.1386204447,
"total_value": 10013.3819681372,
"base_cost_quote": 340.356628164,
"unrealized_pnl_exit_net": -16.1363858565
},
{
"timestamp": "2024-09-29T23:59:00+00:00",
"base_asset_bal": 10249.2,
"quote_asset_bal": 9708.9944613054,
"total_value_mid": 10014.8305893054,
"total_value_exit_net": 10014.6012122094,
"total_value": 10014.8305893054,
"base_cost_quote": 320.3402821553,
"unrealized_pnl_exit_net": -14.7335312513
},
{
"timestamp": "2024-09-30T23:59:00+00:00",
"base_asset_bal": 10584.7,
"quote_asset_bal": 9699.2072981984,
"total_value_mid": 10012.7261121984,
"total_value_exit_net": 10012.4909730879,
"total_value": 10012.7261121984,
"base_cost_quote": 330.3490350943,
"unrealized_pnl_exit_net": -17.0653602047
},
{
"timestamp": "2024-10-01T23:59:00+00:00",
"base_asset_bal": 8829.4,
"quote_asset_bal": 9754.6546220441,
"total_value_mid": 10011.6784560441,
"total_value_exit_net": 10011.4856881686,
"total_value": 10011.6784560441,
"base_cost_quote": 275.2897785995,
"unrealized_pnl_exit_net": -18.458712475
},
{
"timestamp": "2024-10-02T23:59:00+00:00",
"base_asset_bal": 9200,
"quote_asset_bal": 9744.8579433139,
"total_value_mid": 10009.1739433139,
"total_value_exit_net": 10008.9757063139,
"total_value": 10009.1739433139,
"base_cost_quote": 285.2979300877,
"unrealized_pnl_exit_net": -21.1801670878
},
{
"timestamp": "2024-10-03T23:59:00+00:00",
"base_asset_bal": 8512,
"quote_asset_bal": 9765.0964207429,
"total_value_mid": 10008.9652207429,
"total_value_exit_net": 10008.7823191429,
"total_value": 10008.9652207429,
"base_cost_quote": 265.2846283605,
"unrealized_pnl_exit_net": -21.5987299605
},
{
"timestamp": "2024-10-04T23:59:00+00:00",
"base_asset_bal": 7988.2,
"quote_asset_bal": 9780.2110544217,
"total_value_mid": 10012.1883824217,
"total_value_exit_net": 10012.0143994257,
"total_value": 10012.1883824217,
"base_cost_quote": 250.2662260003,
"unrealized_pnl_exit_net": -18.4628809963
},
{
"timestamp": "2024-10-05T23:59:00+00:00",
"base_asset_bal": 9027.3,
"quote_asset_bal": 9750.2261313149,
"total_value_mid": 10009.3096413149,
"total_value_exit_net": 10009.1153286824,
"total_value": 10009.3096413149,
"base_cost_quote": 280.2959223935,
"unrealized_pnl_exit_net": -21.406725026
},
{
"timestamp": "2024-10-06T23:59:00+00:00",
"base_asset_bal": 8331.7,
"quote_asset_bal": 9770.2866793117,
"total_value_mid": 10011.2394433117,
"total_value_exit_net": 10011.0587287387,
"total_value": 10011.2394433117,
"base_cost_quote": 260.2737780393,
"unrealized_pnl_exit_net": -19.5017286122
},
{
"timestamp": "2024-10-07T23:59:00+00:00",
"base_asset_bal": 8678.4,
"quote_asset_bal": 9760.4006840184,
"total_value_mid": 10009.7311160184,
"total_value_exit_net": 10009.5441181944,
"total_value": 10009.7311160184,
"base_cost_quote": 270.2800921505,
"unrealized_pnl_exit_net": -21.1366579745
},
{
"timestamp": "2024-10-08T23:59:00+00:00",
"base_asset_bal": 7817.3,
"quote_asset_bal": 9785.6028098372,
"total_value_mid": 10014.1806618372,
"total_value_exit_net": 10014.0092284482,
"total_value": 10014.1806618372,
"base_cost_quote": 245.2612811048,
"unrealized_pnl_exit_net": -16.8548624938
},
{
"timestamp": "2024-10-09T23:59:00+00:00",
"base_asset_bal": 9150.3,
"quote_asset_bal": 9745.9975558134,
"total_value_mid": 10019.8660348134,
"total_value_exit_net": 10019.6606334542,
"total_value": 10019.8660348134,
"base_cost_quote": 285.3106966555,
"unrealized_pnl_exit_net": -11.6476190148
},
{
"timestamp": "2024-10-10T23:59:00+00:00",
"base_asset_bal": 11022.4,
"quote_asset_bal": 9691.0079641039,
"total_value_mid": 10012.4211481039,
"total_value_exit_net": 10012.1800882159,
"total_value": 10012.4211481039,
"base_cost_quote": 340.3624064945,
"unrealized_pnl_exit_net": -19.1902823825
},
{
"timestamp": "2024-10-11T23:59:00+00:00",
"base_asset_bal": 7026.7,
"quote_asset_bal": 9811.5513097357,
"total_value_mid": 10022.2117757357,
"total_value_exit_net": 10022.0537803862,
"total_value": 10022.2117757357,
"base_cost_quote": 220.2371790938,
"unrealized_pnl_exit_net": -9.7347084433
},
{
"timestamp": "2024-10-12T23:59:00+00:00",
"base_asset_bal": 6690.9,
"quote_asset_bal": 9821.6518380819,
"total_value_mid": 10023.2486550819,
"total_value_exit_net": 10023.0974574691,
"total_value": 10023.2486550819,
"base_cost_quote": 210.223657581,
"unrealized_pnl_exit_net": -8.7780381937
},
{
"timestamp": "2024-10-13T23:59:00+00:00",
"base_asset_bal": 7024.8,
"quote_asset_bal": 9811.7014986266,
"total_value_mid": 10021.1810346266,
"total_value_exit_net": 10021.0239249746,
"total_value": 10021.1810346266,
"base_cost_quote": 220.2332861763,
"unrealized_pnl_exit_net": -10.9108598283
},
{
"timestamp": "2024-10-14T23:59:00+00:00",
"base_asset_bal": 6525.7,
"quote_asset_bal": 9826.8231913481,
"total_value_mid": 10024.1603593481,
"total_value_exit_net": 10024.0123564721,
"total_value": 10024.1603593481,
"base_cost_quote": 205.2178630488,
"unrealized_pnl_exit_net": -8.0286979248
},
{
"timestamp": "2024-10-15T23:59:00+00:00",
"base_asset_bal": 6699.3,
"quote_asset_bal": 9822.0443492879,
"total_value_mid": 10022.0184542879,
"total_value_exit_net": 10021.8684737091,
"total_value": 10022.0184542879,
"base_cost_quote": 210.2226908565,
"unrealized_pnl_exit_net": -10.3985664352
},
{
"timestamp": "2024-10-16T23:59:00+00:00",
"base_asset_bal": 6362.4,
"quote_asset_bal": 9832.1437672426,
"total_value_mid": 10021.7432872426,
"total_value_exit_net": 10021.6010876026,
"total_value": 10021.7432872426,
"base_cost_quote": 200.2126339403,
"unrealized_pnl_exit_net": -10.7553135802
},
{
"timestamp": "2024-10-17T23:59:00+00:00",
"base_asset_bal": 6519.3,
"quote_asset_bal": 9827.3785236571,
"total_value_mid": 10024.3265766571,
"total_value_exit_net": 10024.1788656174,
"total_value": 10024.3265766571,
"base_cost_quote": 205.2216198643,
"unrealized_pnl_exit_net": -8.421277904
},
{
"timestamp": "2024-10-18T23:59:00+00:00",
"base_asset_bal": 6681.7,
"quote_asset_bal": 9822.4397067201,
"total_value_mid": 10024.8952167201,
"total_value_exit_net": 10024.7433750876,
"total_value": 10024.8952167201,
"base_cost_quote": 210.2233043163,
"unrealized_pnl_exit_net": -7.9196359487
},
{
"timestamp": "2024-10-19T23:59:00+00:00",
"base_asset_bal": 7347.8,
"quote_asset_bal": 9802.4421990846,
"total_value_mid": 10022.1414190846,
"total_value_exit_net": 10021.9766446696,
"total_value": 10022.1414190846,
"base_cost_quote": 230.2443308328,
"unrealized_pnl_exit_net": -10.7098852478
},
{
"timestamp": "2024-10-20T23:59:00+00:00",
"base_asset_bal": 7180.4,
"quote_asset_bal": 9807.4832347926,
"total_value_mid": 10023.0388427926,
"total_value_exit_net": 10022.8771760866,
"total_value": 10023.0388427926,
"base_cost_quote": 225.2386673988,
"unrealized_pnl_exit_net": -9.8447261047
},
{
"timestamp": "2024-10-21T23:59:00+00:00",
"base_asset_bal": 8694.7,
"quote_asset_bal": 9762.5203727429,
"total_value_mid": 10018.8401287429,
"total_value_exit_net": 10018.6478889259,
"total_value": 10018.8401287429,
"base_cost_quote": 270.2848637265,
"unrealized_pnl_exit_net": -14.1573475435
},
{
"timestamp": "2024-10-22T23:59:00+00:00",
"base_asset_bal": 9716.9,
"quote_asset_bal": 9732.5436473959,
"total_value_mid": 10016.9573103959,
"total_value_exit_net": 10016.7440001486,
"total_value": 10016.9573103959,
"base_cost_quote": 300.317213108,
"unrealized_pnl_exit_net": -16.1168603552
},
{
"timestamp": "2024-10-23T23:59:00+00:00",
"base_asset_bal": 10058.8,
"quote_asset_bal": 9722.5991449271,
"total_value_mid": 10016.1149289271,
"total_value_exit_net": 10015.8947920891,
"total_value": 10016.1149289271,
"base_cost_quote": 310.3238874893,
"unrealized_pnl_exit_net": -17.0282403272
},
{
"timestamp": "2024-10-24T23:59:00+00:00",
"base_asset_bal": 8523.3,
"quote_asset_bal": 9767.7221384604,
"total_value_mid": 10020.3527504604,
"total_value_exit_net": 10020.1632775014,
"total_value": 10020.3527504604,
"base_cost_quote": 265.2806693935,
"unrealized_pnl_exit_net": -12.8395303525
},
{
"timestamp": "2024-10-25T23:59:00+00:00",
"base_asset_bal": 9409.3,
"quote_asset_bal": 9742.9429711469,
"total_value_mid": 10016.9417871469,
"total_value_exit_net": 10016.7362880349,
"total_value": 10016.9417871469,
"base_cost_quote": 290.307011083,
"unrealized_pnl_exit_net": -16.513694195
},
{
"timestamp": "2024-10-26T23:59:00+00:00",
"base_asset_bal": 9237.2,
"quote_asset_bal": 9748.0212367121,
"total_value_mid": 10017.1932447121,
"total_value_exit_net": 10016.9913657061,
"total_value": 10017.1932447121,
"base_cost_quote": 285.3037444453,
"unrealized_pnl_exit_net": -16.3336154513
},
{
"timestamp": "2024-10-27T23:59:00+00:00",
"base_asset_bal": 6192.9,
"quote_asset_bal": 9838.2846207974,
"total_value_mid": 10020.2939517974,
"total_value_exit_net": 10020.1574447991,
"total_value": 10020.2939517974,
"base_cost_quote": 195.2101999265,
"unrealized_pnl_exit_net": -13.3373759248
},
{
"timestamp": "2024-10-28T23:59:00+00:00",
"base_asset_bal": 6882.8,
"quote_asset_bal": 9818.3237103204,
"total_value_mid": 10018.6131903204,
"total_value_exit_net": 10018.4629732104,
"total_value": 10018.6131903204,
"base_cost_quote": 215.233520162,
"unrealized_pnl_exit_net": -15.094257272
},
{
"timestamp": "2024-10-29T23:59:00+00:00",
"base_asset_bal": 6703.9,
"quote_asset_bal": 9823.4198274091,
"total_value_mid": 10020.9167214091,
"total_value_exit_net": 10020.7685987386,
"total_value": 10020.9167214091,
"base_cost_quote": 210.2239067678,
"unrealized_pnl_exit_net": -12.8751354382
},
{
"timestamp": "2024-10-30T23:59:00+00:00",
"base_asset_bal": 6191.9,
"quote_asset_bal": 9838.5349777514,
"total_value_mid": 10024.0443017514,
"total_value_exit_net": 10023.9051697584,
"total_value": 10024.0443017514,
"base_cost_quote": 195.211114612,
"unrealized_pnl_exit_net": -9.840922605
},
{
"timestamp": "2024-10-31T23:59:00+00:00",
"base_asset_bal": 7537,
"quote_asset_bal": 9798.5509485204,
"total_value_mid": 10022.0229985204,
"total_value_exit_net": 10021.8553944829,
"total_value": 10022.0229985204,
"base_cost_quote": 235.253816131,
"unrealized_pnl_exit_net": -11.9493701685
},
{
"timestamp": "2024-11-01T23:59:00+00:00",
"base_asset_bal": 8384.7,
"quote_asset_bal": 9773.6239806209,
"total_value_mid": 10019.2956906209,
"total_value_exit_net": 10019.1114368384,
"total_value": 10019.2956906209,
"base_cost_quote": 260.2784405335,
"unrealized_pnl_exit_net": -14.790984316
},
{
"timestamp": "2024-11-02T23:59:00+00:00",
"base_asset_bal": 10108.3,
"quote_asset_bal": 9723.5709950154,
"total_value_mid": 10014.7911180154,
"total_value_exit_net": 10014.5727029231,
"total_value": 10014.7911180154,
"base_cost_quote": 310.331426139,
"unrealized_pnl_exit_net": -19.3297182313
},
{
"timestamp": "2024-11-03T23:59:00+00:00",
"base_asset_bal": 11509.4,
"quote_asset_bal": 9683.5849235291,
"total_value_mid": 10009.3009435291,
"total_value_exit_net": 10009.0566565141,
"total_value": 10009.3009435291,
"base_cost_quote": 350.3705559812,
"unrealized_pnl_exit_net": -24.8988229963
},
{
"timestamp": "2024-11-04T23:59:00+00:00",
"base_asset_bal": 13658.9,
"quote_asset_bal": 9623.5784255924,
"total_value_mid": 9999.3347645924,
"total_value_exit_net": 9999.0529473381,
"total_value": 9999.3347645924,
"base_cost_quote": 410.425804662,
"unrealized_pnl_exit_net": -34.9512829163
},
{
"timestamp": "2024-11-05T23:59:00+00:00",
"base_asset_bal": 13836.9,
"quote_asset_bal": 9618.6423330441,
"total_value_mid": 10000.6791420441,
"total_value_exit_net": 10000.3926144374,
"total_value": 10000.6791420441,
"base_cost_quote": 415.4342812042,
"unrealized_pnl_exit_net": -33.683999811
},
{
"timestamp": "2024-11-06T23:59:00+00:00",
"base_asset_bal": 10108.6,
"quote_asset_bal": 9724.0132414204,
"total_value_mid": 10015.2420074204,
"total_value_exit_net": 10015.0235858459,
"total_value": 10015.2420074204,
"base_cost_quote": 310.3279125058,
"unrealized_pnl_exit_net": -19.3175680803
},
{
"timestamp": "2024-11-07T23:59:00+00:00",
"base_asset_bal": 10460.2,
"quote_asset_bal": 9714.1605376986,
"total_value_mid": 10014.1590736986,
"total_value_exit_net": 10013.9340747966,
"total_value": 10014.1590736986,
"base_cost_quote": 320.3421185315,
"unrealized_pnl_exit_net": -20.5685814335
},
{
"timestamp": "2024-11-08T23:59:00+00:00",
"base_asset_bal": 10458.8,
"quote_asset_bal": 9714.2761146661,
"total_value_mid": 10013.3977946661,
"total_value_exit_net": 10013.1734534061,
"total_value": 10013.3977946661,
"base_cost_quote": 320.337417008,
"unrealized_pnl_exit_net": -21.440078268
},
{
"timestamp": "2024-11-09T23:59:00+00:00",
"base_asset_bal": 9760.9,
"quote_asset_bal": 9734.4001496329,
"total_value_mid": 10016.8805956329,
"total_value_exit_net": 10016.6687352984,
"total_value": 10016.8805956329,
"base_cost_quote": 300.3172701508,
"unrealized_pnl_exit_net": -18.0486844852
},
{
"timestamp": "2024-11-10T23:59:00+00:00",
"base_asset_bal": 7857.5,
"quote_asset_bal": 9789.8937434941,
"total_value_mid": 10026.3259184941,
"total_value_exit_net": 10026.1485943629,
"total_value": 10026.3259184941,
"base_cost_quote": 245.2597889865,
"unrealized_pnl_exit_net": -9.0049381178
},
{
"timestamp": "2024-11-11T23:59:00+00:00",
"base_asset_bal": 6867.9,
"quote_asset_bal": 9820.3929105564,
"total_value_mid": 10035.2895015564,
"total_value_exit_net": 10035.1283291131,
"total_value": 10035.2895015564,
"base_cost_quote": 215.229333024,
"unrealized_pnl_exit_net": -0.4939144673
},
{
"timestamp": "2024-11-12T23:59:00+00:00",
"base_asset_bal": 4555.7,
"quote_asset_bal": 9896.6420722494,
"total_value_mid": 10050.6702892494,
"total_value_exit_net": 10050.5547680866,
"total_value": 10050.6702892494,
"base_cost_quote": 140.1530269933,
"unrealized_pnl_exit_net": 13.759668844
},
{
"timestamp": "2024-11-13T23:59:00+00:00",
"base_asset_bal": 9037.6,
"quote_asset_bal": 9752.1388929086,
"total_value_mid": 10036.2810369086,
"total_value_exit_net": 10036.0679303006,
"total_value": 10036.2810369086,
"base_cost_quote": 285.310590576,
"unrealized_pnl_exit_net": -1.381553184
},
{
"timestamp": "2024-11-14T23:59:00+00:00",
"base_asset_bal": 10369.7,
"quote_asset_bal": 9698.6374028676,
"total_value_mid": 10039.5931388676,
"total_value_exit_net": 10039.3374220656,
"total_value": 10039.5931388676,
"base_cost_quote": 340.3679746675,
"unrealized_pnl_exit_net": 0.3320445305
},
{
"timestamp": "2024-11-15T23:59:00+00:00",
"base_asset_bal": 7171.9000000001,
"quote_asset_bal": 9804.6519057664,
"total_value_mid": 10049.5005717664,
"total_value_exit_net": 10049.3169352669,
"total_value": 10049.5005717664,
"base_cost_quote": 235.2575249105,
"unrealized_pnl_exit_net": 9.40750459
},
{
"timestamp": "2024-11-16T23:59:00+00:00",
"base_asset_bal": 6001.5000000001,
"quote_asset_bal": 9845.0937762436,
"total_value_mid": 10057.3668312436,
"total_value_exit_net": 10057.2076264524,
"total_value": 10057.3668312436,
"base_cost_quote": 195.2121984242,
"unrealized_pnl_exit_net": 16.9016517845
},
{
"timestamp": "2024-11-17T23:59:00+00:00",
"base_asset_bal": 5584.4000000001,
"quote_asset_bal": 9865.5238455931,
"total_value_mid": 10054.7791615931,
"total_value_exit_net": 10054.6372201061,
"total_value": 10054.7791615931,
"base_cost_quote": 175.1942111855,
"unrealized_pnl_exit_net": 13.9191633275
},
{
"timestamp": "2024-11-18T23:59:00+00:00",
"base_asset_bal": 3988.2000000001,
"quote_asset_bal": 9920.8902244169,
"total_value_mid": 10060.5171064169,
"total_value_exit_net": 10060.4123862554,
"total_value": 10060.5171064169,
"base_cost_quote": 120.1302871928,
"unrealized_pnl_exit_net": 19.3918746458
},
{
"timestamp": "2024-11-19T23:59:00+00:00",
"base_asset_bal": 5880.4000000001,
"quote_asset_bal": 9856.0640373884,
"total_value_mid": 10056.5856773884,
"total_value_exit_net": 10056.4352861584,
"total_value": 10056.5856773884,
"base_cost_quote": 185.2040459353,
"unrealized_pnl_exit_net": 15.1672028348
},
{
"timestamp": "2024-11-20T23:59:00+00:00",
"base_asset_bal": 7827.2000000001,
"quote_asset_bal": 9791.2063837214,
"total_value_mid": 10048.4081757214,
"total_value_exit_net": 10048.2152743774,
"total_value": 10048.4081757214,
"base_cost_quote": 250.2753008013,
"unrealized_pnl_exit_net": 6.7335898548
},
{
"timestamp": "2024-11-21T23:59:00+00:00",
"base_asset_bal": 6924.0000000001,
"quote_asset_bal": 9821.5744690771,
"total_value_mid": 10055.0517490771,
"total_value_exit_net": 10054.8766411171,
"total_value": 10055.0517490771,
"base_cost_quote": 220.2412231245,
"unrealized_pnl_exit_net": 13.0609489155
},
{
"timestamp": "2024-11-22T23:59:00+00:00",
"base_asset_bal": 5890.6000000001,
"quote_asset_bal": 9856.8972864646,
"total_value_mid": 10059.2393964646,
"total_value_exit_net": 10059.0876398821,
"total_value": 10059.2393964646,
"base_cost_quote": 185.2051747813,
"unrealized_pnl_exit_net": 16.9851786363
},
{
"timestamp": "2024-11-23T23:59:00+00:00",
"base_asset_bal": 4151.4000000001,
"quote_asset_bal": 9917.6187213718,
"total_value_mid": 10066.9445793719,
"total_value_exit_net": 10066.8325849784,
"total_value": 10066.9445793719,
"base_cost_quote": 125.134668666,
"unrealized_pnl_exit_net": 24.0791949405
},
{
"timestamp": "2024-11-24T23:59:00+00:00",
"base_asset_bal": 6332.6000000001,
"quote_asset_bal": 9838.1565782531,
"total_value_mid": 10066.3834822531,
"total_value_exit_net": 10066.2123120751,
"total_value": 10066.3834822531,
"base_cost_quote": 205.2222243172,
"unrealized_pnl_exit_net": 22.8335095048
},
{
"timestamp": "2024-11-25T23:59:00+00:00",
"base_asset_bal": 7165.9000000001,
"quote_asset_bal": 9808.6511588069,
"total_value_mid": 10065.6203328069,
"total_value_exit_net": 10065.4276059264,
"total_value": 10065.6203328069,
"base_cost_quote": 235.2566762745,
"unrealized_pnl_exit_net": 21.519770845
},
{
"timestamp": "2024-11-26T23:59:00+00:00",
"base_asset_bal": 4541.7000000001,
"quote_asset_bal": 9904.5753596971,
"total_value_mid": 10076.2516196971,
"total_value_exit_net": 10076.1228625021,
"total_value": 10076.2516196971,
"base_cost_quote": 140.1489839633,
"unrealized_pnl_exit_net": 31.3985188418
},
{
"timestamp": "2024-11-27T23:59:00+00:00",
"base_asset_bal": 4273.1000000001,
"quote_asset_bal": 9915.0317748764,
"total_value_mid": 10080.3152828764,
"total_value_exit_net": 10080.1913202454,
"total_value": 10080.3152828764,
"base_cost_quote": 130.1396165637,
"unrealized_pnl_exit_net": 35.0199288053
},
{
"timestamp": "2024-11-28T23:59:00+00:00",
"base_asset_bal": 4533.6000000001,
"quote_asset_bal": 9905.3564233736,
"total_value_mid": 10080.0360313736,
"total_value_exit_net": 10079.9050216676,
"total_value": 10080.0360313736,
"base_cost_quote": 140.1520462582,
"unrealized_pnl_exit_net": 34.3965520358
},
{
"timestamp": "2024-11-29T23:59:00+00:00",
"base_asset_bal": 4402.4000000001,
"quote_asset_bal": 9910.6254530039,
"total_value_mid": 10081.9668610039,
"total_value_exit_net": 10081.8383549479,
"total_value": 10081.9668610039,
"base_cost_quote": 135.1442252073,
"unrealized_pnl_exit_net": 36.0686767368
},
{
"timestamp": "2024-11-30T23:59:00+00:00",
"base_asset_bal": 4790.3000000001,
"quote_asset_bal": 9895.7846754701,
"total_value_mid": 10081.3608974701,
"total_value_exit_net": 10081.2217153036,
"total_value": 10081.3608974701,
"base_cost_quote": 150.159463196,
"unrealized_pnl_exit_net": 35.2775766375
},
{
"timestamp": "2024-12-01T23:59:00+00:00",
"base_asset_bal": 4534.1000000001,
"quote_asset_bal": 9905.9996340711,
"total_value_mid": 10082.5574880711,
"total_value_exit_net": 10082.4250696806,
"total_value": 10082.5574880711,
"base_cost_quote": 140.147948187,
"unrealized_pnl_exit_net": 36.2774874225
},
{
"timestamp": "2024-12-02T23:59:00+00:00",
"base_asset_bal": 4401.7000000002,
"quote_asset_bal": 9911.8914682241,
"total_value_mid": 10088.2235702241,
"total_value_exit_net": 10088.0913211476,
"total_value": 10088.2235702241,
"base_cost_quote": 135.1452649865,
"unrealized_pnl_exit_net": 41.054587937
},
{
"timestamp": "2024-12-03T23:59:00+00:00",
"base_asset_bal": 4818.4000000002,
"quote_asset_bal": 9894.2166724206,
"total_value_mid": 10206.8344644207,
"total_value_exit_net": 10206.6000010767,
"total_value": 10206.8344644207,
"base_cost_quote": 155.1657731145,
"unrealized_pnl_exit_net": 157.2175555415
},
{
"timestamp": "2024-12-04T23:59:00+00:00",
"base_asset_bal": 8758.7000000002,
"quote_asset_bal": 9667.1456191482,
"total_value_mid": 10142.3926811482,
"total_value_exit_net": 10142.0362458517,
"total_value": 10142.3926811482,
"base_cost_quote": 385.4527499078,
"unrealized_pnl_exit_net": 89.4378767958
},
{
"timestamp": "2024-12-05T23:59:00+00:00",
"base_asset_bal": 10043.5000000002,
"quote_asset_bal": 9604.1197419724,
"total_value_mid": 10121.8621669724,
"total_value_exit_net": 10121.4738601537,
"total_value": 10121.8621669724,
"base_cost_quote": 450.524924463,
"unrealized_pnl_exit_net": 66.8291937183
},
{
"timestamp": "2024-12-06T23:59:00+00:00",
"base_asset_bal": 9951.7000000002,
"quote_asset_bal": 9610.1510836439,
"total_value_mid": 10124.056871644,
"total_value_exit_net": 10123.671442303,
"total_value": 10124.056871644,
"base_cost_quote": 445.525861976,
"unrealized_pnl_exit_net": 67.994496683
},
{
"timestamp": "2024-12-07T23:59:00+00:00",
"base_asset_bal": 10749.6000000002,
"quote_asset_bal": 9570.778729687,
"total_value_mid": 10115.030977687,
"total_value_exit_net": 10114.622788501,
"total_value": 10115.030977687,
"base_cost_quote": 485.5787141022,
"unrealized_pnl_exit_net": 58.2653447118
},
{
"timestamp": "2024-12-08T23:59:00+00:00",
"base_asset_bal": 10058.6000000002,
"quote_asset_bal": 9606.3212920732,
"total_value_mid": 10120.4163380732,
"total_value_exit_net": 10120.0307667887,
"total_value": 10120.4163380732,
"base_cost_quote": 450.5349609848,
"unrealized_pnl_exit_net": 63.1745137308
},
{
"timestamp": "2024-12-09T23:59:00+00:00",
"base_asset_bal": 17273.6000000002,
"quote_asset_bal": 9267.061945871,
"total_value_mid": 10007.753913871,
"total_value_exit_net": 10007.198394895,
"total_value": 10007.753913871,
"base_cost_quote": 790.9398933498,
"unrealized_pnl_exit_net": -50.8034443257
},
{
"timestamp": "2024-12-10T23:59:00+00:00",
"base_asset_bal": 18192.2000000002,
"quote_asset_bal": 9228.7432470458,
"total_value_mid": 10005.5501870458,
"total_value_exit_net": 10004.9675818408,
"total_value": 10005.5501870458,
"base_cost_quote": 830.977614136,
"unrealized_pnl_exit_net": -54.753279341
},
{
"timestamp": "2024-12-11T23:59:00+00:00",
"base_asset_bal": 16112.6000000002,
"quote_asset_bal": 9319.5650742133,
"total_value_mid": 10040.9261762133,
"total_value_exit_net": 10040.3851553868,
"total_value": 10040.9261762133,
"base_cost_quote": 740.8785394728,
"unrealized_pnl_exit_net": -20.0584582992
},
{
"timestamp": "2024-12-12T23:59:00+00:00",
"base_asset_bal": 14912.1000000002,
"quote_asset_bal": 9375.5371942811,
"total_value_mid": 10070.7392962811,
"total_value_exit_net": 10070.2178947046,
"total_value": 10070.7392962811,
"base_cost_quote": 685.8153420245,
"unrealized_pnl_exit_net": 8.865358399
},
{
"timestamp": "2024-12-13T23:59:00+00:00",
"base_asset_bal": 15767.2000000002,
"quote_asset_bal": 9336.1318284821,
"total_value_mid": 10051.4896924821,
"total_value_exit_net": 10050.9531740841,
"total_value": 10051.4896924821,
"base_cost_quote": 725.8649006825,
"unrealized_pnl_exit_net": -11.0435550805
},
{
"timestamp": "2024-12-14T23:59:00+00:00",
"base_asset_bal": 17791.2000000002,
"quote_asset_bal": 9246.3391438656,
"total_value_mid": 10022.3912878656,
"total_value_exit_net": 10021.8092487576,
"total_value": 10022.3912878656,
"base_cost_quote": 815.9708565028,
"unrealized_pnl_exit_net": -40.5007516107
},
{
"timestamp": "2024-12-15T23:59:00+00:00",
"base_asset_bal": 17221.6000000002,
"quote_asset_bal": 9271.7031005121,
"total_value_mid": 10035.4810605121,
"total_value_exit_net": 10034.9082270421,
"total_value": 10035.4810605121,
"base_cost_quote": 790.937214342,
"unrealized_pnl_exit_net": -27.732087812
},
{
"timestamp": "2024-12-16T23:59:00+00:00",
"base_asset_bal": 15994.9000000002,
"quote_asset_bal": 9327.4161038296,
"total_value_mid": 10056.1437478296,
"total_value_exit_net": 10055.5972020966,
"total_value": 10056.1437478296,
"base_cost_quote": 735.8923876615,
"unrealized_pnl_exit_net": -7.7112893945
},
{
"timestamp": "2024-12-17T23:59:00+00:00",
"base_asset_bal": 18518.8000000002,
"quote_asset_bal": 9217.8841944283,
"total_value_mid": 10004.5628184283,
"total_value_exit_net": 10003.9728094603,
"total_value": 10004.5628184283,
"base_cost_quote": 846.0197282668,
"unrealized_pnl_exit_net": -59.9311132347
},
{
"timestamp": "2024-12-18T23:59:00+00:00",
"base_asset_bal": 22442.4000000002,
"quote_asset_bal": 9058.2693070116,
"total_value_mid": 9937.1136910116,
"total_value_exit_net": 9936.4545577236,
"total_value": 9937.1136910116,
"base_cost_quote": 1006.2094415125,
"unrealized_pnl_exit_net": -128.0241908005
},
{
"timestamp": "2024-12-19T23:59:00+00:00",
"base_asset_bal": 24639.6000000001,
"quote_asset_bal": 8973.9603408023,
"total_value_mid": 9904.3516368023,
"total_value_exit_net": 9903.6538433303,
"total_value": 9904.3516368023,
"base_cost_quote": 1091.3048702538,
"unrealized_pnl_exit_net": -161.6113677257
},
{
"timestamp": "2024-12-20T23:59:00+00:00",
"base_asset_bal": 24777.7000000001,
"quote_asset_bal": 8969.9199417851,
"total_value_mid": 9915.4369737851,
"total_value_exit_net": 9914.7278360111,
"total_value": 9915.4369737851,
"base_cost_quote": 1096.3138181493,
"unrealized_pnl_exit_net": -151.5059239232
},
{
"timestamp": "2024-12-21T23:59:00+00:00",
"base_asset_bal": 25350.7000000001,
"quote_asset_bal": 8950.5974207383,
"total_value_mid": 9898.2065867383,
"total_value_exit_net": 9897.4958798638,
"total_value": 9898.2065867383,
"base_cost_quote": 1116.342145137,
"unrealized_pnl_exit_net": -169.4436860115
},
{
"timestamp": "2024-12-22T23:59:00+00:00",
"base_asset_bal": 24678.1,
"quote_asset_bal": 8976.2579982306,
"total_value_mid": 9913.2854552306,
"total_value_exit_net": 9912.5826846378,
"total_value": 9913.2854552306,
"base_cost_quote": 1091.3111949938,
"unrealized_pnl_exit_net": -154.9865085865
},
{
"timestamp": "2024-12-23T23:59:00+00:00",
"base_asset_bal": 21705.8,
"quote_asset_bal": 9092.0351241326,
"total_value_mid": 9965.6935741326,
"total_value_exit_net": 9965.0383302951,
"total_value": 9965.6935741326,
"base_cost_quote": 976.1822620055,
"unrealized_pnl_exit_net": -103.179055843
},
{
"timestamp": "2024-12-24T23:59:00+00:00",
"base_asset_bal": 21452.5,
"quote_asset_bal": 9102.3371065093,
"total_value_mid": 9975.0248065093,
"total_value_exit_net": 9974.3702907343,
"total_value": 9975.0248065093,
"base_cost_quote": 966.167422505,
"unrealized_pnl_exit_net": -94.13423828
},
{
"timestamp": "2024-12-25T23:59:00+00:00",
"base_asset_bal": 22820.8,
"quote_asset_bal": 9047.4489932393,
"total_value_mid": 9955.9450412393,
"total_value_exit_net": 9955.2636692033,
"total_value": 9955.9450412393,
"base_cost_quote": 1021.2390692855,
"unrealized_pnl_exit_net": -113.4243933215
},
{
"timestamp": "2024-12-26T23:59:00+00:00",
"base_asset_bal": 22803.9,
"quote_asset_bal": 9052.8748223993,
"total_value_mid": 9927.4043873993,
"total_value_exit_net": 9926.7484902256,
"total_value": 9927.4043873993,
"base_cost_quote": 1016.2269810365,
"unrealized_pnl_exit_net": -142.3533132103
},
{
"timestamp": "2024-12-27T23:59:00+00:00",
"base_asset_bal": 22525.9,
"quote_asset_bal": 9063.3616130608,
"total_value_mid": 9936.2402380608,
"total_value_exit_net": 9935.5855790921,
"total_value": 9936.2402380608,
"base_cost_quote": 1006.2121235225,
"unrealized_pnl_exit_net": -133.9881574913
},
{
"timestamp": "2024-12-28T23:59:00+00:00",
"base_asset_bal": 21502.7,
"quote_asset_bal": 9103.5836217603,
"total_value_mid": 9952.0801637603,
"total_value_exit_net": 9951.4437913538,
"total_value": 9952.0801637603,
"base_cost_quote": 966.1683602078,
"unrealized_pnl_exit_net": -118.3081906143
},
{
"timestamp": "2024-12-29T23:59:00+00:00",
"base_asset_bal": 22660.5,
"quote_asset_bal": 9058.6598976081,
"total_value_mid": 9929.7295176081,
"total_value_exit_net": 9929.0762153931,
"total_value": 9929.7295176081,
"base_cost_quote": 1011.2207251585,
"unrealized_pnl_exit_net": -140.8044073735
},
{
"timestamp": "2024-12-30T23:59:00+00:00",
"base_asset_bal": 23455.1,
"quote_asset_bal": 9028.8160110438,
"total_value_mid": 9909.0859140438,
"total_value_exit_net": 9908.4257116166,
"total_value": 9909.0859140438,
"base_cost_quote": 1041.2597165178,
"unrealized_pnl_exit_net": -161.650015945
},
{
"timestamp": "2024-12-31T23:59:00+00:00",
"base_asset_bal": 20117.3999999999,
"quote_asset_bal": 9159.8507310628,
"total_value_mid": 9952.8786390628,
"total_value_exit_net": 9952.2838681318,
"total_value": 9952.8786390628,
"base_cost_quote": 911.1074414673,
"unrealized_pnl_exit_net": -118.6743043983
},
{
"timestamp": "2025-01-01T23:59:00+00:00",
"base_asset_bal": 20117.1999999999,
"quote_asset_bal": 9160.0381203061,
"total_value_mid": 9961.3061963061,
"total_value_exit_net": 9960.7052452491,
"total_value": 9961.3061963061,
"base_cost_quote": 911.1064827488,
"unrealized_pnl_exit_net": -110.4393578058
},
{
"timestamp": "2025-01-02T23:59:00+00:00",
"base_asset_bal": 18478.8999999999,
"quote_asset_bal": 9230.5540181006,
"total_value_mid": 9975.0688991006,
"total_value_exit_net": 9974.5105129398,
"total_value": 9975.0688991006,
"base_cost_quote": 841.0158141438,
"unrealized_pnl_exit_net": -97.0593193045
},
{
"timestamp": "2025-01-03T23:59:00+00:00",
"base_asset_bal": 18218.4999999999,
"quote_asset_bal": 9240.8112283148,
"total_value_mid": 9994.6927583148,
"total_value_exit_net": 9994.1273471673,
"total_value": 9994.6927583148,
"base_cost_quote": 831.0029791455,
"unrealized_pnl_exit_net": -77.686860293
},
{
"timestamp": "2025-01-04T23:59:00+00:00",
"base_asset_bal": 18825.1999999999,
"quote_asset_bal": 9215.9472849293,
"total_value_mid": 9988.1569889293,
"total_value_exit_net": 9987.5778316513,
"total_value": 9988.1569889293,
"base_cost_quote": 856.0330856565,
"unrealized_pnl_exit_net": -84.4025389345
},
{
"timestamp": "2025-01-05T23:59:00+00:00",
"base_asset_bal": 18830.4999999999,
"quote_asset_bal": 9216.1668343943,
"total_value_mid": 9982.3798793943,
"total_value_exit_net": 9981.8052196106,
"total_value": 9982.3798793943,
"base_cost_quote": 856.0339072723,
"unrealized_pnl_exit_net": -90.395522056
},
{
"timestamp": "2025-01-06T23:59:00+00:00",
"base_asset_bal": 14616.3999999999,
"quote_asset_bal": 9408.1728723661,
"total_value_mid": 10070.2957923661,
"total_value_exit_net": 10069.7992001761,
"total_value": 10070.2957923661,
"base_cost_quote": 665.7943545373,
"unrealized_pnl_exit_net": -4.1680267273
},
{
"timestamp": "2025-01-07T23:59:00+00:00",
"base_asset_bal": 19044.9999999999,
"quote_asset_bal": 9218.5301088966,
"total_value_mid": 9998.4228588966,
"total_value_exit_net": 9997.8379393341,
"total_value": 9998.4228588966,
"base_cost_quote": 856.0176190653,
"unrealized_pnl_exit_net": -76.7097886278
},
{
"timestamp": "2025-01-08T23:59:00+00:00",
"base_asset_bal": 19657.8999999999,
"quote_asset_bal": 9194.1759853291,
"total_value_mid": 9988.1585663291,
"total_value_exit_net": 9987.5630793933,
"total_value": 9988.1585663291,
"base_cost_quote": 881.0452547245,
"unrealized_pnl_exit_net": -87.6581606603
},
{
"timestamp": "2025-01-09T23:59:00+00:00",
"base_asset_bal": 19162.4999999999,
"quote_asset_bal": 9214.8002900354,
"total_value_mid": 9998.7381650354,
"total_value_exit_net": 9998.1502116291,
"total_value": 9998.7381650354,
"base_cost_quote": 861.0213710668,
"unrealized_pnl_exit_net": -77.671449473
},
{
"timestamp": "2025-01-10T23:59:00+00:00",
"base_asset_bal": 19039.4999999999,
"quote_asset_bal": 9220.2393083366,
"total_value_mid": 9998.7644633366,
"total_value_exit_net": 9998.1805694704,
"total_value": 9998.7644633366,
"base_cost_quote": 856.016082914,
"unrealized_pnl_exit_net": -78.0748217803
},
{
"timestamp": "2025-01-11T23:59:00+00:00",
"base_asset_bal": 19778.7999999999,
"quote_asset_bal": 9190.3260503701,
"total_value_mid": 9986.8183263701,
"total_value_exit_net": 9986.2209571631,
"total_value": 9986.8183263701,
"base_cost_quote": 886.0575641393,
"unrealized_pnl_exit_net": -90.1626573463
},
{
"timestamp": "2025-01-12T23:59:00+00:00",
"base_asset_bal": 20913.8999999999,
"quote_asset_bal": 9145.3659803496,
"total_value_mid": 9963.3086093496,
"total_value_exit_net": 9962.6951523779,
"total_value": 9963.3086093496,
"base_cost_quote": 931.1136068463,
"unrealized_pnl_exit_net": -113.784434818
},
{
"timestamp": "2025-01-13T23:59:00+00:00",
"base_asset_bal": 20309.1999999999,
"quote_asset_bal": 9186.3250021956,
"total_value_mid": 9949.7478301956,
"total_value_exit_net": 9949.1752630746,
"total_value": 9949.7478301956,
"base_cost_quote": 891.0578355323,
"unrealized_pnl_exit_net": -128.2075746533
},
{
"timestamp": "2025-01-14T23:59:00+00:00",
"base_asset_bal": 18982.7999999999,
"quote_asset_bal": 9236.6555727721,
"total_value_mid": 9962.1781887721,
"total_value_exit_net": 9961.6340468101,
"total_value": 9962.1781887721,
"base_cost_quote": 841.005925733,
"unrealized_pnl_exit_net": -116.027451695
},
{
"timestamp": "2025-01-15T23:59:00+00:00",
"base_asset_bal": 15892.4999999999,
"quote_asset_bal": 9357.2797781014,
"total_value_mid": 9993.9333281014,
"total_value_exit_net": 9993.4558379389,
"total_value": 9993.9333281014,
"base_cost_quote": 720.8554454067,
"unrealized_pnl_exit_net": -84.6793855693
},
{
"timestamp": "2025-01-16T23:59:00+00:00",
"base_asset_bal": 16513.4999999999,
"quote_asset_bal": 9332.7301071804,
"total_value_mid": 9988.3160571804,
"total_value_exit_net": 9987.8243677179,
"total_value": 9988.3160571804,
"base_cost_quote": 745.8847803395,
"unrealized_pnl_exit_net": -90.790519802
},
{
"timestamp": "2025-01-17T23:59:00+00:00",
"base_asset_bal": 15512.6999999999,
"quote_asset_bal": 9372.9918788389,
"total_value_mid": 10007.1510548389,
"total_value_exit_net": 10006.6754354569,
"total_value": 10007.1510548389,
"base_cost_quote": 705.8379437215,
"unrealized_pnl_exit_net": -72.1543871035
},
{
"timestamp": "2025-01-18T23:59:00+00:00",
"base_asset_bal": 20062.2999999999,
"quote_asset_bal": 9188.2881092759,
"total_value_mid": 9973.9277772759,
"total_value_exit_net": 9973.3385475249,
"total_value": 9973.9277772759,
"base_cost_quote": 891.0608768115,
"unrealized_pnl_exit_net": -106.0104385625
},
{
"timestamp": "2025-01-19T23:59:00+00:00",
"base_asset_bal": 24278.1999999999,
"quote_asset_bal": 9028.8448772824,
"total_value_mid": 9916.6986512824,
"total_value_exit_net": 9916.0327609519,
"total_value": 9916.6986512824,
"base_cost_quote": 1051.2402663203,
"unrealized_pnl_exit_net": -164.0523826508
},
{
"timestamp": "2025-01-20T23:59:00+00:00",
"base_asset_bal": 23078.0999999998,
"quote_asset_bal": 9074.9332758344,
"total_value_mid": 9938.9773398344,
"total_value_exit_net": 9938.3293067864,
"total_value": 9938.9773398344,
"base_cost_quote": 1006.1876902113,
"unrealized_pnl_exit_net": -142.7916592593
},
{
"timestamp": "2025-01-21T23:59:00+00:00",
"base_asset_bal": 21754.3999999998,
"quote_asset_bal": 9125.4413396192,
"total_value_mid": 9956.6769636191,
"total_value_exit_net": 9956.0535369011,
"total_value": 9956.6769636191,
"base_cost_quote": 956.1386125345,
"unrealized_pnl_exit_net": -125.5264152525
},
{
"timestamp": "2025-01-22T23:59:00+00:00",
"base_asset_bal": 19945.4999999997,
"quote_asset_bal": 9195.8404771074,
"total_value_mid": 9981.8926321074,
"total_value_exit_net": 9981.3030929911,
"total_value": 9981.8926321074,
"base_cost_quote": 886.0525583878,
"unrealized_pnl_exit_net": -100.589942504
},
{
"timestamp": "2025-01-23T23:59:00+00:00",
"base_asset_bal": 22397.9999999997,
"quote_asset_bal": 9101.0289358702,
"total_value_mid": 9959.7682558701,
"total_value_exit_net": 9959.1242013801,
"total_value": 9959.7682558701,
"base_cost_quote": 981.1756772603,
"unrealized_pnl_exit_net": -123.0804117503
},
{
"timestamp": "2025-01-24T23:59:00+00:00",
"base_asset_bal": 21882.0999999997,
"quote_asset_bal": 9121.2906599219,
"total_value_mid": 9962.2197629219,
"total_value_exit_net": 9961.5890660947,
"total_value": 9962.2197629219,
"base_cost_quote": 961.1482829715,
"unrealized_pnl_exit_net": -120.8498767988
},
{
"timestamp": "2025-01-25T23:59:00+00:00",
"base_asset_bal": 22011.5999999997,
"quote_asset_bal": 9116.3561618929,
"total_value_mid": 9963.5826458929,
"total_value_exit_net": 9962.9472260299,
"total_value": 9963.5826458929,
"base_cost_quote": 966.1531498085,
"unrealized_pnl_exit_net": -119.5620856715
},
{
"timestamp": "2025-01-26T23:59:00+00:00",
"base_asset_bal": 23460.9999999997,
"quote_asset_bal": 9061.3507490782,
"total_value_mid": 9940.6690290782,
"total_value_exit_net": 9940.0095403682,
"total_value": 9940.6690290782,
"base_cost_quote": 1021.2159279425,
"unrealized_pnl_exit_net": -142.5571366525
},
{
"timestamp": "2025-01-27T23:59:00+00:00",
"base_asset_bal": 24270.3999999997,
"quote_asset_bal": 9031.7331797099,
"total_value_mid": 9934.3493557099,
"total_value_exit_net": 9933.6723935779,
"total_value": 9934.3493557099,
"base_cost_quote": 1051.2489208063,
"unrealized_pnl_exit_net": -149.3097069383
},
{
"timestamp": "2025-01-28T23:59:00+00:00",
"base_asset_bal": 25364.8999999997,
"quote_asset_bal": 8991.8160154774,
"total_value_mid": 9912.5618854774,
"total_value_exit_net": 9911.8713260749,
"total_value": 9912.5618854774,
"base_cost_quote": 1091.3030949233,
"unrealized_pnl_exit_net": -171.2477843258
},
{
"timestamp": "2025-01-29T23:59:00+00:00",
"base_asset_bal": 24540.1999999997,
"quote_asset_bal": 9022.1358754932,
"total_value_mid": 9919.3255874932,
"total_value_exit_net": 9918.6526952092,
"total_value": 9919.3255874932,
"base_cost_quote": 1061.268518873,
"unrealized_pnl_exit_net": -164.751699157
},
{
"timestamp": "2025-01-30T23:59:00+00:00",
"base_asset_bal": 23329.1999999997,
"quote_asset_bal": 9067.3213804785,
"total_value_mid": 9940.9999204784,
"total_value_exit_net": 9940.3446615734,
"total_value": 9940.9999204784,
"base_cost_quote": 1016.2153923515,
"unrealized_pnl_exit_net": -143.1921112565
},
{
"timestamp": "2025-01-31T23:59:00+00:00",
"base_asset_bal": 22799.3999999996,
"quote_asset_bal": 9087.5097281709,
"total_value_mid": 9949.7830361709,
"total_value_exit_net": 9949.1363311899,
"total_value": 9949.7830361709,
"base_cost_quote": 996.191251501,
"unrealized_pnl_exit_net": -134.564648482
},
{
"timestamp": "2025-02-01T23:59:00+00:00",
"base_asset_bal": 23997.4999999996,
"quote_asset_bal": 9042.9159539097,
"total_value_mid": 9936.3428789097,
"total_value_exit_net": 9935.6728087159,
"total_value": 9936.3428789097,
"base_cost_quote": 1041.2281428553,
"unrealized_pnl_exit_net": -148.471288049
},
{
"timestamp": "2025-02-02T23:59:00+00:00",
"base_asset_bal": 30097.1999999996,
"quote_asset_bal": 8828.1299124494,
"total_value_mid": 9830.9686164494,
"total_value_exit_net": 9830.2164874214,
"total_value": 9830.9686164494,
"base_cost_quote": 1256.4707248085,
"unrealized_pnl_exit_net": -254.3841498365
},
{
"timestamp": "2025-02-03T23:59:00+00:00",
"base_asset_bal": 27566.5999999996,
"quote_asset_bal": 8914.4909733309,
"total_value_mid": 9852.8580373309,
"total_value_exit_net": 9852.1542620329,
"total_value": 9852.8580373309,
"base_cost_quote": 1171.3755992945,
"unrealized_pnl_exit_net": -233.7123105925
},
{
"timestamp": "2025-02-04T23:59:00+00:00",
"base_asset_bal": 27000.2999999995,
"quote_asset_bal": 8935.2431497625,
"total_value_mid": 9880.2536497624,
"total_value_exit_net": 9879.5448918874,
"total_value": 9880.2536497624,
"base_cost_quote": 1151.3502725553,
"unrealized_pnl_exit_net": -207.0485304303
},
{
"timestamp": "2025-02-05T23:59:00+00:00",
"base_asset_bal": 30260.6999999995,
"quote_asset_bal": 8825.4254132722,
"total_value_mid": 9821.0024432722,
"total_value_exit_net": 9820.2557604997,
"total_value": 9821.0024432722,
"base_cost_quote": 1261.4768846145,
"unrealized_pnl_exit_net": -266.646537387
},
{
"timestamp": "2025-02-06T23:59:00+00:00",
"base_asset_bal": 30715.5999999995,
"quote_asset_bal": 8810.8004557587,
"total_value_mid": 9817.9649797587,
"total_value_exit_net": 9817.2096063657,
"total_value": 9817.9649797587,
"base_cost_quote": 1276.4929252048,
"unrealized_pnl_exit_net": -270.0837745978
},
{
"timestamp": "2025-02-07T23:59:00+00:00",
"base_asset_bal": 29955.4999999995,
"quote_asset_bal": 8836.2019296932,
"total_value_mid": 9825.0329846932,
"total_value_exit_net": 9824.2913614019,
"total_value": 9825.0329846932,
"base_cost_quote": 1251.4674711805,
"unrealized_pnl_exit_net": -263.3780394718
},
{
"timestamp": "2025-02-08T23:59:00+00:00",
"base_asset_bal": 29200.2999999995,
"quote_asset_bal": 8861.4080627272,
"total_value_mid": 9832.9020437272,
"total_value_exit_net": 9832.1734232414,
"total_value": 9832.9020437272,
"base_cost_quote": 1226.4359265918,
"unrealized_pnl_exit_net": -255.6705660775
},
{
"timestamp": "2025-02-09T23:59:00+00:00",
"base_asset_bal": 28902.0999999995,
"quote_asset_bal": 8871.599598408,
"total_value_mid": 9836.6407174079,
"total_value_exit_net": 9835.9169365687,
"total_value": 9836.6407174079,
"base_cost_quote": 1216.4220137858,
"unrealized_pnl_exit_net": -252.104675625
},
{
"timestamp": "2025-02-10T23:59:00+00:00",
"base_asset_bal": 27576.1999999995,
"quote_asset_bal": 8916.8689720465,
"total_value_mid": 9869.9024440464,
"total_value_exit_net": 9869.1876689424,
"total_value": 9869.9024440464,
"base_cost_quote": 1171.372362869,
"unrealized_pnl_exit_net": -219.053665973
},
{
"timestamp": "2025-02-11T23:59:00+00:00",
"base_asset_bal": 28447.1999999995,
"quote_asset_bal": 8886.9673559267,
"total_value_mid": 9859.2926519267,
"total_value_exit_net": 9858.5634079547,
"total_value": 9859.2926519267,
"base_cost_quote": 1201.4028638653,
"unrealized_pnl_exit_net": -229.8068118373
},
{
"timestamp": "2025-02-12T23:59:00+00:00",
"base_asset_bal": 27713.6999999995,
"quote_asset_bal": 8912.192866743,
"total_value_mid": 9867.7612427429,
"total_value_exit_net": 9867.0445664609,
"total_value": 9867.7612427429,
"base_cost_quote": 1176.380027803,
"unrealized_pnl_exit_net": -221.528328085
},
{
"timestamp": "2025-02-13T23:59:00+00:00",
"base_asset_bal": 29339.5999999994,
"quote_asset_bal": 8857.2855547967,
"total_value_mid": 9833.1206507967,
"total_value_exit_net": 9832.3887744747,
"total_value": 9833.1206507967,
"base_cost_quote": 1231.4406713373,
"unrealized_pnl_exit_net": -256.3374516593
},
{
"timestamp": "2025-02-14T23:59:00+00:00",
"base_asset_bal": 29792.9999999994,
"quote_asset_bal": 8842.3913016697,
"total_value_mid": 9830.3271816697,
"total_value_exit_net": 9829.5862297597,
"total_value": 9830.3271816697,
"base_cost_quote": 1246.4560274145,
"unrealized_pnl_exit_net": -259.2610993245
},
{
"timestamp": "2025-02-15T23:59:00+00:00",
"base_asset_bal": 28592.9999999994,
"quote_asset_bal": 8882.5270966344,
"total_value_mid": 9844.1096866344,
"total_value_exit_net": 9843.3884996919,
"total_value": 9844.1096866344,
"base_cost_quote": 1206.411962874,
"unrealized_pnl_exit_net": -245.5505598165
},
{
"timestamp": "2025-02-16T23:59:00+00:00",
"base_asset_bal": 27853.3999999994,
"quote_asset_bal": 8907.6583061129,
"total_value_mid": 9858.2948481129,
"total_value_exit_net": 9857.5818707064,
"total_value": 9858.2948481129,
"base_cost_quote": 1181.3860404988,
"unrealized_pnl_exit_net": -231.4624759053
},
{
"timestamp": "2025-02-17T23:59:00+00:00",
"base_asset_bal": 28587.2999999994,
"quote_asset_bal": 8882.7125485267,
"total_value_mid": 9846.9621775267,
"total_value_exit_net": 9846.2389903049,
"total_value": 9846.9621775267,
"base_cost_quote": 1206.4113394068,
"unrealized_pnl_exit_net": -242.8848976285
},
{
"timestamp": "2025-02-18T23:59:00+00:00",
"base_asset_bal": 29629.5999999994,
"quote_asset_bal": 8847.7996691204,
"total_value_mid": 9840.6875651204,
"total_value_exit_net": 9839.9428991984,
"total_value": 9840.6875651204,
"base_cost_quote": 1241.4490509965,
"unrealized_pnl_exit_net": -249.3058209185
},
{
"timestamp": "2025-02-19T23:59:00+00:00",
"base_asset_bal": 28739.5999999994,
"quote_asset_bal": 8877.9391768342,
"total_value_mid": 9848.4754688342,
"total_value_exit_net": 9847.7475666152,
"total_value": 9848.4754688342,
"base_cost_quote": 1211.4187961848,
"unrealized_pnl_exit_net": -241.6104064038
},
{
"timestamp": "2025-02-20T23:59:00+00:00",
"base_asset_bal": 28008.1999999994,
"quote_asset_bal": 8903.0413882157,
"total_value_mid": 9865.9633042157,
"total_value_exit_net": 9865.2411127787,
"total_value": 9865.9633042157,
"base_cost_quote": 1186.394985392,
"unrealized_pnl_exit_net": -224.195260829
},
{
"timestamp": "2025-02-21T23:59:00+00:00",
"base_asset_bal": 29619.4999999994,
"quote_asset_bal": 8848.0792531332,
"total_value_mid": 9837.9629431332,
"total_value_exit_net": 9837.2205303657,
"total_value": 9837.9629431332,
"base_cost_quote": 1241.4538585995,
"unrealized_pnl_exit_net": -252.312581367
},
{
"timestamp": "2025-02-22T23:59:00+00:00",
"base_asset_bal": 29170.9999999994,
"quote_asset_bal": 8863.1473965442,
"total_value_mid": 9847.6686465442,
"total_value_exit_net": 9846.9302556067,
"total_value": 9847.6686465442,
"base_cost_quote": 1226.43389607,
"unrealized_pnl_exit_net": -242.6510370075
},
{
"timestamp": "2025-02-23T23:59:00+00:00",
"base_asset_bal": 28286.0999999994,
"quote_asset_bal": 8893.2540770634,
"total_value_mid": 9864.5987510634,
"total_value_exit_net": 9863.8702425579,
"total_value": 9864.5987510634,
"base_cost_quote": 1196.4005219205,
"unrealized_pnl_exit_net": -225.784356426
},
{
"timestamp": "2025-02-24T23:59:00+00:00",
"base_asset_bal": 29770.6999999994,
"quote_asset_bal": 8843.3426423784,
"total_value_mid": 9835.0046593784,
"total_value_exit_net": 9834.2609128657,
"total_value": 9835.0046593784,
"base_cost_quote": 1246.4595430493,
"unrealized_pnl_exit_net": -255.541272562
},
{
"timestamp": "2025-02-25T23:59:00+00:00",
"base_asset_bal": 32229.9999999994,
"quote_asset_bal": 8763.6140732067,
"total_value_mid": 9798.5193732067,
"total_value_exit_net": 9797.7431942317,
"total_value": 9798.5193732067,
"base_cost_quote": 1326.538962603,
"unrealized_pnl_exit_net": -292.409841578
},
{
"timestamp": "2025-02-26T23:59:00+00:00",
"base_asset_bal": 32695.9999999994,
"quote_asset_bal": 8748.7518380527,
"total_value_mid": 9788.1576780527,
"total_value_exit_net": 9787.3781236727,
"total_value": 9788.1576780527,
"base_cost_quote": 1341.5559298878,
"unrealized_pnl_exit_net": -302.9296442678
},
{
"timestamp": "2025-02-27T23:59:00+00:00",
"base_asset_bal": 32380.1999999994,
"quote_asset_bal": 8758.8347984134,
"total_value_mid": 9792.7345844134,
"total_value_exit_net": 9791.9591595739,
"total_value": 9792.7345844134,
"base_cost_quote": 1331.5467816525,
"unrealized_pnl_exit_net": -298.422420492
},
{
"timestamp": "2025-02-28T23:59:00+00:00",
"base_asset_bal": 29186.0999999994,
"quote_asset_bal": 8864.4581097104,
"total_value_mid": 9803.6668077104,
"total_value_exit_net": 9802.9624011869,
"total_value": 9803.6668077104,
"base_cost_quote": 1226.4338380265,
"unrealized_pnl_exit_net": -287.92954655
},
{
"timestamp": "2025-03-01T23:59:00+00:00",
"base_asset_bal": 30424.8999999994,
"quote_asset_bal": 8824.4821246297,
"total_value_mid": 9801.1214146297,
"total_value_exit_net": 9800.3889351622,
"total_value": 9801.1214146297,
"base_cost_quote": 1266.4772240585,
"unrealized_pnl_exit_net": -290.570413526
},
{
"timestamp": "2025-03-02T23:59:00+00:00",
"base_asset_bal": 29641.9999999994,
"quote_asset_bal": 8849.6707757324,
"total_value_mid": 9836.4529557324,
"total_value_exit_net": 9835.7128690974,
"total_value": 9836.4529557324,
"base_cost_quote": 1241.4507252513,
"unrealized_pnl_exit_net": -255.4086318863
},
{
"timestamp": "2025-03-03T23:59:00+00:00",
"base_asset_bal": 32405.3999999994,
"quote_asset_bal": 8759.7935252047,
"total_value_mid": 9787.0447052047,
"total_value_exit_net": 9786.2742668197,
"total_value": 9787.0447052047,
"base_cost_quote": 1331.541879979,
"unrealized_pnl_exit_net": -305.061138364
},
{
"timestamp": "2025-03-04T23:59:00+00:00",
"base_asset_bal": 31163.6999999994,
"quote_asset_bal": 8800.3061593784,
"total_value_mid": 9817.4893273784,
"total_value_exit_net": 9816.7264400024,
"total_value": 9817.4893273784,
"base_cost_quote": 1291.5030943948,
"unrealized_pnl_exit_net": -275.0828137708
},
{
"timestamp": "2025-03-05T23:59:00+00:00",
"base_asset_bal": 30548.7999999994,
"quote_asset_bal": 8820.4319039647,
"total_value_mid": 9816.3227839647,
"total_value_exit_net": 9815.5758658047,
"total_value": 9816.3227839647,
"base_cost_quote": 1271.4815855168,
"unrealized_pnl_exit_net": -276.3376236768
},
{
"timestamp": "2025-03-06T23:59:00+00:00",
"base_asset_bal": 31784.4999999994,
"quote_asset_bal": 8780.4759156634,
"total_value_mid": 9799.4869856634,
"total_value_exit_net": 9798.7227273609,
"total_value": 9799.4869856634,
"base_cost_quote": 1311.529682079,
"unrealized_pnl_exit_net": -293.2828703815
},
{
"timestamp": "2025-03-07T23:59:00+00:00",
"base_asset_bal": 31785.5999999994,
"quote_asset_bal": 8780.6627786277,
"total_value_mid": 9805.1126666277,
"total_value_exit_net": 9804.3443292117,
"total_value": 9805.1126666277,
"base_cost_quote": 1311.520487188,
"unrealized_pnl_exit_net": -287.838936604
},
{
"timestamp": "2025-03-08T23:59:00+00:00",
"base_asset_bal": 31169.3999999994,
"quote_asset_bal": 8800.849052249,
"total_value_mid": 9814.4779402489,
"total_value_exit_net": 9813.7177185829,
"total_value": 9814.4779402489,
"base_cost_quote": 1291.5053290695,
"unrealized_pnl_exit_net": -278.6366627355
},
{
"timestamp": "2025-03-09T23:59:00+00:00",
"base_asset_bal": 33537.0999999994,
"quote_asset_bal": 8725.8718883524,
"total_value_mid": 9762.8390203524,
"total_value_exit_net": 9762.0612950034,
"total_value": 9762.8390203524,
"base_cost_quote": 1366.583029145,
"unrealized_pnl_exit_net": -330.393622494
},
{
"timestamp": "2025-03-10T23:59:00+00:00",
"base_asset_bal": 34356.2999999994,
"quote_asset_bal": 8701.1089804845,
"total_value_mid": 9746.2276264844,
"total_value_exit_net": 9745.4437874999,
"total_value": 9746.2276264844,
"base_cost_quote": 1391.6088944775,
"unrealized_pnl_exit_net": -347.274087462
},
{
"timestamp": "2025-03-11T23:59:00+00:00",
"base_asset_bal": 34518.4999999994,
"quote_asset_bal": 8696.4086946975,
"total_value_mid": 9736.4510996974,
"total_value_exit_net": 9735.6710678937,
"total_value": 9736.4510996974,
"base_cost_quote": 1396.6187810765,
"unrealized_pnl_exit_net": -357.3564078803
},
{
"timestamp": "2025-03-12T23:59:00+00:00",
"base_asset_bal": 35017.1999999994,
"quote_asset_bal": 8681.6681613719,
"total_value_mid": 9734.2851933719,
"total_value_exit_net": 9733.4957305979,
"total_value": 9734.2851933719,
"base_cost_quote": 1411.635569227,
"unrealized_pnl_exit_net": -359.808000001
},
{
"timestamp": "2025-03-13T23:59:00+00:00",
"base_asset_bal": 35016.7999999994,
"quote_asset_bal": 8681.8106063149,
"total_value_mid": 9737.2169583149,
"total_value_exit_net": 9736.4254035509,
"total_value": 9737.2169583149,
"base_cost_quote": 1411.63333155,
"unrealized_pnl_exit_net": -357.018534314
},
{
"timestamp": "2025-03-14T23:59:00+00:00",
"base_asset_bal": 34849.4999999994,
"quote_asset_bal": 8686.8775665579,
"total_value_mid": 9736.8930015579,
"total_value_exit_net": 9736.1054899817,
"total_value": 9736.8930015579,
"base_cost_quote": 1406.630614324,
"unrealized_pnl_exit_net": -357.4026909003
},
{
"timestamp": "2025-03-15T23:59:00+00:00",
"base_asset_bal": 34849.6999999994,
"quote_asset_bal": 8686.9129710859,
"total_value_mid": 9734.8434500859,
"total_value_exit_net": 9734.0575022267,
"total_value": 9734.8434500859,
"base_cost_quote": 1406.6299958605,
"unrealized_pnl_exit_net": -359.4854647198
},
{
"timestamp": "2025-03-16T23:59:00+00:00",
"base_asset_bal": 36535.6999999994,
"quote_asset_bal": 8636.9492465494,
"total_value_mid": 9695.7538325494,
"total_value_exit_net": 9694.9597291099,
"total_value": 9695.7538325494,
"base_cost_quote": 1456.6794528215,
"unrealized_pnl_exit_net": -398.668970261
},
{
"timestamp": "2025-03-17T23:59:00+00:00",
"base_asset_bal": 35512.4999999994,
"quote_asset_bal": 8667.1143934619,
"total_value_mid": 9722.1907684619,
"total_value_exit_net": 9721.3994611807,
"total_value": 9722.1907684619,
"base_cost_quote": 1426.6496113195,
"unrealized_pnl_exit_net": -372.3645436008
},
{
"timestamp": "2025-03-18T23:59:00+00:00",
"base_asset_bal": 33030.3999999994,
"quote_asset_bal": 8742.4783570219,
"total_value_mid": 9766.7510610219,
"total_value_exit_net": 9765.9828564939,
"total_value": 9766.7510610219,
"base_cost_quote": 1351.5660128235,
"unrealized_pnl_exit_net": -328.0615133515
},
{
"timestamp": "2025-03-19T23:59:00+00:00",
"base_asset_bal": 33695.5999999994,
"quote_asset_bal": 8722.7001122447,
"total_value_mid": 9745.0246162446,
"total_value_exit_net": 9744.2578728666,
"total_value": 9745.0246162446,
"base_cost_quote": 1371.5820265833,
"unrealized_pnl_exit_net": -350.0242659613
},
{
"timestamp": "2025-03-20T23:59:00+00:00",
"base_asset_bal": 33031.6999999994,
"quote_asset_bal": 8742.8016266914,
"total_value_mid": 9752.9110126914,
"total_value_exit_net": 9752.1534306519,
"total_value": 9752.9110126914,
"base_cost_quote": 1351.565574495,
"unrealized_pnl_exit_net": -342.2137705345
},
{
"timestamp": "2025-03-21T23:59:00+00:00",
"base_asset_bal": 32059.2999999994,
"quote_asset_bal": 8772.9784901019,
"total_value_mid": 9777.0757661019,
"total_value_exit_net": 9776.3226931449,
"total_value": 9777.0757661019,
"base_cost_quote": 1321.535925137,
"unrealized_pnl_exit_net": -318.191722094
},
{
"timestamp": "2025-03-22T23:59:00+00:00",
"base_asset_bal": 32378.2999999994,
"quote_asset_bal": 8763.0115539819,
"total_value_mid": 9778.0712589819,
"total_value_exit_net": 9777.3099642032,
"total_value": 9778.0712589819,
"base_cost_quote": 1331.550218228,
"unrealized_pnl_exit_net": -317.2518080068
},
{
"timestamp": "2025-03-23T23:59:00+00:00",
"base_asset_bal": 33024.3999999994,
"quote_asset_bal": 8743.0310251874,
"total_value_mid": 9754.5683971874,
"total_value_exit_net": 9753.8097441584,
"total_value": 9754.5683971874,
"base_cost_quote": 1351.5730460945,
"unrealized_pnl_exit_net": -340.7943271235
},
{
"timestamp": "2025-03-24T23:59:00+00:00",
"base_asset_bal": 32856.8999999994,
"quote_asset_bal": 8748.1210335317,
"total_value_mid": 9763.0706745317,
"total_value_exit_net": 9762.3094623009,
"total_value": 9763.0706745317,
"base_cost_quote": 1346.5662227913,
"unrealized_pnl_exit_net": -332.377794022
},
{
"timestamp": "2025-03-25T23:59:00+00:00",
"base_asset_bal": 33344.2999999994,
"quote_asset_bal": 8733.1186804092,
"total_value_mid": 9758.4559054092,
"total_value_exit_net": 9757.6869024904,
"total_value": 9758.4559054092,
"base_cost_quote": 1361.5796123948,
"unrealized_pnl_exit_net": -337.0113903135
},
{
"timestamp": "2025-03-26T23:59:00+00:00",
"base_asset_bal": 32210.9999999993,
"quote_asset_bal": 8768.2120845737,
"total_value_mid": 9770.9405145737,
"total_value_exit_net": 9770.1884682512,
"total_value": 9770.9405145737,
"base_cost_quote": 1326.5461309753,
"unrealized_pnl_exit_net": -324.5697472978
},
{
"timestamp": "2025-03-27T23:59:00+00:00",
"base_asset_bal": 31411.5999999994,
"quote_asset_bal": 8793.3035492857,
"total_value_mid": 9784.3395292857,
"total_value_exit_net": 9783.5962523007,
"total_value": 9784.3395292857,
"base_cost_quote": 1301.5178538353,
"unrealized_pnl_exit_net": -311.2251508203
},
{
"timestamp": "2025-03-28T23:59:00+00:00",
"base_asset_bal": 32534.4999999994,
"quote_asset_bal": 8758.3113751552,
"total_value_mid": 9767.8569101552,
"total_value_exit_net": 9767.0997510039,
"total_value": 9767.8569101552,
"base_cost_quote": 1336.5534368298,
"unrealized_pnl_exit_net": -327.765060981
},
{
"timestamp": "2025-03-29T23:59:00+00:00",
"base_asset_bal": 31100.2999999994,
"quote_asset_bal": 8803.5188601992,
"total_value_mid": 9781.3122921992,
"total_value_exit_net": 9780.5789471252,
"total_value": 9781.3122921992,
"base_cost_quote": 1291.5029182628,
"unrealized_pnl_exit_net": -314.4428313368
},
{
"timestamp": "2025-03-30T23:59:00+00:00",
"base_asset_bal": 32872.9999999994,
"quote_asset_bal": 8748.4984761584,
"total_value_mid": 9759.3432261584,
"total_value_exit_net": 9758.5850925959,
"total_value": 9759.3432261584,
"base_cost_quote": 1346.561192021,
"unrealized_pnl_exit_net": -336.4745755835
},
{
"timestamp": "2025-03-31T23:59:00+00:00",
"base_asset_bal": 31740.8999999994,
"quote_asset_bal": 8783.6191676617,
"total_value_mid": 9773.6178386617,
"total_value_exit_net": 9772.8753396584,
"total_value": 9773.6178386617,
"base_cost_quote": 1311.5227779048,
"unrealized_pnl_exit_net": -322.266605908
},
{
"timestamp": "2025-04-01T23:59:00+00:00",
"base_asset_bal": 31741.0999999994,
"quote_asset_bal": 8783.6696841707,
"total_value_mid": 9772.4049491707,
"total_value_exit_net": 9771.6633977219,
"total_value": 9772.4049491707,
"base_cost_quote": 1311.5209845608,
"unrealized_pnl_exit_net": -323.5272710095
},
{
"timestamp": "2025-04-02T23:59:00+00:00",
"base_asset_bal": 32226.6999999994,
"quote_asset_bal": 8769.1064733619,
"total_value_mid": 9775.5463143619,
"total_value_exit_net": 9774.7914844812,
"total_value": 9775.5463143619,
"base_cost_quote": 1326.5411652538,
"unrealized_pnl_exit_net": -320.8561541345
},
{
"timestamp": "2025-04-03T23:59:00+00:00",
"base_asset_bal": 32389.1999999994,
"quote_asset_bal": 8764.2141083075,
"total_value_mid": 9779.6155283074,
"total_value_exit_net": 9778.8539772424,
"total_value": 9779.6155283074,
"base_cost_quote": 1331.5395472308,
"unrealized_pnl_exit_net": -316.8996782958
},
{
"timestamp": "2025-04-04T23:59:00+00:00",
"base_asset_bal": 31591.5999999994,
"quote_asset_bal": 8789.3138097227,
"total_value_mid": 9791.3993617227,
"total_value_exit_net": 9790.6477975587,
"total_value": 9791.3993617227,
"base_cost_quote": 1306.5174837475,
"unrealized_pnl_exit_net": -305.1834959115
},
{
"timestamp": "2025-04-05T23:59:00+00:00",
"base_asset_bal": 32225.9999999993,
"quote_asset_bal": 8769.3244946192,
"total_value_mid": 9779.6095946192,
"total_value_exit_net": 9778.8518807942,
"total_value": 9779.6095946192,
"base_cost_quote": 1326.5381359835,
"unrealized_pnl_exit_net": -317.0107498085
},
{
"timestamp": "2025-04-06T23:59:00+00:00",
"base_asset_bal": 32710.1999999994,
"quote_asset_bal": 8754.4514943675,
"total_value_mid": 9760.9443483674,
"total_value_exit_net": 9760.1894787269,
"total_value": 9760.9443483674,
"base_cost_quote": 1341.5521670678,
"unrealized_pnl_exit_net": -335.8141827083
},
{
"timestamp": "2025-04-07T23:59:00+00:00",
"base_asset_bal": 34700.9999999994,
"quote_asset_bal": 8694.7982282762,
"total_value_mid": 9729.2350382762,
"total_value_exit_net": 9728.4592106687,
"total_value": 9729.2350382762,
"base_cost_quote": 1401.617633406,
"unrealized_pnl_exit_net": -367.9566510135
},
{
"timestamp": "2025-04-08T23:59:00+00:00",
"base_asset_bal": 36909.3999999994,
"quote_asset_bal": 8629.8995382015,
"total_value_mid": 9699.5339502014,
"total_value_exit_net": 9698.7317243924,
"total_value": 9699.5339502014,
"base_cost_quote": 1466.6864494443,
"unrealized_pnl_exit_net": -397.8542632533
},
{
"timestamp": "2025-04-09T23:59:00+00:00",
"base_asset_bal": 34017.0999999994,
"quote_asset_bal": 8715.35504612,
"total_value_mid": 9743.3518081199,
"total_value_exit_net": 9742.5808105484,
"total_value": 9743.3518081199,
"base_cost_quote": 1381.5994620293,
"unrealized_pnl_exit_net": -354.3736976008
},
{
"timestamp": "2025-04-10T23:59:00+00:00",
"base_asset_bal": 36202.0999999994,
"quote_asset_bal": 8650.41768768,
"total_value_mid": 9718.7416586799,
"total_value_exit_net": 9717.9404157017,
"total_value": 9718.7416586799,
"base_cost_quote": 1446.6663396148,
"unrealized_pnl_exit_net": -379.143611593
},
{
"timestamp": "2025-04-11T23:59:00+00:00",
"base_asset_bal": 35191.0999999994,
"quote_asset_bal": 8680.5579231912,
"total_value_mid": 9738.4023891912,
"total_value_exit_net": 9737.6090058417,
"total_value": 9738.4023891912,
"base_cost_quote": 1416.6340292625,
"unrealized_pnl_exit_net": -359.582946612
},
{
"timestamp": "2025-04-12T23:59:00+00:00",
"base_asset_bal": 34194.5999999994,
"quote_asset_bal": 8710.6866342062,
"total_value_mid": 9753.6219342062,
"total_value_exit_net": 9752.8397327312,
"total_value": 9753.6219342062,
"base_cost_quote": 1386.6026025725,
"unrealized_pnl_exit_net": -344.4495040475
},
{
"timestamp": "2025-04-13T23:59:00+00:00",
"base_asset_bal": 32411.3999999994,
"quote_asset_bal": 8765.9347358189,
"total_value_mid": 9787.2179498189,
"total_value_exit_net": 9786.4519874084,
"total_value": 9787.2179498189,
"base_cost_quote": 1331.5440526073,
"unrealized_pnl_exit_net": -311.0268010178
},
{
"timestamp": "2025-04-14T23:59:00+00:00",
"base_asset_bal": 32893.1999999994,
"quote_asset_bal": 8750.9935708632,
"total_value_mid": 9765.0909268632,
"total_value_exit_net": 9764.3303538462,
"total_value": 9765.0909268632,
"base_cost_quote": 1346.5593206185,
"unrealized_pnl_exit_net": -333.2225376355
},
{
"timestamp": "2025-04-15T23:59:00+00:00",
"base_asset_bal": 33544.4999999994,
"quote_asset_bal": 8731.0266132114,
"total_value_mid": 9757.4883132114,
"total_value_exit_net": 9756.7184669364,
"total_value": 9757.4883132114,
"base_cost_quote": 1366.5819493358,
"unrealized_pnl_exit_net": -340.8900956108
},
{
"timestamp": "2025-04-16T23:59:00+00:00",
"base_asset_bal": 33051.6999999994,
"quote_asset_bal": 8746.1579929439,
"total_value_mid": 9761.5062169439,
"total_value_exit_net": 9760.7447057759,
"total_value": 9761.5062169439,
"base_cost_quote": 1351.5646608103,
"unrealized_pnl_exit_net": -336.9779479783
},
{
"timestamp": "2025-04-17T23:59:00+00:00",
"base_asset_bal": 33704.0999999994,
"quote_asset_bal": 8726.1711178464,
"total_value_mid": 9760.5499468464,
"total_value_exit_net": 9759.7741627247,
"total_value": 9760.5499468464,
"base_cost_quote": 1371.5850808723,
"unrealized_pnl_exit_net": -337.982035994
},
{
"timestamp": "2025-04-18T23:59:00+00:00",
"base_asset_bal": 34030.5999999994,
"quote_asset_bal": 8716.2114625519,
"total_value_mid": 9751.7626205519,
"total_value_exit_net": 9750.9859571834,
"total_value": 9751.7626205519,
"base_cost_quote": 1381.5949766678,
"unrealized_pnl_exit_net": -346.8204820363
},
{
"timestamp": "2025-04-19T23:59:00+00:00",
"base_asset_bal": 33539.6999999994,
"quote_asset_bal": 8731.2724473874,
"total_value_mid": 9761.9474283874,
"total_value_exit_net": 9761.1744221517,
"total_value": 9761.9474283874,
"base_cost_quote": 1366.5786368533,
"unrealized_pnl_exit_net": -336.676662089
},
{
"timestamp": "2025-04-20T23:59:00+00:00",
"base_asset_bal": 33537.9999999994,
"quote_asset_bal": 8731.3263655624,
"total_value_mid": 9764.9675255624,
"total_value_exit_net": 9764.1922946924,
"total_value": 9764.9675255624,
"base_cost_quote": 1366.5796496123,
"unrealized_pnl_exit_net": -333.7137204823
},
{
"timestamp": "2025-04-21T23:59:00+00:00",
"base_asset_bal": 32730.7999999994,
"quote_asset_bal": 8756.4406095559,
"total_value_mid": 9778.2961855559,
"total_value_exit_net": 9777.5297938739,
"total_value": 9778.2961855559,
"base_cost_quote": 1341.5572348658,
"unrealized_pnl_exit_net": -320.4680505478
},
{
"timestamp": "2025-04-22T23:59:00+00:00",
"base_asset_bal": 31932.0999999994,
"quote_asset_bal": 8781.5533983819,
"total_value_mid": 9795.0782523819,
"total_value_exit_net": 9794.3181087414,
"total_value": 9795.0782523819,
"base_cost_quote": 1316.5287595773,
"unrealized_pnl_exit_net": -303.7640492178
},
{
"timestamp": "2025-04-23T23:59:00+00:00",
"base_asset_bal": 32248.0999999994,
"quote_asset_bal": 8771.5720981527,
"total_value_mid": 9792.2244631527,
"total_value_exit_net": 9791.4589738789,
"total_value": 9792.2244631527,
"base_cost_quote": 1326.5407659545,
"unrealized_pnl_exit_net": -306.6538902283
},
{
"timestamp": "2025-04-24T23:59:00+00:00",
"base_asset_bal": 32089.4999999994,
"quote_asset_bal": 8776.6417864635,
"total_value_mid": 9792.5953564634,
"total_value_exit_net": 9791.8333912859,
"total_value": 9792.5953564634,
"base_cost_quote": 1321.5331200348,
"unrealized_pnl_exit_net": -306.3415152123
},
{
"timestamp": "2025-04-25T23:59:00+00:00",
"base_asset_bal": 32408.1999999994,
"quote_asset_bal": 8766.6914928547,
"total_value_mid": 9790.1424488547,
"total_value_exit_net": 9789.3748606377,
"total_value": 9790.1424488547,
"base_cost_quote": 1331.549962036,
"unrealized_pnl_exit_net": -308.866594253
},
{
"timestamp": "2025-04-26T23:59:00+00:00",
"base_asset_bal": 30366.3999999994,
"quote_asset_bal": 8832.0369420065,
"total_value_mid": 9825.0182220064,
"total_value_exit_net": 9824.2734860464,
"total_value": 9825.0182220064,
"base_cost_quote": 1266.4731379963,
"unrealized_pnl_exit_net": -274.2365939563
},
{
"timestamp": "2025-04-27T23:59:00+00:00",
"base_asset_bal": 18804.1999999993,
"quote_asset_bal": 9245.7192416225,
"total_value_mid": 9978.3308736225,
"total_value_exit_net": 9977.7814148985,
"total_value": 9978.3308736225,
"base_cost_quote": 856.0309040215,
"unrealized_pnl_exit_net": -123.9687307455
},
{
"timestamp": "2025-04-28T23:59:00+00:00",
"base_asset_bal": 15562.6999999993,
"quote_asset_bal": 9387.7480877203,
"total_value_mid": 10011.1898497203,
"total_value_exit_net": 10010.7222683988,
"total_value": 10011.1898497203,
"base_cost_quote": 715.8520877007,
"unrealized_pnl_exit_net": -92.8779070223
},
{
"timestamp": "2025-04-29T23:59:00+00:00",
"base_asset_bal": 18268.2999999993,
"quote_asset_bal": 9283.4178615403,
"total_value_mid": 9969.0271605403,
"total_value_exit_net": 9968.512953566,
"total_value": 9969.0271605403,
"base_cost_quote": 820.972431873,
"unrealized_pnl_exit_net": -135.8773398473
},
{
"timestamp": "2025-04-30T23:59:00+00:00",
"base_asset_bal": 19210.0999999993,
"quote_asset_bal": 9248.8851172228,
"total_value_mid": 9966.5744532228,
"total_value_exit_net": 9966.0361862208,
"total_value": 9966.5744532228,
"base_cost_quote": 856.0124431863,
"unrealized_pnl_exit_net": -138.8613741883
},
{
"timestamp": "2025-05-01T23:59:00+00:00",
"base_asset_bal": 17953.2999999992,
"quote_asset_bal": 9299.5171371663,
"total_value_mid": 9971.3296231663,
"total_value_exit_net": 9970.8257638018,
"total_value": 9971.3296231663,
"base_cost_quote": 805.966201635,
"unrealized_pnl_exit_net": -134.6575749995
},
{
"timestamp": "2025-05-02T23:59:00+00:00",
"base_asset_bal": 18763.1999999992,
"quote_asset_bal": 9269.7252108708,
"total_value_mid": 9963.0254508708,
"total_value_exit_net": 9962.5054756908,
"total_value": 9963.0254508708,
"base_cost_quote": 836.000246287,
"unrealized_pnl_exit_net": -143.219981467
},
{
"timestamp": "2025-05-03T23:59:00+00:00",
"base_asset_bal": 21250.0999999992,
"quote_asset_bal": 9179.7489143386,
"total_value_mid": 9937.7399813386,
"total_value_exit_net": 9937.1714880383,
"total_value": 9937.7399813386,
"base_cost_quote": 926.1027855468,
"unrealized_pnl_exit_net": -168.680211847
},
{
"timestamp": "2025-05-04T23:59:00+00:00",
"base_asset_bal": 20423.1999999992,
"quote_asset_bal": 9210.0417096459,
"total_value_mid": 9935.4737736458,
"total_value_exit_net": 9934.9296995978,
"total_value": 9935.4737736458,
"base_cost_quote": 896.0642905595,
"unrealized_pnl_exit_net": -171.1763006075
},
{
"timestamp": "2025-05-05T23:59:00+00:00",
"base_asset_bal": 20848.4999999992,
"quote_asset_bal": 9195.1528672058,
"total_value_mid": 9930.0624922058,
"total_value_exit_net": 9929.5113099871,
"total_value": 9930.0624922058,
"base_cost_quote": 911.084529296,
"unrealized_pnl_exit_net": -176.7260865148
},
{
"timestamp": "2025-05-06T23:59:00+00:00",
"base_asset_bal": 23308.6999999992,
"quote_asset_bal": 9110.2048329033,
"total_value_mid": 9905.7307639033,
"total_value_exit_net": 9905.1341194551,
"total_value": 9905.7307639033,
"base_cost_quote": 996.1699565418,
"unrealized_pnl_exit_net": -201.24066999
},
{
"timestamp": "2025-05-07T23:59:00+00:00",
"base_asset_bal": 22724.6999999992,
"quote_asset_bal": 9130.3727801291,
"total_value_mid": 9911.8752131291,
"total_value_exit_net": 9911.2890863043,
"total_value": 9911.8752131291,
"base_cost_quote": 976.150572256,
"unrealized_pnl_exit_net": -195.2342660808
},
{
"timestamp": "2025-05-08T23:59:00+00:00",
"base_asset_bal": 19053.0999999991,
"quote_asset_bal": 9260.8385725656,
"total_value_mid": 9962.7547765656,
"total_value_exit_net": 9962.2283394126,
"total_value": 9962.7547765656,
"base_cost_quote": 846.0076392068,
"unrealized_pnl_exit_net": -144.6178723598
},
{
"timestamp": "2025-05-09T23:59:00+00:00",
"base_asset_bal": 17318.5999999991,
"quote_asset_bal": 9326.4733443871,
"total_value_mid": 9984.2337723871,
"total_value_exit_net": 9983.7404520661,
"total_value": 9984.2337723871,
"base_cost_quote": 780.9256813195,
"unrealized_pnl_exit_net": -123.6585736405
},
{
"timestamp": "2025-05-10T23:59:00+00:00",
"base_asset_bal": 15104.9999999991,
"quote_asset_bal": 9412.1209620861,
"total_value_mid": 9998.6481120861,
"total_value_exit_net": 9998.2082167236,
"total_value": 9998.6481120861,
"base_cost_quote": 695.8246523812,
"unrealized_pnl_exit_net": -109.7373977438
},
{
"timestamp": "2025-05-11T23:59:00+00:00",
"base_asset_bal": 17209.9999999991,
"quote_asset_bal": 9332.3311367049,
"total_value_mid": 9979.7713367048,
"total_value_exit_net": 9979.2857565548,
"total_value": 9979.7713367048,
"base_cost_quote": 775.916160995,
"unrealized_pnl_exit_net": -128.961541145
},
{
"timestamp": "2025-05-12T23:59:00+00:00",
"base_asset_bal": 16403.0999999991,
"quote_asset_bal": 9363.2011576949,
"total_value_mid": 9995.2126006948,
"total_value_exit_net": 9994.7385921126,
"total_value": 9995.2126006948,
"base_cost_quote": 745.8862614495,
"unrealized_pnl_exit_net": -114.3488270318
},
{
"timestamp": "2025-05-13T23:59:00+00:00",
"base_asset_bal": 16931.1999999991,
"quote_asset_bal": 9343.5209826064,
"total_value_mid": 9991.1393826063,
"total_value_exit_net": 9990.6536688063,
"total_value": 9991.1393826063,
"base_cost_quote": 765.9074851137,
"unrealized_pnl_exit_net": -118.7747989138
},
{
"timestamp": "2025-05-14T23:59:00+00:00",
"base_asset_bal": 17458.799999999,
"quote_asset_bal": 9323.8601594689,
"total_value_mid": 9983.1044474688,
"total_value_exit_net": 9982.6100142528,
"total_value": 9983.1044474688,
"base_cost_quote": 785.9331541095,
"unrealized_pnl_exit_net": -127.1832993255
},
{
"timestamp": "2025-05-15T23:59:00+00:00",
"base_asset_bal": 20310.399999999,
"quote_asset_bal": 9219.1236943309,
"total_value_mid": 9961.4688143309,
"total_value_exit_net": 9960.9120554909,
"total_value": 9961.4688143309,
"base_cost_quote": 891.0564845197,
"unrealized_pnl_exit_net": -149.2681233598
},
{
"timestamp": "2025-05-16T23:59:00+00:00",
"base_asset_bal": 20723.399999999,
"quote_asset_bal": 9204.3607345409,
"total_value_mid": 9954.9622825409,
"total_value_exit_net": 9954.3993313799,
"total_value": 9954.9622825409,
"base_cost_quote": 906.0706086738,
"unrealized_pnl_exit_net": -156.0320118348
},
{
"timestamp": "2025-05-17T23:59:00+00:00",
"base_asset_bal": 22694.599999999,
"quote_asset_bal": 9134.5057987204,
"total_value_mid": 9928.5898527204,
"total_value_exit_net": 9927.9942896799,
"total_value": 9928.5898527204,
"base_cost_quote": 976.153258269,
"unrealized_pnl_exit_net": -182.6647673095
},
{
"timestamp": "2025-05-18T23:59:00+00:00",
"base_asset_bal": 20994.399999999,
"quote_asset_bal": 9194.8426738747,
"total_value_mid": 9939.3040978746,
"total_value_exit_net": 9938.7457518066,
"total_value": 9939.3040978746,
"base_cost_quote": 916.0861677135,
"unrealized_pnl_exit_net": -172.1830897815
},
{
"timestamp": "2025-05-19T23:59:00+00:00",
"base_asset_bal": 21560.3999999989,
"quote_asset_bal": 9175.0645185789,
"total_value_mid": 9934.4218065789,
"total_value_exit_net": 9933.8522886129,
"total_value": 9934.4218065789,
"base_cost_quote": 936.1073793687,
"unrealized_pnl_exit_net": -177.3196093348
},
{
"timestamp": "2025-05-20T23:59:00+00:00",
"base_asset_bal": 19340.3999999989,
"quote_asset_bal": 9255.5637003979,
"total_value_mid": 9964.5827643979,
"total_value_exit_net": 9964.0510000999,
"total_value": 9964.5827643979,
"base_cost_quote": 856.0157136372,
"unrealized_pnl_exit_net": -147.5284139353
},
{
"timestamp": "2025-05-21T23:59:00+00:00",
"base_asset_bal": 17187.5999999989,
"quote_asset_bal": 9336.0845226389,
"total_value_mid": 9983.1976626389,
"total_value_exit_net": 9982.7123277839,
"total_value": 9983.1976626389,
"base_cost_quote": 775.926320609,
"unrealized_pnl_exit_net": -129.298515464
},
{
"timestamp": "2025-05-22T23:59:00+00:00",
"base_asset_bal": 15609.3999999989,
"quote_asset_bal": 9396.4674550204,
"total_value_mid": 10003.2048330204,
"total_value_exit_net": 10002.7497799869,
"total_value": 10003.2048330204,
"base_cost_quote": 715.8608622767,
"unrealized_pnl_exit_net": -109.5785373103
},
{
"timestamp": "2025-05-23T23:59:00+00:00",
"base_asset_bal": 20145.6999999989,
"quote_asset_bal": 9226.5770348697,
"total_value_mid": 9953.6353478696,
"total_value_exit_net": 9953.0900541349,
"total_value": 9953.6353478696,
"base_cost_quote": 886.053454059,
"unrealized_pnl_exit_net": -159.5404347938
},
{
"timestamp": "2025-05-24T23:59:00+00:00",
"base_asset_bal": 20419.3999999989,
"quote_asset_bal": 9216.6916948389,
"total_value_mid": 9954.4446168389,
"total_value_exit_net": 9953.8913021474,
"total_value": 9954.4446168389,
"base_cost_quote": 896.063167718,
"unrealized_pnl_exit_net": -158.8635604095
},
{
"timestamp": "2025-05-25T23:59:00+00:00",
"base_asset_bal": 20277.5999999989,
"quote_asset_bal": 9221.8434601059,
"total_value_mid": 9955.4870281059,
"total_value_exit_net": 9954.9367954299,
"total_value": 9955.4870281059,
"base_cost_quote": 891.0567567238,
"unrealized_pnl_exit_net": -157.9634213998
},
{
"timestamp": "2025-05-26T23:59:00+00:00",
"base_asset_bal": 20977.4999999989,
"quote_asset_bal": 9196.9184056049,
"total_value_mid": 9943.5076306049,
"total_value_exit_net": 9942.9476886861,
"total_value": 9943.5076306049,
"base_cost_quote": 916.0846495758,
"unrealized_pnl_exit_net": -170.0553664945
},
{
"timestamp": "2025-05-27T23:59:00+00:00",
"base_asset_bal": 20695.3999999989,
"quote_asset_bal": 9207.0578422417,
"total_value_mid": 9949.6087942416,
"total_value_exit_net": 9949.0518810276,
"total_value": 9949.6087942416,
"base_cost_quote": 906.0734387948,
"unrealized_pnl_exit_net": -164.0794000088
},
{
"timestamp": "2025-05-28T23:59:00+00:00",
"base_asset_bal": 22815.6999999988,
"quote_asset_bal": 9132.0432073047,
"total_value_mid": 9930.1363933046,
"total_value_exit_net": 9929.5378234151,
"total_value": 9930.1363933046,
"base_cost_quote": 981.1556452475,
"unrealized_pnl_exit_net": -183.661029137
},
{
"timestamp": "2025-05-29T23:59:00+00:00",
"base_asset_bal": 23822.6999999988,
"quote_asset_bal": 9097.1016202472,
"total_value_mid": 9922.3199482471,
"total_value_exit_net": 9921.7010345011,
"total_value": 9922.3199482471,
"base_cost_quote": 1016.1995644895,
"unrealized_pnl_exit_net": -191.6001502355
},
{
"timestamp": "2025-05-30T23:59:00+00:00",
"base_asset_bal": 26651.8999999988,
"quote_asset_bal": 9002.1513759347,
"total_value_mid": 9879.2654049346,
"total_value_exit_net": 9878.6075694129,
"total_value": 9879.2654049346,
"base_cost_quote": 1111.3009931065,
"unrealized_pnl_exit_net": -234.8447996283
},
{
"timestamp": "2025-05-31T23:59:00+00:00",
"base_asset_bal": 27107.4999999988,
"quote_asset_bal": 8987.3041602127,
"total_value_mid": 9870.1954352127,
"total_value_exit_net": 9869.5332667564,
"total_value": 9870.1954352127,
"base_cost_quote": 1126.3144837858,
"unrealized_pnl_exit_net": -244.085377242
},
{
"timestamp": "2025-06-01T23:59:00+00:00",
"base_asset_bal": 26347.0999999988,
"quote_asset_bal": 9012.4372585837,
"total_value_mid": 9887.1609785836,
"total_value_exit_net": 9886.5049357936,
"total_value": 9887.1609785836,
"base_cost_quote": 1101.2900054928,
"unrealized_pnl_exit_net": -227.2223282828
},
{
"timestamp": "2025-06-02T23:59:00+00:00",
"base_asset_bal": 25895.3999999988,
"quote_asset_bal": 9027.5176786702,
"total_value_mid": 9889.5755446701,
"total_value_exit_net": 9888.9290012706,
"total_value": 9889.5755446701,
"base_cost_quote": 1086.2757012038,
"unrealized_pnl_exit_net": -224.8643786033
},
{
"timestamp": "2025-06-03T23:59:00+00:00",
"base_asset_bal": 17947.7999999988,
"quote_asset_bal": 9303.3696381772,
"total_value_mid": 9912.1590141771,
"total_value_exit_net": 9911.7024221451,
"total_value": 9912.1590141771,
"base_cost_quote": 810.96861063,
"unrealized_pnl_exit_net": -202.635826662
},
{
"timestamp": "2025-06-04T23:59:00+00:00",
"base_asset_bal": 19742.2999999988,
"quote_asset_bal": 9243.4118830409,
"total_value_mid": 9898.2639740409,
"total_value_exit_net": 9897.7728349726,
"total_value": 9898.2639740409,
"base_cost_quote": 871.0350847235,
"unrealized_pnl_exit_net": -216.6741327918
},
{
"timestamp": "2025-06-05T23:59:00+00:00",
"base_asset_bal": 18851.1999999988,
"quote_asset_bal": 9273.7429086244,
"total_value_mid": 9908.8398366244,
"total_value_exit_net": 9908.3635139284,
"total_value": 9908.8398366244,
"base_cost_quote": 841.0008479275,
"unrealized_pnl_exit_net": -206.3802426235
},
{
"timestamp": "2025-06-06T23:59:00+00:00",
"base_asset_bal": 18851.3999999988,
"quote_asset_bal": 9273.8958510419,
"total_value_mid": 9909.7535730419,
"total_value_exit_net": 9909.2766797504,
"total_value": 9909.7535730419,
"base_cost_quote": 841.0021298883,
"unrealized_pnl_exit_net": -205.6213011798
},
{
"timestamp": "2025-06-07T23:59:00+00:00",
"base_asset_bal": 18260.2999999988,
"quote_asset_bal": 9294.0027762214,
"total_value_mid": 9920.1484632214,
"total_value_exit_net": 9919.6788539561,
"total_value": 9920.1484632214,
"base_cost_quote": 820.9757323465,
"unrealized_pnl_exit_net": -195.2996546118
},
{
"timestamp": "2025-06-08T23:59:00+00:00",
"base_asset_bal": 18259.0999999988,
"quote_asset_bal": 9294.1009669017,
"total_value_mid": 9914.7277759016,
"total_value_exit_net": 9914.2623057949,
"total_value": 9914.7277759016,
"base_cost_quote": 820.9759725265,
"unrealized_pnl_exit_net": -200.8146336333
},
{
"timestamp": "2025-06-09T23:59:00+00:00",
"base_asset_bal": 18116.9999999988,
"quote_asset_bal": 9299.2154692224,
"total_value_mid": 9919.5415492224,
"total_value_exit_net": 9919.0763046624,
"total_value": 9919.5415492224,
"base_cost_quote": 815.9678142227,
"unrealized_pnl_exit_net": -196.1069787828
},
{
"timestamp": "2025-06-10T23:59:00+00:00",
"base_asset_bal": 17244.2999999987,
"quote_asset_bal": 9329.4399214034,
"total_value_mid": 9936.6117244034,
"total_value_exit_net": 9936.1563455511,
"total_value": 9936.6117244034,
"base_cost_quote": 785.9322254135,
"unrealized_pnl_exit_net": -179.2158012658
},
{
"timestamp": "2025-06-11T23:59:00+00:00",
"base_asset_bal": 19537.5999999987,
"quote_asset_bal": 9249.4770548777,
"total_value_mid": 9917.0768468776,
"total_value_exit_net": 9916.5761470336,
"total_value": 9917.0768468776,
"base_cost_quote": 866.0272746807,
"unrealized_pnl_exit_net": -198.9281825248
},
{
"timestamp": "2025-06-12T23:59:00+00:00",
"base_asset_bal": 20741.8999999987,
"quote_asset_bal": 9209.5941610307,
"total_value_mid": 9891.5878330306,
"total_value_exit_net": 9891.0763377766,
"total_value": 9891.5878330306,
"base_cost_quote": 906.0745436228,
"unrealized_pnl_exit_net": -224.5923668768
},
{
"timestamp": "2025-06-13T23:59:00+00:00",
"base_asset_bal": 21508.1999999987,
"quote_asset_bal": 9184.7893573147,
"total_value_mid": 9885.0963493146,
"total_value_exit_net": 9884.5711190706,
"total_value": 9885.0963493146,
"base_cost_quote": 931.1065575633,
"unrealized_pnl_exit_net": -231.3247958073
},
{
"timestamp": "2025-06-14T23:59:00+00:00",
"base_asset_bal": 22279.1999999987,
"quote_asset_bal": 9159.8392860142,
"total_value_mid": 9878.7890700141,
"total_value_exit_net": 9878.2498576761,
"total_value": 9878.7890700141,
"base_cost_quote": 956.1337518917,
"unrealized_pnl_exit_net": -237.7231802298
},
{
"timestamp": "2025-06-15T23:59:00+00:00",
"base_asset_bal": 21199.0999999987,
"quote_asset_bal": 9194.9580063017,
"total_value_mid": 9888.1685763016,
"total_value_exit_net": 9887.6486683741,
"total_value": 9888.1685763016,
"base_cost_quote": 921.09426297,
"unrealized_pnl_exit_net": -228.4036008975
},
{
"timestamp": "2025-06-16T23:59:00+00:00",
"base_asset_bal": 19415.0999999987,
"quote_asset_bal": 9255.3677605864,
"total_value_mid": 9897.6192685864,
"total_value_exit_net": 9897.1375799554,
"total_value": 9897.6192685864,
"base_cost_quote": 861.0247455958,
"unrealized_pnl_exit_net": -219.2549262268
},
{
"timestamp": "2025-06-17T23:59:00+00:00",
"base_asset_bal": 19417.3999999987,
"quote_asset_bal": 9255.5755633749,
"total_value_mid": 9897.1264593749,
"total_value_exit_net": 9896.6452962029,
"total_value": 9897.1264593749,
"base_cost_quote": 861.031974013,
"unrealized_pnl_exit_net": -219.962241185
},
{
"timestamp": "2025-06-18T23:59:00+00:00",
"base_asset_bal": 19721.7999999987,
"quote_asset_bal": 9245.6682808682,
"total_value_mid": 9894.7127188681,
"total_value_exit_net": 9894.2259355396,
"total_value": 9894.7127188681,
"base_cost_quote": 871.037660654,
"unrealized_pnl_exit_net": -222.4800059825
},
{
"timestamp": "2025-06-19T23:59:00+00:00",
"base_asset_bal": 19115.5999999987,
"quote_asset_bal": 9265.7562397554,
"total_value_mid": 9906.3199957554,
"total_value_exit_net": 9905.8395729384,
"total_value": 9906.3199957554,
"base_cost_quote": 851.0191720395,
"unrealized_pnl_exit_net": -210.9358388565
},
{
"timestamp": "2025-06-20T23:59:00+00:00",
"base_asset_bal": 18668.8999999987,
"quote_asset_bal": 9280.8630502119,
"total_value_mid": 9910.1916692119,
"total_value_exit_net": 9909.7196727476,
"total_value": 9910.1916692119,
"base_cost_quote": 836.003428672,
"unrealized_pnl_exit_net": -207.1468061363
},
{
"timestamp": "2025-06-21T23:59:00+00:00",
"base_asset_bal": 18806.7999999987,
"quote_asset_bal": 9276.0573305439,
"total_value_mid": 9918.1214825439,
"total_value_exit_net": 9917.6399344299,
"total_value": 9918.1214825439,
"base_cost_quote": 841.0038812008,
"unrealized_pnl_exit_net": -199.4212773148
},
{
"timestamp": "2025-06-22T23:59:00+00:00",
"base_asset_bal": 19693.6999999987,
"quote_asset_bal": 9246.3909620942,
"total_value_mid": 9904.9482900941,
"total_value_exit_net": 9904.4543720981,
"total_value": 9904.9482900941,
"base_cost_quote": 871.0359203498,
"unrealized_pnl_exit_net": -212.9725103458
},
{
"timestamp": "2025-06-23T23:59:00+00:00",
"base_asset_bal": 19113.5999999986,
"quote_asset_bal": 9266.6122606469,
"total_value_mid": 9932.9123566469,
"total_value_exit_net": 9932.4126315749,
"total_value": 9932.9123566469,
"base_cost_quote": 851.0200366875,
"unrealized_pnl_exit_net": -185.2196657595
},
{
"timestamp": "2025-06-24T23:59:00+00:00",
"base_asset_bal": 18408.9999999986,
"quote_asset_bal": 9291.9281591599,
"total_value_mid": 9944.3431191599,
"total_value_exit_net": 9943.8538079399,
"total_value": 9944.3431191599,
"base_cost_quote": 825.9875233728,
"unrealized_pnl_exit_net": -174.0618745928
},
{
"timestamp": "2025-06-25T23:59:00+00:00",
"base_asset_bal": 20008.7999999986,
"quote_asset_bal": 9236.9623791577,
"total_value_mid": 9906.2567391576,
"total_value_exit_net": 9905.7547683876,
"total_value": 9906.2567391576,
"base_cost_quote": 881.042438614,
"unrealized_pnl_exit_net": -212.250049384
},
{
"timestamp": "2025-06-26T23:59:00+00:00",
"base_asset_bal": 19723.8999999986,
"quote_asset_bal": 9247.1044740662,
"total_value_mid": 9901.3462370661,
"total_value_exit_net": 9900.8555557439,
"total_value": 9901.3462370661,
"base_cost_quote": 871.0361685357,
"unrealized_pnl_exit_net": -217.285086858
},
{
"timestamp": "2025-06-27T23:59:00+00:00",
"base_asset_bal": 19267.2999999986,
"quote_asset_bal": 9262.1863207857,
"total_value_mid": 9910.5309657856,
"total_value_exit_net": 9910.0447073019,
"total_value": 9910.5309657856,
"base_cost_quote": 856.0197426567,
"unrealized_pnl_exit_net": -208.1613561405
},
{
"timestamp": "2025-06-28T23:59:00+00:00",
"base_asset_bal": 19264.8999999986,
"quote_asset_bal": 9262.2572081087,
"total_value_mid": 9913.7961261086,
"total_value_exit_net": 9913.3074719201,
"total_value": 9913.7961261086,
"base_cost_quote": 856.0214819602,
"unrealized_pnl_exit_net": -204.9712181488
},
{
"timestamp": "2025-06-29T23:59:00+00:00",
"base_asset_bal": 19265.8999999986,
"quote_asset_bal": 9262.2765470964,
"total_value_mid": 9915.9685340964,
"total_value_exit_net": 9915.4782651061,
"total_value": 9915.9685340964,
"base_cost_quote": 856.0221604687,
"unrealized_pnl_exit_net": -202.820442459
},
{
"timestamp": "2025-06-30T23:59:00+00:00",
"base_asset_bal": 18822.2999999986,
"quote_asset_bal": 9277.3724765862,
"total_value_mid": 9923.1655895861,
"total_value_exit_net": 9922.6812447514,
"total_value": 9923.1655895861,
"base_cost_quote": 841.0040903575,
"unrealized_pnl_exit_net": -195.6953221923
},
{
"timestamp": "2025-07-01T23:59:00+00:00",
"base_asset_bal": 19700.9999999986,
"quote_asset_bal": 9247.4138232864,
"total_value_mid": 9915.8687532864,
"total_value_exit_net": 9915.3674120889,
"total_value": 9915.8687532864,
"base_cost_quote": 871.0398843205,
"unrealized_pnl_exit_net": -203.086295518
},
{
"timestamp": "2025-07-02T23:59:00+00:00",
"base_asset_bal": 17944.8999999986,
"quote_asset_bal": 9307.6137801564,
"total_value_mid": 9933.5318921564,
"total_value_exit_net": 9933.0624535724,
"total_value": 9933.5318921564,
"base_cost_quote": 810.9714187345,
"unrealized_pnl_exit_net": -185.5227453185
},
{
"timestamp": "2025-07-03T23:59:00+00:00",
"base_asset_bal": 18232.8999999986,
"quote_asset_bal": 9297.6396547522,
"total_value_mid": 9930.8682717521,
"total_value_exit_net": 9930.3933502894,
"total_value": 9930.8682717521,
"base_cost_quote": 820.9805729742,
"unrealized_pnl_exit_net": -188.2268774371
},
{
"timestamp": "2025-07-04T23:59:00+00:00",
"base_asset_bal": 18812.1999999986,
"quote_asset_bal": 9277.6691706254,
"total_value_mid": 9925.5613386254,
"total_value_exit_net": 9925.0754194994,
"total_value": 9925.5613386254,
"base_cost_quote": 841.0011641645,
"unrealized_pnl_exit_net": -193.5949152906
},
{
"timestamp": "2025-07-05T23:59:00+00:00",
"base_asset_bal": 18667.4999999986,
"quote_asset_bal": 9282.7081705167,
"total_value_mid": 9924.6834955166,
"total_value_exit_net": 9924.2020140229,
"total_value": 9924.6834955166,
"base_cost_quote": 835.9987381567,
"unrealized_pnl_exit_net": -194.5048946506
},
{
"timestamp": "2025-07-06T23:59:00+00:00",
"base_asset_bal": 18376.8999999986,
"quote_asset_bal": 9292.7722544559,
"total_value_mid": 9931.9208364559,
"total_value_exit_net": 9931.4414750194,
"total_value": 9931.9208364559,
"base_cost_quote": 825.9828678837,
"unrealized_pnl_exit_net": -187.3136473203
},
{
"timestamp": "2025-07-07T23:59:00+00:00",
"base_asset_bal": 19101.0999999986,
"quote_asset_bal": 9267.7814353617,
"total_value_mid": 9924.8592753616,
"total_value_exit_net": 9924.3664669816,
"total_value": 9924.8592753616,
"base_cost_quote": 851.0076003672,
"unrealized_pnl_exit_net": -194.4225687473
},
{
"timestamp": "2025-07-08T23:59:00+00:00",
"base_asset_bal": 18810.8999999986,
"quote_asset_bal": 9277.8169621979,
"total_value_mid": 9929.2384291979,
"total_value_exit_net": 9928.7498630976,
"total_value": 9929.2384291979,
"base_cost_quote": 840.9963615652,
"unrealized_pnl_exit_net": -190.0634606655
},
{
"timestamp": "2025-07-09T23:59:00+00:00",
"base_asset_bal": 17805.5999999986,
"quote_asset_bal": 9312.9055240729,
"total_value_mid": 9937.1698600729,
"total_value_exit_net": 9936.7016618209,
"total_value": 9937.1698600729,
"base_cost_quote": 805.9625919297,
"unrealized_pnl_exit_net": -182.1664541818
},
{
"timestamp": "2025-07-10T23:59:00+00:00",
"base_asset_bal": 16954.3999999986,
"quote_asset_bal": 9343.0377563847,
"total_value_mid": 9951.5311723846,
"total_value_exit_net": 9951.0748023226,
"total_value": 9951.5311723846,
"base_cost_quote": 775.927865767,
"unrealized_pnl_exit_net": -167.8908198291
},
{
"timestamp": "2025-07-11T23:59:00+00:00",
"base_asset_bal": 18880.3999999985,
"quote_asset_bal": 9273.2083353857,
"total_value_mid": 9958.1892473856,
"total_value_exit_net": 9957.6755117016,
"total_value": 9958.1892473856,
"base_cost_quote": 846.0070677785,
"unrealized_pnl_exit_net": -161.5398914626
},
{
"timestamp": "2025-07-12T23:59:00+00:00",
"base_asset_bal": 18600.6999999985,
"quote_asset_bal": 9283.4478569672,
"total_value_mid": 9964.4194839671,
"total_value_exit_net": 9963.9087552469,
"total_value": 9964.4194839671,
"base_cost_quote": 835.9889438165,
"unrealized_pnl_exit_net": -155.5280455368
},
{
"timestamp": "2025-07-13T23:59:00+00:00",
"base_asset_bal": 19283.1999999985,
"quote_asset_bal": 9258.5013508627,
"total_value_mid": 9963.1094788626,
"total_value_exit_net": 9962.5810227666,
"total_value": 9963.1094788626,
"base_cost_quote": 861.016946751,
"unrealized_pnl_exit_net": -156.9372748471
},
{
"timestamp": "2025-07-14T23:59:00+00:00",
"base_asset_bal": 18734.8999999985,
"quote_asset_bal": 9278.6427256812,
"total_value_mid": 9960.0310386811,
"total_value_exit_net": 9959.5199974464,
"total_value": 9960.0310386811,
"base_cost_quote": 840.998540198,
"unrealized_pnl_exit_net": -160.1212684328
},
{
"timestamp": "2025-07-15T23:59:00+00:00",
"base_asset_bal": 19015.6999999985,
"quote_asset_bal": 9268.7417870302,
"total_value_mid": 9958.6313830301,
"total_value_exit_net": 9958.1139658331,
"total_value": 9958.6313830301,
"base_cost_quote": 851.01350179,
"unrealized_pnl_exit_net": -161.6413229871
},
{
"timestamp": "2025-07-16T23:59:00+00:00",
"base_asset_bal": 17791.1999999985,
"quote_asset_bal": 9313.9332434829,
"total_value_mid": 9981.4590674829,
"total_value_exit_net": 9980.9584231149,
"total_value": 9981.4590674829,
"base_cost_quote": 805.960529384,
"unrealized_pnl_exit_net": -138.9353497521
},
{
"timestamp": "2025-07-17T23:59:00+00:00",
"base_asset_bal": 17129.9999999985,
"quote_asset_bal": 9339.1605246842,
"total_value_mid": 9985.4754246841,
"total_value_exit_net": 9984.9906885091,
"total_value": 9985.4754246841,
"base_cost_quote": 780.9355977512,
"unrealized_pnl_exit_net": -135.1054339263
},
{
"timestamp": "2025-07-18T23:59:00+00:00",
"base_asset_bal": 16868.0999999985,
"quote_asset_bal": 9349.4357127997,
"total_value_mid": 9994.3031757996,
"total_value_exit_net": 9993.8195252024,
"total_value": 9994.3031757996,
"base_cost_quote": 770.9211435395,
"unrealized_pnl_exit_net": -126.5373311368
},
{
"timestamp": "2025-07-19T23:59:00+00:00",
"base_asset_bal": 17926.6999999985,
"quote_asset_bal": 9309.4480639682,
"total_value_mid": 9981.6993139681,
"total_value_exit_net": 9981.1951255306,
"total_value": 9981.6993139681,
"base_cost_quote": 810.9698375495,
"unrealized_pnl_exit_net": -139.2227759871
},
{
"timestamp": "2025-07-20T23:59:00+00:00",
"base_asset_bal": 17790.9999999985,
"quote_asset_bal": 9314.5589055814,
"total_value_mid": 9985.9912455814,
"total_value_exit_net": 9985.4876713264,
"total_value": 9985.9912455814,
"base_cost_quote": 805.9588571307,
"unrealized_pnl_exit_net": -135.0300913858
},
{
"timestamp": "2025-07-21T23:59:00+00:00",
"base_asset_bal": 16604.1999999985,
"quote_asset_bal": 9359.7974914279,
"total_value_mid": 9993.7458474279,
"total_value_exit_net": 9993.2703861608,
"total_value": 9993.7458474279,
"base_cost_quote": 760.9049380152,
"unrealized_pnl_exit_net": -127.4320432823
},
{
"timestamp": "2025-07-22T23:59:00+00:00",
"base_asset_bal": 16474.2999999985,
"quote_asset_bal": 9365.0438311869,
"total_value_mid": 9996.5037501868,
"total_value_exit_net": 9996.0301552476,
"total_value": 9996.5037501868,
"base_cost_quote": 755.8970649252,
"unrealized_pnl_exit_net": -124.9107408646
},
{
"timestamp": "2025-07-23T23:59:00+00:00",
"base_asset_bal": 18627.5999999985,
"quote_asset_bal": 9285.1723903599,
"total_value_mid": 9976.0700743598,
"total_value_exit_net": 9975.5519010968,
"total_value": 9976.0700743598,
"base_cost_quote": 835.991347618,
"unrealized_pnl_exit_net": -145.6118368811
},
{
"timestamp": "2025-07-24T23:59:00+00:00",
"base_asset_bal": 17418.3999999984,
"quote_asset_bal": 9330.4486165567,
"total_value_mid": 9980.1549365566,
"total_value_exit_net": 9979.6676568166,
"total_value": 9980.1549365566,
"base_cost_quote": 790.9451953233,
"unrealized_pnl_exit_net": -141.7261550633
},
{
"timestamp": "2025-07-25T23:59:00+00:00",
"base_asset_bal": 18362.5999999984,
"quote_asset_bal": 9295.5438985017,
"total_value_mid": 9975.8782285016,
"total_value_exit_net": 9975.3679777541,
"total_value": 9975.8782285016,
"base_cost_quote": 825.9866026827,
"unrealized_pnl_exit_net": -146.1625234303
},
{
"timestamp": "2025-07-26T23:59:00+00:00",
"base_asset_bal": 17420.2999999984,
"quote_asset_bal": 9330.6223952379,
"total_value_mid": 9983.0126302379,
"total_value_exit_net": 9982.5233375616,
"total_value": 9983.0126302379,
"base_cost_quote": 790.9482376033,
"unrealized_pnl_exit_net": -139.0472952796
},
{
"timestamp": "2025-07-27T23:59:00+00:00",
"base_asset_bal": 17688.0999999984,
"quote_asset_bal": 9320.6393475074,
"total_value_mid": 9981.1130015074,
"total_value_exit_net": 9980.6176462669,
"total_value": 9981.1130015074,
"base_cost_quote": 800.9607453563,
"unrealized_pnl_exit_net": -140.9824465968
},
{
"timestamp": "2025-07-28T23:59:00+00:00",
"base_asset_bal": 19041.6999999984,
"quote_asset_bal": 9270.6728621842,
"total_value_mid": 9967.4086651841,
"total_value_exit_net": 9966.8861133319,
"total_value": 9967.4086651841,
"base_cost_quote": 851.011372194,
"unrealized_pnl_exit_net": -154.7981210463
},
{
"timestamp": "2025-07-29T23:59:00+00:00",
"base_asset_bal": 16111.0999999984,
"quote_asset_bal": 9381.9009036929,
"total_value_mid": 10021.3504626929,
"total_value_exit_net": 10020.8708755236,
"total_value": 10021.3504626929,
"base_cost_quote": 740.8907936565,
"unrealized_pnl_exit_net": -101.9208218258
},
{
"timestamp": "2025-07-30T23:59:00+00:00",
"base_asset_bal": 18738.0999999984,
"quote_asset_bal": 9282.2733788169,
"total_value_mid": 9963.4033138169,
"total_value_exit_net": 9962.8924663656,
"total_value": 9963.4033138169,
"base_cost_quote": 841.0142869992,
"unrealized_pnl_exit_net": -160.3951994506
},
{
"timestamp": "2025-07-31T23:59:00+00:00",
"base_asset_bal": 21551.8999999984,
"quote_asset_bal": 9182.3180126692,
"total_value_mid": 9933.6172466691,
"total_value_exit_net": 9933.0537722436,
"total_value": 9933.6172466691,
"base_cost_quote": 941.1319269552,
"unrealized_pnl_exit_net": -190.3961673808
},
{
"timestamp": "2025-08-01T23:59:00+00:00",
"base_asset_bal": 23450.7999999983,
"quote_asset_bal": 9117.5348950375,
"total_value_mid": 9908.9993950374,
"total_value_exit_net": 9908.4057966624,
"total_value": 9908.9993950374,
"base_cost_quote": 1006.2003537017,
"unrealized_pnl_exit_net": -215.3294520768
},
{
"timestamp": "2025-08-02T23:59:00+00:00",
"base_asset_bal": 26044.3999999983,
"quote_asset_bal": 9032.5674993492,
"total_value_mid": 9871.9785113492,
"total_value_exit_net": 9871.3489530902,
"total_value": 9871.9785113492,
"base_cost_quote": 1091.2966661052,
"unrealized_pnl_exit_net": -252.5152123643
},
{
"timestamp": "2025-08-03T23:59:00+00:00",
"base_asset_bal": 24964.7999999983,
"quote_asset_bal": 9067.7851745382,
"total_value_mid": 9880.8887105382,
"total_value_exit_net": 9880.2788828862,
"total_value": 9880.8887105382,
"base_cost_quote": 1056.2599202392,
"unrealized_pnl_exit_net": -243.7662118913
},
{
"timestamp": "2025-08-04T23:59:00+00:00",
"base_asset_bal": 23746.3999999983,
"quote_asset_bal": 9107.916033448,
"total_value_mid": 9896.2965134479,
"total_value_exit_net": 9895.7052280879,
"total_value": 9896.2965134479,
"base_cost_quote": 1016.2149630297,
"unrealized_pnl_exit_net": -228.4257683898
},
{
"timestamp": "2025-08-05T23:59:00+00:00",
"base_asset_bal": 25577.9999999983,
"quote_asset_bal": 9047.9219768377,
"total_value_mid": 9878.9511968376,
"total_value_exit_net": 9878.3279249226,
"total_value": 9878.9511968376,
"base_cost_quote": 1076.2753235415,
"unrealized_pnl_exit_net": -245.8693754566
},
{
"timestamp": "2025-08-06T23:59:00+00:00",
"base_asset_bal": 25732.4999999983,
"quote_asset_bal": 9042.999382638,
"total_value_mid": 9876.4750576379,
"total_value_exit_net": 9875.8499508816,
"total_value": 9876.4750576379,
"base_cost_quote": 1081.281785574,
"unrealized_pnl_exit_net": -248.4312173303
},
{
"timestamp": "2025-08-07T23:59:00+00:00",
"base_asset_bal": 23897.7999999983,
"quote_asset_bal": 9103.182844409,
"total_value_mid": 9895.8728704089,
"total_value_exit_net": 9895.2783528894,
"total_value": 9895.8728704089,
"base_cost_quote": 1021.2198338697,
"unrealized_pnl_exit_net": -229.1243253893
},
{
"timestamp": "2025-08-08T23:59:00+00:00",
"base_asset_bal": 23746.0999999983,
"quote_asset_bal": 9108.255439137,
"total_value_mid": 9899.0005691369,
"total_value_exit_net": 9898.4075102894,
"total_value": 9899.0005691369,
"base_cost_quote": 1016.2161619282,
"unrealized_pnl_exit_net": -226.0640907758
},
{
"timestamp": "2025-08-09T23:59:00+00:00",
"base_asset_bal": 22852.9999999983,
"quote_asset_bal": 9138.3987523832,
"total_value_mid": 9910.3730923831,
"total_value_exit_net": 9909.7941116281,
"total_value": 9910.3730923831,
"base_cost_quote": 986.18452408,
"unrealized_pnl_exit_net": -214.7891648351
},
{
"timestamp": "2025-08-10T23:59:00+00:00",
"base_asset_bal": 22120.3999999983,
"quote_asset_bal": 9163.6630067152,
"total_value_mid": 9923.2775427151,
"total_value_exit_net": 9922.7078318131,
"total_value": 9923.2775427151,
"base_cost_quote": 961.1529134417,
"unrealized_pnl_exit_net": -202.1080883438
},
{
"timestamp": "2025-08-11T23:59:00+00:00",
"base_asset_bal": 22854.5999999983,
"quote_asset_bal": 9138.7724030925,
"total_value_mid": 9914.4575270924,
"total_value_exit_net": 9913.8757632494,
"total_value": 9914.4575270924,
"base_cost_quote": 986.1836804477,
"unrealized_pnl_exit_net": -211.0803202908
},
{
"timestamp": "2025-08-12T23:59:00+00:00",
"base_asset_bal": 23157.1999999983,
"quote_asset_bal": 9128.8719481355,
"total_value_mid": 9920.3850441354,
"total_value_exit_net": 9919.7914093134,
"total_value": 9920.3850441354,
"base_cost_quote": 996.1953075407,
"unrealized_pnl_exit_net": -205.2758463628
},
{
"timestamp": "2025-08-13T23:59:00+00:00",
"base_asset_bal": 22134.8999999983,
"quote_asset_bal": 9164.0236702227,
"total_value_mid": 9928.5631162227,
"total_value_exit_net": 9927.9897116382,
"total_value": 9928.5631162227,
"base_cost_quote": 961.1547328052,
"unrealized_pnl_exit_net": -197.1886913898
},
{
"timestamp": "2025-08-14T23:59:00+00:00",
"base_asset_bal": 22563.4999999983,
"quote_asset_bal": 9149.3339164907,
"total_value_mid": 9918.7492664907,
"total_value_exit_net": 9918.1722049782,
"total_value": 9918.7492664907,
"base_cost_quote": 976.1616195352,
"unrealized_pnl_exit_net": -207.3233310478
},
{
"timestamp": "2025-08-15T23:59:00+00:00",
"base_asset_bal": 23611.8999999983,
"quote_asset_bal": 9114.4117736905,
"total_value_mid": 9899.5074486904,
"total_value_exit_net": 9898.9186269341,
"total_value": 9899.5074486904,
"base_cost_quote": 1011.202973855,
"unrealized_pnl_exit_net": -226.6961206113
},
{
"timestamp": "2025-08-16T23:59:00+00:00",
"base_asset_bal": 23613.0999999983,
"quote_asset_bal": 9114.44160577,
"total_value_mid": 9900.0494427699,
"total_value_exit_net": 9899.4602368921,
"total_value": 9900.0494427699,
"base_cost_quote": 1011.2028317485,
"unrealized_pnl_exit_net": -226.1842006263
},
{
"timestamp": "2025-08-17T23:59:00+00:00",
"base_asset_bal": 23310.6999999983,
"quote_asset_bal": 9124.5325652834,
"total_value_mid": 9904.7416942834,
"total_value_exit_net": 9904.1565374366,
"total_value": 9904.7416942834,
"base_cost_quote": 1001.188148365,
"unrealized_pnl_exit_net": -221.5641762118
},
{
"timestamp": "2025-08-18T23:59:00+00:00",
"base_asset_bal": 24215.3999999983,
"quote_asset_bal": 9094.578418504,
"total_value_mid": 9890.2964625039,
"total_value_exit_net": 9889.6996739709,
"total_value": 9890.2964625039,
"base_cost_quote": 1031.219735175,
"unrealized_pnl_exit_net": -236.0984797081
},
{
"timestamp": "2025-08-19T23:59:00+00:00",
"base_asset_bal": 25286.6999999983,
"quote_asset_bal": 9059.6276249514,
"total_value_mid": 9878.4109709514,
"total_value_exit_net": 9877.7968834419,
"total_value": 9878.4109709514,
"base_cost_quote": 1066.2580632267,
"unrealized_pnl_exit_net": -248.0888047363
},
{
"timestamp": "2025-08-20T23:59:00+00:00",
"base_asset_bal": 23015.0999999982,
"quote_asset_bal": 9134.9223779627,
"total_value_mid": 9912.8327579626,
"total_value_exit_net": 9912.2493251776,
"total_value": 9912.8327579626,
"base_cost_quote": 991.1755795662,
"unrealized_pnl_exit_net": -213.8486323513
},
{
"timestamp": "2025-08-21T23:59:00+00:00",
"base_asset_bal": 22720.4999999982,
"quote_asset_bal": 9145.112248368,
"total_value_mid": 9923.7437833679,
"total_value_exit_net": 9923.1598097166,
"total_value": 9923.7437833679,
"base_cost_quote": 981.166919697,
"unrealized_pnl_exit_net": -203.1193583483
},
{
"timestamp": "2025-08-22T23:59:00+00:00",
"base_asset_bal": 21681.6999999982,
"quote_asset_bal": 9180.4160873832,
"total_value_mid": 9936.6737833831,
"total_value_exit_net": 9936.1065901111,
"total_value": 9936.6737833831,
"base_cost_quote": 946.1341418047,
"unrealized_pnl_exit_net": -190.4436390768
},
{
"timestamp": "2025-08-23T23:59:00+00:00",
"base_asset_bal": 20538.0999999982,
"quote_asset_bal": 9220.6510655315,
"total_value_mid": 9945.2352335314,
"total_value_exit_net": 9944.6917954054,
"total_value": 9945.2352335314,
"base_cost_quote": 906.0876294297,
"unrealized_pnl_exit_net": -182.0468995558
},
{
"timestamp": "2025-08-24T23:59:00+00:00",
"base_asset_bal": 19212.8999999982,
"quote_asset_bal": 9271.0264873352,
"total_value_mid": 9934.4479243351,
"total_value_exit_net": 9933.9503582574,
"total_value": 9934.4479243351,
"base_cost_quote": 856.035413401,
"unrealized_pnl_exit_net": -193.1115424788
},
{
"timestamp": "2025-08-25T23:59:00+00:00",
"base_asset_bal": 18718.4999999981,
"quote_asset_bal": 9292.38654674,
"total_value_mid": 9943.2287917399,
"total_value_exit_net": 9942.7406600562,
"total_value": 9943.2287917399,
"base_cost_quote": 836.0031064305,
"unrealized_pnl_exit_net": -185.6489931143
},
{
"timestamp": "2025-08-26T23:59:00+00:00",
"base_asset_bal": 16015.8999999981,
"quote_asset_bal": 9388.228637161,
"total_value_mid": 9985.3013891609,
"total_value_exit_net": 9984.8535845969,
"total_value": 9985.3013891609,
"base_cost_quote": 740.8968471932,
"unrealized_pnl_exit_net": -144.2718997573
},
{
"timestamp": "2025-08-27T23:59:00+00:00",
"base_asset_bal": 18618.399999998,
"quote_asset_bal": 9293.3406835413,
"total_value_mid": 9963.9754515412,
"total_value_exit_net": 9963.4724754652,
"total_value": 9963.9754515412,
"base_cost_quote": 836.000302329,
"unrealized_pnl_exit_net": -165.8685104051
},
{
"timestamp": "2025-08-28T23:59:00+00:00",
"base_asset_bal": 17371.399999998,
"quote_asset_bal": 9338.8845833013,
"total_value_mid": 9982.1475253012,
"total_value_exit_net": 9981.6650780947,
"total_value": 9982.1475253012,
"base_cost_quote": 790.9537036997,
"unrealized_pnl_exit_net": -148.1732089063
},
{
"timestamp": "2025-08-29T23:59:00+00:00",
"base_asset_bal": 18454.499999998,
"quote_asset_bal": 9299.2136530618,
"total_value_mid": 9970.2192730617,
"total_value_exit_net": 9969.7160188467,
"total_value": 9970.2192730617,
"base_cost_quote": 830.996132014,
"unrealized_pnl_exit_net": -160.4937662291
},
{
"timestamp": "2025-08-30T23:59:00+00:00",
"base_asset_bal": 17021.899999998,
"quote_asset_bal": 9354.609876267,
"total_value_mid": 9975.5687882669,
"total_value_exit_net": 9975.1030690829,
"total_value": 9975.5687882669,
"base_cost_quote": 775.9304627132,
"unrealized_pnl_exit_net": -155.4372698973
},
{
"timestamp": "2025-08-31T23:59:00+00:00",
"base_asset_bal": 16883.499999998,
"quote_asset_bal": 9359.6849586965,
"total_value_mid": 9973.9066886964,
"total_value_exit_net": 9973.4460223989,
"total_value": 9973.9066886964,
"base_cost_quote": 770.9250654787,
"unrealized_pnl_exit_net": -157.1640017763
},
{
"timestamp": "2025-09-01T23:59:00+00:00",
"base_asset_bal": 18575.599999998,
"quote_asset_bal": 9299.8163821705,
"total_value_mid": 9951.0769181704,
"total_value_exit_net": 9950.5884727684,
"total_value": 9951.0769181704,
"base_cost_quote": 830.989843301,
"unrealized_pnl_exit_net": -180.2177527031
},
{
"timestamp": "2025-09-02T23:59:00+00:00",
"base_asset_bal": 18861.299999998,
"quote_asset_bal": 9289.8972230938,
"total_value_mid": 9953.2491440937,
"total_value_exit_net": 9952.7516301529,
"total_value": 9953.2491440937,
"base_cost_quote": 840.9941399002,
"unrealized_pnl_exit_net": -178.1397328411
},
{
"timestamp": "2025-09-03T23:59:00+00:00",
"base_asset_bal": 19577.499999998,
"quote_asset_bal": 9264.8988471113,
"total_value_mid": 9943.6507721112,
"total_value_exit_net": 9943.1417081674,
"total_value": 9943.6507721112,
"base_cost_quote": 866.0182579232,
"unrealized_pnl_exit_net": -187.7753968671
},
{
"timestamp": "2025-09-04T23:59:00+00:00",
"base_asset_bal": 21040.199999998,
"quote_asset_bal": 9214.8872829365,
"total_value_mid": 9928.7812689365,
"total_value_exit_net": 9928.245848447,
"total_value": 9928.7812689365,
"base_cost_quote": 916.0727506582,
"unrealized_pnl_exit_net": -202.7141851478
},
{
"timestamp": "2025-09-05T23:59:00+00:00",
"base_asset_bal": 20891.4999999979,
"quote_asset_bal": 9219.9636559008,
"total_value_mid": 9931.9459759007,
"total_value_exit_net": 9931.4119891607,
"total_value": 9931.9459759007,
"base_cost_quote": 911.0680299308,
"unrealized_pnl_exit_net": -199.6196966708
},
{
"timestamp": "2025-09-06T23:59:00+00:00",
"base_asset_bal": 21196.4999999979,
"quote_asset_bal": 9210.023582345,
"total_value_mid": 9920.318297345,
"total_value_exit_net": 9919.7855763087,
"total_value": 9920.318297345,
"base_cost_quote": 921.0802985045,
"unrealized_pnl_exit_net": -211.3183045408
},
{
"timestamp": "2025-09-07T23:59:00+00:00",
"base_asset_bal": 21047.0999999979,
"quote_asset_bal": 9215.0732990888,
"total_value_mid": 9922.8872720887,
"total_value_exit_net": 9922.356411609,
"total_value": 9922.8872720887,
"base_cost_quote": 916.0733411007,
"unrealized_pnl_exit_net": -208.7902285806
},
{
"timestamp": "2025-09-08T23:59:00+00:00",
"base_asset_bal": 20897.9999999979,
"quote_asset_bal": 9220.1325935273,
"total_value_mid": 9927.7388735272,
"total_value_exit_net": 9927.2081688172,
"total_value": 9927.7388735272,
"base_cost_quote": 911.066231583,
"unrealized_pnl_exit_net": -203.9906562931
},
{
"timestamp": "2025-09-09T23:59:00+00:00",
"base_asset_bal": 21191.2999999979,
"quote_asset_bal": 9210.2140914923,
"total_value_mid": 9929.6587264922,
"total_value_exit_net": 9929.119143016,
"total_value": 9929.6587264922,
"base_cost_quote": 921.0768689342,
"unrealized_pnl_exit_net": -202.1718174106
},
{
"timestamp": "2025-09-10T23:59:00+00:00",
"base_asset_bal": 21041.8999999979,
"quote_asset_bal": 9215.2637015288,
"total_value_mid": 9931.5299775287,
"total_value_exit_net": 9930.9927778217,
"total_value": 9931.5299775287,
"base_cost_quote": 916.0699155335,
"unrealized_pnl_exit_net": -200.3408392406
},
{
"timestamp": "2025-09-11T23:59:00+00:00",
"base_asset_bal": 21042.1999999979,
"quote_asset_bal": 9215.303827656,
"total_value_mid": 9932.422003656,
"total_value_exit_net": 9931.884165024,
"total_value": 9932.422003656,
"base_cost_quote": 916.0711514597,
"unrealized_pnl_exit_net": -199.4908140918
},
{
"timestamp": "2025-09-12T23:59:00+00:00",
"base_asset_bal": 20895.2999999979,
"quote_asset_bal": 9220.350588611,
"total_value_mid": 9935.387754611,
"total_value_exit_net": 9934.8514767365,
"total_value": 9935.387754611,
"base_cost_quote": 911.0664547503,
"unrealized_pnl_exit_net": -196.5655666248
},
{
"timestamp": "2025-09-13T23:59:00+00:00",
"base_asset_bal": 19880.4999999979,
"quote_asset_bal": 9255.483053869,
"total_value_mid": 9947.722063869,
"total_value_exit_net": 9947.2028846115,
"total_value": 9947.722063869,
"base_cost_quote": 876.029025372,
"unrealized_pnl_exit_net": -184.3091946296
},
{
"timestamp": "2025-09-14T23:59:00+00:00",
"base_asset_bal": 20312.8999999979,
"quote_asset_bal": 9240.5419772108,
"total_value_mid": 9936.4619312107,
"total_value_exit_net": 9935.9399912452,
"total_value": 9936.4619312107,
"base_cost_quote": 891.0470104195,
"unrealized_pnl_exit_net": -195.6489963851
},
{
"timestamp": "2025-09-15T23:59:00+00:00",
"base_asset_bal": 21344.9999999979,
"quote_asset_bal": 9205.530774908,
"total_value_mid": 9924.430374908,
"total_value_exit_net": 9923.891200208,
"total_value": 9924.430374908,
"base_cost_quote": 926.086916654,
"unrealized_pnl_exit_net": -207.7264913541
},
{
"timestamp": "2025-09-16T23:59:00+00:00",
"base_asset_bal": 22546.1999999979,
"quote_asset_bal": 9165.564028856,
"total_value_mid": 9909.814090856,
"total_value_exit_net": 9909.2559033095,
"total_value": 9909.814090856,
"base_cost_quote": 966.1264888277,
"unrealized_pnl_exit_net": -222.4346143743
},
{
"timestamp": "2025-09-17T23:59:00+00:00",
"base_asset_bal": 22547.3999999979,
"quote_asset_bal": 9165.644623829,
"total_value_mid": 9913.316407829,
"total_value_exit_net": 9912.755653991,
"total_value": 9913.316407829,
"base_cost_quote": 966.1288035625,
"unrealized_pnl_exit_net": -219.0177734006
},
{
"timestamp": "2025-09-18T23:59:00+00:00",
"base_asset_bal": 21202.6999999979,
"quote_asset_bal": 9210.877109069,
"total_value_mid": 9931.556882069,
"total_value_exit_net": 9931.0163722392,
"total_value": 9931.556882069,
"base_cost_quote": 921.078483144,
"unrealized_pnl_exit_net": -200.9392199738
},
{
"timestamp": "2025-09-19T23:59:00+00:00",
"base_asset_bal": 21954.2999999979,
"quote_asset_bal": 9185.935168333,
"total_value_mid": 9913.281127333,
"total_value_exit_net": 9912.7356178637,
"total_value": 9913.281127333,
"base_cost_quote": 946.103221632,
"unrealized_pnl_exit_net": -219.3027721013
},
{
"timestamp": "2025-09-20T23:59:00+00:00",
"base_asset_bal": 20345.3999999979,
"quote_asset_bal": 9241.6006509148,
"total_value_mid": 9938.0236929147,
"total_value_exit_net": 9937.5013756332,
"total_value": 9938.0236929147,
"base_cost_quote": 891.05030689,
"unrealized_pnl_exit_net": -195.1495821716
},
{
"timestamp": "2025-09-21T23:59:00+00:00",
"base_asset_bal": 21967.9999999979,
"quote_asset_bal": 9186.672783767,
"total_value_mid": 9915.351343767,
"total_value_exit_net": 9914.804834847,
"total_value": 9915.351343767,
"base_cost_quote": 946.1121022875,
"unrealized_pnl_exit_net": -217.9800512076
},
{
"timestamp": "2025-09-22T23:59:00+00:00",
"base_asset_bal": 21238.1999999978,
"quote_asset_bal": 9212.2527105437,
"total_value_mid": 9922.2457365437,
"total_value_exit_net": 9921.7132417742,
"total_value": 9922.2457365437,
"base_cost_quote": 921.0845176665,
"unrealized_pnl_exit_net": -211.6239864361
},
{
"timestamp": "2025-09-23T23:59:00+00:00",
"base_asset_bal": 20804.3999999978,
"quote_asset_bal": 9227.4863335812,
"total_value_mid": 9913.6154455812,
"total_value_exit_net": 9913.1008487472,
"total_value": 9913.6154455812,
"base_cost_quote": 906.0636204365,
"unrealized_pnl_exit_net": -220.4491052706
},
{
"timestamp": "2025-09-24T23:59:00+00:00",
"base_asset_bal": 21111.3999999978,
"quote_asset_bal": 9217.5351647412,
"total_value_mid": 9904.2890067412,
"total_value_exit_net": 9903.7739413597,
"total_value": 9904.2890067412,
"base_cost_quote": 916.074605048,
"unrealized_pnl_exit_net": -229.8358284296
},
{
"timestamp": "2025-09-25T23:59:00+00:00",
"base_asset_bal": 23150.4999999978,
"quote_asset_bal": 9152.5689285675,
"total_value_mid": 9877.8740935674,
"total_value_exit_net": 9877.3301146937,
"total_value": 9877.8740935674,
"base_cost_quote": 981.139278982,
"unrealized_pnl_exit_net": -256.3780928558
},
{
"timestamp": "2025-09-26T23:59:00+00:00",
"base_asset_bal": 22046.7999999978,
"quote_asset_bal": 9187.732838039,
"total_value_mid": 9896.5374580389,
"total_value_exit_net": 9896.0058545739,
"total_value": 9896.5374580389,
"base_cost_quote": 946.1047157518,
"unrealized_pnl_exit_net": -237.8316992168
},
{
"timestamp": "2025-09-27T23:59:00+00:00",
"base_asset_bal": 21890.9999999978,
"quote_asset_bal": 9192.791974752,
"total_value_mid": 9894.6174347519,
"total_value_exit_net": 9894.0910656569,
"total_value": 9894.6174347519,
"base_cost_quote": 941.0997848668,
"unrealized_pnl_exit_net": -239.8006939618
},
{
"timestamp": "2025-09-28T23:59:00+00:00",
"base_asset_bal": 21735.0999999978,
"quote_asset_bal": 9197.8426966027,
"total_value_mid": 9897.9302676027,
"total_value_exit_net": 9897.4052019244,
"total_value": 9897.9302676027,
"base_cost_quote": 936.0931467022,
"unrealized_pnl_exit_net": -236.5306413806
},
{
"timestamp": "2025-09-29T23:59:00+00:00",
"base_asset_bal": 21889.7999999978,
"quote_asset_bal": 9192.8583998155,
"total_value_mid": 9898.1477558154,
"total_value_exit_net": 9897.6187887984,
"total_value": 9898.1477558154,
"base_cost_quote": 941.0967826168,
"unrealized_pnl_exit_net": -236.3363936338
},
{
"timestamp": "2025-09-30T23:59:00+00:00",
"base_asset_bal": 22046.0999999978,
"quote_asset_bal": 9187.8772090815,
"total_value_mid": 9895.3365580814,
"total_value_exit_net": 9894.8059635697,
"total_value": 9895.3365580814,
"base_cost_quote": 946.103822082,
"unrealized_pnl_exit_net": -239.1750675938
},
{
"timestamp": "2025-10-01T23:59:00+00:00",
"base_asset_bal": 21424.5999999978,
"quote_asset_bal": 9207.9434131102,
"total_value_mid": 9905.9568811102,
"total_value_exit_net": 9905.4333710092,
"total_value": 9905.9568811102,
"base_cost_quote": 926.0825794035,
"unrealized_pnl_exit_net": -228.5926215046
},
{
"timestamp": "2025-10-02T23:59:00+00:00",
"base_asset_bal": 20810.8999999978,
"quote_asset_bal": 9227.9981471365,
"total_value_mid": 9909.5551221364,
"total_value_exit_net": 9909.0439544052,
"total_value": 9909.5551221364,
"base_cost_quote": 906.0656379485,
"unrealized_pnl_exit_net": -225.0198306798
},
{
"timestamp": "2025-10-03T23:59:00+00:00",
"base_asset_bal": 20809.5999999978,
"quote_asset_bal": 9228.0729051415,
"total_value_mid": 9912.5006491414,
"total_value_exit_net": 9911.9873283334,
"total_value": 9912.5006491414,
"base_cost_quote": 906.0622353985,
"unrealized_pnl_exit_net": -222.1478122066
},
{
"timestamp": "2025-10-04T23:59:00+00:00",
"base_asset_bal": 20961.8999999978,
"quote_asset_bal": 9223.0722813557,
"total_value_mid": 9912.0899343556,
"total_value_exit_net": 9911.5731711159,
"total_value": 9912.0899343556,
"base_cost_quote": 911.0690426897,
"unrealized_pnl_exit_net": -222.5681529296
},
{
"timestamp": "2025-10-05T23:59:00+00:00",
"base_asset_bal": 20962.4999999978,
"quote_asset_bal": 9223.089266999,
"total_value_mid": 9910.8688919989,
"total_value_exit_net": 9910.3530572801,
"total_value": 9910.8688919989,
"base_cost_quote": 911.0705518207,
"unrealized_pnl_exit_net": -223.8067615396
},
{
"timestamp": "2025-10-06T23:59:00+00:00",
"base_asset_bal": 20203.4999999978,
"quote_asset_bal": 9248.1722837255,
"total_value_mid": 9918.1203437254,
"total_value_exit_net": 9917.6178826804,
"total_value": 9918.1203437254,
"base_cost_quote": 886.045728269,
"unrealized_pnl_exit_net": -216.6001293141
},
{
"timestamp": "2025-10-07T23:59:00+00:00",
"base_asset_bal": 20961.4999999978,
"quote_asset_bal": 9223.1874314247,
"total_value_mid": 9911.3534764246,
"total_value_exit_net": 9910.8373518909,
"total_value": 9911.3534764246,
"base_cost_quote": 911.0701445155,
"unrealized_pnl_exit_net": -223.4202240493
},
{
"timestamp": "2025-10-08T23:59:00+00:00",
"base_asset_bal": 20354.1999999978,
"quote_asset_bal": 9243.2437654375,
"total_value_mid": 9918.1890374374,
"total_value_exit_net": 9917.6828284834,
"total_value": 9918.1890374374,
"base_cost_quote": 891.050278869,
"unrealized_pnl_exit_net": -216.6112158231
},
{
"timestamp": "2025-10-09T23:59:00+00:00",
"base_asset_bal": 21426.8999999978,
"quote_asset_bal": 9208.2322026462,
"total_value_mid": 9902.0352246461,
"total_value_exit_net": 9901.5148723796,
"total_value": 9902.0352246461,
"base_cost_quote": 926.0863822535,
"unrealized_pnl_exit_net": -232.8037125201
},
{
"timestamp": "2025-10-10T23:59:00+00:00",
"base_asset_bal": 22412.1999999978,
"quote_asset_bal": 9178.6078681712,
"total_value_mid": 9860.3869921711,
"total_value_exit_net": 9859.8756578281,
"total_value": 9860.3869921711,
"base_cost_quote": 956.1162547787,
"unrealized_pnl_exit_net": -274.8484651218
},
{
"timestamp": "2025-10-11T23:59:00+00:00",
"base_asset_bal": 22412.5999999978,
"quote_asset_bal": 9178.7867722442,
"total_value_mid": 9859.2333082441,
"total_value_exit_net": 9858.7229733421,
"total_value": 9859.2333082441,
"base_cost_quote": 956.1184884528,
"unrealized_pnl_exit_net": -276.1822873548
},
{
"timestamp": "2025-10-12T23:59:00+00:00",
"base_asset_bal": 21908.7999999978,
"quote_asset_bal": 9193.89705699,
"total_value_mid": 9881.3952009899,
"total_value_exit_net": 9880.8795773819,
"total_value": 9881.3952009899,
"base_cost_quote": 941.100612487,
"unrealized_pnl_exit_net": -254.1180920951
},
{
"timestamp": "2025-10-13T23:59:00+00:00",
"base_asset_bal": 21587.2999999978,
"quote_asset_bal": 9204.0122327777,
"total_value_mid": 9892.2153567776,
"total_value_exit_net": 9891.6992044346,
"total_value": 9892.2153567776,
"base_cost_quote": 931.0891024817,
"unrealized_pnl_exit_net": -243.4021308248
},
{
"timestamp": "2025-10-14T23:59:00+00:00",
"base_asset_bal": 21119.7999999978,
"quote_asset_bal": 9219.4308045717,
"total_value_mid": 9908.7810765716,
"total_value_exit_net": 9908.2640638676,
"total_value": 9908.7810765716,
"base_cost_quote": 916.0744549355,
"unrealized_pnl_exit_net": -227.2411956396
},
{
"timestamp": "2025-10-15T23:59:00+00:00",
"base_asset_bal": 22510.0999999978,
"quote_asset_bal": 9174.4958555245,
"total_value_mid": 9900.4465805244,
"total_value_exit_net": 9899.9021174806,
"total_value": 9900.4465805244,
"base_cost_quote": 961.125255714,
"unrealized_pnl_exit_net": -235.7189937578
},
{
"timestamp": "2025-10-16T23:59:00+00:00",
"base_asset_bal": 24876.4999999978,
"quote_asset_bal": 9099.5041582837,
"total_value_mid": 9879.1336682836,
"total_value_exit_net": 9878.5489461511,
"total_value": 9879.1336682836,
"base_cost_quote": 1036.1976187898,
"unrealized_pnl_exit_net": -257.1528309223
},
{
"timestamp": "2025-10-17T23:59:00+00:00",
"base_asset_bal": 25199.2999999978,
"quote_asset_bal": 9089.6013658757,
"total_value_mid": 9872.5436168756,
"total_value_exit_net": 9871.9564101874,
"total_value": 9872.5436168756,
"base_cost_quote": 1046.2093859878,
"unrealized_pnl_exit_net": -263.8543416761
},
{
"timestamp": "2025-10-18T23:59:00+00:00",
"base_asset_bal": 24717.3999999978,
"quote_asset_bal": 9104.6477743162,
"total_value_mid": 9877.8080463161,
"total_value_exit_net": 9877.2281761121,
"total_value": 9877.8080463161,
"base_cost_quote": 1031.1950176508,
"unrealized_pnl_exit_net": -258.6146158548
},
{
"timestamp": "2025-10-19T23:59:00+00:00",
"base_asset_bal": 22982.9999999978,
"quote_asset_bal": 9159.7832987405,
"total_value_mid": 9898.2270887404,
"total_value_exit_net": 9897.6732558979,
"total_value": 9898.2270887404,
"base_cost_quote": 976.137974815,
"unrealized_pnl_exit_net": -238.2480176576
},
{
"timestamp": "2025-10-20T23:59:00+00:00",
"base_asset_bal": 21586.5999999978,
"quote_asset_bal": 9204.9925859315,
"total_value_mid": 9918.8614479314,
"total_value_exit_net": 9918.3260462849,
"total_value": 9918.8614479314,
"base_cost_quote": 931.0930454368,
"unrealized_pnl_exit_net": -217.7595850833
},
{
"timestamp": "2025-10-21T23:59:00+00:00",
"base_asset_bal": 21583.2999999978,
"quote_asset_bal": 9205.1672274485,
"total_value_mid": 9922.3802864484,
"total_value_exit_net": 9921.8423766541,
"total_value": 9922.3802864484,
"base_cost_quote": 931.0925030303,
"unrealized_pnl_exit_net": -214.4173538246
},
{
"timestamp": "2025-10-22T23:59:00+00:00",
"base_asset_bal": 22188.9999999978,
"quote_asset_bal": 9185.3499622439,
"total_value_mid": 9920.6934222439,
"total_value_exit_net": 9920.1419146489,
"total_value": 9920.6934222439,
"base_cost_quote": 951.11035817,
"unrealized_pnl_exit_net": -216.3184057651
},
{
"timestamp": "2025-10-23T23:59:00+00:00",
"base_asset_bal": 21133.6999999978,
"quote_asset_bal": 9220.4766091287,
"total_value_mid": 9928.4555591286,
"total_value_exit_net": 9927.9245749161,
"total_value": 9928.4555591286,
"base_cost_quote": 916.0743388485,
"unrealized_pnl_exit_net": -208.6263730611
},
{
"timestamp": "2025-10-24T23:59:00+00:00",
"base_asset_bal": 21736.7999999978,
"quote_asset_bal": 9200.4944724242,
"total_value_mid": 9917.5915044241,
"total_value_exit_net": 9917.0536816501,
"total_value": 9917.5915044241,
"base_cost_quote": 936.100601289,
"unrealized_pnl_exit_net": -219.5413920631
},
{
"timestamp": "2025-10-25T23:59:00+00:00",
"base_asset_bal": 21133.4999999978,
"quote_asset_bal": 9220.5847118719,
"total_value_mid": 9926.8662818719,
"total_value_exit_net": 9926.3365706944,
"total_value": 9926.8662818719,
"base_cost_quote": 916.0775412485,
"unrealized_pnl_exit_net": -210.3256824261
},
{
"timestamp": "2025-10-26T23:59:00+00:00",
"base_asset_bal": 21574.0999999978,
"quote_asset_bal": 9205.6449043122,
"total_value_mid": 9936.7911533121,
"total_value_exit_net": 9936.2427936254,
"total_value": 9936.7911533121,
"base_cost_quote": 931.0952851152,
"unrealized_pnl_exit_net": -200.4973958021
},
{
"timestamp": "2025-10-27T23:59:00+00:00",
"base_asset_bal": 21129.7999999978,
"quote_asset_bal": 9220.7464013417,
"total_value_mid": 9944.4420513416,
"total_value_exit_net": 9943.8992796041,
"total_value": 9944.4420513416,
"base_cost_quote": 916.0746150555,
"unrealized_pnl_exit_net": -192.9217367931
},
{
"timestamp": "2025-10-28T23:59:00+00:00",
"base_asset_bal": 21569.7999999978,
"quote_asset_bal": 9205.8027075614,
"total_value_mid": 9941.3328875614,
"total_value_exit_net": 9940.7812399264,
"total_value": 9941.3328875614,
"base_cost_quote": 931.0893436625,
"unrealized_pnl_exit_net": -196.1108112976
},
{
"timestamp": "2025-10-29T23:59:00+00:00",
"base_asset_bal": 20113.0999999978,
"quote_asset_bal": 9255.9840379479,
"total_value_mid": 9953.3052149479,
"total_value_exit_net": 9952.7822240651,
"total_value": 9953.3052149479,
"base_cost_quote": 881.0382454715,
"unrealized_pnl_exit_net": -184.2400593543
},
{
"timestamp": "2025-10-30T23:59:00+00:00",
"base_asset_bal": 19683.6999999978,
"quote_asset_bal": 9271.1466430557,
"total_value_mid": 9956.3362400556,
"total_value_exit_net": 9955.8223478579,
"total_value": 9956.3362400556,
"base_cost_quote": 866.0245266213,
"unrealized_pnl_exit_net": -181.3488218191
},
{
"timestamp": "2025-10-31T23:59:00+00:00",
"base_asset_bal": 18824.3999999978,
"quote_asset_bal": 9301.2788125357,
"total_value_mid": 9965.4036445356,
"total_value_exit_net": 9964.9055509116,
"total_value": 9965.4036445356,
"base_cost_quote": 835.9907041358,
"unrealized_pnl_exit_net": -172.3639657598
},
{
"timestamp": "2025-11-01T23:59:00+00:00",
"base_asset_bal": 19401.9999999978,
"quote_asset_bal": 9281.2967279119,
"total_value_mid": 9956.6803479119,
"total_value_exit_net": 9956.1738101969,
"total_value": 9956.6803479119,
"base_cost_quote": 856.0140033555,
"unrealized_pnl_exit_net": -181.1369210706
},
{
"timestamp": "2025-11-02T23:59:00+00:00",
"base_asset_bal": 18828.2999999978,
"quote_asset_bal": 9301.3739641647,
"total_value_mid": 9960.9293131646,
"total_value_exit_net": 9960.4346466529,
"total_value": 9960.9293131646,
"base_cost_quote": 835.9931589755,
"unrealized_pnl_exit_net": -176.9324764873
},
{
"timestamp": "2025-11-03T23:59:00+00:00",
"base_asset_bal": 18686.2999999978,
"quote_asset_bal": 9306.6013206129,
"total_value_mid": 9970.8992856129,
"total_value_exit_net": 9970.4010621391,
"total_value": 9970.8992856129,
"base_cost_quote": 830.9870682213,
"unrealized_pnl_exit_net": -167.1873266951
},
{
"timestamp": "2025-11-04T23:59:00+00:00",
"base_asset_bal": 20978.7999999977,
"quote_asset_bal": 9226.7532504577,
"total_value_mid": 9942.1303304576,
"total_value_exit_net": 9941.5937976476,
"total_value": 9942.1303304576,
"base_cost_quote": 911.0807474618,
"unrealized_pnl_exit_net": -196.2402002718
},
{
"timestamp": "2025-11-05T23:59:00+00:00",
"base_asset_bal": 19819.9999999977,
"quote_asset_bal": 9266.914502922,
"total_value_mid": 9959.4253029219,
"total_value_exit_net": 9958.9059198219,
"total_value": 9959.4253029219,
"base_cost_quote": 871.0400474427,
"unrealized_pnl_exit_net": -179.0486305428
},
{
"timestamp": "2025-11-06T23:59:00+00:00",
"base_asset_bal": 18255.4999999977,
"quote_asset_bal": 9322.1002273112,
"total_value_mid": 9969.6228123111,
"total_value_exit_net": 9969.1371703724,
"total_value": 9969.6228123111,
"base_cost_quote": 815.9684106698,
"unrealized_pnl_exit_net": -168.9314676086
},
{
"timestamp": "2025-11-07T23:59:00+00:00",
"base_asset_bal": 17833.4999999977,
"quote_asset_bal": 9337.2431020302,
"total_value_mid": 9981.7457920301,
"total_value_exit_net": 9981.2624150126,
"total_value": 9981.7457920301,
"base_cost_quote": 800.953532951,
"unrealized_pnl_exit_net": -156.9342199686
},
{
"timestamp": "2025-11-08T23:59:00+00:00",
"base_asset_bal": 17694.8999999977,
"quote_asset_bal": 9342.3209290264,
"total_value_mid": 9981.9915640264,
"total_value_exit_net": 9981.5118110501,
"total_value": 9981.9915640264,
"base_cost_quote": 795.9454947372,
"unrealized_pnl_exit_net": -156.7546127136
},
{
"timestamp": "2025-11-09T23:59:00+00:00",
"base_asset_bal": 17142.6999999977,
"quote_asset_bal": 9362.4160415725,
"total_value_mid": 9984.3531975724,
"total_value_exit_net": 9983.8867447054,
"total_value": 9984.3531975724,
"base_cost_quote": 775.9255970668,
"unrealized_pnl_exit_net": -154.4548939338
},
{
"timestamp": "2025-11-10T23:59:00+00:00",
"base_asset_bal": 16868.2999999977,
"quote_asset_bal": 9372.542669597,
"total_value_mid": 9993.1274265969,
"total_value_exit_net": 9992.6619880291,
"total_value": 9993.1274265969,
"base_cost_quote": 765.920061539,
"unrealized_pnl_exit_net": -145.8007431068
},
{
"timestamp": "2025-11-11T23:59:00+00:00",
"base_asset_bal": 16325.8999999977,
"quote_asset_bal": 9392.7044774857,
"total_value_mid": 9997.0892954856,
"total_value_exit_net": 9996.6360068721,
"total_value": 9997.0892954856,
"base_cost_quote": 745.8952551897,
"unrealized_pnl_exit_net": -141.9637258033
},
{
"timestamp": "2025-11-12T23:59:00+00:00",
"base_asset_bal": 17142.1999999977,
"quote_asset_bal": 9362.7199814125,
"total_value_mid": 9991.1530334124,
"total_value_exit_net": 9990.6817086234,
"total_value": 9991.1530334124,
"base_cost_quote": 775.9284321915,
"unrealized_pnl_exit_net": -147.9667049806
},
{
"timestamp": "2025-11-13T23:59:00+00:00",
"base_asset_bal": 17693.5999999977,
"quote_asset_bal": 9342.7889797955,
"total_value_mid": 9988.0745717954,
"total_value_exit_net": 9987.5906076014,
"total_value": 9988.0745717954,
"base_cost_quote": 795.951608319,
"unrealized_pnl_exit_net": -151.1499805131
},
{
"timestamp": "2025-11-14T23:59:00+00:00",
"base_asset_bal": 18106.8999999977,
"quote_asset_bal": 9327.8863962502,
"total_value_mid": 9983.1751072501,
"total_value_exit_net": 9982.6836407169,
"total_value": 9983.1751072501,
"base_cost_quote": 810.9648968467,
"unrealized_pnl_exit_net": -156.1676523801
},
{
"timestamp": "2025-11-15T23:59:00+00:00",
"base_asset_bal": 17691.8999999977,
"quote_asset_bal": 9342.9591888867,
"total_value_mid": 9985.8828348866,
"total_value_exit_net": 9985.4006421521,
"total_value": 9985.8828348866,
"base_cost_quote": 795.949891032,
"unrealized_pnl_exit_net": -153.5084377666
},
{
"timestamp": "2025-11-16T23:59:00+00:00",
"base_asset_bal": 17967.0999999977,
"quote_asset_bal": 9332.9914942135,
"total_value_mid": 9984.8378822134,
"total_value_exit_net": 9984.3489974224,
"total_value": 9984.8378822134,
"base_cost_quote": 805.9638869002,
"unrealized_pnl_exit_net": -154.6063836913
},
{
"timestamp": "2025-11-17T23:59:00+00:00",
"base_asset_bal": 17006.6999999977,
"quote_asset_bal": 9368.1438956697,
"total_value_mid": 9990.9292496696,
"total_value_exit_net": 9990.4621606541,
"total_value": 9990.9292496696,
"base_cost_quote": 770.922430504,
"unrealized_pnl_exit_net": -148.6041655196
},
{
"timestamp": "2025-11-18T23:59:00+00:00",
"base_asset_bal": 15915.5999999977,
"quote_asset_bal": 9408.36326014,
"total_value_mid": 10009.9729401399,
"total_value_exit_net": 10009.5217328799,
"total_value": 10009.9729401399,
"base_cost_quote": 730.8812851512,
"unrealized_pnl_exit_net": -129.7228124113
},
{
"timestamp": "2025-11-19T23:59:00+00:00",
"base_asset_bal": 15648.4999999977,
"quote_asset_bal": 9418.5152978815,
"total_value_mid": 10014.0972078814,
"total_value_exit_net": 10013.6505214489,
"total_value": 10014.0972078814,
"base_cost_quote": 720.8685692422,
"unrealized_pnl_exit_net": -125.7333456748
},
{
"timestamp": "2025-11-20T23:59:00+00:00",
"base_asset_bal": 17520.7999999977,
"quote_asset_bal": 9348.5249619277,
"total_value_mid": 9995.9185219276,
"total_value_exit_net": 9995.4329767576,
"total_value": 9995.9185219276,
"base_cost_quote": 790.9419478895,
"unrealized_pnl_exit_net": -144.0339330596
},
{
"timestamp": "2025-11-21T23:59:00+00:00",
"base_asset_bal": 17253.9999999977,
"quote_asset_bal": 9358.7601851225,
"total_value_mid": 10004.2323251224,
"total_value_exit_net": 10003.7482210174,
"total_value": 10004.2323251224,
"base_cost_quote": 780.93149968,
"unrealized_pnl_exit_net": -135.9434637851
},
{
"timestamp": "2025-11-22T23:59:00+00:00",
"base_asset_bal": 16852.0999999977,
"quote_asset_bal": 9373.8329740222,
"total_value_mid": 10005.1126400221,
"total_value_exit_net": 10004.6391802726,
"total_value": 10005.1126400221,
"base_cost_quote": 765.914569423,
"unrealized_pnl_exit_net": -135.1083631726
},
{
"timestamp": "2025-11-23T23:59:00+00:00",
"base_asset_bal": 16585.5999999976,
"quote_asset_bal": 9383.877916394,
"total_value_mid": 10008.3257563939,
"total_value_exit_net": 10007.8574205139,
"total_value": 10008.3257563939,
"base_cost_quote": 755.903158492,
"unrealized_pnl_exit_net": -131.9236543721
},
{
"timestamp": "2025-11-24T23:59:00+00:00",
"base_asset_bal": 16851.8999999976,
"quote_asset_bal": 9373.932916346,
"total_value_mid": 10007.2273183459,
"total_value_exit_net": 10006.7523475444,
"total_value": 10007.2273183459,
"base_cost_quote": 765.9159724745,
"unrealized_pnl_exit_net": -133.0965412761
},
{
"timestamp": "2025-11-25T23:59:00+00:00",
"base_asset_bal": 15662.0999999977,
"quote_asset_bal": 9419.0856377907,
"total_value_mid": 10021.7632457906,
"total_value_exit_net": 10021.3112375846,
"total_value": 10021.7632457906,
"base_cost_quote": 720.8686132752,
"unrealized_pnl_exit_net": -118.6430134813
},
{
"timestamp": "2025-11-26T23:59:00+00:00",
"base_asset_bal": 16571.5999999977,
"quote_asset_bal": 9384.1110040512,
"total_value_mid": 10019.4661480511,
"total_value_exit_net": 10018.9896316931,
"total_value": 10019.4661480511,
"base_cost_quote": 755.903618837,
"unrealized_pnl_exit_net": -121.0249911951
},
{
"timestamp": "2025-11-27T23:59:00+00:00",
"base_asset_bal": 15919.5999999977,
"quote_asset_bal": 9409.2012096805,
"total_value_mid": 10033.8863136804,
"total_value_exit_net": 10033.4177998524,
"total_value": 10033.8863136804,
"base_cost_quote": 730.8761242835,
"unrealized_pnl_exit_net": -106.6595341116
},
{
"timestamp": "2025-11-28T23:59:00+00:00",
"base_asset_bal": 16047.7999999977,
"quote_asset_bal": 9404.2245397092,
"total_value_mid": 10032.6563877091,
"total_value_exit_net": 10032.1850638231,
"total_value": 10032.6563877091,
"base_cost_quote": 735.8833248695,
"unrealized_pnl_exit_net": -107.9228007556
},
{
"timestamp": "2025-11-29T23:59:00+00:00",
"base_asset_bal": 15414.1999999977,
"quote_asset_bal": 9429.351149595,
"total_value_mid": 10045.6108655949,
"total_value_exit_net": 10045.1486708079,
"total_value": 10045.6108655949,
"base_cost_quote": 710.8542501317,
"unrealized_pnl_exit_net": -95.0567289188
},
{
"timestamp": "2025-11-30T23:59:00+00:00",
"base_asset_bal": 15502.8999999977,
"quote_asset_bal": 9425.1740282887,
"total_value_mid": 10090.4034672886,
"total_value_exit_net": 10089.9045452094,
"total_value": 10090.4034672886,
"base_cost_quote": 715.8566210982,
"unrealized_pnl_exit_net": -51.1261041776
},
{
"timestamp": "2025-12-01T23:59:00+00:00",
"base_asset_bal": 15508.4999999977,
"quote_asset_bal": 9426.5193727183,
"total_value_mid": 10099.8984427182,
"total_value_exit_net": 10099.3934084157,
"total_value": 10099.8984427182,
"base_cost_quote": 715.8560326573,
"unrealized_pnl_exit_net": -42.9819969599
},
{
"timestamp": "2025-12-02T23:59:00+00:00",
"base_asset_bal": 16824.8999999977,
"quote_asset_bal": 9372.2127998728,
"total_value_mid": 10069.9414028727,
"total_value_exit_net": 10069.4181064205,
"total_value": 10069.9414028727,
"base_cost_quote": 770.9302973997,
"unrealized_pnl_exit_net": -73.7249908521
},
{
"timestamp": "2025-12-03T23:59:00+00:00",
"base_asset_bal": 20617.1999999976,
"quote_asset_bal": 9222.4878738216,
"total_value_mid": 10012.3328058215,
"total_value_exit_net": 10011.7404221225,
"total_value": 10012.3328058215,
"base_cost_quote": 921.1104541043,
"unrealized_pnl_exit_net": -131.8579058033
},
{
"timestamp": "2025-12-04T23:59:00+00:00",
"base_asset_bal": 18556.5999999976,
"quote_asset_bal": 9302.9104218901,
"total_value_mid": 10035.89612189,
"total_value_exit_net": 10035.346382615,
"total_value": 10035.89612189,
"base_cost_quote": 841.0150355603,
"unrealized_pnl_exit_net": -108.5790748353
},
{
"timestamp": "2025-12-05T23:59:00+00:00",
"base_asset_bal": 15743.9999999976,
"quote_asset_bal": 9418.8060649293,
"total_value_mid": 10047.9363049292,
"total_value_exit_net": 10047.4644572492,
"total_value": 10047.9363049292,
"base_cost_quote": 725.8773790342,
"unrealized_pnl_exit_net": -97.2189867143
},
{
"timestamp": "2025-12-06T23:59:00+00:00",
"base_asset_bal": 17197.7999999976,
"quote_asset_bal": 9359.3163552871,
"total_value_mid": 10046.540443287,
"total_value_exit_net": 10046.025025221,
"total_value": 10046.540443287,
"base_cost_quote": 785.9521493452,
"unrealized_pnl_exit_net": -99.2434794113
},
{
"timestamp": "2025-12-07T23:59:00+00:00",
"base_asset_bal": 19224.0999999976,
"quote_asset_bal": 9279.4564155113,
"total_value_mid": 10026.8894235112,
"total_value_exit_net": 10026.3288487552,
"total_value": 10026.8894235112,
"base_cost_quote": 866.0453041927,
"unrealized_pnl_exit_net": -119.1728709488
},
{
"timestamp": "2025-12-08T23:59:00+00:00",
"base_asset_bal": 19226.2999999976,
"quote_asset_bal": 9279.6047308683,
"total_value_mid": 10024.2393298682,
"total_value_exit_net": 10023.680853919,
"total_value": 10024.2393298682,
"base_cost_quote": 866.0436189297,
"unrealized_pnl_exit_net": -121.9674958791
},
{
"timestamp": "2025-12-09T23:59:00+00:00",
"base_asset_bal": 20923.8999999976,
"quote_asset_bal": 9214.6283081683,
"total_value_mid": 10007.6441181683,
"total_value_exit_net": 10007.0493563108,
"total_value": 10007.6441181683,
"base_cost_quote": 931.111109975,
"unrealized_pnl_exit_net": -138.6900618326
},
{
"timestamp": "2025-12-10T23:59:00+00:00",
"base_asset_bal": 20791.2999999976,
"quote_asset_bal": 9219.7552243638,
"total_value_mid": 10010.8641893637,
"total_value_exit_net": 10010.27085764,
"total_value": 10010.8641893637,
"base_cost_quote": 926.1095476145,
"unrealized_pnl_exit_net": -135.5939143383
},
{
"timestamp": "2025-12-11T23:59:00+00:00",
"base_asset_bal": 20397.7999999976,
"quote_asset_bal": 9234.8680548261,
"total_value_mid": 10016.103794826,
"total_value_exit_net": 10015.517868021,
"total_value": 10016.103794826,
"base_cost_quote": 911.0932418255,
"unrealized_pnl_exit_net": -130.4434286306
},
{
"timestamp": "2025-12-12T23:59:00+00:00",
"base_asset_bal": 20006.5999999976,
"quote_asset_bal": 9249.9433132636,
"total_value_mid": 10018.9970172635,
"total_value_exit_net": 10018.4202269855,
"total_value": 10018.9970172635,
"base_cost_quote": 896.077030107,
"unrealized_pnl_exit_net": -127.6001163851
},
{
"timestamp": "2025-12-13T23:59:00+00:00",
"base_asset_bal": 20137.0999999976,
"quote_asset_bal": 9244.9727883188,
"total_value_mid": 10018.0360573187,
"total_value_exit_net": 10017.456259867,
"total_value": 10018.0360573187,
"base_cost_quote": 901.082925715,
"unrealized_pnl_exit_net": -128.5994541668
},
{
"timestamp": "2025-12-14T23:59:00+00:00",
"base_asset_bal": 19357.4999999976,
"quote_asset_bal": 9275.0570136503,
"total_value_mid": 10024.3858386502,
"total_value_exit_net": 10023.8238420315,
"total_value": 10024.3858386502,
"base_cost_quote": 871.047399953,
"unrealized_pnl_exit_net": -122.2805715718
},
{
"timestamp": "2025-12-15T23:59:00+00:00",
"base_asset_bal": 18072.7999999976,
"quote_asset_bal": 9325.2860987161,
"total_value_mid": 10035.185682716,
"total_value_exit_net": 10034.653258028,
"total_value": 10035.185682716,
"base_cost_quote": 820.9896587835,
"unrealized_pnl_exit_net": -111.6224994716
},
{
"timestamp": "2025-12-16T23:59:00+00:00",
"base_asset_bal": 16934.4999999976,
"quote_asset_bal": 9370.4747479814,
"total_value_mid": 10048.0240929813,
"total_value_exit_net": 10047.5159309725,
"total_value": 10048.0240929813,
"base_cost_quote": 775.9341334642,
"unrealized_pnl_exit_net": -98.8929504731
},
{
"timestamp": "2025-12-17T23:59:00+00:00",
"base_asset_bal": 16810.6999999976,
"quote_asset_bal": 9376.0531967474,
"total_value_mid": 10048.4811967473,
"total_value_exit_net": 10047.9768757473,
"total_value": 10048.4811967473,
"base_cost_quote": 770.9289523917,
"unrealized_pnl_exit_net": -99.0052733918
},
{
"timestamp": "2025-12-18T23:59:00+00:00",
"base_asset_bal": 17562.4999999976,
"quote_asset_bal": 9346.1716659674,
"total_value_mid": 10045.3347909673,
"total_value_exit_net": 10044.8104186235,
"total_value": 10045.3347909673,
"base_cost_quote": 800.9617050755,
"unrealized_pnl_exit_net": -102.3229524193
},
{
"timestamp": "2025-12-19T23:59:00+00:00",
"base_asset_bal": 18068.1999999976,
"quote_asset_bal": 9326.2455584324,
"total_value_mid": 10041.3849144323,
"total_value_exit_net": 10040.8485599153,
"total_value": 10041.3849144323,
"base_cost_quote": 820.9849672675,
"unrealized_pnl_exit_net": -106.3819657846
},
{
"timestamp": "2025-12-20T23:59:00+00:00",
"base_asset_bal": 16937.2999999976,
"quote_asset_bal": 9371.3870519816,
"total_value_mid": 10051.7583929815,
"total_value_exit_net": 10051.2481144758,
"total_value": 10051.7583929815,
"base_cost_quote": 775.9343616352,
"unrealized_pnl_exit_net": -96.0732991411
},
{
"timestamp": "2025-12-21T23:59:00+00:00",
"base_asset_bal": 16442.8999999976,
"quote_asset_bal": 9391.6007696839,
"total_value_mid": 10056.3872166838,
"total_value_exit_net": 10055.8886268485,
"total_value": 10056.3872166838,
"base_cost_quote": 755.9166015667,
"unrealized_pnl_exit_net": -91.6287444021
},
{
"timestamp": "2025-12-22T23:59:00+00:00",
"base_asset_bal": 17187.9999999976,
"quote_asset_bal": 9361.7458100058,
"total_value_mid": 10048.4064100057,
"total_value_exit_net": 10047.8914145558,
"total_value": 10048.4064100057,
"base_cost_quote": 785.949160105,
"unrealized_pnl_exit_net": -99.8035555551
},
{
"timestamp": "2025-12-23T23:59:00+00:00",
"base_asset_bal": 16814.2999999976,
"quote_asset_bal": 9376.8712554086,
"total_value_mid": 10047.5936824085,
"total_value_exit_net": 10047.0906405883,
"total_value": 10047.5936824085,
"base_cost_quote": 770.94013177,
"unrealized_pnl_exit_net": -100.7207465903
},
{
"timestamp": "2025-12-24T23:59:00+00:00",
"base_asset_bal": 18849.3999999976,
"quote_asset_bal": 9296.8179162031,
"total_value_mid": 10027.609154203,
"total_value_exit_net": 10027.0610607745,
"total_value": 10027.609154203,
"base_cost_quote": 851.0368462852,
"unrealized_pnl_exit_net": -120.7937017138
},
{
"timestamp": "2025-12-25T23:59:00+00:00",
"base_asset_bal": 20680.1999999976,
"quote_asset_bal": 9226.7809840871,
"total_value_mid": 10010.767366087,
"total_value_exit_net": 10010.1793763005,
"total_value": 10010.767366087,
"base_cost_quote": 921.112812872,
"unrealized_pnl_exit_net": -137.7144206586
},
{
"timestamp": "2025-12-26T23:59:00+00:00",
"base_asset_bal": 20284.8999999976,
"quote_asset_bal": 9241.8492836881,
"total_value_mid": 10012.269785688,
"total_value_exit_net": 10011.6919703115,
"total_value": 10012.269785688,
"base_cost_quote": 906.0979551682,
"unrealized_pnl_exit_net": -136.2552685448
},
{
"timestamp": "2025-12-27T23:59:00+00:00",
"base_asset_bal": 19368.4999999976,
"quote_asset_bal": 9276.9376849963,
"total_value_mid": 10023.9807299963,
"total_value_exit_net": 10023.4204477125,
"total_value": 10023.9807299963,
"base_cost_quote": 871.0595060257,
"unrealized_pnl_exit_net": -124.5767433096
},
{
"timestamp": "2025-12-28T23:59:00+00:00",
"base_asset_bal": 18721.3999999976,
"quote_asset_bal": 9302.0293862849,
"total_value_mid": 10030.1046322848,
"total_value_exit_net": 10029.5585758503,
"total_value": 10030.1046322848,
"base_cost_quote": 846.030383252,
"unrealized_pnl_exit_net": -118.5011936866
},
{
"timestamp": "2025-12-29T23:59:00+00:00",
"base_asset_bal": 18082.2999999976,
"quote_asset_bal": 9327.2005943891,
"total_value_mid": 10040.185683389,
"total_value_exit_net": 10039.6509445723,
"total_value": 10040.185683389,
"base_cost_quote": 820.9964889022,
"unrealized_pnl_exit_net": -108.5461387191
},
{
"timestamp": "2025-12-30T23:59:00+00:00",
"base_asset_bal": 15833.0999999976,
"quote_asset_bal": 9417.5419819409,
"total_value_mid": 10077.3072589408,
"total_value_exit_net": 10076.812434983,
"total_value": 10077.3072589408,
"base_cost_quote": 730.8839101185,
"unrealized_pnl_exit_net": -71.6134570764
},
{
"timestamp": "2025-12-31T23:59:00+00:00",
"base_asset_bal": 15227.0999999976,
"quote_asset_bal": 9442.9643313411,
"total_value_mid": 10080.827550341,
"total_value_exit_net": 10080.3491529268,
"total_value": 10080.827550341,
"base_cost_quote": 705.8511736365,
"unrealized_pnl_exit_net": -68.4663520509
},
{
"timestamp": "2026-01-01T23:59:00+00:00",
"base_asset_bal": 18088.7999999976,
"quote_asset_bal": 9327.9849270011,
"total_value_mid": 10039.236543001,
"total_value_exit_net": 10038.703104289,
"total_value": 10039.236543001,
"base_cost_quote": 820.9817488555,
"unrealized_pnl_exit_net": -110.2635715676
},
{
"timestamp": "2026-01-02T23:59:00+00:00",
"base_asset_bal": 18471.7999999976,
"quote_asset_bal": 9313.0044740536,
"total_value_mid": 10036.1754440535,
"total_value_exit_net": 10035.633065826,
"total_value": 10036.1754440535,
"base_cost_quote": 835.9989032805,
"unrealized_pnl_exit_net": -113.3703115081
},
{
"timestamp": "2026-01-03T23:59:00+00:00",
"base_asset_bal": 18343.9999999976,
"quote_asset_bal": 9318.0696903621,
"total_value_mid": 10036.787610362,
"total_value_exit_net": 10036.248571922,
"total_value": 10036.787610362,
"base_cost_quote": 830.9929956635,
"unrealized_pnl_exit_net": -112.8141141036
},
{
"timestamp": "2026-01-04T23:59:00+00:00",
"base_asset_bal": 16565.7999999976,
"quote_asset_bal": 9388.3353289029,
"total_value_mid": 10062.3977309028,
"total_value_exit_net": 10061.8921841013,
"total_value": 10062.3977309028,
"base_cost_quote": 760.908645794,
"unrealized_pnl_exit_net": -87.3517905956
},
{
"timestamp": "2026-01-05T23:59:00+00:00",
"base_asset_bal": 15585.6999999975,
"quote_asset_bal": 9428.7928779296,
"total_value_mid": 10077.7814259295,
"total_value_exit_net": 10077.2946845185,
"total_value": 10077.7814259295,
"base_cost_quote": 720.8710971367,
"unrealized_pnl_exit_net": -72.3692905479
},
{
"timestamp": "2026-01-06T23:59:00+00:00",
"base_asset_bal": 15586.1999999975,
"quote_asset_bal": 9429.1063417954,
"total_value_mid": 10081.3888117953,
"total_value_exit_net": 10080.8995999428,
"total_value": 10081.3888117953,
"base_cost_quote": 720.8688074207,
"unrealized_pnl_exit_net": -69.0755492734
},
{
"timestamp": "2026-01-07T23:59:00+00:00",
"base_asset_bal": 14756.8999999975,
"quote_asset_bal": 9464.5283389469,
"total_value_mid": 10097.1566419468,
"total_value_exit_net": 10096.6821707196,
"total_value": 10097.1566419468,
"base_cost_quote": 685.8188736712,
"unrealized_pnl_exit_net": -53.6650418986
},
{
"timestamp": "2026-01-08T23:59:00+00:00",
"base_asset_bal": 13945.0999999975,
"quote_asset_bal": 9500.0026429842,
"total_value_mid": 10113.8659449841,
"total_value_exit_net": 10113.4055475076,
"total_value": 10113.8659449841,
"base_cost_quote": 650.7799571785,
"unrealized_pnl_exit_net": -37.3770526551
},
{
"timestamp": "2026-01-09T23:59:00+00:00",
"base_asset_bal": 13716.0999999975,
"quote_asset_bal": 9510.3453091764,
"total_value_mid": 10123.0434961763,
"total_value_exit_net": 10122.5839725361,
"total_value": 10123.0434961763,
"base_cost_quote": 640.7658152007,
"unrealized_pnl_exit_net": -28.5271518411
},
{
"timestamp": "2026-01-10T23:59:00+00:00",
"base_asset_bal": 15936.0999999975,
"quote_asset_bal": 9415.4365468759,
"total_value_mid": 10071.2070618758,
"total_value_exit_net": 10070.7152339896,
"total_value": 10071.2070618758,
"base_cost_quote": 735.8904111803,
"unrealized_pnl_exit_net": -80.6117240666
},
{
"timestamp": "2026-01-11T23:59:00+00:00",
"base_asset_bal": 17420.3999999975,
"quote_asset_bal": 9355.4724499792,
"total_value_mid": 10050.0237979791,
"total_value_exit_net": 10049.5028844681,
"total_value": 10050.0237979791,
"base_cost_quote": 795.9548287325,
"unrealized_pnl_exit_net": -101.9243942436
},
{
"timestamp": "2026-01-12T23:59:00+00:00",
"base_asset_bal": 16555.4999999975,
"quote_asset_bal": 9391.0034986247,
"total_value_mid": 10060.1768086246,
"total_value_exit_net": 10059.6749286421,
"total_value": 10060.1768086246,
"base_cost_quote": 760.9135244503,
"unrealized_pnl_exit_net": -92.2420944329
},
{
"timestamp": "2026-01-13T23:59:00+00:00",
"base_asset_bal": 16681.6999999975,
"quote_asset_bal": 9386.2195781487,
"total_value_mid": 10055.3225651486,
"total_value_exit_net": 10054.8207379083,
"total_value": 10055.3225651486,
"base_cost_quote": 765.9147995955,
"unrealized_pnl_exit_net": -97.3136398359
},
{
"timestamp": "2026-01-14T23:59:00+00:00",
"base_asset_bal": 16063.4999999975,
"quote_asset_bal": 9411.5313749532,
"total_value_mid": 10065.7977299531,
"total_value_exit_net": 10065.3070301868,
"total_value": 10065.7977299531,
"base_cost_quote": 740.887961534,
"unrealized_pnl_exit_net": -87.1123063004
},
{
"timestamp": "2026-01-15T23:59:00+00:00",
"base_asset_bal": 15827.0999999975,
"quote_asset_bal": 9421.8938095057,
"total_value_mid": 10086.6320095056,
"total_value_exit_net": 10086.1334558556,
"total_value": 10086.6320095056,
"base_cost_quote": 730.8781217805,
"unrealized_pnl_exit_net": -66.6384754306
},
{
"timestamp": "2026-01-16T23:59:00+00:00",
"base_asset_bal": 16428.4999999975,
"quote_asset_bal": 9397.040072681,
"total_value_mid": 10072.0871376809,
"total_value_exit_net": 10071.5808523821,
"total_value": 10072.0871376809,
"base_cost_quote": 755.907165495,
"unrealized_pnl_exit_net": -81.3663857939
},
{
"timestamp": "2026-01-17T23:59:00+00:00",
"base_asset_bal": 16546.1999999975,
"quote_asset_bal": 9392.1512585445,
"total_value_mid": 10064.9197505444,
"total_value_exit_net": 10064.4151741754,
"total_value": 10064.9197505444,
"base_cost_quote": 760.9162544963,
"unrealized_pnl_exit_net": -88.6523388654
},
{
"timestamp": "2026-01-18T23:59:00+00:00",
"base_asset_bal": 17167.9999999975,
"quote_asset_bal": 9367.2279844282,
"total_value_mid": 10052.9179044281,
"total_value_exit_net": 10052.4036369881,
"total_value": 10052.9179044281,
"base_cost_quote": 785.943463836,
"unrealized_pnl_exit_net": -100.7678112761
},
{
"timestamp": "2026-01-19T23:59:00+00:00",
"base_asset_bal": 16168.2999999975,
"quote_asset_bal": 9407.8018477447,
"total_value_mid": 10079.7563957446,
"total_value_exit_net": 10079.2524298336,
"total_value": 10079.7563957446,
"base_cost_quote": 745.8980622935,
"unrealized_pnl_exit_net": -74.4474802046
},
{
"timestamp": "2026-01-20T23:59:00+00:00",
"base_asset_bal": 15446.6999999975,
"quote_asset_bal": 9438.128941034,
"total_value_mid": 10088.4350110339,
"total_value_exit_net": 10087.9472814814,
"total_value": 10088.4350110339,
"base_cost_quote": 715.8585285277,
"unrealized_pnl_exit_net": -66.0401880804
},
{
"timestamp": "2026-01-21T23:59:00+00:00",
"base_asset_bal": 13700.0999999975,
"quote_asset_bal": 9513.801423346,
"total_value_mid": 10129.8949203459,
"total_value_exit_net": 10129.4328502231,
"total_value": 10129.8949203459,
"base_cost_quote": 640.7734369127,
"unrealized_pnl_exit_net": -25.1420100356
},
{
"timestamp": "2026-01-22T23:59:00+00:00",
"base_asset_bal": 14241.0999999975,
"quote_asset_bal": 9489.3409663985,
"total_value_mid": 10125.9181363984,
"total_value_exit_net": 10125.4407035209,
"total_value": 10125.9181363984,
"base_cost_quote": 665.7940362987,
"unrealized_pnl_exit_net": -29.6942991764
},
{
"timestamp": "2026-01-23T23:59:00+00:00",
"base_asset_bal": 14235.4999999975,
"quote_asset_bal": 9489.6945809635,
"total_value_mid": 10127.5873359634,
"total_value_exit_net": 10127.1089163971,
"total_value": 10127.5873359634,
"base_cost_quote": 665.800768344,
"unrealized_pnl_exit_net": -28.3864329104
},
{
"timestamp": "2026-01-24T23:59:00+00:00",
"base_asset_bal": 13130.5999999975,
"quote_asset_bal": 9539.9300054417,
"total_value_mid": 10138.6853654416,
"total_value_exit_net": 10138.2362989216,
"total_value": 10138.6853654416,
"base_cost_quote": 615.7372018087,
"unrealized_pnl_exit_net": -17.4309083289
},
{
"timestamp": "2026-01-25T23:59:00+00:00",
"base_asset_bal": 14926.6999999975,
"quote_asset_bal": 9460.1293020173,
"total_value_mid": 10116.4563010171,
"total_value_exit_net": 10115.9640557679,
"total_value": 10116.4563010171,
"base_cost_quote": 695.8297341898,
"unrealized_pnl_exit_net": -39.9949804391
},
{
"timestamp": "2026-01-26T23:59:00+00:00",
"base_asset_bal": 11725.5999999975,
"quote_asset_bal": 9605.835531867,
"total_value_mid": 10156.8214758669,
"total_value_exit_net": 10156.4082364089,
"total_value": 10156.8214758669,
"base_cost_quote": 550.6570762947,
"unrealized_pnl_exit_net": -0.0843717529
},
{
"timestamp": "2026-01-27T23:59:00+00:00",
"base_asset_bal": 17336.9999999975,
"quote_asset_bal": 9361.002583869,
"total_value_mid": 10061.2440138689,
"total_value_exit_net": 10060.7188327964,
"total_value": 10061.2440138689,
"base_cost_quote": 795.9426145787,
"unrealized_pnl_exit_net": -96.2263656513
},
{
"timestamp": "2026-01-28T23:59:00+00:00",
"base_asset_bal": 13670.1999999975,
"quote_asset_bal": 9517.2930839298,
"total_value_mid": 10129.4446399297,
"total_value_exit_net": 10128.9855262627,
"total_value": 10129.4446399297,
"base_cost_quote": 640.771682598,
"unrealized_pnl_exit_net": -29.0792402651
},
{
"timestamp": "2026-01-29T23:59:00+00:00",
"base_asset_bal": 14689.9999999975,
"quote_asset_bal": 9472.9048059828,
"total_value_mid": 10120.8807059827,
"total_value_exit_net": 10120.3947240577,
"total_value": 10120.8807059827,
"base_cost_quote": 685.8308816705,
"unrealized_pnl_exit_net": -38.3409635956
},
{
"timestamp": "2026-01-30T23:59:00+00:00",
"base_asset_bal": 16551.4999999975,
"quote_asset_bal": 9393.1723556566,
"total_value_mid": 10087.6732956565,
"total_value_exit_net": 10087.1524199515,
"total_value": 10087.6732956565,
"base_cost_quote": 765.9266334643,
"unrealized_pnl_exit_net": -71.9465691694
},
{
"timestamp": "2026-01-31T23:59:00+00:00",
"base_asset_bal": 17515.4999999975,
"quote_asset_bal": 9353.6146296633,
"total_value_mid": 10082.6097396632,
"total_value_exit_net": 10082.0629933307,
"total_value": 10082.6097396632,
"base_cost_quote": 805.9690817935,
"unrealized_pnl_exit_net": -77.5207181261
},
{
"timestamp": "2026-02-01T23:59:00+00:00",
"base_asset_bal": 17275.2999999975,
"quote_asset_bal": 9364.2311083066,
"total_value_mid": 10083.9201063065,
"total_value_exit_net": 10083.380339558,
"total_value": 10083.9201063065,
"base_cost_quote": 795.9602648065,
"unrealized_pnl_exit_net": -76.8110335551
},
{
"timestamp": "2026-02-02T23:59:00+00:00",
"base_asset_bal": 16070.8999999975,
"quote_asset_bal": 9414.9686647059,
"total_value_mid": 10094.7677347058,
"total_value_exit_net": 10094.2578854033,
"total_value": 10094.7677347058,
"base_cost_quote": 745.9037395483,
"unrealized_pnl_exit_net": -66.6145188509
},
{
"timestamp": "2026-02-03T23:59:00+00:00",
"base_asset_bal": 18235.6999999975,
"quote_asset_bal": 9325.3652804874,
"total_value_mid": 10073.5760514873,
"total_value_exit_net": 10073.014893409,
"total_value": 10073.5760514873,
"base_cost_quote": 836.0006565945,
"unrealized_pnl_exit_net": -88.3510436729
},
{
"timestamp": "2026-02-04T23:59:00+00:00",
"base_asset_bal": 18478.3999999975,
"quote_asset_bal": 9315.9921736641,
"total_value_mid": 10071.204381664,
"total_value_exit_net": 10070.637972508,
"total_value": 10071.204381664,
"base_cost_quote": 846.011196873,
"unrealized_pnl_exit_net": -91.3653980291
},
{
"timestamp": "2026-02-05T23:59:00+00:00",
"base_asset_bal": 20221.5999999975,
"quote_asset_bal": 9246.6869371652,
"total_value_mid": 10041.3958171651,
"total_value_exit_net": 10040.7997855051,
"total_value": 10041.3958171651,
"base_cost_quote": 916.097538235,
"unrealized_pnl_exit_net": -121.9846898951
},
{
"timestamp": "2026-02-06T23:59:00+00:00",
"base_asset_bal": 18604.7999999975,
"quote_asset_bal": 9312.6746188604,
"total_value_mid": 10068.0294988603,
"total_value_exit_net": 10067.4629827003,
"total_value": 10068.0294988603,
"base_cost_quote": 851.0212616055,
"unrealized_pnl_exit_net": -96.2328977656
},
{
"timestamp": "2026-02-07T23:59:00+00:00",
"base_asset_bal": 17386.8999999975,
"quote_asset_bal": 9363.3235826012,
"total_value_mid": 10086.6186226011,
"total_value_exit_net": 10086.0761513211,
"total_value": 10086.6186226011,
"base_cost_quote": 800.962447632,
"unrealized_pnl_exit_net": -78.2098789121
},
{
"timestamp": "2026-02-08T23:59:00+00:00",
"base_asset_bal": 15858.3999999975,
"quote_asset_bal": 9428.8633538679,
"total_value_mid": 10098.5635858678,
"total_value_exit_net": 10098.0613106938,
"total_value": 10098.5635858678,
"base_cost_quote": 735.886625343,
"unrealized_pnl_exit_net": -66.6886685171
},
{
"timestamp": "2026-02-09T23:59:00+00:00",
"base_asset_bal": 15277.2999999975,
"quote_asset_bal": 9454.3064252097,
"total_value_mid": 10117.4940182096,
"total_value_exit_net": 10116.9966275148,
"total_value": 10117.4940182096,
"base_cost_quote": 710.8548515825,
"unrealized_pnl_exit_net": -48.1646492774
},
{
"timestamp": "2026-02-10T23:59:00+00:00",
"base_asset_bal": 16194.6999999975,
"quote_asset_bal": 9414.5517286212,
"total_value_mid": 10104.4459486211,
"total_value_exit_net": 10103.9285279561,
"total_value": 10104.4459486211,
"base_cost_quote": 750.9000069405,
"unrealized_pnl_exit_net": -61.5232076056
},
{
"timestamp": "2026-02-11T23:59:00+00:00",
"base_asset_bal": 16659.4999999975,
"quote_asset_bal": 9394.977740213,
"total_value_mid": 10091.5114352129,
"total_value_exit_net": 10090.9890349416,
"total_value": 10091.5114352129,
"base_cost_quote": 770.9332215913,
"unrealized_pnl_exit_net": -74.9219268626
},
{
"timestamp": "2026-02-12T23:59:00+00:00",
"base_asset_bal": 18250.9999999975,
"quote_asset_bal": 9330.0745689867,
"total_value_mid": 10067.4149689866,
"total_value_exit_net": 10066.8619636866,
"total_value": 10067.4149689866,
"base_cost_quote": 835.9989833405,
"unrealized_pnl_exit_net": -99.2115886406
},
{
"timestamp": "2026-02-13T23:59:00+00:00",
"base_asset_bal": 17510.6999999975,
"quote_asset_bal": 9360.324916954,
"total_value_mid": 10080.7151149539,
"total_value_exit_net": 10080.1748223054,
"total_value": 10080.7151149539,
"base_cost_quote": 805.967170361,
"unrealized_pnl_exit_net": -86.1172650096
},
{
"timestamp": "2026-02-14T23:59:00+00:00",
"base_asset_bal": 17501.1999999975,
"quote_asset_bal": 9360.5664213572,
"total_value_mid": 10089.1413773571,
"total_value_exit_net": 10088.5949461401,
"total_value": 10089.1413773571,
"base_cost_quote": 805.9630052395,
"unrealized_pnl_exit_net": -77.9344804566
},
{
"timestamp": "2026-02-15T23:59:00+00:00",
"base_asset_bal": 18467.8999999975,
"quote_asset_bal": 9320.7963183325,
"total_value_mid": 10082.4125143324,
"total_value_exit_net": 10081.8413021854,
"total_value": 10082.4125143324,
"base_cost_quote": 846.0174475575,
"unrealized_pnl_exit_net": -84.9724637046
},
{
"timestamp": "2026-02-16T23:59:00+00:00",
"base_asset_bal": 16087.1999999975,
"quote_asset_bal": 9421.3022425822,
"total_value_mid": 10115.6257945821,
"total_value_exit_net": 10115.1050519181,
"total_value": 10115.6257945821,
"base_cost_quote": 745.8991921403,
"unrealized_pnl_exit_net": -52.0963828044
},
{
"timestamp": "2026-02-17T23:59:00+00:00",
"base_asset_bal": 16902.1999999975,
"quote_asset_bal": 9386.5701517553,
"total_value_mid": 10105.7587617552,
"total_value_exit_net": 10105.2193702977,
"total_value": 10105.7587617552,
"base_cost_quote": 780.9372549933,
"unrealized_pnl_exit_net": -62.2880364509
},
{
"timestamp": "2026-02-18T23:59:00+00:00",
"base_asset_bal": 16322.2999999975,
"quote_asset_bal": 9411.8888070865,
"total_value_mid": 10105.4233340864,
"total_value_exit_net": 10104.9031831912,
"total_value": 10105.4233340864,
"base_cost_quote": 755.909407175,
"unrealized_pnl_exit_net": -62.8950310704
},
{
"timestamp": "2026-02-19T23:59:00+00:00",
"base_asset_bal": 16554.1999999975,
"quote_asset_bal": 9402.1189017865,
"total_value_mid": 10101.0372257864,
"total_value_exit_net": 10100.5130370434,
"total_value": 10101.0372257864,
"base_cost_quote": 765.9226014425,
"unrealized_pnl_exit_net": -67.5284661856
},
{
"timestamp": "2026-02-20T23:59:00+00:00",
"base_asset_bal": 15841.6999999975,
"quote_asset_bal": 9432.4047080275,
"total_value_mid": 10122.4691600274,
"total_value_exit_net": 10121.9516116884,
"total_value": 10122.4691600274,
"base_cost_quote": 735.885368401,
"unrealized_pnl_exit_net": -46.3384647401
},
{
"timestamp": "2026-02-21T23:59:00+00:00",
"base_asset_bal": 16534.9999999975,
"quote_asset_bal": 9402.4674859518,
"total_value_mid": 10111.1575859517,
"total_value_exit_net": 10110.6260683767,
"total_value": 10111.1575859517,
"base_cost_quote": 765.922979726,
"unrealized_pnl_exit_net": -57.7643973011
},
{
"timestamp": "2026-02-22T23:59:00+00:00",
"base_asset_bal": 16302.7999999975,
"quote_asset_bal": 9412.634700081,
"total_value_mid": 10113.3290440809,
"total_value_exit_net": 10112.8035233229,
"total_value": 10113.3290440809,
"base_cost_quote": 755.9111694958,
"unrealized_pnl_exit_net": -55.7423462539
},
{
"timestamp": "2026-02-23T23:59:00+00:00",
"base_asset_bal": 13144.1999999975,
"quote_asset_bal": 9553.459171583,
"total_value_mid": 10149.2857575829,
"total_value_exit_net": 10148.8388876434,
"total_value": 10149.2857575829,
"base_cost_quote": 615.736956625,
"unrealized_pnl_exit_net": -20.3572405646
},
{
"timestamp": "2026-02-24T23:59:00+00:00",
"base_asset_bal": 12923.1999999975,
"quote_asset_bal": 9563.8309143015,
"total_value_mid": 10158.2981143014,
"total_value_exit_net": 10157.8522639014,
"total_value": 10158.2981143014,
"base_cost_quote": 605.7228576795,
"unrealized_pnl_exit_net": -11.7015080796
},
{
"timestamp": "2026-02-25T23:59:00+00:00",
"base_asset_bal": 14581.8999999975,
"quote_asset_bal": 9489.1700308598,
"total_value_mid": 10138.7936758597,
"total_value_exit_net": 10138.3064581259,
"total_value": 10138.7936758597,
"base_cost_quote": 680.809968808,
"unrealized_pnl_exit_net": -31.6735415419
}
]
trades.json payload is intentionally not embedded in this report (deprecated). The CSV attachment below is a 100-row audit sample of the full ledger, not the complete trade list - fetch the canonical full population (31,383 closed trades) via GET /backtests/18688a1c-616c-4cd7-8757-4ab333140aac/trades (paginate through all pages).100-row audit sample from 31,383 closed trades (RFC 4180 CSV)
100-row audit sample from 31,383 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-04-24T00:13:00Z,2024-04-24T00:53:00Z,0.03425,0.03434,146,,,0.005629395,0.1125766423,0.003750375,0.00376023,,,TP
,,2024-04-24T00:15:00Z,2024-04-24T00:53:00Z,0.03417,0.03426,146.4,,,0.005662386,0.113191396,0.003751866,0.003761748,,,TP
,,2024-04-24T00:17:00Z,2024-04-24T00:38:00Z,0.03412,0.03421,146.6,,,0.0056772412,0.1135770809,0.003751494,0.0037588238,,,TP
,,2024-04-24T00:18:00Z,2024-04-24T00:32:00Z,0.03407,0.03416,146.8,,,0.005699877,0.1139638979,0.003751107,0.003761016,,,TP
,,2024-04-24T00:50:00Z,2024-04-24T00:53:00Z,0.03421,0.0343,146.2,,,0.0056458785,0.1128836597,0.0037511265,0.003760995,,,TP
,,2024-04-24T00:57:00Z,2024-04-24T00:58:00Z,0.03463,0.03472,144.4,,,0.005485395,0.1096953509,0.003750429,0.003760176,,,TP
,,2024-04-24T00:59:00Z,2024-04-24T00:59:00Z,0.03464,0.03473,144.4,,,0.005483229,0.1096203811,0.003751512,0.003761259,,,TP
,,2024-04-24T01:00:00Z,2024-04-24T01:00:00Z,0.03466,0.03475,144.3,,,0.0054751027,0.1094705713,0.0037510785,0.0037608188,,,TP
,,2024-04-24T01:01:00Z,2024-11-14T03:17:00Z,0.03462,0.03471,144.5,,,0.0054913612,0.109770364,0.0037519425,0.0037616963,,,TP
,,2024-04-24T01:04:00Z,2024-04-24T04:50:00Z,0.03451,0.0346,144.9,,,0.0055304707,0.1105983773,0.0037503743,0.003760155,,,TP
,,2024-04-24T01:07:00Z,2024-04-24T04:49:00Z,0.03447,0.03456,145.1,,,0.0055429875,0.1109007833,0.0037511978,0.0037584,,,TP
,,2024-04-24T01:08:00Z,2024-04-24T04:50:00Z,0.03443,0.03452,145.3,,,0.0055631738,0.111203892,0.0037520093,0.003761817,,,TP
,,2024-04-24T01:43:00Z,2024-04-24T04:45:00Z,0.03437,0.03446,145.5,,,0.0055839262,0.1116598778,0.0037506263,0.0037604475,,,TP
,,2024-04-24T01:45:00Z,2024-04-24T04:16:00Z,0.0343,0.03439,145.8,,,0.0056107485,0.1121938776,0.003750705,0.0037605465,,,TP
,,2024-04-24T02:47:00Z,2024-04-24T03:37:00Z,0.03423,0.03432,146.1,,,0.005633775,0.1127300613,0.0037507523,0.00375804,,,TP
,,2024-04-24T04:02:00Z,2024-04-24T05:11:00Z,0.03421,0.0343,146.2,,,0.0056458785,0.1128836597,0.0037511265,0.003760995,,,TP
,,2024-04-24T04:50:00Z,2024-04-24T04:52:00Z,0.03457,0.03466,144.7,,,0.0055098142,0.1101460804,0.0037517093,0.0037614765,,,TP
,,2024-04-24T05:06:00Z,2024-11-14T03:19:00Z,0.03455,0.03464,144.8,,,0.005517966,0.1102966715,0.00375213,0.003761904,,,TP
,,2024-04-24T05:10:00Z,2024-04-24T11:27:00Z,0.03445,0.03454,145.2,,,0.005554989,0.1110522496,0.003751605,0.003761406,,,TP
,,2024-04-24T05:15:00Z,2024-04-24T11:27:00Z,0.03436,0.03445,145.6,,,0.0055861087,0.1117360303,0.003752112,0.0037593563,,,TP
,,2024-04-24T05:26:00Z,2024-04-24T06:45:00Z,0.03428,0.03437,145.9,,,0.0056189737,0.1123468495,0.003751089,0.0037609373,,,TP
,,2024-04-24T05:26:00Z,2024-04-24T06:50:00Z,0.03432,0.03441,145.7,,,0.0056025293,0.1120410839,0.003750318,0.0037601528,,,TP
,,2024-04-24T06:55:00Z,2024-04-24T11:00:00Z,0.03432,0.03441,145.7,,,0.0056025293,0.1120410839,0.003750318,0.0037601528,,,TP
,,2024-04-24T06:57:00Z,2024-04-24T07:20:00Z,0.03425,0.03434,146,,,0.005629395,0.1125766423,0.003750375,0.00376023,,,TP
,,2024-04-24T08:00:00Z,2024-04-24T08:39:00Z,0.03423,0.03432,146.1,,,0.005633775,0.1127300613,0.0037507523,0.00375804,,,TP
,,2024-08-05T06:40:00Z,2024-08-05T06:48:00Z,0.02442,0.02449,204.8,,,0.006823424,0.1364352989,0.003750912,0.003761664,,,TP
,,2024-08-05T06:43:00Z,2024-08-05T06:47:00Z,0.02439,0.02446,205.1,,,0.0068426488,0.1367876179,0.0037517918,0.0037625595,,,TP
,,2024-08-05T06:54:00Z,2024-08-05T07:00:00Z,0.02438,0.02445,205.1,,,0.0068457253,0.1369052502,0.0037502535,0.0037610213,,,TP
,,2024-08-05T11:00:00Z,2024-08-05T11:00:00Z,0.02443,0.0245,204.7,,,0.0068170218,0.1363180516,0.0037506158,0.0037613625,,,TP
,,2024-08-05T11:03:00Z,2024-08-05T13:48:00Z,0.0244,0.02447,205,,,0.0068362375,0.136670082,0.0037515,0.0037622625,,,TP
,,2024-08-05T11:05:00Z,2024-08-05T11:10:00Z,0.02433,0.0244,205.6,,,0.006877834,0.1374948623,0.003751686,0.00376248,,,TP
,,2024-08-05T11:18:00Z,2024-08-05T13:46:00Z,0.02432,0.02439,205.6,,,0.006880918,0.1376130757,0.003750144,0.003760938,,,TP
,,2024-08-05T11:20:00Z,2024-08-05T11:56:00Z,0.02427,0.02434,206.1,,,0.0069131092,0.1382056036,0.0037515353,0.0037623555,,,TP
,,2024-08-05T11:26:00Z,2024-08-05T12:00:00Z,0.02424,0.02431,206.3,,,0.0069291012,0.1385622937,0.003750534,0.0037613648,,,TP
,,2024-08-05T11:34:00Z,2024-08-05T11:41:00Z,0.02421,0.02428,206.6,,,0.0069484745,0.1389198678,0.0037513395,0.003762186,,,TP
,,2024-08-05T12:14:00Z,2024-08-05T13:37:00Z,0.02423,0.0243,206.4,,,0.006935556,0.1386813867,0.003750804,0.00376164,,,TP
,,2024-08-05T12:17:00Z,2024-08-05T12:42:00Z,0.02416,0.02423,207,,,0.0069774525,0.139517798,0.00375084,0.0037617075,,,TP
,,2024-08-05T12:18:00Z,2024-08-05T12:38:00Z,0.02412,0.02419,207.3,,,0.0070000027,0.139997927,0.003750057,0.0037609403,,,TP
,,2024-08-05T12:21:00Z,2024-08-05T12:30:00Z,0.02409,0.02416,207.6,,,0.007019475,0.1403590702,0.003750813,0.003761712,,,TP
,,2024-08-05T12:33:00Z,2024-08-05T12:35:00Z,0.02405,0.02412,208,,,0.00704548,0.1408419958,0.0037518,0.00376272,,,TP
,,2024-08-05T12:46:00Z,2024-08-05T13:35:00Z,0.02418,0.02425,206.8,,,0.006964507,0.1392783292,0.003750318,0.003761175,,,TP
,,2024-08-05T12:53:00Z,2024-08-05T13:08:00Z,0.02409,0.02416,207.6,,,0.007019475,0.1403590702,0.003750813,0.003761712,,,TP
,,2024-08-05T12:55:00Z,2024-08-05T13:02:00Z,0.02403,0.0241,208.1,,,0.0070551103,0.1410840616,0.0037504823,0.0037614075,,,TP
,,2024-08-05T12:58:00Z,2024-08-05T13:06:00Z,0.02406,0.02413,207.9,,,0.0070389743,0.1407211139,0.0037515555,0.0037624703,,,TP
,,2024-08-05T13:06:00Z,2024-08-05T13:33:00Z,0.02412,0.02419,207.3,,,0.0070000027,0.139997927,0.003750057,0.0037609403,,,TP
,,2024-08-05T13:08:00Z,2024-08-05T13:34:00Z,0.02415,0.02422,207.1,,,0.0069839298,0.1396376812,0.0037510988,0.0037619715,,,TP
,,2024-08-05T13:14:00Z,2024-08-05T13:30:00Z,0.02406,0.02413,207.9,,,0.0070389743,0.1407211139,0.0037515555,0.0037624703,,,TP
,,2024-08-05T13:22:00Z,2024-08-05T13:30:00Z,0.02402,0.02409,208.2,,,0.0070616235,0.1412052456,0.003750723,0.0037616535,,,TP
,,2024-08-05T13:31:00Z,2024-08-05T13:33:00Z,0.02407,0.02414,207.8,,,0.0070324715,0.1406003324,0.0037513095,0.003762219,,,TP
,,2024-08-05T13:40:00Z,2024-08-05T13:45:00Z,0.02425,0.02432,206.2,,,0.0069226495,0.138443299,0.0037502625,0.003761088,,,TP
,,2024-11-23T10:00:00Z,2024-11-23T10:00:00Z,0.036,0.03609,138.9,,,0.0049910243,0.0998125,0.0037503,0.0037596758,,,TP
,,2024-11-25T20:34:00Z,2024-11-26T00:20:00Z,0.036,0.03609,138.9,,,0.0049910243,0.0998125,0.0037503,0.0037596758,,,TP
,,2024-11-26T08:37:00Z,2024-11-26T09:06:00Z,0.036,0.03609,138.9,,,0.0049910243,0.0998125,0.0037503,0.0037596758,,,TP
,,2024-11-26T09:46:00Z,2024-11-26T09:54:00Z,0.036,0.03609,138.9,,,0.0049910243,0.0998125,0.0037503,0.0037596758,,,TP
,,2024-11-26T18:32:00Z,2024-11-26T18:46:00Z,0.036,0.03609,138.9,,,0.0049910243,0.0998125,0.0037503,0.0037596758,,,TP
,,2024-12-20T09:55:00Z,2024-12-20T14:03:00Z,0.036,0.03609,138.9,,,0.0049910243,0.0998125,0.0037503,0.0037596758,,,TP
,,2025-01-20T00:49:00Z,2025-01-20T00:50:00Z,0.036,0.03609,138.9,,,0.0049910243,0.0998125,0.0037503,0.0037596758,,,TP
,,2025-01-29T19:18:00Z,2025-01-29T19:30:00Z,0.036,0.03609,138.9,,,0.0049910243,0.0998125,0.0037503,0.0037596758,,,TP
,,2025-05-03T07:30:00Z,2025-05-03T08:25:00Z,0.036,0.03609,138.9,,,0.0049910243,0.0998125,0.0037503,0.0037596758,,,TP
,,2025-05-04T03:09:00Z,2025-05-04T05:00:00Z,0.036,0.03609,138.9,,,0.0049910243,0.0998125,0.0037503,0.0037596758,,,TP
,,2025-05-08T16:29:00Z,2025-05-08T16:43:00Z,0.036,0.03609,138.9,,,0.0049910243,0.0998125,0.0037503,0.0037596758,,,TP
,,2025-05-08T17:17:00Z,2025-05-08T18:18:00Z,0.036,0.03609,138.9,,,0.0049910243,0.0998125,0.0037503,0.0037596758,,,TP
,,2025-05-15T10:11:00Z,2025-05-15T11:10:00Z,0.036,0.03609,138.9,,,0.0049910243,0.0998125,0.0037503,0.0037596758,,,TP
,,2025-05-26T01:39:00Z,2025-06-03T04:22:00Z,0.036,0.03609,138.9,,,0.0049910243,0.0998125,0.0037503,0.0037596758,,,TP
,,2025-07-15T03:15:00Z,2025-07-15T18:10:00Z,0.036,0.03609,138.9,,,0.0049910243,0.0998125,0.0037503,0.0037596758,,,TP
,,2025-07-30T21:35:00Z,2025-07-30T21:56:00Z,0.036,0.03609,138.9,,,0.0049910243,0.0998125,0.0037503,0.0037596758,,,TP
,,2025-08-25T06:38:00Z,2025-08-25T06:44:00Z,0.036,0.03609,138.9,,,0.0049910243,0.0998125,0.0037503,0.0037596758,,,TP
,,2025-08-25T06:57:00Z,2025-08-25T06:58:00Z,0.036,0.03609,138.9,,,0.0049910243,0.0998125,0.0037503,0.0037596758,,,TP
,,2025-08-25T06:59:00Z,2025-08-25T06:59:00Z,0.036,0.03609,138.9,,,0.0049910243,0.0998125,0.0037503,0.0037596758,,,TP
,,2025-08-25T08:23:00Z,2025-08-25T08:29:00Z,0.036,0.03609,138.9,,,0.0049910243,0.0998125,0.0037503,0.0037596758,,,TP
,,2025-08-25T14:58:00Z,2025-08-25T15:07:00Z,0.036,0.03609,138.9,,,0.0049910243,0.0998125,0.0037503,0.0037596758,,,TP
,,2025-08-25T17:02:00Z,2025-08-25T17:07:00Z,0.036,0.03609,138.9,,,0.0049910243,0.0998125,0.0037503,0.0037596758,,,TP
,,2025-08-27T04:01:00Z,2025-08-27T04:07:00Z,0.036,0.03609,138.9,,,0.0049910243,0.0998125,0.0037503,0.0037596758,,,TP
,,2025-11-08T06:04:00Z,2025-11-08T06:40:00Z,0.036,0.03609,138.9,,,0.0049910243,0.0998125,0.0037503,0.0037596758,,,TP
,,2025-11-13T10:12:00Z,2025-11-13T14:52:00Z,0.036,0.03609,138.9,,,0.0049910243,0.0998125,0.0037503,0.0037596758,,,TP
,,2026-02-25T15:16:00Z,2026-02-25T22:04:00Z,0.04468,0.0448,112,,,0.00592368,0.1183751119,0.00375312,0.0037632,,,TP
,,2026-02-25T15:19:00Z,2026-02-25T21:36:00Z,0.04459,0.04471,112.2,,,0.005949405,0.1189167975,0.0037522485,0.0037623465,,,TP
,,2026-02-25T15:21:00Z,2026-02-25T21:35:00Z,0.04453,0.04465,112.3,,,0.0059648145,0.1192791377,0.0037505393,0.0037606463,,,TP
,,2026-02-25T15:22:00Z,2026-02-25T21:35:00Z,0.04446,0.04458,112.5,,,0.00598725,0.1197031039,0.0037513125,0.0037614375,,,TP
,,2026-02-25T17:31:00Z,2026-02-25T18:28:00Z,0.04416,0.04428,113.3,,,0.006080811,0.1215353261,0.003752496,0.003762693,,,TP
,,2026-02-25T17:45:00Z,2026-02-25T18:28:00Z,0.04424,0.04436,113.1,,,0.006056505,0.1210443038,0.003752658,0.003762837,,,TP
,,2026-02-25T18:13:00Z,2026-02-25T18:27:00Z,0.0441,0.04422,113.4,,,0.006096384,0.1219047619,0.003750705,0.003760911,,,TP
,,2026-02-25T18:30:00Z,2026-02-25T18:36:00Z,0.04432,0.04444,112.9,,,0.006032247,0.1205550542,0.003752796,0.003762957,,,TP
,,2026-02-25T18:49:00Z,2026-02-25T18:51:00Z,0.04433,0.04445,112.8,,,0.006025212,0.1204940221,0.003750318,0.00376047,,,TP
,,2026-02-25T18:51:00Z,2026-02-25T20:50:00Z,0.04438,0.0445,112.7,,,0.006011418,0.1201892744,0.0037512195,0.0037613625,,,TP
,,2026-02-25T19:05:00Z,2026-02-25T20:18:00Z,0.04418,0.0443,113.2,,,0.006072048,0.1214124038,0.003750882,0.00376107,,,TP
,,2026-02-25T19:11:00Z,2026-02-25T19:24:00Z,0.04407,0.04419,113.5,,,0.0061068675,0.122089857,0.0037514588,0.0037616738,,,TP
,,2026-02-25T19:32:00Z,2026-02-25T21:29:00Z,0.04411,0.04423,113.4,,,0.006094683,0.1218431195,0.0037515555,0.0037617615,,,TP
,,2026-02-25T19:33:00Z,2026-02-25T20:16:00Z,0.04405,0.04417,113.6,,,0.006115656,0.1222133939,0.00375306,0.003763284,,,TP
,,2026-02-25T20:09:00Z,2026-02-25T20:14:00Z,0.044,0.04411,113.7,,,0.0049934198,0.0998125,0.0037521,0.0037614803,,,TP
,,2026-02-25T21:13:00Z,2026-02-25T21:35:00Z,0.04437,0.04449,112.7,,,0.0060131085,0.120250169,0.0037503743,0.0037605172,,,TP
,,2026-02-25T21:23:00Z,2026-02-25T21:33:00Z,0.04431,0.04443,112.9,,,0.0060339405,0.1206161137,0.0037519493,0.0037621103,,,TP
,,2026-02-25T21:29:00Z,2026-02-25T21:31:00Z,0.04426,0.04438,113,,,0.00604776,0.1209218256,0.003751035,0.003761205,,,TP
,,2026-02-25T21:38:00Z,2026-02-25T22:05:00Z,0.04461,0.04473,112.1,,,0.0059407395,0.118796234,0.0037505858,0.0037606748,,,TP
,,2026-02-25T22:32:00Z,2026-02-25T23:59:00Z,0.04459,0.04471,112.2,,,0.005949405,0.1189167975,0.0037522485,0.0037623465,,,TP
,,2026-02-25T22:40:00Z,2026-02-25T22:49:00Z,0.0444,0.04452,112.7,,,0.006008037,0.1200675676,0.00375291,0.003763053,,,TP
,,2026-02-25T23:09:00Z,2026-02-25T23:56:00Z,0.04466,0.04478,112,,,0.00592704,0.1184952978,0.00375144,0.00376152,,,TP
,,2026-02-25T23:19:00Z,2026-02-25T23:48:00Z,0.04453,0.04465,112.3,,,0.0059648145,0.1192791377,0.0037505393,0.0037606463,,,TP
,,2026-02-25T23:33:00Z,2026-02-25T23:38:00Z,0.04442,0.04454,112.6,,,0.005999328,0.1199459703,0.003751269,0.003761403,,,TP
,,2026-02-25T23:39:00Z,2026-02-25T23:45:00Z,0.04444,0.04456,112.6,,,0.00599595,0.1198244824,0.003752958,0.003763092,,,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 JSTUSDT?
Did it beat Buy & Hold of JSTUSDT?
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 JSTUSDT (Mode: 3LongTimeLong.json)
Period: 2024-04-24 00:00:01 to 2026-02-25 23:59:59
Starting balance: 10,000.00 USDT
Final value: 10,138.31 USDT
P&L: +138.31 USDT (+1.38%)
Result: PROFIT
Completed trades: 31383
Open orders at end: 136
Win rate: 100.0%
Avg. profit/trade: 0.005702 USDT
Best trade: 0.007062 USDT
Worst trade: 0.004991 USDT
Total profit (trades only): 178.945510 USDT
Max drawdown: -5.01%
Profit factor: inf (no losing trades)
Sharpe ratio: 0.22
Total fees: 235.76 USDT
Avg hold time: 43.0h
TP / SL / TSL: 31383 / 0 / 0
Strategy parameters:
Buy trigger: -0.1% from last buy
Buy splits: 9
Sell targets: [0.25, 0.35, 0.5, 0.75, 1.0, 2.5, 5.0, 10.0, 15.0]
Investment per buy: 25.0 USDT
Fees: maker 7.5 bps / taker 7.5 bps
Elapsed: 412.9s
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":"JSTUSDT","mode_name":"3LongTimeLong.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.00001,"buySplits":9,"buyVolumes":[20,15,10,10,10,10,5,5,5],"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,10,15],"triggerCoolDown":1,"investmentPerBuy":25,"assumed_spread_bps":0,"stopLossPercentage":5,"investmentPercentMode":false,"minInvestmentPerQuote":25,"order_latency_seconds":2,"trailingStopLossPercentages":[0,0,0,0,0,0,0,0,0],"sellCancelDistancePercentage":1,"dontBuyBelowQuoteAssetBalance":1,"investmentPerFreeQuotePercent":0.01,"sellActivateDistancePercentage":0.1}'
Structured Data (JSON-LD)
Dataset markup with 34 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": "JSTUSDT LongTimeLong Backtest",
"alternateName": "JSTUSDT-3LongTimeLong.json-18688a1c-616c-4cd7-8757-4ab333140aac",
"description": "Backtest of the LongTimeLong strategy on JSTUSDT: +1.38% return over 2024-04-24 to 2026-02-25.",
"identifier": "18688a1c-616c-4cd7-8757-4ab333140aac",
"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": [
"JSTUSDT",
"LongTimeLong",
"crypto backtest",
"trading strategy",
"quantitative finance",
"algorithmic trading"
],
"about": [
{
"@type": "Thing",
"name": "JSTUSDT",
"description": "Trading pair: JSTUSDT"
},
{
"@type": "Thing",
"name": "LongTimeLong",
"description": "Trading strategy: LongTimeLong"
}
],
"measurementTechnique": "Historical OHLCV replay with deterministic order-fill simulation (TP / SL / Trailing-SL)",
"variableMeasured": [
{
"@type": "PropertyValue",
"name": "Return",
"value": 1.3831,
"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": 178.94550973,
"unitText": "USDT",
"description": "Total realized profit in quote currency"
},
{
"@type": "PropertyValue",
"name": "Final Portfolio Value",
"value": 10138.30645813,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Initial Capital",
"value": 10000,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Fulfilled Trades",
"value": 31383,
"unitText": "trades",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Active Orders",
"value": 136,
"unitText": "orders",
"description": "Open positions still pending exit at end of window",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Best Trade Profit",
"value": 0.00706162,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Worst Trade Profit",
"value": 0.00499102,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Average Trade Profit",
"value": 0.00570199,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Engine Elapsed Time",
"value": 412.93,
"unitText": "seconds",
"unitCode": "SEC",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "CAGR",
"value": 0.7493754817377907,
"unitText": "%",
"unitCode": "P1",
"description": "Compound Annual Growth Rate"
},
{
"@type": "PropertyValue",
"name": "Max Drawdown",
"value": -5.012837496451581,
"unitText": "%",
"unitCode": "P1",
"description": "Largest peak-to-trough decline of equity (negative)",
"maxValue": 0
},
{
"@type": "PropertyValue",
"name": "Max Drawdown (absolute)",
"value": -511.64027196680036,
"unitText": "USDT",
"maxValue": 0
},
{
"@type": "PropertyValue",
"name": "Drawdown Duration",
"value": 103,
"unitText": "days",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Sharpe Ratio (annualized)",
"value": 0.22066467044409555,
"description": "Mean / std of daily returns x 365"
},
{
"@type": "PropertyValue",
"name": "Sortino Ratio (annualized)",
"value": 0.2095485313956,
"description": "Like Sharpe but only penalizes downside volatility"
},
{
"@type": "PropertyValue",
"name": "Volatility (annualized)",
"value": 3.7532950863569003,
"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": 672,
"unitText": "days",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Equity Samples",
"value": 673,
"unitText": "points",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Expectancy per Trade",
"value": 0.005875932156999994,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Average Win",
"value": 0.005875932156999994,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Average Loss",
"value": 0,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Median Trade Profit",
"value": 0.0056885591,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Gross Profit",
"value": 0.5875932156999994,
"unitText": "USDT",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Gross Loss",
"value": 0,
"unitText": "USDT",
"maxValue": 0
},
{
"@type": "PropertyValue",
"name": "Total Fees Paid",
"value": 0.7511916443000002,
"unitText": "USDT",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Total Volume Traded",
"value": 1001.6060409999988,
"unitText": "USDT",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Longest Winning Streak",
"value": 100,
"unitText": "trades",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Longest Losing Streak",
"value": 0,
"unitText": "trades",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Median Holding Time",
"value": 0.45,
"unitText": "hours",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Mean Holding Time",
"value": 106.45228070175446,
"unitText": "hours",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Trades per Month",
"value": 1419.2584837786749,
"unitText": "trades/month",
"minValue": 0
}
],
"dateCreated": "2026-05-08T13:39:06.169Z",
"dateModified": "2026-05-15T13:00:54.796Z",
"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