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.
CKBUSDT * LongTimeLong
CKBUSDT | 3LongTimeLong.json | 2024-04-24 - 2026-02-25 | -21.85% | 125,915 closed trades | 100.0% closed WR | 862 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 | 1,626.45 USDT | Sum of all winning trades before fees. |
| Gross Loss | 0.00 USDT | Absolute sum of all losing trades. |
| Total Fees | 946.44 USDT | Buy + sell fees across all trades. |
| Fee Drag | 58.2% of gross profit | What share of edge the exchange consumed. |
| Avg Hold Time | 17.7 h | Mean duration a position is open. |
Exit Mix (Fill Types)
| Exit Type | Count | Share | What It Means |
|---|---|---|---|
| TP (Take Profit) | 125,915 | 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 CKBUSDT, 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 58.2% 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="48c9b771-b8e3-4156-b8b2-291811ee8770" */}
...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 CKBUSDT, 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 CKBUSDT 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: CKBUSDT 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 -21.85% return on CKBUSDT a good backtest result?
Is a -21.85% return on CKBUSDT 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 CKBUSDT backtest?
What is the annualised return for this CKBUSDT 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 CKBUSDT?
How is this backtest different from others on CKBUSDT?
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 | CKBUSDT |
| 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 | 7,814.96 USDT |
| Avg Profit / Trade | +0.0054 USDT |
| Trades / Month | 5694.4 |
| Status | completed |
| Created | 2026-05-08 13:39:07 UTC |
| Started | 2026-05-09 05:03:52 UTC |
| Completed | 2026-05-09 05:36:52 UTC |
| Compute Time | 18m 46s |
| Backtest ID | 48c9b771-b8e3-4156-b8b2-291811ee8770 |
| Engine summary: |
Backtest CKBUSDT (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: 7,814.96 USDT
P&L: -2,185.04 USDT (-21.85%)
Result: LOSS
Completed trades: 125915
Open orders at end: 862
Win rate: 100.0%
Avg. profit/trade: 0.005401 USDT
Best trade: 0.008106 USDT
Worst trade: 0.004991 USDT
Total profit (trades only): 680.009976 USDT
Max drawdown: -27.10%
Profit factor: inf (no losing trades)
Sharpe ratio: -0.75
Total fees: 946.44 USDT
Avg hold time: 17.7h
TP / SL / TSL: 125915 / 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: 1126.0s
Verifiable Claims
| Claim | Evidence | Source |
|---|---|---|
| Strategy returned -21.85% over the tested window | return_pct = -21.8504 | GET /backtests/{id} -> return_pct |
| Capital grew from 10,000.00 to 7,814.96 USDT | final_value - start_balance = -2,185.04 USDT | GET /backtests/{id} -> start_balance, final_value |
| Roughly 125915 of 125915 trades were profitable | win_rate = 100% | GET /backtests/{id} -> win_rate, fulfilled_trades |
| Worst peak-to-trough loss was 27.10% | max_drawdown_pct = 27.0961 | derived client-side from /equity series |
| Risk-adjusted return (Sharpe, annualized, rf=0) = -0.75 | sharpe_annualized = -0.7516 | 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 | 1 |
stopLoss | false |
tickSize | 0.000001 |
buySplits | 9 |
{
"to": "2026-02-25 23:59:59",
"from": "2024-04-24 00:00:01",
"canBuy": true,
"symbol": "CKBUSDT",
"canSell": true,
"canBuyUp": true,
"startBal": 10000,
"stepSize": 1,
"stopLoss": false,
"tickSize": 0.000001,
"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 | 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.000001 | 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: CKBUSDT
canSell: true
canBuyUp: true
startBal: 10000
stepSize: 1
stopLoss: false
tickSize: 0.000001
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 | CKBUSDT | 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,506 | ### ##
| :::###::##
|###### ## #::::::::::##
|::::::#::###:::::::::::::
|:::::::::::::::::::::::::### # ######
|::::::::::::::::::::::::::::### ##:# ::::::##
|:::::::::::::::::::::::::::::::#::::# #::::::::###
|:::::::::::::::::::::::::::::::::::::##::::::::::::######
|:::::::::::::::::::::::::::::::::::::::::::::::::::::::::#
7,825 |::::::::::::::::::::::::::::::::::::::::::::::::::::::::::##
+------------------------------------------------------------
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,610.17 USDT @ 2024-09-28 23:59:00 UTC |
| Trough | 7,735.23 USDT @ 2026-02-24 23:59:00 UTC |
| Drawdown Duration | 514.0 days |
| Recovery | not yet recovered within window |
| All-time Peak | 10,610.17 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) | 6,368.14 | 6,368.14 | 81.5% |
| CKB | 911,777.00000000 | 0.00 | 0.0% |
| Other (open positions, fee reserves, …) | - | 1,446.82 | 18.5% |
| Total | - | 7,814.96 | 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.63 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.63 USDT | Gross Profit - Gross Loss |
| Closed-trade buy fees | 0.37 USDT | Sum buy_fee_in_quote over matched-pair rows of /trades |
| Closed-trade sell fees | 0.37 USDT | Sum sell_fee_in_quote over matched-pair rows of /trades |
| Closed-trade fees subtotal | 0.74 USDT | buy + sell on matched pairs |
| Open-position buy fees | 945.70 USDT | bt.total_fees - closed-trade subtotal - buy-side fees on the 862 orders still open at end of window (no matching sell row yet) |
| Total Fees Paid (authoritative) | 946.44 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 | 150572.60% | 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/48c9b771-b8e3-4156-b8b2-291811ee8770/trades |
| Closed-trade sell fees | Sum row.sell_fee_in_quote | sell_fee_in_quote per row | GET /backtests/48c9b771-b8e3-4156-b8b2-291811ee8770/trades |
| (A) Closed-trade subtotal | Sum (buy_fee_in_quote + sell_fee_in_quote) | both fee fields, matched-pair rows only | GET /backtests/48c9b771-b8e3-4156-b8b2-291811ee8770/trades |
| (B) Total Fees Paid (engine) | direct read | total_fees (scalar) | GET /backtests/48c9b771-b8e3-4156-b8b2-291811ee8770 |
| (C) = (B) - (A) Open-position buy fees | bt.total_fees - closed_subtotal | derived | - |
| Open orders count | direct read | active_orders | GET /backtests/48c9b771-b8e3-4156-b8b2-291811ee8770 |
| Numerical walk-through for this run: |
(A) Closed-trade subtotal = 0.371478 + 0.372508
= 0.743986 USDT
(B) bt.total_fees = 946.444050 USDT <- authoritative
(C) Open-position buy fees = (B) - (A)
= 946.444050 - 0.743986
= 945.700064 USDT
Identity check: (A) + (C) ?= (B)
0.743986 + 945.700064 = 946.444050 USDT
vs bt.total_fees = 946.444050 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 862 open orders.Holding Period Distribution
| Min | Median | Avg | Max |
|---|---|---|---|
| 0.0h | 0.3h | 17.8h | 807.6h |
Trade Timeline
| First Trade | Last Trade |
|---|---|
| 2024-04-24 00:07:00 UTC | 2026-02-25 23:42:00 UTC |
Breakdown by Exit Type
| Type | Count | Cumulative Profit | Avg Return |
|---|---|---|---|
TP | 99 | +0.63 USDT | +0.13% |
Monthly Performance
GET /backtests/{id}/trades * Fields used: sell_time (bucket key), profit| Month | Trades | Wins | Win Rate | Net P&L (USDT) |
|---|---|---|---|---|
| 2024-04 | 25 | 25 | 100.0% | +0.13 |
| 2024-06 | 1 | 1 | 100.0% | +0.00 |
| 2024-07 | 2 | 2 | 100.0% | +0.01 |
| 2024-08 | 3 | 3 | 100.0% | +0.01 |
| 2024-09 | 2 | 2 | 100.0% | +0.01 |
| 2024-12 | 1 | 1 | 100.0% | +0.00 |
| 2025-01 | 1 | 1 | 100.0% | +0.00 |
| 2025-04 | 6 | 6 | 100.0% | +0.03 |
| 2025-06 | 2 | 2 | 100.0% | +0.01 |
| 2025-07 | 2 | 2 | 100.0% | +0.01 |
| 2025-10 | 2 | 2 | 100.0% | +0.01 |
| 2026-02 | 52 | 52 | 100.0% | +0.39 |
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 | 2026-02-05 -> 2026-02-05 | 0.001601 | 0.001606 | +0.0081 | +0.16% |
| 2 | TP | 2026-02-05 -> 2026-02-06 | 0.001601 | 0.001606 | +0.0081 | +0.16% |
| 3 | TP | 2026-02-06 -> 2026-02-06 | 0.001601 | 0.001606 | +0.0081 | +0.16% |
| 4 | TP | 2026-02-06 -> 2026-02-06 | 0.001601 | 0.001606 | +0.0081 | +0.16% |
| 5 | TP | 2026-02-13 -> 2026-02-13 | 0.001601 | 0.001606 | +0.0081 | +0.16% |
| 6 | TP | 2026-02-18 -> 2026-02-18 | 0.001601 | 0.001606 | +0.0081 | +0.16% |
| 7 | TP | 2026-02-18 -> 2026-02-18 | 0.001601 | 0.001606 | +0.0081 | +0.16% |
| 8 | TP | 2026-02-20 -> 2026-02-20 | 0.001601 | 0.001606 | +0.0081 | +0.16% |
| 9 | TP | 2026-02-20 -> 2026-02-20 | 0.001601 | 0.001606 | +0.0081 | +0.16% |
| 10 | TP | 2026-02-20 -> 2026-02-20 | 0.001601 | 0.001606 | +0.0081 | +0.16% |
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 | -27.10% @ 2026-02-24 23:59:00 UTC |
| Mean | -11.11% |
| Std Dev | 7.75% |
| Last | -26.34% |
| Points | 673 |
| Across 673 points the series ranged from -27.10% (2026-02-24 23:59:00 UTC) to 0.00% (2024-04-24 23:59:00 UTC), averaging -11.11%. 0% of points were positive, 98% negative. The most recent value is -26.34%. | |
| 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.040211990565202235},{"timestamp":"2024-05-17T23:59:00+00:00","drawdown":-0.33136229207020024},{"timestamp":"2024-05-28T23:59:00+00:00","drawdown":-0.13103190967263362},{"timestamp":"2024-06-09T23:59:00+00:00","drawdown":-0.2527165082569214},{"timestamp":"2024-06-20T23:59:00+00:00","drawdown":-2.6059244145135394},{"timestamp":"2024-07-01T23:59:00+00:00","drawdown":-1.9867860622518145},{"timestamp":"2024-07-13T23:59:00+00:00","drawdown":-2.8240835872820274},{"timestamp":"2024-07-24T23:59:00+00:00","drawdown":-1.4216652263015546},{"timestamp":"2024-08-05T23:59:00+00:00","drawdown":-7.408645506247585},{"timestamp":"2024-08-16T23:59:00+00:00","drawdown":-5.893962120184927},{"timestamp":"2024-08-27T23:59:00+00:00","drawdown":-4.438902382162749},{"timestamp":"2024-09-08T23:59:00+00:00","drawdown":-5.074329996629362},{"timestamp":"2024-09-19T23:59:00+00:00","drawdown":-0.086616627462641},{"timestamp":"2024-09-30T23:59:00+00:00","drawdown":-1.047989575071481},{"timestamp":"2024-10-12T23:59:00+00:00","drawdown":-1.8026506566854203},{"timestamp":"2024-10-23T23:59:00+00:00","drawdown":-3.0750793435737678},{"timestamp":"2024-11-04T23:59:00+00:00","drawdown":-5.689236637575376},{"timestamp":"2024-11-15T23:59:00+00:00","drawdown":-3.993186285225386},{"timestamp":"2024-11-26T23:59:00+00:00","drawdown":-2.592815102203692},{"timestamp":"2024-12-08T23:59:00+00:00","drawdown":-0.7970472320379504},{"timestamp":"2024-12-19T23:59:00+00:00","drawdown":-6.054124931319397},{"timestamp":"2024-12-31T23:59:00+00:00","drawdown":-5.074034800475435},{"timestamp":"2025-01-11T23:59:00+00:00","drawdown":-5.265992666151489},{"timestamp":"2025-01-22T23:59:00+00:00","drawdown":-6.983417371796308},{"timestamp":"2025-02-03T23:59:00+00:00","drawdown":-11.316987782416613},{"timestamp":"2025-02-14T23:59:00+00:00","drawdown":-12.39610749648446},{"timestamp":"2025-02-26T23:59:00+00:00","drawdown":-14.152952701117297},{"timestamp":"2025-03-09T23:59:00+00:00","drawdown":-16.492868039698834},{"timestamp":"2025-03-20T23:59:00+00:00","drawdown":-15.072125415241732},{"timestamp":"2025-04-01T23:59:00+00:00","drawdown":-16.300478496116032},{"timestamp":"2025-04-12T23:59:00+00:00","drawdown":-16.9117213694444},{"timestamp":"2025-04-23T23:59:00+00:00","drawdown":-15.025428687944018},{"timestamp":"2025-05-05T23:59:00+00:00","drawdown":-16.239254506550942},{"timestamp":"2025-05-16T23:59:00+00:00","drawdown":-13.787762774890155},{"timestamp":"2025-05-28T23:59:00+00:00","drawdown":-14.49486115081869},{"timestamp":"2025-06-08T23:59:00+00:00","drawdown":-17.89163685217431},{"timestamp":"2025-06-19T23:59:00+00:00","drawdown":-19.829664058637153},{"timestamp":"2025-07-01T23:59:00+00:00","drawdown":-21.218408554423274},{"timestamp":"2025-07-12T23:59:00+00:00","drawdown":-17.518823489770462},{"timestamp":"2025-07-24T23:59:00+00:00","drawdown":-13.489201088790741},{"timestamp":"2025-08-04T23:59:00+00:00","drawdown":-11.582314558953973},{"timestamp":"2025-08-15T23:59:00+00:00","drawdown":-13.006034292923186},{"timestamp":"2025-08-27T23:59:00+00:00","drawdown":-12.999766973187231},{"timestamp":"2025-09-07T23:59:00+00:00","drawdown":-13.161548428617815},{"timestamp":"2025-09-19T23:59:00+00:00","drawdown":-12.912053701369826},{"timestamp":"2025-09-30T23:59:00+00:00","drawdown":-15.6720529211629},{"timestamp":"2025-10-11T23:59:00+00:00","drawdown":-18.851504806325263},{"timestamp":"2025-10-23T23:59:00+00:00","drawdown":-18.397073412006897},{"timestamp":"2025-11-03T23:59:00+00:00","drawdown":-19.49616488652232},{"timestamp":"2025-11-14T23:59:00+00:00","drawdown":-19.464124197078828},{"timestamp":"2025-11-26T23:59:00+00:00","drawdown":-20.901654600310057},{"timestamp":"2025-12-07T23:59:00+00:00","drawdown":-20.20335001346035},{"timestamp":"2025-12-19T23:59:00+00:00","drawdown":-21.110794184683833},{"timestamp":"2025-12-30T23:59:00+00:00","drawdown":-21.02362324590238},{"timestamp":"2026-01-10T23:59:00+00:00","drawdown":-19.757165758338513},{"timestamp":"2026-01-22T23:59:00+00:00","drawdown":-21.18385003024943},{"timestamp":"2026-02-02T23:59:00+00:00","drawdown":-23.356986388423504},{"timestamp":"2026-02-14T23:59:00+00:00","drawdown":-25.07587837854068},{"timestamp":"2026-02-25T23:59:00+00:00","drawdown":-26.34462723107139}]
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 | 400.92 USDT @ 2024-09-28 23:59:00 UTC |
| Worst Unrealized | -2,944.35 USDT @ 2026-02-24 23:59:00 UTC |
| Mean | -1,070.18 USDT |
| Std Dev | 878.74 USDT |
| Last | -2,865.05 USDT |
| Points | 673 |
| Sum | -720,230.82 USDT |
| Across 673 points the series ranged from -2,944.35 USDT (2026-02-24 23:59:00 UTC) to 400.92 USDT (2024-09-28 23:59:00 UTC), averaging -1,070.18 USDT. 11% of points were positive, 89% negative. The most recent value is -2,865.05 USDT. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T23:59:00+00:00","pnl":-7.9973958538},{"timestamp":"2024-05-05T23:59:00+00:00","pnl":-5.7550108312},{"timestamp":"2024-05-17T23:59:00+00:00","pnl":-49.5566696475},{"timestamp":"2024-05-28T23:59:00+00:00","pnl":-28.6749819943},{"timestamp":"2024-06-09T23:59:00+00:00","pnl":-32.976732656},{"timestamp":"2024-06-20T23:59:00+00:00","pnl":-283.4706268718},{"timestamp":"2024-07-01T23:59:00+00:00","pnl":-232.0433823948},{"timestamp":"2024-07-13T23:59:00+00:00","pnl":-331.8976517385},{"timestamp":"2024-07-24T23:59:00+00:00","pnl":-204.1998232853},{"timestamp":"2024-08-05T23:59:00+00:00","pnl":-821.89145418},{"timestamp":"2024-08-16T23:59:00+00:00","pnl":-684.0200872805},{"timestamp":"2024-08-27T23:59:00+00:00","pnl":-549.768316457},{"timestamp":"2024-09-08T23:59:00+00:00","pnl":-626.1724660388},{"timestamp":"2024-09-19T23:59:00+00:00","pnl":374.6117473022},{"timestamp":"2024-09-30T23:59:00+00:00","pnl":288.3073516662},{"timestamp":"2024-10-12T23:59:00+00:00","pnl":198.3742857678},{"timestamp":"2024-10-23T23:59:00+00:00","pnl":57.6819301137},{"timestamp":"2024-11-04T23:59:00+00:00","pnl":-227.4933667563},{"timestamp":"2024-11-15T23:59:00+00:00","pnl":-64.80666789},{"timestamp":"2024-11-26T23:59:00+00:00","pnl":67.0996017827},{"timestamp":"2024-12-08T23:59:00+00:00","pnl":238.4423978617},{"timestamp":"2024-12-19T23:59:00+00:00","pnl":-335.9925191357},{"timestamp":"2024-12-31T23:59:00+00:00","pnl":-247.355347839},{"timestamp":"2025-01-11T23:59:00+00:00","pnl":-276.4470740582},{"timestamp":"2025-01-22T23:59:00+00:00","pnl":-471.7709653815},{"timestamp":"2025-02-03T23:59:00+00:00","pnl":-945.2007187155},{"timestamp":"2025-02-14T23:59:00+00:00","pnl":-1072.6814954918},{"timestamp":"2025-02-26T23:59:00+00:00","pnl":-1271.2095347713},{"timestamp":"2025-03-09T23:59:00+00:00","pnl":-1537.4796210805},{"timestamp":"2025-03-20T23:59:00+00:00","pnl":-1396.869858789},{"timestamp":"2025-04-01T23:59:00+00:00","pnl":-1536.65410766},{"timestamp":"2025-04-12T23:59:00+00:00","pnl":-1613.3851871427},{"timestamp":"2025-04-23T23:59:00+00:00","pnl":-1423.8046990065},{"timestamp":"2025-05-05T23:59:00+00:00","pnl":-1560.227331029},{"timestamp":"2025-05-16T23:59:00+00:00","pnl":-1314.2450637373},{"timestamp":"2025-05-28T23:59:00+00:00","pnl":-1397.0094216215},{"timestamp":"2025-06-08T23:59:00+00:00","pnl":-1764.2538850848},{"timestamp":"2025-06-19T23:59:00+00:00","pnl":-1975.655829732},{"timestamp":"2025-07-01T23:59:00+00:00","pnl":-2128.9339631108},{"timestamp":"2025-07-12T23:59:00+00:00","pnl":-1744.855710189},{"timestamp":"2025-07-24T23:59:00+00:00","pnl":-1335.264944958},{"timestamp":"2025-08-04T23:59:00+00:00","pnl":-1154.000761192},{"timestamp":"2025-08-15T23:59:00+00:00","pnl":-1313.0537364267},{"timestamp":"2025-08-27T23:59:00+00:00","pnl":-1322.585004062},{"timestamp":"2025-09-07T23:59:00+00:00","pnl":-1345.44426786},{"timestamp":"2025-09-19T23:59:00+00:00","pnl":-1324.7307390505},{"timestamp":"2025-09-30T23:59:00+00:00","pnl":-1622.9778825115},{"timestamp":"2025-10-11T23:59:00+00:00","pnl":-1968.4975701873},{"timestamp":"2025-10-23T23:59:00+00:00","pnl":-1931.3454674048},{"timestamp":"2025-11-03T23:59:00+00:00","pnl":-2056.6719524968},{"timestamp":"2025-11-14T23:59:00+00:00","pnl":-2067.4431141965},{"timestamp":"2025-11-26T23:59:00+00:00","pnl":-2232.3556566835},{"timestamp":"2025-12-07T23:59:00+00:00","pnl":-2169.8591182478},{"timestamp":"2025-12-19T23:59:00+00:00","pnl":-2271.3002449516},{"timestamp":"2025-12-30T23:59:00+00:00","pnl":-2265.6390224735},{"timestamp":"2026-01-10T23:59:00+00:00","pnl":-2136.6940500778},{"timestamp":"2026-01-22T23:59:00+00:00","pnl":-2293.6620391345},{"timestamp":"2026-02-02T23:59:00+00:00","pnl":-2531.5610027161},{"timestamp":"2026-02-14T23:59:00+00:00","pnl":-2725.3872736587},{"timestamp":"2026-02-25T23:59:00+00:00","pnl":-2865.0519897535}]
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,610.17 USDT @ 2024-09-28 23:59:00 UTC |
| Trough Total Equity | 7,735.23 USDT @ 2026-02-24 23:59:00 UTC |
| Mean | 9,313.81 USDT |
| Std Dev | 709.39 USDT |
| Last | 7,814.96 USDT |
| Points | 673 |
| Sum | 6,268,193.86 USDT |
| Across 673 points the series ranged from 7,735.23 USDT (2026-02-24 23:59:00 UTC) to 10,610.17 USDT (2024-09-28 23:59:00 UTC), averaging 9,313.81 USDT. 100% of points were positive, 0% negative. The most recent value is 7,814.96 USDT. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T23:59:00+00:00","quote":9831.4109164485,"base":162.53410992349927,"total":9993.945026372},{"timestamp":"2024-05-05T23:59:00+00:00","quote":9822.5406653733,"base":194.78042903200003,"total":10017.3210944053},{"timestamp":"2024-05-17T23:59:00+00:00","quote":9571.472135484,"base":416.67176562199893,"total":9988.143901106},{"timestamp":"2024-05-28T23:59:00+00:00","quote":9630.0790087246,"base":392.4163628280003,"total":10022.4953715526},{"timestamp":"2024-06-09T23:59:00+00:00","quote":9666.2339218596,"base":368.0708876389999,"total":10034.3048094986},{"timestamp":"2024-06-20T23:59:00+00:00","quote":8813.1402398067,"base":984.4382691360006,"total":9797.5785089427},{"timestamp":"2024-07-01T23:59:00+00:00","quote":8969.3137839933,"base":890.548355424,"total":9859.8621394173},{"timestamp":"2024-07-13T23:59:00+00:00","quote":8789.6081440262,"base":986.0241468349996,"total":9775.6322908612},{"timestamp":"2024-07-24T23:59:00+00:00","quote":9078.538097072,"base":838.1736579299995,"total":9916.711755002},{"timestamp":"2024-08-05T23:59:00+00:00","quote":8097.2801726982,"base":1217.1576865700008,"total":9314.4378592682},{"timestamp":"2024-08-16T23:59:00+00:00","quote":8181.8231430493,"base":1284.9877358499998,"total":9466.8108788993},{"timestamp":"2024-08-27T23:59:00+00:00","quote":8414.3071080568,"base":1198.8788140139986,"total":9613.1859220708},{"timestamp":"2024-09-08T23:59:00+00:00","quote":8311.6352342127,"base":1237.628402010001,"total":9549.2636362227},{"timestamp":"2024-09-19T23:59:00+00:00","quote":9547.6012771314,"base":1025.9287209412996,"total":10573.5299980727},{"timestamp":"2024-09-30T23:59:00+00:00","quote":9328.766256797,"base":1170.2072058600006,"total":10498.973462657},{"timestamp":"2024-10-12T23:59:00+00:00","quote":9118.1457642237,"base":1300.7568981014992,"total":10418.9026623252},{"timestamp":"2024-10-23T23:59:00+00:00","quote":8898.318026234,"base":1385.5778286559998,"total":10283.89585489},{"timestamp":"2024-11-04T23:59:00+00:00","quote":8600.507793506,"base":1406.0216093121999,"total":10006.5294028182},{"timestamp":"2024-11-15T23:59:00+00:00","quote":9013.5696254297,"base":1172.9135505779996,"total":10186.4831760077},{"timestamp":"2024-11-26T23:59:00+00:00","quote":9275.7240228073,"base":1059.3408730187002,"total":10335.064895826},{"timestamp":"2024-12-08T23:59:00+00:00","quote":9705.940049605,"base":819.6588144849993,"total":10525.59886409},{"timestamp":"2024-12-19T23:59:00+00:00","quote":8610.1851757995,"base":1357.6289700330017,"total":9967.8141458325},{"timestamp":"2024-12-31T23:59:00+00:00","quote":8770.7438355686,"base":1301.0595089729995,"total":10071.8033445416},{"timestamp":"2025-01-11T23:59:00+00:00","quote":8769.4882572697,"base":1281.9480373349998,"total":10051.4362946047},{"timestamp":"2025-01-22T23:59:00+00:00","quote":8411.9432667361,"base":1457.2714001195,"total":9869.2146668556},{"timestamp":"2025-02-03T23:59:00+00:00","quote":7789.5902221906,"base":1619.8253911209995,"total":9409.4156133116},{"timestamp":"2025-02-14T23:59:00+00:00","quote":7617.3079533439,"base":1677.6112571924996,"total":9294.9192105364},{"timestamp":"2025-02-26T23:59:00+00:00","quote":7429.1845202434,"base":1679.3304818062006,"total":9108.5150020496},{"timestamp":"2025-03-09T23:59:00+00:00","quote":7141.7953465769,"base":1718.4507325964996,"total":8860.2460791734},{"timestamp":"2025-03-20T23:59:00+00:00","quote":7562.4290275174,"base":1448.5602154116996,"total":9010.9892429291},{"timestamp":"2025-04-01T23:59:00+00:00","quote":7256.4726448617,"base":1624.1862859949997,"total":8880.6589308567},{"timestamp":"2025-04-12T23:59:00+00:00","quote":7143.1885816952,"base":1672.616460102001,"total":8815.8050417972},{"timestamp":"2025-04-23T23:59:00+00:00","quote":7354.0089303599,"base":1661.9349132749994,"total":9015.9438436349},{"timestamp":"2025-05-05T23:59:00+00:00","quote":7161.400201824,"base":1725.7546965119009,"total":8887.1548983359},{"timestamp":"2025-05-16T23:59:00+00:00","quote":7485.9247650722,"base":1661.3374976730001,"total":9147.2622627452},{"timestamp":"2025-05-28T23:59:00+00:00","quote":7448.5910020655,"base":1623.646942806,"total":9072.2379448715},{"timestamp":"2025-06-08T23:59:00+00:00","quote":6994.885125989,"base":1716.9492475554998,"total":8711.8343735445},{"timestamp":"2025-06-19T23:59:00+00:00","quote":6760.3805454547,"base":1745.8259068056996,"total":8506.2064522604},{"timestamp":"2025-07-01T23:59:00+00:00","quote":6576.1138352909,"base":1782.7445080724992,"total":8358.8583433634},{"timestamp":"2025-07-12T23:59:00+00:00","quote":7120.1933096674,"base":1631.1971838749996,"total":8751.3904935424},{"timestamp":"2025-07-24T23:59:00+00:00","quote":7553.7272215262,"base":1625.2129344306995,"total":9178.9401559569},{"timestamp":"2025-08-04T23:59:00+00:00","quote":7880.1626704754,"base":1501.101329000001,"total":9381.2639994754},{"timestamp":"2025-08-15T23:59:00+00:00","quote":7617.7984239925,"base":1612.4065354389995,"total":9230.2049594315},{"timestamp":"2025-08-27T23:59:00+00:00","quote":7758.160957268,"base":1472.7089752479997,"total":9230.869932516},{"timestamp":"2025-09-07T23:59:00+00:00","quote":7788.9021819763,"base":1424.8024680960007,"total":9213.7046500723},{"timestamp":"2025-09-19T23:59:00+00:00","quote":7629.4429638918,"base":1610.7334931625,"total":9240.1764570543},{"timestamp":"2025-09-30T23:59:00+00:00","quote":7284.4213082978,"base":1662.9146249397,"total":8947.3359332375},{"timestamp":"2025-10-11T23:59:00+00:00","quote":7387.7178292932,"base":1222.2729522412992,"total":8609.9907815345},{"timestamp":"2025-10-23T23:59:00+00:00","quote":7223.577603359,"base":1434.6291075846993,"total":8658.2067109437},{"timestamp":"2025-11-03T23:59:00+00:00","quote":7247.317636852,"base":1294.2736341990003,"total":8541.591271051},{"timestamp":"2025-11-14T23:59:00+00:00","quote":7201.4263133973,"base":1343.5645282814003,"total":8544.9908416787},{"timestamp":"2025-11-26T23:59:00+00:00","quote":6863.4468599993,"base":1529.019606576001,"total":8392.4664665753},{"timestamp":"2025-12-07T23:59:00+00:00","quote":7315.5113694844,"base":1151.0463792659993,"total":8466.5577487504},{"timestamp":"2025-12-19T23:59:00+00:00","quote":7050.4008722461,"base":1319.8755353611996,"total":8370.2764076073},{"timestamp":"2025-12-30T23:59:00+00:00","quote":7289.2188873399,"base":1090.3065023654008,"total":8379.5253897053},{"timestamp":"2026-01-10T23:59:00+00:00","quote":7244.5890036779,"base":1269.3096392480002,"total":8513.8986429259},{"timestamp":"2026-01-22T23:59:00+00:00","quote":7044.9819194884,"base":1317.5431409699995,"total":8362.5250604584},{"timestamp":"2026-02-02T23:59:00+00:00","quote":6706.9692007701,"base":1424.9824649970005,"total":8131.9516657671},{"timestamp":"2026-02-14T23:59:00+00:00","quote":6448.1658112717,"base":1501.4085454148008,"total":7949.5743566865},{"timestamp":"2026-02-25T23:59:00+00:00","quote":6368.1420362255,"base":1446.8159495929995,"total":7814.9579858185}]
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 | 21.59% @ 2025-06-26 23:59:00 UTC |
| Min Exposure | 1.36% @ 2024-06-04 23:59:00 UTC |
| Mean | 14.32% |
| Std Dev | 4.46% |
| Last | 18.51% |
| Points | 673 |
| Across 673 points the series ranged from 1.36% (2024-06-04 23:59:00 UTC) to 21.59% (2025-06-26 23:59:00 UTC), averaging 14.32%. 100% of points were positive, 0% negative. The most recent value is 18.51%. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T23:59:00+00:00","exposure":1.6263258352392835},{"timestamp":"2024-05-05T23:59:00+00:00","exposure":1.9444363138243155},{"timestamp":"2024-05-17T23:59:00+00:00","exposure":4.171663621865323},{"timestamp":"2024-05-28T23:59:00+00:00","exposure":3.9153558897299887},{"timestamp":"2024-06-09T23:59:00+00:00","exposure":3.668125441939728},{"timestamp":"2024-06-20T23:59:00+00:00","exposure":10.04777117363702},{"timestamp":"2024-07-01T23:59:00+00:00","exposure":9.032056866837996},{"timestamp":"2024-07-13T23:59:00+00:00","exposure":10.086551104799526},{"timestamp":"2024-07-24T23:59:00+00:00","exposure":8.452132910964401},{"timestamp":"2024-08-05T23:59:00+00:00","exposure":13.067430423177766},{"timestamp":"2024-08-16T23:59:00+00:00","exposure":13.573607335012111},{"timestamp":"2024-08-27T23:59:00+00:00","exposure":12.471191379556148},{"timestamp":"2024-09-08T23:59:00+00:00","exposure":12.960459038070463},{"timestamp":"2024-09-19T23:59:00+00:00","exposure":9.702802386036657},{"timestamp":"2024-09-30T23:59:00+00:00","exposure":11.145920218031044},{"timestamp":"2024-10-12T23:59:00+00:00","exposure":12.484586335613272},{"timestamp":"2024-10-23T23:59:00+00:00","exposure":13.473277522517469},{"timestamp":"2024-11-04T23:59:00+00:00","exposure":14.051041602058486},{"timestamp":"2024-11-15T23:59:00+00:00","exposure":11.514411110407288},{"timestamp":"2024-11-26T23:59:00+00:00","exposure":10.249968274960072},{"timestamp":"2024-12-08T23:59:00+00:00","exposure":7.787289113604878},{"timestamp":"2024-12-19T23:59:00+00:00","exposure":13.620127243249417},{"timestamp":"2024-12-31T23:59:00+00:00","exposure":12.917840673270362},{"timestamp":"2025-01-11T23:59:00+00:00","exposure":12.753879144845298},{"timestamp":"2025-01-22T23:59:00+00:00","exposure":14.765829392824392},{"timestamp":"2025-02-03T23:59:00+00:00","exposure":17.214941476593033},{"timestamp":"2025-02-14T23:59:00+00:00","exposure":18.04869110955604},{"timestamp":"2025-02-26T23:59:00+00:00","exposure":18.4369294163573},{"timestamp":"2025-03-09T23:59:00+00:00","exposure":19.395067780745197},{"timestamp":"2025-03-20T23:59:00+00:00","exposure":16.075484903595697},{"timestamp":"2025-04-01T23:59:00+00:00","exposure":18.289028985806546},{"timestamp":"2025-04-12T23:59:00+00:00","exposure":18.972929326043936},{"timestamp":"2025-04-23T23:59:00+00:00","exposure":18.433288206961233},{"timestamp":"2025-05-05T23:59:00+00:00","exposure":19.418528384545706},{"timestamp":"2025-05-16T23:59:00+00:00","exposure":18.162128186039496},{"timestamp":"2025-05-28T23:59:00+00:00","exposure":17.89687343599537},{"timestamp":"2025-06-08T23:59:00+00:00","exposure":19.708240238926184},{"timestamp":"2025-06-19T23:59:00+00:00","exposure":20.524142184931005},{"timestamp":"2025-07-01T23:59:00+00:00","exposure":21.32760760909326},{"timestamp":"2025-07-12T23:59:00+00:00","exposure":18.639291494062007},{"timestamp":"2025-07-24T23:59:00+00:00","exposure":17.705888771657126},{"timestamp":"2025-08-04T23:59:00+00:00","exposure":16.001056244488403},{"timestamp":"2025-08-15T23:59:00+00:00","exposure":17.468805324755323},{"timestamp":"2025-08-27T23:59:00+00:00","exposure":15.954173182099996},{"timestamp":"2025-09-07T23:59:00+00:00","exposure":15.46394769757266},{"timestamp":"2025-09-19T23:59:00+00:00","exposure":17.431847764474295},{"timestamp":"2025-09-30T23:59:00+00:00","exposure":18.585583880474594},{"timestamp":"2025-10-11T23:59:00+00:00","exposure":14.19598444707582},{"timestamp":"2025-10-23T23:59:00+00:00","exposure":16.569587161408073},{"timestamp":"2025-11-03T23:59:00+00:00","exposure":15.152605564088836},{"timestamp":"2025-11-14T23:59:00+00:00","exposure":15.723416831859954},{"timestamp":"2025-11-26T23:59:00+00:00","exposure":18.21895401865032},{"timestamp":"2025-12-07T23:59:00+00:00","exposure":13.595210868736887},{"timestamp":"2025-12-19T23:59:00+00:00","exposure":15.768601550142774},{"timestamp":"2025-12-30T23:59:00+00:00","exposure":13.011554374009071},{"timestamp":"2026-01-10T23:59:00+00:00","exposure":14.908676888027731},{"timestamp":"2026-01-22T23:59:00+00:00","exposure":15.755326668016911},{"timestamp":"2026-02-02T23:59:00+00:00","exposure":17.52325300943091},{"timestamp":"2026-02-14T23:59:00+00:00","exposure":18.88665327285032},{"timestamp":"2026-02-25T23:59:00+00:00","exposure":18.513419422324215}]
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 | 541.94 USDT @ 2025-07-20 23:59:00 UTC |
| Worst Day | -435.15 USDT @ 2025-10-10 23:59:00 UTC |
| Mean | -3.24 USDT |
| Std Dev | 77.16 USDT |
| Last | 79.73 USDT |
| Points | 672 |
| Sum | -2,178.99 USDT |
| Across 672 points the series ranged from -435.15 USDT (2025-10-10 23:59:00 UTC) to 541.94 USDT (2025-07-20 23:59:00 UTC), averaging -3.24 USDT. 46% of points were positive, 54% negative. The most recent value is 79.73 USDT. | |
| Showing 60 of 672 points (down-sampled for readability). |
[{"timestamp":"2024-04-25T23:59:00+00:00","delta":-8.868500600799962},{"timestamp":"2024-05-06T23:59:00+00:00","delta":-5.066063545000361},{"timestamp":"2024-05-18T23:59:00+00:00","delta":4.667335769499914},{"timestamp":"2024-05-29T23:59:00+00:00","delta":-20.495765894000215},{"timestamp":"2024-06-09T23:59:00+00:00","delta":0.3904117150013917},{"timestamp":"2024-06-21T23:59:00+00:00","delta":-15.009390076000273},{"timestamp":"2024-07-02T23:59:00+00:00","delta":-22.938269669501096},{"timestamp":"2024-07-14T23:59:00+00:00","delta":50.62255031530003},{"timestamp":"2024-07-25T23:59:00+00:00","delta":-8.093134591999842},{"timestamp":"2024-08-05T23:59:00+00:00","delta":-184.67465710579927},{"timestamp":"2024-08-17T23:59:00+00:00","delta":-14.649424309200185},{"timestamp":"2024-08-28T23:59:00+00:00","delta":-34.39861463899979},{"timestamp":"2024-09-08T23:59:00+00:00","delta":19.523551166799734},{"timestamp":"2024-09-20T23:59:00+00:00","delta":-65.07547839650033},{"timestamp":"2024-10-01T23:59:00+00:00","delta":-93.85768186810128},{"timestamp":"2024-10-13T23:59:00+00:00","delta":-38.33645136069936},{"timestamp":"2024-10-24T23:59:00+00:00","delta":20.799408470200433},{"timestamp":"2024-11-04T23:59:00+00:00","delta":-75.90236793080112},{"timestamp":"2024-11-16T23:59:00+00:00","delta":56.385874106999836},{"timestamp":"2024-11-27T23:59:00+00:00","delta":56.658917972499694},{"timestamp":"2024-12-08T23:59:00+00:00","delta":11.703292803200384},{"timestamp":"2024-12-20T23:59:00+00:00","delta":54.27440209899942},{"timestamp":"2024-12-31T23:59:00+00:00","delta":3.5585760940011824},{"timestamp":"2025-01-12T23:59:00+00:00","delta":-25.242037761499887},{"timestamp":"2025-01-23T23:59:00+00:00","delta":-8.067044342798908},{"timestamp":"2025-02-03T23:59:00+00:00","delta":66.07421176979915},{"timestamp":"2025-02-15T23:59:00+00:00","delta":-70.46514379200016},{"timestamp":"2025-02-26T23:59:00+00:00","delta":-34.58557491949978},{"timestamp":"2025-03-09T23:59:00+00:00","delta":-247.7882406960016},{"timestamp":"2025-03-21T23:59:00+00:00","delta":-34.82249410250006},{"timestamp":"2025-04-01T23:59:00+00:00","delta":9.491665625200767},{"timestamp":"2025-04-13T23:59:00+00:00","delta":-21.445230950701443},{"timestamp":"2025-04-24T23:59:00+00:00","delta":9.39272853680086},{"timestamp":"2025-05-05T23:59:00+00:00","delta":2.3770921541999996},{"timestamp":"2025-05-17T23:59:00+00:00","delta":-85.46933881800032},{"timestamp":"2025-05-28T23:59:00+00:00","delta":-17.189263374000802},{"timestamp":"2025-06-08T23:59:00+00:00","delta":-1.6776386750007077},{"timestamp":"2025-06-20T23:59:00+00:00","delta":-61.064444528299646},{"timestamp":"2025-07-01T23:59:00+00:00","delta":-68.00467833900075},{"timestamp":"2025-07-13T23:59:00+00:00","delta":108.67514742929961},{"timestamp":"2025-07-24T23:59:00+00:00","delta":-25.241788325500238},{"timestamp":"2025-08-04T23:59:00+00:00","delta":21.565366372200515},{"timestamp":"2025-08-16T23:59:00+00:00","delta":54.29355812720132},{"timestamp":"2025-08-27T23:59:00+00:00","delta":60.40080659480009},{"timestamp":"2025-09-07T23:59:00+00:00","delta":15.321259930500673},{"timestamp":"2025-09-19T23:59:00+00:00","delta":-76.76375017200007},{"timestamp":"2025-09-30T23:59:00+00:00","delta":-16.169255866499952},{"timestamp":"2025-10-12T23:59:00+00:00","delta":122.87184580920075},{"timestamp":"2025-10-23T23:59:00+00:00","delta":56.30066838499988},{"timestamp":"2025-11-03T23:59:00+00:00","delta":-158.11178800749985},{"timestamp":"2025-11-15T23:59:00+00:00","delta":23.730405573100143},{"timestamp":"2025-11-26T23:59:00+00:00","delta":-15.565759240198531},{"timestamp":"2025-12-07T23:59:00+00:00","delta":-17.447498448500482},{"timestamp":"2025-12-19T23:59:00+00:00","delta":116.66339424470061},{"timestamp":"2025-12-30T23:59:00+00:00","delta":-22.746751335798763},{"timestamp":"2026-01-11T23:59:00+00:00","delta":-19.59526363850091},{"timestamp":"2026-01-22T23:59:00+00:00","delta":-30.373841436399744},{"timestamp":"2026-02-02T23:59:00+00:00","delta":55.81013343450013},{"timestamp":"2026-02-14T23:59:00+00:00","delta":57.61060871010068},{"timestamp":"2026-02-25T23:59:00+00:00","delta":79.73265182179966}]
Monthly Returns
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net * Transform: monthlyReturns(equity)returnPct).| Stat | Value |
|---|---|
| Best Month | 11.35% @ 2025-07 |
| Worst Month | -5.06% @ 2025-03 |
| Mean | -0.86% |
| Std Dev | 4.24% |
| Last | -3.23% |
| Points | 23 |
| Across 23 points the series ranged from -5.06% (2025-03) to 11.35% (2025-07), averaging -0.86%. 22% of points were positive, 78% negative. The most recent value is -3.23%. | |
| Full series - 23 points. |
[{"month":"2024-04","returnPct":-0.13981115282732406},{"month":"2024-05","returnPct":0.2550447167497328},{"month":"2024-06","returnPct":-0.9420663727776523},{"month":"2024-07","returnPct":-0.37328807016641896},{"month":"2024-08","returnPct":-2.2943541652168324},{"month":"2024-09","returnPct":10.720009532442017},{"month":"2024-10","returnPct":-2.614078683253024},{"month":"2024-11","returnPct":3.6591416807217234},{"month":"2024-12","returnPct":-4.360799554474493},{"month":"2025-01","returnPct":-4.3284388278849715},{"month":"2025-02","returnPct":-1.3910014758654836},{"month":"2025-03","returnPct":-5.05637225844273},{"month":"2025-04","returnPct":1.5381854510656594},{"month":"2025-05","returnPct":-2.767686655144193},{"month":"2025-06","returnPct":-4.950156220761013},{"month":"2025-07","returnPct":11.346196347234462},{"month":"2025-08","returnPct":-1.3257033596574628},{"month":"2025-09","returnPct":-1.9040729451329754},{"month":"2025-10","returnPct":-4.319274389208377},{"month":"2025-11","returnPct":-3.5581662059633943},{"month":"2025-12","returnPct":-0.05264459605828708},{"month":"2026-01","returnPct":-3.6635915575493887},{"month":"2026-02","returnPct":-3.2340139838864816}]
Cumulative Trade Profit
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: cumulativeProfit(trades)cumProfit).| Stat | Value |
|---|---|
| Peak Cum. | 680.01 USDT @ 2026-02-25 |
| Trough Cum. | 1.94 USDT @ 2024-04-24 |
| Mean | 383.99 USDT |
| Std Dev | 197.97 USDT |
| Last | 680.01 USDT |
| Points | 673 |
| Sum | 258,424.68 USDT |
| Across 673 points the series ranged from 1.94 USDT (2024-04-24) to 680.01 USDT (2026-02-25), averaging 383.99 USDT. 100% of points were positive, 0% negative. The most recent value is 680.01 USDT. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24","cumProfit":1.942422},{"timestamp":"2024-05-05","cumProfit":23.076104},{"timestamp":"2024-05-17","cumProfit":37.700570000000006},{"timestamp":"2024-05-28","cumProfit":51.17035300000001},{"timestamp":"2024-06-09","cumProfit":67.28154300000001},{"timestamp":"2024-06-20","cumProfit":81.04913600000003},{"timestamp":"2024-07-01","cumProfit":91.90552200000003},{"timestamp":"2024-07-13","cumProfit":107.52994400000004},{"timestamp":"2024-07-24","cumProfit":120.91157800000003},{"timestamp":"2024-08-05","cumProfit":136.329313},{"timestamp":"2024-08-16","cumProfit":150.830968},{"timestamp":"2024-08-27","cumProfit":162.95424100000002},{"timestamp":"2024-09-08","cumProfit":175.436104},{"timestamp":"2024-09-19","cumProfit":198.918251},{"timestamp":"2024-09-30","cumProfit":210.66611200000003},{"timestamp":"2024-10-12","cumProfit":220.528377},{"timestamp":"2024-10-23","cumProfit":226.213926},{"timestamp":"2024-11-04","cumProfit":234.02276999999998},{"timestamp":"2024-11-15","cumProfit":251.28984399999996},{"timestamp":"2024-11-26","cumProfit":267.965294},{"timestamp":"2024-12-08","cumProfit":287.1564659999999},{"timestamp":"2024-12-19","cumProfit":303.80666399999984},{"timestamp":"2024-12-31","cumProfit":319.15869099999986},{"timestamp":"2025-01-11","cumProfit":327.8833669999998},{"timestamp":"2025-01-22","cumProfit":340.98563099999984},{"timestamp":"2025-02-03","cumProfit":354.61632899999984},{"timestamp":"2025-02-14","cumProfit":367.60070199999984},{"timestamp":"2025-02-26","cumProfit":379.7245329999998},{"timestamp":"2025-03-09","cumProfit":397.7256979999997},{"timestamp":"2025-03-20","cumProfit":407.85909999999967},{"timestamp":"2025-04-01","cumProfit":417.3130359999998},{"timestamp":"2025-04-12","cumProfit":429.1902279999999},{"timestamp":"2025-04-23","cumProfit":439.7485419999999},{"timestamp":"2025-05-05","cumProfit":447.3822289999999},{"timestamp":"2025-05-16","cumProfit":461.50732599999986},{"timestamp":"2025-05-28","cumProfit":469.24736499999995},{"timestamp":"2025-06-08","cumProfit":476.0882589999999},{"timestamp":"2025-06-19","cumProfit":481.8622809999998},{"timestamp":"2025-07-01","cumProfit":487.7923049999999},{"timestamp":"2025-07-12","cumProfit":496.24620299999987},{"timestamp":"2025-07-24","cumProfit":514.2051019999998},{"timestamp":"2025-08-04","cumProfit":535.2647609999999},{"timestamp":"2025-08-15","cumProfit":543.258697},{"timestamp":"2025-08-27","cumProfit":553.4549380000001},{"timestamp":"2025-09-07","cumProfit":559.1489190000002},{"timestamp":"2025-09-19","cumProfit":564.9071960000001},{"timestamp":"2025-09-30","cumProfit":570.3138160000002},{"timestamp":"2025-10-11","cumProfit":578.4883520000002},{"timestamp":"2025-10-23","cumProfit":589.552178},{"timestamp":"2025-11-03","cumProfit":598.263223},{"timestamp":"2025-11-14","cumProfit":612.4339570000001},{"timestamp":"2025-11-26","cumProfit":624.8221260000001},{"timestamp":"2025-12-07","cumProfit":636.4168700000001},{"timestamp":"2025-12-19","cumProfit":641.5766570000002},{"timestamp":"2025-12-30","cumProfit":645.1644170000002},{"timestamp":"2026-01-10","cumProfit":650.5926970000003},{"timestamp":"2026-01-22","cumProfit":656.1871010000001},{"timestamp":"2026-02-02","cumProfit":663.5126710000002},{"timestamp":"2026-02-14","cumProfit":674.9616330000001},{"timestamp":"2026-02-25","cumProfit":680.00998}]
Daily Trade Profit
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: dailyTradeProfit(trades)profit).| Stat | Value |
|---|---|
| Best Day | 3.83 USDT @ 2025-07-26 |
| Worst Day | 0.1221 USDT @ 2025-12-13 |
| Mean | 1.01 USDT |
| Std Dev | 0.6238 USDT |
| Last | 0.4354 USDT |
| Points | 673 |
| Sum | 680.01 USDT |
| Across 673 points the series ranged from 0.1221 USDT (2025-12-13) to 3.83 USDT (2025-07-26), averaging 1.01 USDT. 100% of points were positive, 0% negative. The most recent value is 0.4354 USDT. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"day":"2024-04-24","profit":1.942422},{"day":"2024-05-05","profit":1.319042},{"day":"2024-05-17","profit":1.518265},{"day":"2024-05-28","profit":1.288718},{"day":"2024-06-09","profit":1.755955},{"day":"2024-06-20","profit":1.648701},{"day":"2024-07-01","profit":1.025782},{"day":"2024-07-13","profit":0.928138},{"day":"2024-07-24","profit":1.035979},{"day":"2024-08-05","profit":3.743834},{"day":"2024-08-16","profit":0.877673},{"day":"2024-08-27","profit":1.217225},{"day":"2024-09-08","profit":0.735808},{"day":"2024-09-19","profit":1.903769},{"day":"2024-09-30","profit":0.739244},{"day":"2024-10-12","profit":0.455052},{"day":"2024-10-23","profit":0.507716},{"day":"2024-11-04","profit":0.727629},{"day":"2024-11-15","profit":1.299785},{"day":"2024-11-26","profit":2.374203},{"day":"2024-12-08","profit":0.778911},{"day":"2024-12-19","profit":2.000911},{"day":"2024-12-31","profit":1.032548},{"day":"2025-01-11","profit":0.348488},{"day":"2025-01-22","profit":0.867094},{"day":"2025-02-03","profit":3.096321},{"day":"2025-02-14","profit":0.763759},{"day":"2025-02-26","profit":1.263319},{"day":"2025-03-09","profit":0.952547},{"day":"2025-03-20","profit":0.464677},{"day":"2025-04-01","profit":0.752308},{"day":"2025-04-12","profit":0.804796},{"day":"2025-04-23","profit":0.858111},{"day":"2025-05-05","profit":0.602338},{"day":"2025-05-16","profit":1.09141},{"day":"2025-05-28","profit":0.553961},{"day":"2025-06-08","profit":0.244626},{"day":"2025-06-19","profit":0.325004},{"day":"2025-07-01","profit":0.311825},{"day":"2025-07-12","profit":0.796402},{"day":"2025-07-24","profit":1.522162},{"day":"2025-08-04","profit":0.715987},{"day":"2025-08-15","profit":0.759218},{"day":"2025-08-27","profit":2.3385},{"day":"2025-09-07","profit":0.214771},{"day":"2025-09-19","profit":0.360661},{"day":"2025-09-30","profit":0.367375},{"day":"2025-10-11","profit":2.103597},{"day":"2025-10-23","profit":0.480728},{"day":"2025-11-03","profit":1.514934},{"day":"2025-11-14","profit":1.701109},{"day":"2025-11-26","profit":0.386064},{"day":"2025-12-07","profit":0.764558},{"day":"2025-12-19","profit":0.476243},{"day":"2025-12-30","profit":0.233792},{"day":"2026-01-10","profit":0.226436},{"day":"2026-01-22","profit":0.286202},{"day":"2026-02-02","profit":1.380182},{"day":"2026-02-14","profit":0.54286},{"day":"2026-02-25","profit":0.435424}]
Trades per Day
GET /backtests/{id}/trades * Fields used: sell_time * Transform: tradesPerDay(trades)count).| Stat | Value |
|---|---|
| Busiest Day | 716 trades @ 2024-09-13 |
| Quietest Day | 20 trades @ 2025-12-13 |
| Mean | 187 trades |
| Std Dev | 119 trades |
| Last | 71 trades |
| Points | 673 |
| Sum | 125915 trades |
| Across 673 points the series ranged from 20 trades (2025-12-13) to 716 trades (2024-09-13), averaging 187 trades. The most recent value is 71 trades. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"day":"2024-04-24","count":379},{"day":"2024-05-05","count":257},{"day":"2024-05-17","count":295},{"day":"2024-05-28","count":251},{"day":"2024-06-09","count":342},{"day":"2024-06-20","count":315},{"day":"2024-07-01","count":197},{"day":"2024-07-13","count":177},{"day":"2024-07-24","count":199},{"day":"2024-08-05","count":697},{"day":"2024-08-16","count":165},{"day":"2024-08-27","count":230},{"day":"2024-09-08","count":139},{"day":"2024-09-19","count":371},{"day":"2024-09-30","count":143},{"day":"2024-10-12","count":88},{"day":"2024-10-23","count":98},{"day":"2024-11-04","count":139},{"day":"2024-11-15","count":251},{"day":"2024-11-26","count":460},{"day":"2024-12-08","count":151},{"day":"2024-12-19","count":383},{"day":"2024-12-31","count":197},{"day":"2025-01-11","count":67},{"day":"2025-01-22","count":166},{"day":"2025-02-03","count":572},{"day":"2025-02-14","count":141},{"day":"2025-02-26","count":231},{"day":"2025-03-09","count":174},{"day":"2025-03-20","count":87},{"day":"2025-04-01","count":142},{"day":"2025-04-12","count":146},{"day":"2025-04-23","count":155},{"day":"2025-05-05","count":108},{"day":"2025-05-16","count":201},{"day":"2025-05-28","count":102},{"day":"2025-06-08","count":41},{"day":"2025-06-19","count":62},{"day":"2025-07-01","count":51},{"day":"2025-07-12","count":142},{"day":"2025-07-24","count":283},{"day":"2025-08-04","count":137},{"day":"2025-08-15","count":138},{"day":"2025-08-27","count":429},{"day":"2025-09-07","count":37},{"day":"2025-09-19","count":67},{"day":"2025-09-30","count":64},{"day":"2025-10-11","count":362},{"day":"2025-10-23","count":78},{"day":"2025-11-03","count":262},{"day":"2025-11-14","count":293},{"day":"2025-11-26","count":65},{"day":"2025-12-07","count":135},{"day":"2025-12-19","count":81},{"day":"2025-12-30","count":39},{"day":"2026-01-10","count":43},{"day":"2026-01-22","count":43},{"day":"2026-02-02","count":250},{"day":"2026-02-14","count":78},{"day":"2026-02-25","count":71}]
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 | 946.44 USDT @ 2026-02-25 |
| Start | 2.85 USDT @ 2024-04-24 |
| Mean | 546.66 USDT |
| Std Dev | 276.81 USDT |
| Last | 946.44 USDT |
| Points | 673 |
| Sum | 367,902.03 USDT |
| Across 673 points the series ranged from 2.85 USDT (2024-04-24) to 946.44 USDT (2026-02-25), averaging 546.66 USDT. 100% of points were positive, 0% negative. The most recent value is 946.44 USDT. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"index":0,"timestamp":"2024-04-24","cumFees":2.851341},{"index":11,"timestamp":"2024-05-05","cumFees":33.746354},{"index":23,"timestamp":"2024-05-17","cumFees":55.11604999999999},{"index":34,"timestamp":"2024-05-28","cumFees":74.785296},{"index":46,"timestamp":"2024-06-09","cumFees":98.33861900000002},{"index":57,"timestamp":"2024-06-20","cumFees":118.30227700000002},{"index":68,"timestamp":"2024-07-01","cumFees":133.98532500000005},{"index":80,"timestamp":"2024-07-13","cumFees":156.46136600000006},{"index":91,"timestamp":"2024-07-24","cumFees":175.81397000000004},{"index":103,"timestamp":"2024-08-05","cumFees":197.83150300000005},{"index":114,"timestamp":"2024-08-16","cumFees":218.40166400000007},{"index":125,"timestamp":"2024-08-27","cumFees":235.7343490000001},{"index":137,"timestamp":"2024-09-08","cumFees":253.4484100000001},{"index":148,"timestamp":"2024-09-19","cumFees":287.4998650000001},{"index":159,"timestamp":"2024-09-30","cumFees":304.65043100000014},{"index":171,"timestamp":"2024-10-12","cumFees":319.0229470000001},{"index":182,"timestamp":"2024-10-23","cumFees":327.28852700000016},{"index":194,"timestamp":"2024-11-04","cumFees":338.57471400000026},{"index":205,"timestamp":"2024-11-15","cumFees":363.63701100000026},{"index":216,"timestamp":"2024-11-26","cumFees":387.85876500000035},{"index":228,"timestamp":"2024-12-08","cumFees":415.8938390000003},{"index":239,"timestamp":"2024-12-19","cumFees":440.0773690000003},{"index":251,"timestamp":"2024-12-31","cumFees":462.16484700000035},{"index":262,"timestamp":"2025-01-11","cumFees":474.7580440000003},{"index":273,"timestamp":"2025-01-22","cumFees":493.5508790000003},{"index":285,"timestamp":"2025-02-03","cumFees":512.8210210000003},{"index":296,"timestamp":"2025-02-14","cumFees":530.8710300000002},{"index":308,"timestamp":"2025-02-26","cumFees":547.8234860000001},{"index":319,"timestamp":"2025-03-09","cumFees":572.8010409999999},{"index":330,"timestamp":"2025-03-20","cumFees":586.543056},{"index":342,"timestamp":"2025-04-01","cumFees":599.5190059999999},{"index":353,"timestamp":"2025-04-12","cumFees":615.2660829999998},{"index":364,"timestamp":"2025-04-23","cumFees":629.7290229999996},{"index":376,"timestamp":"2025-05-05","cumFees":640.2553279999996},{"index":387,"timestamp":"2025-05-16","cumFees":659.7312129999998},{"index":399,"timestamp":"2025-05-28","cumFees":670.4380759999998},{"index":410,"timestamp":"2025-06-08","cumFees":679.626497},{"index":421,"timestamp":"2025-06-19","cumFees":687.3421119999999},{"index":433,"timestamp":"2025-07-01","cumFees":695.0949350000001},{"index":444,"timestamp":"2025-07-12","cumFees":706.4391160000001},{"index":456,"timestamp":"2025-07-24","cumFees":731.2112170000004},{"index":467,"timestamp":"2025-08-04","cumFees":760.4335520000003},{"index":478,"timestamp":"2025-08-15","cumFees":771.4038530000004},{"index":490,"timestamp":"2025-08-27","cumFees":785.3639190000002},{"index":501,"timestamp":"2025-09-07","cumFees":793.1253970000002},{"index":513,"timestamp":"2025-09-19","cumFees":801.1500140000004},{"index":524,"timestamp":"2025-09-30","cumFees":808.3100710000006},{"index":535,"timestamp":"2025-10-11","cumFees":819.2335620000007},{"index":547,"timestamp":"2025-10-23","cumFees":833.8377710000009},{"index":558,"timestamp":"2025-11-03","cumFees":845.0687890000008},{"index":569,"timestamp":"2025-11-14","cumFees":863.3762830000009},{"index":581,"timestamp":"2025-11-26","cumFees":878.4235440000007},{"index":592,"timestamp":"2025-12-07","cumFees":893.3799790000005},{"index":604,"timestamp":"2025-12-19","cumFees":900.0505750000005},{"index":615,"timestamp":"2025-12-30","cumFees":904.4976650000004},{"index":626,"timestamp":"2026-01-10","cumFees":911.7541120000003},{"index":638,"timestamp":"2026-01-22","cumFees":918.7853630000002},{"index":649,"timestamp":"2026-02-02","cumFees":928.047306},{"index":661,"timestamp":"2026-02-14","cumFees":940.6600020000001},{"index":672,"timestamp":"2026-02-25","cumFees":946.4440460000002}]
Profit Distribution (%)
GET /backtests/{id}/trades * Fields used: profit_percentage * Transform: profitDistribution(trades, 30)count).| Stat | Value |
|---|---|
| Most Populated Bin | 12367 trades @ 0.10% |
| Least Populated Bin | 51 trades @ 0.14% |
| Mean | 2099 trades |
| Std Dev | 3604 trades |
| Last | 77 trades |
| Points | 60 |
| Sum | 125915 trades |
| Across 60 points the series ranged from 51 trades (0.14%) to 12367 trades (0.10%), averaging 2099 trades. The most recent value is 77 trades. | |
| Full series - 60 points. |
[{"bin":"0.10%","count":12367,"from":0.099812},{"bin":"0.10%","count":12238,"from":0.10085},{"bin":"0.10%","count":12159,"from":0.101888},{"bin":"0.10%","count":12155,"from":0.102925},{"bin":"0.10%","count":11912,"from":0.103963},{"bin":"0.11%","count":10335,"from":0.105001},{"bin":"0.11%","count":7552,"from":0.106038},{"bin":"0.11%","count":5915,"from":0.107076},{"bin":"0.11%","count":4845,"from":0.108114},{"bin":"0.11%","count":4158,"from":0.109151},{"bin":"0.11%","count":3797,"from":0.110189},{"bin":"0.11%","count":3167,"from":0.111226},{"bin":"0.11%","count":2941,"from":0.112264},{"bin":"0.11%","count":2759,"from":0.113302},{"bin":"0.11%","count":2414,"from":0.114339},{"bin":"0.12%","count":1935,"from":0.115377},{"bin":"0.12%","count":1755,"from":0.116415},{"bin":"0.12%","count":1501,"from":0.117452},{"bin":"0.12%","count":1419,"from":0.11849},{"bin":"0.12%","count":1279,"from":0.119528},{"bin":"0.12%","count":934,"from":0.120565},{"bin":"0.12%","count":924,"from":0.121603},{"bin":"0.12%","count":597,"from":0.12264},{"bin":"0.12%","count":566,"from":0.123678},{"bin":"0.12%","count":544,"from":0.124716},{"bin":"0.13%","count":519,"from":0.125753},{"bin":"0.13%","count":522,"from":0.126791},{"bin":"0.13%","count":410,"from":0.127829},{"bin":"0.13%","count":418,"from":0.128866},{"bin":"0.13%","count":406,"from":0.129904},{"bin":"0.13%","count":285,"from":0.130942},{"bin":"0.13%","count":250,"from":0.131979},{"bin":"0.13%","count":320,"from":0.133017},{"bin":"0.13%","count":309,"from":0.134054},{"bin":"0.14%","count":232,"from":0.135092},{"bin":"0.14%","count":206,"from":0.13613},{"bin":"0.14%","count":134,"from":0.137167},{"bin":"0.14%","count":132,"from":0.138205},{"bin":"0.14%","count":145,"from":0.139243},{"bin":"0.14%","count":129,"from":0.14028},{"bin":"0.14%","count":69,"from":0.141318},{"bin":"0.14%","count":51,"from":0.142356},{"bin":"0.14%","count":67,"from":0.143393},{"bin":"0.14%","count":73,"from":0.144431},{"bin":"0.15%","count":72,"from":0.145468},{"bin":"0.15%","count":80,"from":0.146506},{"bin":"0.15%","count":72,"from":0.147544},{"bin":"0.15%","count":77,"from":0.148581},{"bin":"0.15%","count":75,"from":0.149619},{"bin":"0.15%","count":70,"from":0.150657},{"bin":"0.15%","count":61,"from":0.151694},{"bin":"0.15%","count":62,"from":0.152732},{"bin":"0.15%","count":52,"from":0.15377},{"bin":"0.15%","count":72,"from":0.154807},{"bin":"0.16%","count":57,"from":0.155845},{"bin":"0.16%","count":72,"from":0.156882},{"bin":"0.16%","count":57,"from":0.15792},{"bin":"0.16%","count":59,"from":0.158958},{"bin":"0.16%","count":55,"from":0.159995},{"bin":"0.16%","count":77,"from":0.161033}]
Rolling Win Rate (50 Trades)
GET /backtests/{id}/trades * Fields used: profit * Transform: rollingWinRate(trades, 50)winRate).| Stat | Value |
|---|---|
| Hottest Window | 100.00% @ 1259 |
| Coldest Window | 100.00% @ 1259 |
| Mean | 100.00% |
| Std Dev | 0.00% |
| Last | 100.00% |
| Points | 1000 |
| Across 1000 points the series ranged from 100.00% (1259) to 100.00% (1259), 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":1259,"winRate":100},{"index":3380,"winRate":100},{"index":5502,"winRate":100},{"index":7623,"winRate":100},{"index":9744,"winRate":100},{"index":11865,"winRate":100},{"index":13987,"winRate":100},{"index":16108,"winRate":100},{"index":18104,"winRate":100},{"index":20226,"winRate":100},{"index":22347,"winRate":100},{"index":24468,"winRate":100},{"index":26589,"winRate":100},{"index":28711,"winRate":100},{"index":30832,"winRate":100},{"index":32953,"winRate":100},{"index":35075,"winRate":100},{"index":37196,"winRate":100},{"index":39317,"winRate":100},{"index":41438,"winRate":100},{"index":43560,"winRate":100},{"index":45681,"winRate":100},{"index":47802,"winRate":100},{"index":49799,"winRate":100},{"index":51920,"winRate":100},{"index":54041,"winRate":100},{"index":56163,"winRate":100},{"index":58284,"winRate":100},{"index":60405,"winRate":100},{"index":62526,"winRate":100},{"index":64648,"winRate":100},{"index":66769,"winRate":100},{"index":68890,"winRate":100},{"index":71011,"winRate":100},{"index":73133,"winRate":100},{"index":75254,"winRate":100},{"index":77375,"winRate":100},{"index":79372,"winRate":100},{"index":81493,"winRate":100},{"index":83614,"winRate":100},{"index":85736,"winRate":100},{"index":87857,"winRate":100},{"index":89978,"winRate":100},{"index":92099,"winRate":100},{"index":94221,"winRate":100},{"index":96342,"winRate":100},{"index":98463,"winRate":100},{"index":100585,"winRate":100},{"index":102706,"winRate":100},{"index":104827,"winRate":100},{"index":106948,"winRate":100},{"index":109070,"winRate":100},{"index":111066,"winRate":100},{"index":113187,"winRate":100},{"index":115309,"winRate":100},{"index":117430,"winRate":100},{"index":119551,"winRate":100},{"index":121672,"winRate":100},{"index":123794,"winRate":100},{"index":125915,"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.6286 USDT @ 2026-02-25 23:42:00 UTC |
| Trough Net | 0.0050 USDT @ 2024-04-24 00:23:00 UTC |
| Mean | 0.2873 USDT |
| Std Dev | 0.1842 USDT |
| Last | 0.6286 USDT |
| Points | 99 |
| Sum | 28.44 USDT |
| Across 99 points the series ranged from 0.0050 USDT (2024-04-24 00:23:00 UTC) to 0.6286 USDT (2026-02-25 23:42:00 UTC), averaging 0.2873 USDT. 100% of points were positive, 0% negative. The most recent value is 0.6286 USDT. | |
| Showing 60 of 99 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T00:23:00Z","net":0.0050185987,"gross":0.012549},{"timestamp":"2024-04-24T00:30:00Z","net":0.0152592662,"gross":0.037819},{"timestamp":"2024-04-24T00:31:00Z","net":0.0204909542,"gross":0.050587},{"timestamp":"2024-04-24T00:36:00Z","net":0.030837012200000003,"gross":0.075979},{"timestamp":"2024-04-24T00:38:00Z","net":0.0411298442,"gross":0.10132300000000001},{"timestamp":"2024-04-24T00:45:00Z","net":0.0462405917,"gross":0.113947},{"timestamp":"2024-04-24T00:49:00Z","net":0.0564005672,"gross":0.13914700000000002},{"timestamp":"2024-04-24T00:59:00Z","net":0.0665972087,"gross":0.164395},{"timestamp":"2024-04-24T01:00:00Z","net":0.0716606207,"gross":0.17697100000000002},{"timestamp":"2024-04-24T01:07:00Z","net":0.0817195112,"gross":0.2020750001},{"timestamp":"2024-04-24T01:33:00Z","net":0.0918019262,"gross":0.22722700010000002},{"timestamp":"2024-04-24T04:51:00Z","net":0.0969459662,"gross":0.2398990001},{"timestamp":"2024-04-24T04:52:00Z","net":0.1070882492,"gross":0.26509900010000004},{"timestamp":"2024-04-24T05:15:00Z","net":0.1172935697,"gross":0.2903470001000001},{"timestamp":"2024-04-24T10:18:00Z","net":0.1225506969,"gross":0.30313600000000007},{"timestamp":"2024-06-07T11:56:00Z","net":0.1325478239,"gross":0.32816400000000007},{"timestamp":"2024-07-10T13:56:00Z","net":0.1425290739,"gross":0.3531640000000001},{"timestamp":"2024-08-20T04:33:00Z","net":0.1475196989,"gross":0.3656640000000001},{"timestamp":"2024-08-20T13:41:00Z","net":0.1575009489,"gross":0.3906640000000001},{"timestamp":"2024-09-07T17:47:00Z","net":0.1674821989,"gross":0.41566400000000014},{"timestamp":"2024-12-20T14:15:00Z","net":0.1724728239,"gross":0.42816400000000016},{"timestamp":"2025-04-07T12:23:00Z","net":0.1824544731,"gross":0.45316499990000014},{"timestamp":"2025-04-09T04:15:00Z","net":0.19243652149999999,"gross":0.4781669997000001},{"timestamp":"2025-04-09T04:36:00Z","net":0.19742754569999998,"gross":0.49066799960000007},{"timestamp":"2025-04-10T10:06:00Z","net":0.20740879569999998,"gross":0.5156679996},{"timestamp":"2025-06-24T07:28:00Z","net":0.21739084409999998,"gross":0.5406699993999999},{"timestamp":"2025-07-11T00:28:00Z","net":0.22238146909999998,"gross":0.5531699993999999},{"timestamp":"2025-10-13T17:48:00Z","net":0.23236311829999998,"gross":0.5781709992999998},{"timestamp":"2026-02-01T14:50:00Z","net":0.24234476749999997,"gross":0.6031719991999998},{"timestamp":"2026-02-03T20:26:00Z","net":0.24733539249999997,"gross":0.6156719991999997},{"timestamp":"2026-02-05T20:33:00Z","net":0.260422144,"gross":0.6437819991999997},{"timestamp":"2026-02-05T20:58:00Z","net":0.26851827050000004,"gross":0.6593919991999997},{"timestamp":"2026-02-06T00:01:00Z","net":0.2847302685,"gross":0.6906319991999996},{"timestamp":"2026-02-06T01:16:00Z","net":0.300932394,"gross":0.7218619991999996},{"timestamp":"2026-02-06T03:00:00Z","net":0.30903839299999997,"gross":0.7374819991999996},{"timestamp":"2026-02-06T03:57:00Z","net":0.325230646,"gross":0.7687019991999996},{"timestamp":"2026-02-11T18:17:00Z","net":0.34142289900000006,"gross":0.7999219991999996},{"timestamp":"2026-02-12T00:13:00Z","net":0.3495190255000001,"gross":0.8155319991999996},{"timestamp":"2026-02-13T07:12:00Z","net":0.3657211510000001,"gross":0.8467619991999996},{"timestamp":"2026-02-18T22:41:00Z","net":0.3819232765000001,"gross":0.8779919991999996},{"timestamp":"2026-02-18T23:17:00Z","net":0.3900194030000001,"gross":0.8936019991999996},{"timestamp":"2026-02-20T09:02:00Z","net":0.4062215285000001,"gross":0.9248319991999996},{"timestamp":"2026-02-20T16:23:00Z","net":0.4224137875000001,"gross":0.9560519991999995},{"timestamp":"2026-02-20T16:23:00Z","net":0.43051978650000006,"gross":0.9716719991999995},{"timestamp":"2026-02-22T00:03:00Z","net":0.44672191200000005,"gross":1.0029019991999994},{"timestamp":"2026-02-25T15:55:00Z","net":0.4569888940000001,"gross":1.0281899989999994},{"timestamp":"2026-02-25T16:01:00Z","net":0.4620665785000001,"gross":1.0407779988999994},{"timestamp":"2026-02-25T17:18:00Z","net":0.4751710870000001,"gross":1.0689059987999994},{"timestamp":"2026-02-25T17:43:00Z","net":0.4913238920000001,"gross":1.1000859987999994},{"timestamp":"2026-02-25T17:53:00Z","net":0.4993609095000001,"gross":1.1156359987999993},{"timestamp":"2026-02-25T18:13:00Z","net":0.5153563785000002,"gross":1.1466559987999994},{"timestamp":"2026-02-25T20:28:00Z","net":0.5312662828000002,"gross":1.1775909987999993},{"timestamp":"2026-02-25T20:46:00Z","net":0.5391980626000002,"gross":1.1930359987999992},{"timestamp":"2026-02-25T21:31:00Z","net":0.5549835660000003,"gross":1.223845998799999},{"timestamp":"2026-02-25T21:31:00Z","net":0.5708275995000004,"gross":1.254715998699999},{"timestamp":"2026-02-25T21:32:00Z","net":0.5787203512000004,"gross":1.2701209986999988},{"timestamp":"2026-02-25T21:38:00Z","net":0.5943387179000004,"gross":1.3007659985999989},{"timestamp":"2026-02-25T22:40:00Z","net":0.6102588457000004,"gross":1.3317109985999989},{"timestamp":"2026-02-25T23:07:00Z","net":0.6182958632000004,"gross":1.3472609985999988},{"timestamp":"2026-02-25T23:42:00Z","net":0.6285632772000004,"gross":1.3725489984999988}]
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) | 6.89 @ 2025-05-10 23:59:00 UTC |
| Worst Sharpe (30d) | -8.62 @ 2025-06-21 23:59:00 UTC |
| Mean | -1.10 |
| Std Dev | 2.99 |
| Last | -4.70 |
| Points | 643 |
| Across 643 points the series ranged from -8.62 (2025-06-21 23:59:00 UTC) to 6.89 (2025-05-10 23:59:00 UTC), averaging -1.10. The most recent value is -4.70. | |
| Showing 60 of 643 points (down-sampled for readability). |
[{"timestamp":"2024-05-24T23:59:00+00:00","sharpe30":-0.4696070956900105,"sharpe90":-0.6291922115799194},{"timestamp":"2024-06-04T23:59:00+00:00","sharpe30":1.0527137567473777,"sharpe90":-1.844173283636889},{"timestamp":"2024-06-15T23:59:00+00:00","sharpe30":-0.7427086713155847,"sharpe90":-1.3847769112525825},{"timestamp":"2024-06-26T23:59:00+00:00","sharpe30":-3.1753967511182672,"sharpe90":-0.739520753751111},{"timestamp":"2024-07-07T23:59:00+00:00","sharpe30":-4.9662102454176615,"sharpe90":-1.5956805621319297},{"timestamp":"2024-07-17T23:59:00+00:00","sharpe30":0.545493651517395,"sharpe90":1.4840217543613798},{"timestamp":"2024-07-28T23:59:00+00:00","sharpe30":1.1738031475634865,"sharpe90":1.6142158826131203},{"timestamp":"2024-08-08T23:59:00+00:00","sharpe30":-0.6416054815737828,"sharpe90":1.6150895049498701},{"timestamp":"2024-08-19T23:59:00+00:00","sharpe30":-3.69358714024615,"sharpe90":1.0685502076332938},{"timestamp":"2024-08-30T23:59:00+00:00","sharpe30":-1.426816682050639,"sharpe90":0.9446770656453837},{"timestamp":"2024-09-10T23:59:00+00:00","sharpe30":0.866190517072302,"sharpe90":1.8062842582680325},{"timestamp":"2024-09-21T23:59:00+00:00","sharpe30":4.398185104920539,"sharpe90":1.4049205932844078},{"timestamp":"2024-10-02T23:59:00+00:00","sharpe30":4.349072004058992,"sharpe90":2.502327124513957},{"timestamp":"2024-10-12T23:59:00+00:00","sharpe30":4.104353172157225,"sharpe90":1.7334501402116258},{"timestamp":"2024-10-23T23:59:00+00:00","sharpe30":-2.857296015504817,"sharpe90":-1.8266068630284913},{"timestamp":"2024-11-03T23:59:00+00:00","sharpe30":-4.158959612348852,"sharpe90":-0.8856683084239485},{"timestamp":"2024-11-14T23:59:00+00:00","sharpe30":-2.6373004875454726,"sharpe90":-1.6781640480281714},{"timestamp":"2024-11-25T23:59:00+00:00","sharpe30":1.4574518328745583,"sharpe90":-1.426413021937994},{"timestamp":"2024-12-06T23:59:00+00:00","sharpe30":4.162870723533649,"sharpe90":-2.8540555715095195},{"timestamp":"2024-12-17T23:59:00+00:00","sharpe30":0.47961181039694145,"sharpe90":-3.089599728149845},{"timestamp":"2024-12-28T23:59:00+00:00","sharpe30":-2.6741659255510304,"sharpe90":-3.843990792512374},{"timestamp":"2025-01-08T23:59:00+00:00","sharpe30":-2.8669105382110667,"sharpe90":-3.8587272188864996},{"timestamp":"2025-01-18T23:59:00+00:00","sharpe30":0.25758673165349044,"sharpe90":-2.3161934227789196},{"timestamp":"2025-01-29T23:59:00+00:00","sharpe30":-4.203644170911806,"sharpe90":-2.9095484048520217},{"timestamp":"2025-02-09T23:59:00+00:00","sharpe30":-6.527201603121896,"sharpe90":-3.3267998564052568},{"timestamp":"2025-02-20T23:59:00+00:00","sharpe30":-4.759542511861686,"sharpe90":-2.2958135161650626},{"timestamp":"2025-03-03T23:59:00+00:00","sharpe30":-2.1446701400978894,"sharpe90":-1.1627318267933275},{"timestamp":"2025-03-14T23:59:00+00:00","sharpe30":-2.4330547403167495,"sharpe90":0.19520620388872764},{"timestamp":"2025-03-25T23:59:00+00:00","sharpe30":-1.4602110350270228,"sharpe90":-0.6243779417114961},{"timestamp":"2025-04-05T23:59:00+00:00","sharpe30":-2.8218787902087,"sharpe90":-1.1106950075351694},{"timestamp":"2025-04-15T23:59:00+00:00","sharpe30":-0.5917394974875267,"sharpe90":-0.8354925126783437},{"timestamp":"2025-04-26T23:59:00+00:00","sharpe30":-0.9753536975391155,"sharpe90":-2.2471092281473517},{"timestamp":"2025-05-07T23:59:00+00:00","sharpe30":3.1939142259656683,"sharpe90":-0.18202695177347852},{"timestamp":"2025-05-18T23:59:00+00:00","sharpe30":2.6240635576338898,"sharpe90":0.24853858036965187},{"timestamp":"2025-05-29T23:59:00+00:00","sharpe30":-0.09177517256724838,"sharpe90":0.8196910888070068},{"timestamp":"2025-06-09T23:59:00+00:00","sharpe30":-4.54952852408085,"sharpe90":0.2808912073505194},{"timestamp":"2025-06-20T23:59:00+00:00","sharpe30":-6.530885590434995,"sharpe90":-0.0679914901019558},{"timestamp":"2025-07-01T23:59:00+00:00","sharpe30":-4.785659015155244,"sharpe90":0.7376105920061936},{"timestamp":"2025-07-11T23:59:00+00:00","sharpe30":0.007915708374685285,"sharpe90":0.9853453236072397},{"timestamp":"2025-07-22T23:59:00+00:00","sharpe30":5.939869508713507,"sharpe90":2.0921206770264487},{"timestamp":"2025-08-02T23:59:00+00:00","sharpe30":3.440448829940502,"sharpe90":1.0582062039481377},{"timestamp":"2025-08-13T23:59:00+00:00","sharpe30":2.912677210954705,"sharpe90":-0.20665026634099318},{"timestamp":"2025-08-24T23:59:00+00:00","sharpe30":-0.17129122232790114,"sharpe90":-1.3754024304645343},{"timestamp":"2025-09-04T23:59:00+00:00","sharpe30":-1.105741878477471,"sharpe90":-1.9456772746121203},{"timestamp":"2025-09-15T23:59:00+00:00","sharpe30":-0.11754042740402317,"sharpe90":-1.9434368621762603},{"timestamp":"2025-09-26T23:59:00+00:00","sharpe30":-2.3595199210053375,"sharpe90":-2.300257767132655},{"timestamp":"2025-10-07T23:59:00+00:00","sharpe30":-2.3591085672483074,"sharpe90":-2.0440003978382184},{"timestamp":"2025-10-17T23:59:00+00:00","sharpe30":-4.33233689629986,"sharpe90":-2.7023872847704364},{"timestamp":"2025-10-28T23:59:00+00:00","sharpe30":-2.2767469248331302,"sharpe90":-1.8116556741388026},{"timestamp":"2025-11-08T23:59:00+00:00","sharpe30":-1.480929412395953,"sharpe90":-1.3760764249446749},{"timestamp":"2025-11-19T23:59:00+00:00","sharpe30":-2.297406009556218,"sharpe90":-1.0187586064241243},{"timestamp":"2025-11-30T23:59:00+00:00","sharpe30":-2.4021826023059734,"sharpe90":-1.7921020687159213},{"timestamp":"2025-12-11T23:59:00+00:00","sharpe30":-2.9699991370635375,"sharpe90":-2.856151409506205},{"timestamp":"2025-12-22T23:59:00+00:00","sharpe30":0.3613474280478459,"sharpe90":-1.8514363133214482},{"timestamp":"2026-01-02T23:59:00+00:00","sharpe30":0.767594296543463,"sharpe90":null},{"timestamp":"2026-01-12T23:59:00+00:00","sharpe30":0.2617643528437439,"sharpe90":null},{"timestamp":"2026-01-23T23:59:00+00:00","sharpe30":0.3604577840363757,"sharpe90":null},{"timestamp":"2026-02-03T23:59:00+00:00","sharpe30":-5.0672532633379594,"sharpe90":null},{"timestamp":"2026-02-14T23:59:00+00:00","sharpe30":-4.563307285268355,"sharpe90":null},{"timestamp":"2026-02-25T23:59:00+00:00","sharpe30":-4.703774111606548,"sharpe90":null}]
Drawdown Recovery Episodes
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net * Transform: drawdownRecoveryEpisodes(equity)depth).| Stat | Value |
|---|---|
| Shallowest | -0.36% @ 1 |
| Deepest Episode | -27.10% @ 514 |
| Mean | -5.39% |
| Std Dev | 9.17% |
| Last | -27.10% |
| Points | 7 |
| Across 7 points the series ranged from -27.10% (514) to -0.36% (1), averaging -5.39%. 0% of points were positive, 100% negative. The most recent value is -27.10%. | |
| Full series - 7 points. |
[{"start":"2024-04-30T23:59:00+00:00","end":"2024-05-03T23:59:00+00:00","depth":-0.3669969347525899,"durationDays":3},{"start":"2024-05-07T23:59:00+00:00","end":"2024-05-27T23:59:00+00:00","depth":-0.8282146411498374,"durationDays":20},{"start":"2024-05-28T23:59:00+00:00","end":"2024-06-04T23:59:00+00:00","depth":-0.5302872575074496,"durationDays":7},{"start":"2024-06-06T23:59:00+00:00","end":"2024-09-13T23:59:00+00:00","depth":-7.408645506247585,"durationDays":99},{"start":"2024-09-16T23:59:00+00:00","end":"2024-09-17T23:59:00+00:00","depth":-0.3606065248607499,"durationDays":1},{"start":"2024-09-20T23:59:00+00:00","end":"2024-09-28T23:59:00+00:00","depth":-1.16113270118219,"durationDays":8},{"start":"2024-09-29T23:59:00+00:00","end":"ongoing","depth":-27.096101289210523,"durationDays":514}]
Consecutive Win/Loss Streaks
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: consecutiveStreaks(trades)length).| Stat | Value |
|---|---|
| Longest Streak | 99 trades @ win |
| Shortest Streak | 99 trades @ win |
| Mean | 99 trades |
| Std Dev | 0 trades |
| Last | 99 trades |
| Points | 1 |
| Sum | 99 trades |
| Across 1 points the series ranged from 99 trades (win) to 99 trades (win), averaging 99 trades. The most recent value is 99 trades. | |
| Full series - 1 points. |
[{"type":"win","length":99,"index":0}]
Capital Utilization (% Invested)
GET /backtests/{id}/equity * Fields used: base_value_exit_net, total_value_exit_net * Transform: baseExposure(equity)exposure).| Stat | Value |
|---|---|
| Peak Utilization | 21.59% @ 2025-06-26 23:59:00 UTC |
| Min Utilization | 1.36% @ 2024-06-04 23:59:00 UTC |
| Mean | 14.32% |
| Std Dev | 4.46% |
| Last | 18.51% |
| Points | 673 |
| Across 673 points the series ranged from 1.36% (2024-06-04 23:59:00 UTC) to 21.59% (2025-06-26 23:59:00 UTC), averaging 14.32%. 100% of points were positive, 0% negative. The most recent value is 18.51%. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T23:59:00+00:00","exposure":1.6263258352392835},{"timestamp":"2024-05-05T23:59:00+00:00","exposure":1.9444363138243155},{"timestamp":"2024-05-17T23:59:00+00:00","exposure":4.171663621865323},{"timestamp":"2024-05-28T23:59:00+00:00","exposure":3.9153558897299887},{"timestamp":"2024-06-09T23:59:00+00:00","exposure":3.668125441939728},{"timestamp":"2024-06-20T23:59:00+00:00","exposure":10.04777117363702},{"timestamp":"2024-07-01T23:59:00+00:00","exposure":9.032056866837996},{"timestamp":"2024-07-13T23:59:00+00:00","exposure":10.086551104799526},{"timestamp":"2024-07-24T23:59:00+00:00","exposure":8.452132910964401},{"timestamp":"2024-08-05T23:59:00+00:00","exposure":13.067430423177766},{"timestamp":"2024-08-16T23:59:00+00:00","exposure":13.573607335012111},{"timestamp":"2024-08-27T23:59:00+00:00","exposure":12.471191379556148},{"timestamp":"2024-09-08T23:59:00+00:00","exposure":12.960459038070463},{"timestamp":"2024-09-19T23:59:00+00:00","exposure":9.702802386036657},{"timestamp":"2024-09-30T23:59:00+00:00","exposure":11.145920218031044},{"timestamp":"2024-10-12T23:59:00+00:00","exposure":12.484586335613272},{"timestamp":"2024-10-23T23:59:00+00:00","exposure":13.473277522517469},{"timestamp":"2024-11-04T23:59:00+00:00","exposure":14.051041602058486},{"timestamp":"2024-11-15T23:59:00+00:00","exposure":11.514411110407288},{"timestamp":"2024-11-26T23:59:00+00:00","exposure":10.249968274960072},{"timestamp":"2024-12-08T23:59:00+00:00","exposure":7.787289113604878},{"timestamp":"2024-12-19T23:59:00+00:00","exposure":13.620127243249417},{"timestamp":"2024-12-31T23:59:00+00:00","exposure":12.917840673270362},{"timestamp":"2025-01-11T23:59:00+00:00","exposure":12.753879144845298},{"timestamp":"2025-01-22T23:59:00+00:00","exposure":14.765829392824392},{"timestamp":"2025-02-03T23:59:00+00:00","exposure":17.214941476593033},{"timestamp":"2025-02-14T23:59:00+00:00","exposure":18.04869110955604},{"timestamp":"2025-02-26T23:59:00+00:00","exposure":18.4369294163573},{"timestamp":"2025-03-09T23:59:00+00:00","exposure":19.395067780745197},{"timestamp":"2025-03-20T23:59:00+00:00","exposure":16.075484903595697},{"timestamp":"2025-04-01T23:59:00+00:00","exposure":18.289028985806546},{"timestamp":"2025-04-12T23:59:00+00:00","exposure":18.972929326043936},{"timestamp":"2025-04-23T23:59:00+00:00","exposure":18.433288206961233},{"timestamp":"2025-05-05T23:59:00+00:00","exposure":19.418528384545706},{"timestamp":"2025-05-16T23:59:00+00:00","exposure":18.162128186039496},{"timestamp":"2025-05-28T23:59:00+00:00","exposure":17.89687343599537},{"timestamp":"2025-06-08T23:59:00+00:00","exposure":19.708240238926184},{"timestamp":"2025-06-19T23:59:00+00:00","exposure":20.524142184931005},{"timestamp":"2025-07-01T23:59:00+00:00","exposure":21.32760760909326},{"timestamp":"2025-07-12T23:59:00+00:00","exposure":18.639291494062007},{"timestamp":"2025-07-24T23:59:00+00:00","exposure":17.705888771657126},{"timestamp":"2025-08-04T23:59:00+00:00","exposure":16.001056244488403},{"timestamp":"2025-08-15T23:59:00+00:00","exposure":17.468805324755323},{"timestamp":"2025-08-27T23:59:00+00:00","exposure":15.954173182099996},{"timestamp":"2025-09-07T23:59:00+00:00","exposure":15.46394769757266},{"timestamp":"2025-09-19T23:59:00+00:00","exposure":17.431847764474295},{"timestamp":"2025-09-30T23:59:00+00:00","exposure":18.585583880474594},{"timestamp":"2025-10-11T23:59:00+00:00","exposure":14.19598444707582},{"timestamp":"2025-10-23T23:59:00+00:00","exposure":16.569587161408073},{"timestamp":"2025-11-03T23:59:00+00:00","exposure":15.152605564088836},{"timestamp":"2025-11-14T23:59:00+00:00","exposure":15.723416831859954},{"timestamp":"2025-11-26T23:59:00+00:00","exposure":18.21895401865032},{"timestamp":"2025-12-07T23:59:00+00:00","exposure":13.595210868736887},{"timestamp":"2025-12-19T23:59:00+00:00","exposure":15.768601550142774},{"timestamp":"2025-12-30T23:59:00+00:00","exposure":13.011554374009071},{"timestamp":"2026-01-10T23:59:00+00:00","exposure":14.908676888027731},{"timestamp":"2026-01-22T23:59:00+00:00","exposure":15.755326668016911},{"timestamp":"2026-02-02T23:59:00+00:00","exposure":17.52325300943091},{"timestamp":"2026-02-14T23:59:00+00:00","exposure":18.88665327285032},{"timestamp":"2026-02-25T23:59:00+00:00","exposure":18.513419422324215}]
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.0201 @ 2024-06-07 11:56:00 UTC |
| Lowest Price | 0.0016 @ 2026-02-25 15:07:00 UTC |
| Mean | 0.0070 |
| Std Dev | 0.0073 |
| Last | 0.0016 |
| Points | 182 |
| Across 182 points the series ranged from 0.0016 (2026-02-25 15:07:00 UTC) to 0.0201 (2024-06-07 11:56:00 UTC), averaging 0.0070. The most recent value is 0.0016. | |
| Showing 60 of 182 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T00:07:00Z","price":0.018996},{"timestamp":"2024-04-24T00:16:00Z","price":0.018864},{"timestamp":"2024-04-24T00:22:00Z","price":0.018779},{"timestamp":"2024-04-24T00:30:00Z","price":0.01887},{"timestamp":"2024-04-24T00:35:00Z","price":0.018943},{"timestamp":"2024-04-24T00:38:00Z","price":0.019012},{"timestamp":"2024-04-24T00:46:00Z","price":0.019104},{"timestamp":"2024-04-24T00:50:00Z","price":0.019133},{"timestamp":"2024-04-24T00:59:00Z","price":0.019111},{"timestamp":"2024-04-24T01:07:00Z","price":0.019175},{"timestamp":"2024-04-24T01:26:00Z","price":0.0192},{"timestamp":"2024-04-24T01:33:00Z","price":0.019193},{"timestamp":"2024-04-24T01:43:00Z","price":0.019012},{"timestamp":"2024-04-24T04:52:00Z","price":0.019192},{"timestamp":"2024-04-24T10:19:00Z","price":0.019236},{"timestamp":"2024-07-07T00:57:00Z","price":0.01},{"timestamp":"2024-07-10T13:56:00Z","price":0.010025},{"timestamp":"2024-08-20T11:44:00Z","price":0.008},{"timestamp":"2024-08-20T13:41:00Z","price":0.00802},{"timestamp":"2024-09-07T17:47:00Z","price":0.008},{"timestamp":"2025-01-22T09:49:00Z","price":0.01},{"timestamp":"2025-04-07T12:19:00Z","price":0.0036},{"timestamp":"2025-04-08T22:05:00Z","price":0.003609},{"timestamp":"2025-04-09T04:36:00Z","price":0.003609},{"timestamp":"2025-04-10T10:06:00Z","price":0.00401},{"timestamp":"2025-06-24T06:23:00Z","price":0.0036},{"timestamp":"2025-07-11T00:28:00Z","price":0.00401},{"timestamp":"2025-10-13T16:34:00Z","price":0.0036},{"timestamp":"2025-10-15T10:13:00Z","price":0.003609},{"timestamp":"2026-02-03T16:34:00Z","price":0.002},{"timestamp":"2026-02-03T23:27:00Z","price":0.002005},{"timestamp":"2026-02-05T20:57:00Z","price":0.001602},{"timestamp":"2026-02-05T23:57:00Z","price":0.001601},{"timestamp":"2026-02-06T01:08:00Z","price":0.001607},{"timestamp":"2026-02-06T02:58:00Z","price":0.001601},{"timestamp":"2026-02-06T03:30:00Z","price":0.001607},{"timestamp":"2026-02-06T04:02:00Z","price":0.001602},{"timestamp":"2026-02-11T20:25:00Z","price":0.001602},{"timestamp":"2026-02-13T02:33:00Z","price":0.001606},{"timestamp":"2026-02-18T20:21:00Z","price":0.001602},{"timestamp":"2026-02-18T22:41:00Z","price":0.001606},{"timestamp":"2026-02-18T23:46:00Z","price":0.001606},{"timestamp":"2026-02-20T11:11:00Z","price":0.001601},{"timestamp":"2026-02-20T16:22:00Z","price":0.001601},{"timestamp":"2026-02-20T18:32:00Z","price":0.001606},{"timestamp":"2026-02-22T00:03:00Z","price":0.001607},{"timestamp":"2026-02-22T00:28:00Z","price":0.001603},{"timestamp":"2026-02-25T15:05:00Z","price":0.001579},{"timestamp":"2026-02-25T15:50:00Z","price":0.001589},{"timestamp":"2026-02-25T16:02:00Z","price":0.001591},{"timestamp":"2026-02-25T17:18:00Z","price":0.001603},{"timestamp":"2026-02-25T17:53:00Z","price":0.001613},{"timestamp":"2026-02-25T18:55:00Z","price":0.001619},{"timestamp":"2026-02-25T19:58:00Z","price":0.001624},{"timestamp":"2026-02-25T20:46:00Z","price":0.001624},{"timestamp":"2026-02-25T21:13:00Z","price":0.001621},{"timestamp":"2026-02-25T21:32:00Z","price":0.001628},{"timestamp":"2026-02-25T21:38:00Z","price":0.001632},{"timestamp":"2026-02-25T22:50:00Z","price":0.001608},{"timestamp":"2026-02-25T23:42:00Z","price":0.001577}]
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 | 34 trades @ $5.00 |
| Least Populated Bin | 1 trades @ $5.00 |
| Mean | 6 trades |
| Std Dev | 10 trades |
| Last | 2 trades |
| Points | 17 |
| Sum | 99 trades |
| Across 17 points the series ranged from 1 trades (5.00)to∗∗34trades∗∗(5.00), averaging 6 trades. The most recent value is 2 trades. | |
| Full series - 17 points. |
[
{
"bin": "$5.00",
"count": 34,
"from": 5
},
{
"bin": "$5.00",
"count": 32,
"from": 5.001
},
{
"bin": "$5.00",
"count": 12,
"from": 5.002
},
{
"bin": "$5.00",
"count": 1,
"from": 5.003
},
{
"bin": "$5.00",
"count": 2,
"from": 5.005
},
{
"bin": "$5.01",
"count": 1,
"from": 5.006
},
{
"bin": "$5.01",
"count": 1,
"from": 5.007
},
{
"bin": "$5.01",
"count": 2,
"from": 5.008
},
{
"bin": "$5.01",
"count": 1,
"from": 5.009
},
{
"bin": "$5.01",
"count": 1,
"from": 5.01
},
{
"bin": "$5.01",
"count": 1,
"from": 5.012
},
{
"bin": "$5.01",
"count": 1,
"from": 5.013
},
{
"bin": "$5.01",
"count": 2,
"from": 5.014
},
{
"bin": "$5.01",
"count": 2,
"from": 5.015
},
{
"bin": "$5.02",
"count": 3,
"from": 5.016
},
{
"bin": "$5.02",
"count": 1,
"from": 5.017
},
{
"bin": "$5.02",
"count": 2,
"from": 5.018
}
]
Return Distribution by Fill Type
GET /backtests/{id}/trades * Fields used: fill_type, profit_percentage * Transform: returnByFillType(trades)TP).| Stat | Value |
|---|---|
| Largest TP Bin | 49 trades @ 0.1 |
| Smallest TP Bin | 0 trades @ 0.11 |
| Mean | 5 trades |
| Std Dev | 13 trades |
| Last | 33 trades |
| Points | 20 |
| Sum | 99 trades |
| Across 20 points the series ranged from 0 trades (0.11) to 49 trades (0.1), averaging 5 trades. The most recent value is 33 trades. | |
| Full series - 20 points. |
[
{
"bin": 0.1,
"TP": 49,
"SL": 0,
"TSL": 0
},
{
"bin": 0.1,
"TP": 7,
"SL": 0,
"TSL": 0
},
{
"bin": 0.11,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.11,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.11,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.12,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.12,
"TP": 0,
"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.14,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.14,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.14,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.15,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.15,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.15,
"TP": 1,
"SL": 0,
"TSL": 0
},
{
"bin": 0.16,
"TP": 9,
"SL": 0,
"TSL": 0
},
{
"bin": 0.16,
"TP": 33,
"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 | 95.67 @ Jan |
| Worst Indexed Value | 82.65 @ Dec |
| Mean | 88.17 |
| Std Dev | 4.01 |
| Last | 82.65 |
| Points | 12 |
| Across 12 points the series ranged from 82.65 (Dec) to 95.67 (Jan), averaging 88.17. The most recent value is 82.65. | |
| Full series - 12 points. |
[
{
"2025": 95.67156117211503,
"2026": 96.33640844245062,
"month": "Jan"
},
{
"2025": 93.05578483988383,
"2026": 92.94249133243034,
"month": "Feb"
},
{
"2025": 87.6775413241191,
"month": "Mar"
},
{
"2024": 99.86018884717267,
"2025": 89.12143767542075,
"month": "Apr"
},
{
"2024": 100.11140266502589,
"2025": 87.16003835982558,
"month": "May"
},
{
"2024": 99.02889729085862,
"2025": 83.28629240412847,
"month": "Jun"
},
{
"2024": 98.29007888671532,
"2025": 91.98773936218042,
"month": "Jul"
},
{
"2024": 95.6180681792896,
"2025": 90.7108606157526,
"month": "Aug"
},
{
"2024": 105.05334414940579,
"2025": 88.43034885632214,
"month": "Sep"
},
{
"2024": 101.39257160667037,
"2025": 85.28341806391549,
"month": "Oct"
},
{
"2024": 104.7120049424772,
"2025": 83.0074379431709,
"month": "Nov"
},
{
"2024": 100.77905489738185,
"2025": 82.65455557675774,
"month": "Dec"
}
]
Profit by Weekday
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: profitByWeekday(trades)profit).| Stat | Value |
|---|---|
| Best Weekday | 110.42 USDT @ Sun |
| Worst Weekday | 77.96 USDT @ Fri |
| Mean | 97.14 USDT |
| Std Dev | 11.57 USDT |
| Last | 110.42 USDT |
| Points | 7 |
| Sum | 680.01 USDT |
| Across 7 points the series ranged from 77.96 USDT (Fri) to 110.42 USDT (Sun), averaging 97.14 USDT. 100% of points were positive, 0% negative. The most recent value is 110.42 USDT. | |
| Full series - 7 points. |
[
{
"day": "Mon",
"profit": 106.53091
},
{
"day": "Tue",
"profit": 100.437839
},
{
"day": "Wed",
"profit": 93.381468
},
{
"day": "Thu",
"profit": 107.377906
},
{
"day": "Fri",
"profit": 77.959373
},
{
"day": "Sat",
"profit": 83.907448
},
{
"day": "Sun",
"profit": 110.415032
}
]
Profit by Hour (UTC)
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: profitByHour(trades)profit).| Stat | Value |
|---|---|
| Best Hour (UTC) | 42.84 USDT @ 14:00 |
| Worst Hour (UTC) | 20.87 USDT @ 23:00 |
| Mean | 28.33 USDT |
| Std Dev | 6.17 USDT |
| Last | 20.87 USDT |
| Points | 24 |
| Sum | 680.01 USDT |
| Across 24 points the series ranged from 20.87 USDT (23:00) to 42.84 USDT (14:00), averaging 28.33 USDT. 100% of points were positive, 0% negative. The most recent value is 20.87 USDT. | |
| Full series - 24 points. |
[{"hour":"0:00","profit":40.147483},{"hour":"1:00","profit":32.16804},{"hour":"2:00","profit":27.408337},{"hour":"3:00","profit":24.307619},{"hour":"4:00","profit":23.641419},{"hour":"5:00","profit":23.308551},{"hour":"6:00","profit":24.382976},{"hour":"7:00","profit":25.395319},{"hour":"8:00","profit":26.698633},{"hour":"9:00","profit":25.901527},{"hour":"10:00","profit":23.944272},{"hour":"11:00","profit":23.692209},{"hour":"12:00","profit":30.916679},{"hour":"13:00","profit":36.213799},{"hour":"14:00","profit":42.83842},{"hour":"15:00","profit":39.325755},{"hour":"16:00","profit":36.693428},{"hour":"17:00","profit":30.499276},{"hour":"18:00","profit":26.573642},{"hour":"19:00","profit":24.445281},{"hour":"20:00","profit":24.929791},{"hour":"21:00","profit":23.397456},{"hour":"22:00","profit":22.306256},{"hour":"23:00","profit":20.873807}]
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.16% @ 0 |
| Worst Trade Return | 0.10% @ 807.65 |
| Mean | 0.13% |
| Std Dev | 0.03% |
| Last | 0.16% |
| Points | 99 |
| Across 99 points the series ranged from 0.10% (807.65) to 0.16% (0), averaging 0.13%. 100% of points were positive, 0% negative. The most recent value is 0.16%. | |
| Showing 60 of 99 points (down-sampled for readability). |
[{"hours":0.5,"profitPct":0.1024952622,"profit":0.00514008},{"hours":0.36666666666666664,"profitPct":0.1033488274,"profit":0.00518499},{"hours":0.25,"profitPct":0.1042620865,"profit":0.005231688},{"hours":0.1,"profitPct":0.0998390786,"profit":0.0049922215},{"hours":0.016666666666666666,"profitPct":0.1032017104,"profit":0.005161068},{"hours":0.11666666666666667,"profitPct":0.1021633983,"profit":0.0051107475},{"hours":0.05,"profitPct":0.1010678392,"profit":0.005058696},{"hours":0.13333333333333333,"profitPct":0.1012256442,"profit":0.005063412},{"hours":0.06666666666666667,"profitPct":0.1016078267,"profit":0.0050941785},{"hours":0,"profitPct":0.1001382008,"profit":0.0050115915},{"hours":0.2833333333333333,"profitPct":0.1004385965,"profit":0.005039832},{"hours":8.8,"profitPct":0.1048311127,"profit":0.0052571272},{"hours":3.2666666666666666,"profitPct":0.1005432511,"profit":0.005042976},{"hours":3.2,"profitPct":0.101502281,"profit":0.0050910225},{"hours":3.533333333333333,"profitPct":0.1022827688,"profit":0.005114298},{"hours":807.65,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.06666666666666667,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.13333333333333333,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.1,"profitPct":0.0998125,"profit":0.004990625},{"hours":0,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.016666666666666666,"profitPct":0.0998125,"profit":0.004990625},{"hours":72.68333333333334,"profitPct":0.0998125,"profit":0.004990625},{"hours":1.6833333333333333,"profitPct":0.0998125,"profit":0.0049910242},{"hours":1.5333333333333334,"profitPct":0.0998125,"profit":0.0049910242},{"hours":0.1,"profitPct":0.0998125,"profit":0.004990625},{"hours":1.0833333333333333,"profitPct":0.0998125,"profit":0.0049910242},{"hours":0.016666666666666666,"profitPct":0.0998125,"profit":0.004990625},{"hours":1.2333333333333334,"profitPct":0.0998125,"profit":0.0049910242},{"hours":0.5666666666666667,"profitPct":0.0998125,"profit":0.004990625},{"hours":3.8666666666666667,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.06666666666666667,"profitPct":0.1618757803,"profit":0.0080961265},{"hours":0.016666666666666666,"profitPct":0.1618757803,"profit":0.0080961265},{"hours":0.06666666666666667,"profitPct":0.1620705809,"profit":0.008105999},{"hours":0.03333333333333333,"profitPct":0.1620705809,"profit":0.008105999},{"hours":0.03333333333333333,"profitPct":0.1620705809,"profit":0.008105999},{"hours":0.23333333333333334,"profitPct":0.1618757803,"profit":0.0080961265},{"hours":3.5166666666666666,"profitPct":0.1618757803,"profit":0.0080961265},{"hours":3.8,"profitPct":0.1618757803,"profit":0.0080961265},{"hours":2.1166666666666667,"profitPct":0.1618757803,"profit":0.0080961265},{"hours":0.5,"profitPct":0.1620705809,"profit":0.008105999},{"hours":0,"profitPct":0.1618757803,"profit":0.0080961265},{"hours":32.88333333333333,"profitPct":0.1618757803,"profit":0.0080961265},{"hours":0.13333333333333333,"profitPct":0.1616812227,"profit":0.00808626},{"hours":0.016666666666666666,"profitPct":0.1620705809,"profit":0.008105999},{"hours":115.55,"profitPct":0.155207697,"profit":0.0077619912},{"hours":89.61666666666666,"profitPct":0.1612928349,"profit":0.008066545},{"hours":89.68333333333334,"profitPct":0.1601334575,"profit":0.008007544},{"hours":88.81666666666666,"profitPct":0.0999687305,"profit":0.0049985095},{"hours":0.8333333333333334,"profitPct":0.1031348955,"profit":0.0051574595},{"hours":8.583333333333334,"profitPct":0.104100445,"profit":0.0052056125},{"hours":7.5,"profitPct":0.1012256442,"profit":0.0050618015},{"hours":0.45,"profitPct":0.1607120647,"profit":0.0080370175},{"hours":0.3333333333333333,"profitPct":0.1597489151,"profit":0.007987925},{"hours":1.05,"profitPct":0.1586009883,"profit":0.0079317798},{"hours":3.4833333333333334,"profitPct":0.1609054138,"profit":0.008046854},{"hours":0.6333333333333333,"profitPct":0.157840419,"profit":0.0078927517},{"hours":0.6833333333333333,"profitPct":0.157840419,"profit":0.0078927517},{"hours":0.03333333333333333,"profitPct":0.1586009883,"profit":0.0079317798},{"hours":0.016666666666666666,"profitPct":0.157840419,"profit":0.0078927517},{"hours":0.2833333333333333,"profitPct":0.1607120647,"profit":0.0080370175}]
Fill Type Breakdown
GET /backtests/{id}/trades * Fields used: fill_type * Transform: computeKPIs(equity, trades).fillTypescount).| Stat | Value |
|---|---|
| Most Frequent Exit | 99 trades @ TP |
| Least Frequent Exit | 0 trades @ SL |
| Mean | 33 trades |
| Std Dev | 47 trades |
| Last | 0 trades |
| Points | 3 |
| Sum | 99 trades |
| Across 3 points the series ranged from 0 trades (SL) to 99 trades (TP), averaging 33 trades. The most recent value is 0 trades. | |
| Full series - 3 points. |
[
{
"type": "TP",
"count": 99
},
{
"type": "SL",
"count": 0
},
{
"type": "TSL",
"count": 0
}
]
Machine-Readable Facts
facts_sha256 in the frontmatter - re-hash it to verify.- JSON
- Flat Table
{
"backtest_id": "48c9b771-b8e3-4156-b8b2-291811ee8770",
"symbol": "CKBUSDT",
"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": 7814.95798582,
"return_pct": -21.8504,
"total_profit_usdt": 680.00997552,
"avg_profit_per_trade_usdt": 0.00540055,
"fulfilled_trades": 125915,
"active_orders": 862,
"win_rate_pct": 100,
"best_trade_usdt": 0.008106,
"worst_trade_usdt": 0.00499063,
"trades_per_month": 5694.354650128791,
"max_drawdown_pct": 27.096101289210523,
"max_drawdown_abs_usdt": 2874.9415717300008,
"drawdown_duration_days": 514,
"recovery_days": null,
"cagr_pct": -12.54135089555648,
"volatility_annualized_pct": 16.06019428659945,
"sharpe_annualized": -0.7515894615464033,
"sortino_annualized": -0.7975099330705372,
"time_in_market_pct": 100,
"final_cash_usdt": 6368.1420362255,
"final_base_value_usdt": null,
"final_unrealized_pnl_usdt": -2865.0519897535,
"median_hold_hours": 0.3333333333333333,
"avg_hold_hours": 17.756491228070175,
"buyhold_return_pct": null,
"outperformance_vs_buyhold_pp": null
}
| Key | Value |
|---|---|
backtest_id | 48c9b771-b8e3-4156-b8b2-291811ee8770 |
symbol | CKBUSDT |
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 | 7814.95798582 |
return_pct | -21.8504 |
total_profit_usdt | 680.00997552 |
avg_profit_per_trade_usdt | 0.00540055 |
fulfilled_trades | 125915 |
active_orders | 862 |
win_rate_pct | 100 |
best_trade_usdt | 0.008106 |
worst_trade_usdt | 0.00499063 |
trades_per_month | 5694.354650128791 |
max_drawdown_pct | 27.096101289210523 |
max_drawdown_abs_usdt | 2874.9415717300008 |
drawdown_duration_days | 514 |
recovery_days | null |
cagr_pct | -12.54135089555648 |
volatility_annualized_pct | 16.06019428659945 |
sharpe_annualized | -0.7515894615464033 |
sortino_annualized | -0.7975099330705372 |
time_in_market_pct | 100 |
final_cash_usdt | 6368.1420362255 |
final_base_value_usdt | null |
final_unrealized_pnl_usdt | -2865.0519897535 |
median_hold_hours | 0.3333333333333333 |
avg_hold_hours | 17.756491228070175 |
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 | CKBUSDT |
| 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 | 7,814.96 USDT |
| Return % | GET /backtests/{id} | $.return_pct | direct API value (cross-check: (final_value/start_balance - 1) * 100) | -21.85% |
| Total profit | GET /backtests/{id} | $.total_profit | direct API value (cross-check: Sum trades[].profit) | +680.01 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)) | 125,915 |
| Best trade | GET /backtests/{id} | $.max_profit | direct API value (cross-check: max(trades[].profit)) | +0.0081 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.0054 USDT |
| Trades / month | derived | n/a | fulfilled_trades / (durationDays / 30.4375) | 5694.4 |
| Max drawdown % | GET /backtests/{id}/equity | $[*].total_value_* | maxDrawdown(equity) - running peak vs. trough | -27.10% |
| Max drawdown abs | GET /backtests/{id}/equity | $[*].total_value_* | maxDrawdown(equity).abs | -2,874.94 USDT |
| CAGR % | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | (final/start)^(365.25/days) - 1 | -12.54% |
| Volatility (ann.) % | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | std(daily_returns) * sqrt(365) | 16.06% |
| Sharpe ratio (ann.) | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | mean(daily_returns) / std(daily_returns) * sqrt(365) (rf=0) | -0.75 |
| Sortino ratio (ann.) | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | mean(daily_returns) / std(downside_returns) * sqrt(365) (rf=0) | -0.80 |
| 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.74 USDT |
| Gross profit (winners) | GET /backtests/{id}/trades | $[?(@.profit>0)].profit | Sum profit where profit > 0 | +0.63 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.0063 USDT |
| Max consecutive wins | GET /backtests/{id}/trades | $[*].profit (ordered) | longest run where profit > 0 | 99 |
| Max consecutive losses | GET /backtests/{id}/trades | $[*].profit (ordered) | longest run where profit < 0 | 0 |
| Avg holding (h) | GET /backtests/{id}/trades | $[*].buy_time, $[*].sell_time | mean(sell_time - buy_time) / 3600 | 17.8h |
| Median holding (h) | GET /backtests/{id}/trades | $[*].buy_time, $[*].sell_time | median(sell_time - buy_time) / 3600 | 0.3h |
| Total volume (notional) | GET /backtests/{id}/trades | $[*].buy_quantity, $[*].buy_price | Sum (buy_quantity * buy_price) | 992 USDT |
Raw API Attachments
/trades. Full trade population: 125,915 closed trades - fetch the complete list via GET /backtests/48c9b771-b8e3-4156-b8b2-291811ee8770/trades. Aggregate KPIs are computed server-side against the full population, not from this sample.GET /backtests/48c9b771-b8e3-4156-b8b2-291811ee8770 - backtest summary (verbatim)
GET /backtests/48c9b771-b8e3-4156-b8b2-291811ee8770 - backtest summary (verbatim)
{
"id": "48c9b771-b8e3-4156-b8b2-291811ee8770",
"status": "completed",
"error_message": null,
"created_at": "2026-05-08T13:39:07.678179Z",
"started_at": "2026-05-09T05:03:52.113371Z",
"completed_at": "2026-05-09T05:36:52.710472Z",
"mode_name": "3LongTimeLong.json",
"symbol": "CKBUSDT",
"data_file": "",
"start_balance": 10000,
"final_value": 7814.95798582,
"return_pct": -21.8504,
"total_profit": 680.00997552,
"fulfilled_trades": 125915,
"active_orders": 862,
"win_rate": 100,
"avg_profit": 0.00540055,
"max_profit": 0.008106,
"min_profit": 0.00499063,
"elapsed_sec": 1125.96,
"max_drawdown": -27.0961,
"profit_factor": null,
"sharpe_ratio": -0.7516,
"total_fees": 946.44404974,
"avg_hold_time_hours": 17.6557,
"tp_count": 125915,
"sl_count": 0,
"tsl_count": 0,
"start_price": 0.018826,
"end_price": 0.001588,
"gross_profit_quote": 1626.454025,
"gross_loss_quote": 0,
"wins": 125915,
"losses": 0,
"breakeven": 0,
"consecutive_wins_max": 125915,
"consecutive_losses_max": 0,
"holding_minutes_p50": 12,
"holding_minutes_p95": 1487,
"holding_minutes_max": 261162,
"description": "CKBUSDT | 3LongTimeLong.json | 2024-04-24 - 2026-02-25 | -21.85% | 125915 trades | 100% WR",
"summary_text": "Backtest CKBUSDT (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: 7,814.96 USDT\nP&L: -2,185.04 USDT (-21.85%)\nResult: LOSS\nCompleted trades: 125915\nOpen orders at end: 862\nWin rate: 100.0%\nAvg. profit/trade: 0.005401 USDT\nBest trade: 0.008106 USDT\nWorst trade: 0.004991 USDT\nTotal profit (trades only): 680.009976 USDT\nMax drawdown: -27.10%\nProfit factor: inf (no losing trades)\nSharpe ratio: -0.75\nTotal fees: 946.44 USDT\nAvg hold time: 17.7h\nTP / SL / TSL: 125915 / 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: 1126.0s",
"share_token": null,
"config_hash": "33cccd8fa57597ccb18eaf4b151c567cf0126976011d8c81398e3596183c6714",
"config": {
"to": "2026-02-25 23:59:59",
"from": "2024-04-24 00:00:01",
"canBuy": true,
"symbol": "CKBUSDT",
"canSell": true,
"canBuyUp": true,
"startBal": 10000,
"stepSize": 1,
"stopLoss": false,
"tickSize": 0.000001,
"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/48c9b771-b8e3-4156-b8b2-291811ee8770/equity - equity series (verbatim, 673 points)
GET /backtests/48c9b771-b8e3-4156-b8b2-291811ee8770/equity - equity series (verbatim, 673 points)
[
{
"timestamp": "2024-04-24T23:59:00+00:00",
"base_asset_bal": 8651,
"quote_asset_bal": 9831.4109164485,
"total_value_mid": 9994.0670184485,
"total_value_exit_net": 9993.945026372,
"total_value": 9994.0670184485,
"base_cost_quote": 170.5315057772,
"unrealized_pnl_exit_net": -7.9973958538
},
{
"timestamp": "2024-04-25T23:59:00+00:00",
"base_asset_bal": 15772,
"quote_asset_bal": 9702.7488224772,
"total_value_mid": 9985.2884304772,
"total_value_exit_net": 9985.0765257712,
"total_value": 9985.2884304772,
"base_cost_quote": 300.8736411162,
"unrealized_pnl_exit_net": -18.5459378223
},
{
"timestamp": "2024-04-26T23:59:00+00:00",
"base_asset_bal": 8994,
"quote_asset_bal": 9835.127816674,
"total_value_mid": 9990.930878674,
"total_value_exit_net": 9990.8140263775,
"total_value": 9990.930878674,
"base_cost_quote": 170.5241422587,
"unrealized_pnl_exit_net": -14.8379325552
},
{
"timestamp": "2024-04-27T23:59:00+00:00",
"base_asset_bal": 8734,
"quote_asset_bal": 9841.3921881198,
"total_value_mid": 9994.0101041198,
"total_value_exit_net": 9993.8956406828,
"total_value": 9994.0101041198,
"base_cost_quote": 165.511896892,
"unrealized_pnl_exit_net": -13.008444329
},
{
"timestamp": "2024-04-28T23:59:00+00:00",
"base_asset_bal": 11322,
"quote_asset_bal": 9792.8550010593,
"total_value_mid": 9997.9417090593,
"total_value_exit_net": 9997.7878940283,
"total_value": 9997.9417090593,
"base_cost_quote": 215.639892713,
"unrealized_pnl_exit_net": -10.706999744
},
{
"timestamp": "2024-04-29T23:59:00+00:00",
"base_asset_bal": 8289,
"quote_asset_bal": 9849.8703714292,
"total_value_mid": 10004.9824284292,
"total_value_exit_net": 10004.8660943865,
"total_value": 10004.9824284292,
"base_cost_quote": 160.5242079288,
"unrealized_pnl_exit_net": -5.5284849715
},
{
"timestamp": "2024-04-30T23:59:00+00:00",
"base_asset_bal": 18180,
"quote_asset_bal": 9681.8623269677,
"total_value_mid": 9980.1961269677,
"total_value_exit_net": 9979.9723766177,
"total_value": 9980.1961269677,
"base_cost_quote": 330.895617724,
"unrealized_pnl_exit_net": -32.785568074
},
{
"timestamp": "2024-05-01T23:59:00+00:00",
"base_asset_bal": 16991,
"quote_asset_bal": 9704.646192187,
"total_value_mid": 9979.832428187,
"total_value_exit_net": 9979.62603851,
"total_value": 9979.832428187,
"base_cost_quote": 310.8707883575,
"unrealized_pnl_exit_net": -35.8909420345
},
{
"timestamp": "2024-05-02T23:59:00+00:00",
"base_asset_bal": 22996,
"quote_asset_bal": 9611.058720874,
"total_value_mid": 9968.416560874,
"total_value_exit_net": 9968.148542494,
"total_value": 9968.416560874,
"base_cost_quote": 406.0572356907,
"unrealized_pnl_exit_net": -48.9674140708
},
{
"timestamp": "2024-05-03T23:59:00+00:00",
"base_asset_bal": 7763,
"quote_asset_bal": 9868.8395759225,
"total_value_mid": 10009.7613149225,
"total_value_exit_net": 10009.6556236183,
"total_value": 10009.7613149225,
"base_cost_quote": 150.4606469145,
"unrealized_pnl_exit_net": -9.6445992188
},
{
"timestamp": "2024-05-04T23:59:00+00:00",
"base_asset_bal": 7172,
"quote_asset_bal": 9881.3581044613,
"total_value_mid": 10021.4559524613,
"total_value_exit_net": 10021.3508790753,
"total_value": 10021.4559524613,
"base_cost_quote": 140.3989583035,
"unrealized_pnl_exit_net": -0.4061836895
},
{
"timestamp": "2024-05-05T23:59:00+00:00",
"base_asset_bal": 10336,
"quote_asset_bal": 9822.5406653733,
"total_value_mid": 10017.4672893733,
"total_value_exit_net": 10017.3210944053,
"total_value": 10017.4672893733,
"base_cost_quote": 200.5354398632,
"unrealized_pnl_exit_net": -5.7550108312
},
{
"timestamp": "2024-05-06T23:59:00+00:00",
"base_asset_bal": 13410,
"quote_asset_bal": 9768.9656748303,
"total_value_mid": 10012.4376348303,
"total_value_exit_net": 10012.2550308603,
"total_value": 10012.4376348303,
"base_cost_quote": 255.6962344545,
"unrealized_pnl_exit_net": -12.4068784245
},
{
"timestamp": "2024-05-07T23:59:00+00:00",
"base_asset_bal": 17395,
"quote_asset_bal": 9699.911913054,
"total_value_mid": 10003.158948054,
"total_value_exit_net": 10002.9315127777,
"total_value": 10003.158948054,
"base_cost_quote": 325.8623866297,
"unrealized_pnl_exit_net": -22.842786906
},
{
"timestamp": "2024-05-08T23:59:00+00:00",
"base_asset_bal": 17961,
"quote_asset_bal": 9691.334170849,
"total_value_mid": 10003.945375849,
"total_value_exit_net": 10003.7109174453,
"total_value": 10003.945375849,
"base_cost_quote": 335.8723024402,
"unrealized_pnl_exit_net": -23.495555844
},
{
"timestamp": "2024-05-09T23:59:00+00:00",
"base_asset_bal": 14881,
"quote_asset_bal": 9747.6452608628,
"total_value_mid": 10010.8455078628,
"total_value_exit_net": 10010.6481076775,
"total_value": 10010.8455078628,
"base_cost_quote": 280.7565916365,
"unrealized_pnl_exit_net": -17.7537448217
},
{
"timestamp": "2024-05-10T23:59:00+00:00",
"base_asset_bal": 22544,
"quote_asset_bal": 9618.499107116,
"total_value_mid": 9987.499299116,
"total_value_exit_net": 9987.222548972,
"total_value": 9987.499299116,
"base_cost_quote": 411.0721660697,
"unrealized_pnl_exit_net": -42.3487242137
},
{
"timestamp": "2024-05-11T23:59:00+00:00",
"base_asset_bal": 26522,
"quote_asset_bal": 9554.0165991638,
"total_value_mid": 9982.2142891638,
"total_value_exit_net": 9981.8931408963,
"total_value": 9982.2142891638,
"base_cost_quote": 476.2288619685,
"unrealized_pnl_exit_net": -48.352320236
},
{
"timestamp": "2024-05-12T23:59:00+00:00",
"base_asset_bal": 30961,
"quote_asset_bal": 9484.5635109745,
"total_value_mid": 9969.0412389745,
"total_value_exit_net": 9968.6778806785,
"total_value": 9969.0412389745,
"base_cost_quote": 546.3882710902,
"unrealized_pnl_exit_net": -62.2739013863
},
{
"timestamp": "2024-05-13T23:59:00+00:00",
"base_asset_bal": 33939,
"quote_asset_bal": 9440.6839640488,
"total_value_mid": 9961.2064070488,
"total_value_exit_net": 9960.8160152165,
"total_value": 9961.2064070488,
"base_cost_quote": 591.4776407737,
"unrealized_pnl_exit_net": -71.345589606
},
{
"timestamp": "2024-05-14T23:59:00+00:00",
"base_asset_bal": 39604,
"quote_asset_bal": 9356.7291408448,
"total_value_mid": 9938.7891288448,
"total_value_exit_net": 9938.3525838538,
"total_value": 9938.7891288448,
"base_cost_quote": 676.6834452347,
"unrealized_pnl_exit_net": -95.0600022258
},
{
"timestamp": "2024-05-15T23:59:00+00:00",
"base_asset_bal": 26395,
"quote_asset_bal": 9563.8491002708,
"total_value_mid": 9984.9285352708,
"total_value_exit_net": 9984.6127256945,
"total_value": 9984.9285352708,
"base_cost_quote": 471.2220166487,
"unrealized_pnl_exit_net": -50.458391225
},
{
"timestamp": "2024-05-16T23:59:00+00:00",
"base_asset_bal": 37210,
"quote_asset_bal": 9399.5539261575,
"total_value_mid": 9945.3129961575,
"total_value_exit_net": 9944.903676855,
"total_value": 9945.3129961575,
"base_cost_quote": 636.6283794495,
"unrealized_pnl_exit_net": -91.278628752
},
{
"timestamp": "2024-05-17T23:59:00+00:00",
"base_asset_bal": 26042,
"quote_asset_bal": 9571.472135484,
"total_value_mid": 9988.456639484,
"total_value_exit_net": 9988.143901106,
"total_value": 9988.456639484,
"base_cost_quote": 466.2284352695,
"unrealized_pnl_exit_net": -49.5566696475
},
{
"timestamp": "2024-05-18T23:59:00+00:00",
"base_asset_bal": 25652,
"quote_asset_bal": 9577.7912035245,
"total_value_mid": 9993.1227355245,
"total_value_exit_net": 9992.8112368755,
"total_value": 9993.1227355245,
"base_cost_quote": 461.206041297,
"unrealized_pnl_exit_net": -46.186007946
},
{
"timestamp": "2024-05-19T23:59:00+00:00",
"base_asset_bal": 33020,
"quote_asset_bal": 9463.2194865948,
"total_value_mid": 9967.3028065948,
"total_value_exit_net": 9966.9247441048,
"total_value": 9967.3028065948,
"base_cost_quote": 576.497973443,
"unrealized_pnl_exit_net": -72.792715933
},
{
"timestamp": "2024-05-20T23:59:00+00:00",
"base_asset_bal": 17263,
"quote_asset_bal": 9720.8834032153,
"total_value_mid": 10014.3716662153,
"total_value_exit_net": 10014.1515500181,
"total_value": 10014.3716662153,
"base_cost_quote": 320.8567051822,
"unrealized_pnl_exit_net": -27.5885583795
},
{
"timestamp": "2024-05-21T23:59:00+00:00",
"base_asset_bal": 16644,
"quote_asset_bal": 9732.3965200988,
"total_value_mid": 10018.2072880988,
"total_value_exit_net": 10017.9929300228,
"total_value": 10018.2072880988,
"base_cost_quote": 310.8329710158,
"unrealized_pnl_exit_net": -25.2365610918
},
{
"timestamp": "2024-05-22T23:59:00+00:00",
"base_asset_bal": 29441,
"quote_asset_bal": 9522.9976302581,
"total_value_mid": 9988.1359892581,
"total_value_exit_net": 9987.7871354888,
"total_value": 9988.1359892581,
"base_cost_quote": 521.3376872327,
"unrealized_pnl_exit_net": -56.548182002
},
{
"timestamp": "2024-05-23T23:59:00+00:00",
"base_asset_bal": 32673,
"quote_asset_bal": 9474.0556079173,
"total_value_mid": 9981.5653169173,
"total_value_exit_net": 9981.1846846356,
"total_value": 9981.5653169173,
"base_cost_quote": 571.486025299,
"unrealized_pnl_exit_net": -64.3569485808
},
{
"timestamp": "2024-05-24T23:59:00+00:00",
"base_asset_bal": 33986,
"quote_asset_bal": 9454.9487712866,
"total_value_mid": 9978.5370872866,
"total_value_exit_net": 9978.1443960496,
"total_value": 9978.5370872866,
"base_cost_quote": 591.5386524982,
"unrealized_pnl_exit_net": -68.3430277353
},
{
"timestamp": "2024-05-25T23:59:00+00:00",
"base_asset_bal": 21268,
"quote_asset_bal": 9661.6608874746,
"total_value_mid": 10011.6683634746,
"total_value_exit_net": 10011.4058578676,
"total_value": 10011.6683634746,
"base_cost_quote": 386.014878188,
"unrealized_pnl_exit_net": -36.269907795
},
{
"timestamp": "2024-05-26T23:59:00+00:00",
"base_asset_bal": 27732,
"quote_asset_bal": 9557.2893916456,
"total_value_mid": 10000.1694316456,
"total_value_exit_net": 9999.8372716156,
"total_value": 10000.1694316456,
"base_cost_quote": 491.279283325,
"unrealized_pnl_exit_net": -48.731403355
},
{
"timestamp": "2024-05-27T23:59:00+00:00",
"base_asset_bal": 16344,
"quote_asset_bal": 9749.0885240648,
"total_value_mid": 10035.8603480648,
"total_value_exit_net": 10035.6452691968,
"total_value": 10035.8603480648,
"base_cost_quote": 300.7931117645,
"unrealized_pnl_exit_net": -14.2363666325
},
{
"timestamp": "2024-05-28T23:59:00+00:00",
"base_asset_bal": 23384,
"quote_asset_bal": 9630.0790087246,
"total_value_mid": 10022.7899047246,
"total_value_exit_net": 10022.4953715526,
"total_value": 10022.7899047246,
"base_cost_quote": 421.0913448223,
"unrealized_pnl_exit_net": -28.6749819943
},
{
"timestamp": "2024-05-29T23:59:00+00:00",
"base_asset_bal": 28599,
"quote_asset_bal": 9545.8733181378,
"total_value_mid": 10002.3419571378,
"total_value_exit_net": 10001.9996056586,
"total_value": 10002.3419571378,
"base_cost_quote": 506.3146383903,
"unrealized_pnl_exit_net": -50.1883508695
},
{
"timestamp": "2024-05-30T23:59:00+00:00",
"base_asset_bal": 27933,
"quote_asset_bal": 9557.0351628591,
"total_value_mid": 10006.7564628591,
"total_value_exit_net": 10006.4191718841,
"total_value": 10006.7564628591,
"base_cost_quote": 496.2482842827,
"unrealized_pnl_exit_net": -46.8642752578
},
{
"timestamp": "2024-05-31T23:59:00+00:00",
"base_asset_bal": 27310,
"quote_asset_bal": 9568.0369247101,
"total_value_mid": 10005.4065747101,
"total_value_exit_net": 10005.0785474726,
"total_value": 10005.4065747101,
"base_cost_quote": 486.2536989615,
"unrealized_pnl_exit_net": -49.212076199
},
{
"timestamp": "2024-06-01T23:59:00+00:00",
"base_asset_bal": 32011,
"quote_asset_bal": 9493.2979616674,
"total_value_mid": 9991.3891216674,
"total_value_exit_net": 9991.0155532974,
"total_value": 9991.3891216674,
"base_cost_quote": 561.4269616553,
"unrealized_pnl_exit_net": -63.7093700253
},
{
"timestamp": "2024-06-02T23:59:00+00:00",
"base_asset_bal": 35267,
"quote_asset_bal": 9443.8109587466,
"total_value_mid": 9982.8317867466,
"total_value_exit_net": 9982.4275211256,
"total_value": 9982.8317867466,
"base_cost_quote": 611.5255704525,
"unrealized_pnl_exit_net": -72.9090080735
},
{
"timestamp": "2024-06-03T23:59:00+00:00",
"base_asset_bal": 35896,
"quote_asset_bal": 9434.6351998991,
"total_value_mid": 9986.5720958991,
"total_value_exit_net": 9986.1581432271,
"total_value": 9986.5720958991,
"base_cost_quote": 621.562362405,
"unrealized_pnl_exit_net": -70.039419077
},
{
"timestamp": "2024-06-04T23:59:00+00:00",
"base_asset_bal": 7117,
"quote_asset_bal": 9923.0839228559,
"total_value_mid": 10059.8299608559,
"total_value_exit_net": 10059.7274013274,
"total_value": 10059.8299608559,
"base_cost_quote": 135.363042197,
"unrealized_pnl_exit_net": 1.2804362745
},
{
"timestamp": "2024-06-05T23:59:00+00:00",
"base_asset_bal": 11245,
"quote_asset_bal": 9849.8131697454,
"total_value_mid": 10053.9886347454,
"total_value_exit_net": 10053.8355031466,
"total_value": 10053.9886347454,
"base_cost_quote": 210.5609283445,
"unrealized_pnl_exit_net": -6.5385949433
},
{
"timestamp": "2024-06-06T23:59:00+00:00",
"base_asset_bal": 15454,
"quote_asset_bal": 9775.3670547749,
"total_value_mid": 10046.3838527749,
"total_value_exit_net": 10046.1805901764,
"total_value": 10046.3838527749,
"base_cost_quote": 285.7833468775,
"unrealized_pnl_exit_net": -14.969811476
},
{
"timestamp": "2024-06-07T23:59:00+00:00",
"base_asset_bal": 15562,
"quote_asset_bal": 9777.9611407926,
"total_value_mid": 10038.5468307926,
"total_value_exit_net": 10038.3513915251,
"total_value": 10038.5468307926,
"base_cost_quote": 285.767789218,
"unrealized_pnl_exit_net": -25.3775384855
},
{
"timestamp": "2024-06-08T23:59:00+00:00",
"base_asset_bal": 22251,
"quote_asset_bal": 9659.4663536018,
"total_value_mid": 10034.1954446018,
"total_value_exit_net": 10033.9143977836,
"total_value": 10034.1954446018,
"base_cost_quote": 406.0592331877,
"unrealized_pnl_exit_net": -31.611189006
},
{
"timestamp": "2024-06-09T23:59:00+00:00",
"base_asset_bal": 21983,
"quote_asset_bal": 9666.2339218596,
"total_value_mid": 10034.5810698596,
"total_value_exit_net": 10034.3048094986,
"total_value": 10034.5810698596,
"base_cost_quote": 401.047620295,
"unrealized_pnl_exit_net": -32.976732656
},
{
"timestamp": "2024-06-10T23:59:00+00:00",
"base_asset_bal": 30682,
"quote_asset_bal": 9527.0495310331,
"total_value_mid": 10008.0512450331,
"total_value_exit_net": 10007.6904937476,
"total_value": 10008.0512450331,
"base_cost_quote": 541.3464645693,
"unrealized_pnl_exit_net": -60.7055018548
},
{
"timestamp": "2024-06-11T23:59:00+00:00",
"base_asset_bal": 45869,
"quote_asset_bal": 9302.6347228444,
"total_value_mid": 9955.0295098444,
"total_value_exit_net": 9954.5402137541,
"total_value": 9955.0295098444,
"base_cost_quote": 766.8682551513,
"unrealized_pnl_exit_net": -114.9627642415
},
{
"timestamp": "2024-06-12T23:59:00+00:00",
"base_asset_bal": 38765,
"quote_asset_bal": 9409.8183802509,
"total_value_mid": 9968.6546202509,
"total_value_exit_net": 9968.2354930709,
"total_value": 9968.6546202509,
"base_cost_quote": 661.6137774543,
"unrealized_pnl_exit_net": -103.1966646343
},
{
"timestamp": "2024-06-13T23:59:00+00:00",
"base_asset_bal": 48802,
"quote_asset_bal": 9270.4919895564,
"total_value_mid": 9932.8815355564,
"total_value_exit_net": 9932.3847433969,
"total_value": 9932.8815355564,
"base_cost_quote": 801.9450850578,
"unrealized_pnl_exit_net": -140.0523312173
},
{
"timestamp": "2024-06-14T23:59:00+00:00",
"base_asset_bal": 57576,
"quote_asset_bal": 9156.4576736484,
"total_value_mid": 9891.6456176484,
"total_value_exit_net": 9891.0942266904,
"total_value": 9891.6456176484,
"base_cost_quote": 917.1825463813,
"unrealized_pnl_exit_net": -182.5459933393
},
{
"timestamp": "2024-06-15T23:59:00+00:00",
"base_asset_bal": 54485,
"quote_asset_bal": 9197.2504330284,
"total_value_mid": 9913.8916380284,
"total_value_exit_net": 9913.3541571247,
"total_value": 9913.8916380284,
"base_cost_quote": 877.076986754,
"unrealized_pnl_exit_net": -160.9732626578
},
{
"timestamp": "2024-06-16T23:59:00+00:00",
"base_asset_bal": 55613,
"quote_asset_bal": 9182.6907690307,
"total_value_mid": 9912.2777160307,
"total_value_exit_net": 9911.7305258204,
"total_value": 9912.2777160307,
"base_cost_quote": 892.118639539,
"unrealized_pnl_exit_net": -163.0788827493
},
{
"timestamp": "2024-06-17T23:59:00+00:00",
"base_asset_bal": 76233,
"quote_asset_bal": 8928.3838040839,
"total_value_mid": 9828.9242330839,
"total_value_exit_net": 9828.2488277622,
"total_value": 9828.9242330839,
"base_cost_quote": 1147.6820144235,
"unrealized_pnl_exit_net": -247.8169907453
},
{
"timestamp": "2024-06-18T23:59:00+00:00",
"base_asset_bal": 91477,
"quote_asset_bal": 8760.0271534917,
"total_value_mid": 9734.8060654917,
"total_value_exit_net": 9734.0749813077,
"total_value": 9734.8060654917,
"base_cost_quote": 1318.0043334282,
"unrealized_pnl_exit_net": -343.9565056122
},
{
"timestamp": "2024-06-19T23:59:00+00:00",
"base_asset_bal": 90131,
"quote_asset_bal": 8776.4208946267,
"total_value_mid": 9756.3251266267,
"total_value_exit_net": 9755.5901984527,
"total_value": 9756.3251266267,
"base_cost_quote": 1302.9795402785,
"unrealized_pnl_exit_net": -323.8102364525
},
{
"timestamp": "2024-06-20T23:59:00+00:00",
"base_asset_bal": 86976,
"quote_asset_bal": 8813.1402398067,
"total_value_mid": 9798.3173918067,
"total_value_exit_net": 9797.5785089427,
"total_value": 9798.3173918067,
"base_cost_quote": 1267.9088960078,
"unrealized_pnl_exit_net": -283.4706268718
},
{
"timestamp": "2024-06-21T23:59:00+00:00",
"base_asset_bal": 89674,
"quote_asset_bal": 8784.2603783922,
"total_value_mid": 9783.3184123922,
"total_value_exit_net": 9782.5691188667,
"total_value": 9783.3184123922,
"base_cost_quote": 1297.9626884595,
"unrealized_pnl_exit_net": -299.653947985
},
{
"timestamp": "2024-06-22T23:59:00+00:00",
"base_asset_bal": 90991,
"quote_asset_bal": 8769.7183294279,
"total_value_mid": 9776.8067174279,
"total_value_exit_net": 9776.0514011369,
"total_value": 9776.8067174279,
"base_cost_quote": 1312.9923162325,
"unrealized_pnl_exit_net": -306.6592445235
},
{
"timestamp": "2024-06-23T23:59:00+00:00",
"base_asset_bal": 104896,
"quote_asset_bal": 8619.9572901444,
"total_value_mid": 9714.9666341444,
"total_value_exit_net": 9714.1453771364,
"total_value": 9714.9666341444,
"base_cost_quote": 1463.241404597,
"unrealized_pnl_exit_net": -369.053317605
},
{
"timestamp": "2024-06-24T23:59:00+00:00",
"base_asset_bal": 92797,
"quote_asset_bal": 8751.8342599055,
"total_value_mid": 9768.8893799055,
"total_value_exit_net": 9768.1265885655,
"total_value": 9768.8893799055,
"base_cost_quote": 1333.0098871593,
"unrealized_pnl_exit_net": -316.7175584993
},
{
"timestamp": "2024-06-25T23:59:00+00:00",
"base_asset_bal": 76659,
"quote_asset_bal": 8939.0056827472,
"total_value_mid": 9860.5235217472,
"total_value_exit_net": 9859.832383368,
"total_value": 9860.5235217472,
"base_cost_quote": 1147.6554635253,
"unrealized_pnl_exit_net": -226.8287629045
},
{
"timestamp": "2024-06-26T23:59:00+00:00",
"base_asset_bal": 79608,
"quote_asset_bal": 8904.9706294995,
"total_value_mid": 9840.4442374995,
"total_value_exit_net": 9839.7426322935,
"total_value": 9840.4442374995,
"base_cost_quote": 1182.7090840378,
"unrealized_pnl_exit_net": -247.9370812438
},
{
"timestamp": "2024-06-27T23:59:00+00:00",
"base_asset_bal": 74250,
"quote_asset_bal": 8971.4522080723,
"total_value_mid": 9856.6607080723,
"total_value_exit_net": 9855.9968016973,
"total_value": 9856.6607080723,
"base_cost_quote": 1117.6195875007,
"unrealized_pnl_exit_net": -233.0749938757
},
{
"timestamp": "2024-06-28T23:59:00+00:00",
"base_asset_bal": 81567,
"quote_asset_bal": 8886.877995825,
"total_value_mid": 9815.110455825,
"total_value_exit_net": 9814.41428148,
"total_value": 9815.110455825,
"base_cost_quote": 1202.796657427,
"unrealized_pnl_exit_net": -275.260371772
},
{
"timestamp": "2024-06-29T23:59:00+00:00",
"base_asset_bal": 86402,
"quote_asset_bal": 8832.1138866895,
"total_value_mid": 9800.9395126895,
"total_value_exit_net": 9800.21289347,
"total_value": 9800.9395126895,
"base_cost_quote": 1257.90288012,
"unrealized_pnl_exit_net": -289.8038733395
},
{
"timestamp": "2024-06-30T23:59:00+00:00",
"base_asset_bal": 72029,
"quote_asset_bal": 9003.3961754753,
"total_value_mid": 9897.5641814753,
"total_value_exit_net": 9896.8935554708,
"total_value": 9897.5641814753,
"base_cost_quote": 1087.4835644223,
"unrealized_pnl_exit_net": -193.9861844268
},
{
"timestamp": "2024-07-01T23:59:00+00:00",
"base_asset_bal": 74867,
"quote_asset_bal": 8969.3137839933,
"total_value_mid": 9860.5305519933,
"total_value_exit_net": 9859.8621394173,
"total_value": 9860.5305519933,
"base_cost_quote": 1122.5917378187,
"unrealized_pnl_exit_net": -232.0433823948
},
{
"timestamp": "2024-07-02T23:59:00+00:00",
"base_asset_bal": 77007,
"quote_asset_bal": 8945.0051738505,
"total_value_mid": 9837.5933108505,
"total_value_exit_net": 9836.9238697478,
"total_value": 9837.5933108505,
"base_cost_quote": 1147.61418559,
"unrealized_pnl_exit_net": -255.6954896928
},
{
"timestamp": "2024-07-03T23:59:00+00:00",
"base_asset_bal": 85395,
"quote_asset_bal": 8850.6573647733,
"total_value_mid": 9800.5913447733,
"total_value_exit_net": 9799.8788942883,
"total_value": 9800.5913447733,
"base_cost_quote": 1242.821669689,
"unrealized_pnl_exit_net": -293.600140174
},
{
"timestamp": "2024-07-04T23:59:00+00:00",
"base_asset_bal": 113269,
"quote_asset_bal": 8561.1186478445,
"total_value_mid": 9671.0415788445,
"total_value_exit_net": 9670.2091366463,
"total_value": 9671.0415788445,
"base_cost_quote": 1533.3195388083,
"unrealized_pnl_exit_net": -424.2290500065
},
{
"timestamp": "2024-07-05T23:59:00+00:00",
"base_asset_bal": 125424,
"quote_asset_bal": 8448.3203113456,
"total_value_mid": 9625.0482793456,
"total_value_exit_net": 9624.1657333696,
"total_value": 9625.0482793456,
"base_cost_quote": 1648.472904107,
"unrealized_pnl_exit_net": -472.627482083
},
{
"timestamp": "2024-07-06T23:59:00+00:00",
"base_asset_bal": 109987,
"quote_asset_bal": 8599.8264522856,
"total_value_mid": 9715.5345802856,
"total_value_exit_net": 9714.6977991896,
"total_value": 9715.5345802856,
"base_cost_quote": 1498.2503646393,
"unrealized_pnl_exit_net": -383.3790177353
},
{
"timestamp": "2024-07-07T23:59:00+00:00",
"base_asset_bal": 127435,
"quote_asset_bal": 8430.9593107085,
"total_value_mid": 9621.4570807085,
"total_value_exit_net": 9620.564207381,
"total_value": 9621.4570807085,
"base_cost_quote": 1668.542893318,
"unrealized_pnl_exit_net": -478.9379966455
},
{
"timestamp": "2024-07-08T23:59:00+00:00",
"base_asset_bal": 120645,
"quote_asset_bal": 8498.1199562553,
"total_value_mid": 9658.2422762553,
"total_value_exit_net": 9657.3721845153,
"total_value": 9658.2422762553,
"base_cost_quote": 1603.4347117778,
"unrealized_pnl_exit_net": -444.1824835178
},
{
"timestamp": "2024-07-09T23:59:00+00:00",
"base_asset_bal": 112431,
"quote_asset_bal": 8579.4490888232,
"total_value_mid": 9692.5159888232,
"total_value_exit_net": 9691.6811886482,
"total_value": 9692.5159888232,
"base_cost_quote": 1523.2895439498,
"unrealized_pnl_exit_net": -411.0574441248
},
{
"timestamp": "2024-07-10T23:59:00+00:00",
"base_asset_bal": 108442,
"quote_asset_bal": 8620.5948431737,
"total_value_mid": 9713.5817611737,
"total_value_exit_net": 9712.7620209852,
"total_value": 9713.5817611737,
"base_cost_quote": 1483.2297826455,
"unrealized_pnl_exit_net": -391.062604834
},
{
"timestamp": "2024-07-11T23:59:00+00:00",
"base_asset_bal": 115578,
"quote_asset_bal": 8551.3310460587,
"total_value_mid": 9677.8698120587,
"total_value_exit_net": 9677.0249079842,
"total_value": 9677.8698120587,
"base_cost_quote": 1553.3831892688,
"unrealized_pnl_exit_net": -427.6893273433
},
{
"timestamp": "2024-07-12T23:59:00+00:00",
"base_asset_bal": 87023,
"quote_asset_bal": 8848.7796823515,
"total_value_mid": 9800.7242793515,
"total_value_exit_net": 9800.0103209037,
"total_value": 9800.7242793515,
"base_cost_quote": 1257.8221225972,
"unrealized_pnl_exit_net": -306.591484045
},
{
"timestamp": "2024-07-13T23:59:00+00:00",
"base_asset_bal": 92567,
"quote_asset_bal": 8789.6081440262,
"total_value_mid": 9776.3723640262,
"total_value_exit_net": 9775.6322908612,
"total_value": 9776.3723640262,
"base_cost_quote": 1317.9217985735,
"unrealized_pnl_exit_net": -331.8976517385
},
{
"timestamp": "2024-07-14T23:59:00+00:00",
"base_asset_bal": 80864,
"quote_asset_bal": 8921.2572987765,
"total_value_mid": 9826.9340987765,
"total_value_exit_net": 9826.2548411765,
"total_value": 9826.9340987765,
"base_cost_quote": 1187.700784007,
"unrealized_pnl_exit_net": -282.703241607
},
{
"timestamp": "2024-07-15T23:59:00+00:00",
"base_asset_bal": 67873,
"quote_asset_bal": 9078.1272913145,
"total_value_mid": 9944.4582633145,
"total_value_exit_net": 9943.8085150855,
"total_value": 9944.4582633145,
"base_cost_quote": 1032.3914843283,
"unrealized_pnl_exit_net": -166.7102605573
},
{
"timestamp": "2024-07-16T23:59:00+00:00",
"base_asset_bal": 69088,
"quote_asset_bal": 9064.7537399584,
"total_value_mid": 9920.9613239584,
"total_value_exit_net": 9920.3191682704,
"total_value": 9920.9613239584,
"base_cost_quote": 1047.4234328405,
"unrealized_pnl_exit_net": -191.8580045285
},
{
"timestamp": "2024-07-17T23:59:00+00:00",
"base_asset_bal": 79076,
"quote_asset_bal": 8945.7278199572,
"total_value_mid": 9882.2248879572,
"total_value_exit_net": 9881.5225151562,
"total_value": 9882.2248879572,
"base_cost_quote": 1167.5993202078,
"unrealized_pnl_exit_net": -231.8046250088
},
{
"timestamp": "2024-07-18T23:59:00+00:00",
"base_asset_bal": 80479,
"quote_asset_bal": 8931.69496225,
"total_value_mid": 9863.96369825,
"total_value_exit_net": 9863.264496698,
"total_value": 9863.96369825,
"base_cost_quote": 1182.6701438545,
"unrealized_pnl_exit_net": -251.1006094065
},
{
"timestamp": "2024-07-19T23:59:00+00:00",
"base_asset_bal": 74479,
"quote_asset_bal": 9002.891197558,
"total_value_mid": 9893.511079558,
"total_value_exit_net": 9892.8431146465,
"total_value": 9893.511079558,
"base_cost_quote": 1112.524359944,
"unrealized_pnl_exit_net": -222.5724428555
},
{
"timestamp": "2024-07-20T23:59:00+00:00",
"base_asset_bal": 65057,
"quote_asset_bal": 9119.0966267232,
"total_value_mid": 9932.8295827232,
"total_value_exit_net": 9932.2192830062,
"total_value": 9932.8295827232,
"base_cost_quote": 997.303104766,
"unrealized_pnl_exit_net": -184.180448483
},
{
"timestamp": "2024-07-21T23:59:00+00:00",
"base_asset_bal": 62256,
"quote_asset_bal": 9155.1028317817,
"total_value_mid": 9942.5789757817,
"total_value_exit_net": 9941.9883686737,
"total_value": 9942.5789757817,
"base_cost_quote": 962.2317259448,
"unrealized_pnl_exit_net": -175.3461890528
},
{
"timestamp": "2024-07-22T23:59:00+00:00",
"base_asset_bal": 70234,
"quote_asset_bal": 9061.224045948,
"total_value_mid": 9905.717661948,
"total_value_exit_net": 9905.084291736,
"total_value": 9905.717661948,
"base_cost_quote": 1057.425983131,
"unrealized_pnl_exit_net": -213.565737343
},
{
"timestamp": "2024-07-23T23:59:00+00:00",
"base_asset_bal": 80030,
"quote_asset_bal": 8947.220048587,
"total_value_mid": 9870.286068587,
"total_value_exit_net": 9869.593769072,
"total_value": 9870.286068587,
"base_cost_quote": 1172.6555505385,
"unrealized_pnl_exit_net": -250.2818300535
},
{
"timestamp": "2024-07-24T23:59:00+00:00",
"base_asset_bal": 69060,
"quote_asset_bal": 9078.538097072,
"total_value_mid": 9917.340857072,
"total_value_exit_net": 9916.711755002,
"total_value": 9917.340857072,
"base_cost_quote": 1042.3734812153,
"unrealized_pnl_exit_net": -204.1998232853
},
{
"timestamp": "2024-07-25T23:59:00+00:00",
"base_asset_bal": 69312,
"quote_asset_bal": 9075.143587866,
"total_value_mid": 9909.244195866,
"total_value_exit_net": 9908.61862041,
"total_value": 9909.244195866,
"base_cost_quote": 1047.380358559,
"unrealized_pnl_exit_net": -213.905326015
},
{
"timestamp": "2024-07-26T23:59:00+00:00",
"base_asset_bal": 64411,
"quote_asset_bal": 9136.328895285,
"total_value_mid": 9939.856120285,
"total_value_exit_net": 9939.2534748662,
"total_value": 9939.856120285,
"base_cost_quote": 987.2833445778,
"unrealized_pnl_exit_net": -184.3587649965
},
{
"timestamp": "2024-07-27T23:59:00+00:00",
"base_asset_bal": 62385,
"quote_asset_bal": 9162.5210775475,
"total_value_mid": 9940.6491825475,
"total_value_exit_net": 9940.0655864688,
"total_value": 9940.6491825475,
"base_cost_quote": 962.2318070055,
"unrealized_pnl_exit_net": -184.6872980843
},
{
"timestamp": "2024-07-28T23:59:00+00:00",
"base_asset_bal": 69317,
"quote_asset_bal": 9077.8818719192,
"total_value_mid": 9919.3209349192,
"total_value_exit_net": 9918.689855622,
"total_value": 9919.3209349192,
"base_cost_quote": 1047.3997340798,
"unrealized_pnl_exit_net": -206.591750377
},
{
"timestamp": "2024-07-29T23:59:00+00:00",
"base_asset_bal": 74012,
"quote_asset_bal": 9023.7948417775,
"total_value_mid": 9888.6990737775,
"total_value_exit_net": 9888.0503956035,
"total_value": 9888.6990737775,
"base_cost_quote": 1102.5008379365,
"unrealized_pnl_exit_net": -238.2452841105
},
{
"timestamp": "2024-07-30T23:59:00+00:00",
"base_asset_bal": 79188,
"quote_asset_bal": 8964.4380852307,
"total_value_mid": 9866.6269692307,
"total_value_exit_net": 9865.9503275677,
"total_value": 9866.6269692307,
"base_cost_quote": 1162.5946785395,
"unrealized_pnl_exit_net": -261.0824362025
},
{
"timestamp": "2024-07-31T23:59:00+00:00",
"base_asset_bal": 85990,
"quote_asset_bal": 8889.9913643735,
"total_value_mid": 9823.7567743735,
"total_value_exit_net": 9823.056450316,
"total_value": 9823.7567743735,
"base_cost_quote": 1237.7841213592,
"unrealized_pnl_exit_net": -304.7190354167
},
{
"timestamp": "2024-08-01T23:59:00+00:00",
"base_asset_bal": 98361,
"quote_asset_bal": 8760.8810879522,
"total_value_mid": 9781.1797409522,
"total_value_exit_net": 9780.4145169625,
"total_value": 9781.1797409522,
"base_cost_quote": 1368.013545228,
"unrealized_pnl_exit_net": -348.4801162177
},
{
"timestamp": "2024-08-02T23:59:00+00:00",
"base_asset_bal": 113719,
"quote_asset_bal": 8612.0826983467,
"total_value_mid": 9690.0250993467,
"total_value_exit_net": 9689.216642546,
"total_value": 9690.0250993467,
"base_cost_quote": 1518.2532865875,
"unrealized_pnl_exit_net": -441.1193423883
},
{
"timestamp": "2024-08-03T23:59:00+00:00",
"base_asset_bal": 124574,
"quote_asset_bal": 8512.973121998,
"total_value_mid": 9636.007731998,
"total_value_exit_net": 9635.1654560405,
"total_value": 9636.007731998,
"base_cost_quote": 1618.4082214938,
"unrealized_pnl_exit_net": -496.2158874513
},
{
"timestamp": "2024-08-04T23:59:00+00:00",
"base_asset_bal": 155865,
"quote_asset_bal": 8248.766759539,
"total_value_mid": 9500.050979539,
"total_value_exit_net": 9499.112516374,
"total_value": 9500.050979539,
"base_cost_quote": 1883.8187201863,
"unrealized_pnl_exit_net": -633.4729633513
},
{
"timestamp": "2024-08-05T23:59:00+00:00",
"base_asset_bal": 177665,
"quote_asset_bal": 8097.2801726982,
"total_value_mid": 9315.3514126982,
"total_value_exit_net": 9314.4378592682,
"total_value": 9315.3514126982,
"base_cost_quote": 2039.04914075,
"unrealized_pnl_exit_net": -821.89145418
},
{
"timestamp": "2024-08-06T23:59:00+00:00",
"base_asset_bal": 166505,
"quote_asset_bal": 8174.8135143485,
"total_value_mid": 9454.4044393485,
"total_value_exit_net": 9453.4447461547,
"total_value": 9454.4044393485,
"base_cost_quote": 1963.9356548553,
"unrealized_pnl_exit_net": -685.304423049
},
{
"timestamp": "2024-08-07T23:59:00+00:00",
"base_asset_bal": 179994,
"quote_asset_bal": 8076.718973769,
"total_value_mid": 9394.815035769,
"total_value_exit_net": 9393.8264637225,
"total_value": 9394.815035769,
"base_cost_quote": 2064.101780148,
"unrealized_pnl_exit_net": -746.9942901945
},
{
"timestamp": "2024-08-08T23:59:00+00:00",
"base_asset_bal": 140731,
"quote_asset_bal": 8389.2225327645,
"total_value_mid": 9613.5822327645,
"total_value_exit_net": 9612.6639629895,
"total_value": 9613.5822327645,
"base_cost_quote": 1753.671143657,
"unrealized_pnl_exit_net": -530.229713432
},
{
"timestamp": "2024-08-09T23:59:00+00:00",
"base_asset_bal": 145366,
"quote_asset_bal": 8350.2030846108,
"total_value_mid": 9596.5711686108,
"total_value_exit_net": 9595.6363925478,
"total_value": 9596.5711686108,
"base_cost_quote": 1793.7435004008,
"unrealized_pnl_exit_net": -548.3101924638
},
{
"timestamp": "2024-08-10T23:59:00+00:00",
"base_asset_bal": 144789,
"quote_asset_bal": 8355.9425697038,
"total_value_mid": 9608.9465757038,
"total_value_exit_net": 9608.0068226993,
"total_value": 9608.9465757038,
"base_cost_quote": 1788.7300211093,
"unrealized_pnl_exit_net": -536.6657681138
},
{
"timestamp": "2024-08-11T23:59:00+00:00",
"base_asset_bal": 157336,
"quote_asset_bal": 8251.7049754763,
"total_value_mid": 9544.2202154763,
"total_value_exit_net": 9543.2508290463,
"total_value": 9544.2202154763,
"base_cost_quote": 1893.8755011193,
"unrealized_pnl_exit_net": -602.3296475493
},
{
"timestamp": "2024-08-12T23:59:00+00:00",
"base_asset_bal": 151422,
"quote_asset_bal": 8303.2696283313,
"total_value_mid": 9581.7255743313,
"total_value_exit_net": 9580.7667323718,
"total_value": 9581.7255743313,
"base_cost_quote": 1843.8042378158,
"unrealized_pnl_exit_net": -566.3071337753
},
{
"timestamp": "2024-08-13T23:59:00+00:00",
"base_asset_bal": 135155,
"quote_asset_bal": 8444.5636908853,
"total_value_mid": 9651.7681508853,
"total_value_exit_net": 9650.8627475403,
"total_value": 9651.7681508853,
"base_cost_quote": 1703.5742531475,
"unrealized_pnl_exit_net": -497.2751964925
},
{
"timestamp": "2024-08-14T23:59:00+00:00",
"base_asset_bal": 148657,
"quote_asset_bal": 8330.3886362718,
"total_value_mid": 9562.1605382718,
"total_value_exit_net": 9561.2367093453,
"total_value": 9562.1605382718,
"base_cost_quote": 1818.7431140593,
"unrealized_pnl_exit_net": -587.8950409858
},
{
"timestamp": "2024-08-15T23:59:00+00:00",
"base_asset_bal": 163098,
"quote_asset_bal": 8215.9969083808,
"total_value_mid": 9479.3540163808,
"total_value_exit_net": 9478.4064985498,
"total_value": 9479.3540163808,
"base_cost_quote": 1933.9563852537,
"unrealized_pnl_exit_net": -671.5467950847
},
{
"timestamp": "2024-08-16T23:59:00+00:00",
"base_asset_bal": 167660,
"quote_asset_bal": 8181.8231430493,
"total_value_mid": 9467.7753430493,
"total_value_exit_net": 9466.8108788993,
"total_value": 9467.7753430493,
"base_cost_quote": 1969.0078231305,
"unrealized_pnl_exit_net": -684.0200872805
},
{
"timestamp": "2024-08-17T23:59:00+00:00",
"base_asset_bal": 172208,
"quote_asset_bal": 8147.2875805381,
"total_value_mid": 9453.1408445381,
"total_value_exit_net": 9452.1614545901,
"total_value": 9453.1408445381,
"base_cost_quote": 2004.056279773,
"unrealized_pnl_exit_net": -699.182405721
},
{
"timestamp": "2024-08-18T23:59:00+00:00",
"base_asset_bal": 164302,
"quote_asset_bal": 8208.2771749611,
"total_value_mid": 9485.5609229611,
"total_value_exit_net": 9484.6029601501,
"total_value": 9485.5609229611,
"base_cost_quote": 1943.9510176103,
"unrealized_pnl_exit_net": -667.6252324213
},
{
"timestamp": "2024-08-19T23:59:00+00:00",
"base_asset_bal": 163027,
"quote_asset_bal": 8219.1375354173,
"total_value_mid": 9500.0406744173,
"total_value_exit_net": 9499.0799970631,
"total_value": 9500.0406744173,
"base_cost_quote": 1933.941180859,
"unrealized_pnl_exit_net": -653.9987192133
},
{
"timestamp": "2024-08-20T23:59:00+00:00",
"base_asset_bal": 162951,
"quote_asset_bal": 8219.9750780581,
"total_value_mid": 9514.7837240581,
"total_value_exit_net": 9513.8126175736,
"total_value": 9514.7837240581,
"base_cost_quote": 1933.9373069558,
"unrealized_pnl_exit_net": -640.0997674403
},
{
"timestamp": "2024-08-21T23:59:00+00:00",
"base_asset_bal": 152409,
"quote_asset_bal": 8305.9270781871,
"total_value_mid": 9557.8146041871,
"total_value_exit_net": 9556.8756885426,
"total_value": 9557.8146041871,
"base_cost_quote": 1848.8206983415,
"unrealized_pnl_exit_net": -597.872087986
},
{
"timestamp": "2024-08-22T23:59:00+00:00",
"base_asset_bal": 146996,
"quote_asset_bal": 8351.6535666854,
"total_value_mid": 9588.3309146854,
"total_value_exit_net": 9587.4034066744,
"total_value": 9588.3309146854,
"base_cost_quote": 1803.7381197475,
"unrealized_pnl_exit_net": -567.9882797585
},
{
"timestamp": "2024-08-23T23:59:00+00:00",
"base_asset_bal": 93018,
"quote_asset_bal": 8875.2953922754,
"total_value_mid": 9885.4708722753,
"total_value_exit_net": 9884.7132406653,
"total_value": 9885.4708722753,
"base_cost_quote": 1282.8737452332,
"unrealized_pnl_exit_net": -273.4558968433
},
{
"timestamp": "2024-08-24T23:59:00+00:00",
"base_asset_bal": 94910,
"quote_asset_bal": 8856.6760120734,
"total_value_mid": 9870.5995420733,
"total_value_exit_net": 9869.8390994258,
"total_value": 9870.5995420733,
"base_cost_quote": 1302.8997284645,
"unrealized_pnl_exit_net": -289.736641112
},
{
"timestamp": "2024-08-25T23:59:00+00:00",
"base_asset_bal": 109440,
"quote_asset_bal": 8707.5761364164,
"total_value_mid": 9801.6478164164,
"total_value_exit_net": 9800.8272626564,
"total_value": 9801.6478164164,
"base_cost_quote": 1453.1532731687,
"unrealized_pnl_exit_net": -359.9021469287
},
{
"timestamp": "2024-08-26T23:59:00+00:00",
"base_asset_bal": 133393,
"quote_asset_bal": 8478.1951793316,
"total_value_mid": 9709.9461413316,
"total_value_exit_net": 9709.0223281101,
"total_value": 9709.9461413316,
"base_cost_quote": 1683.541834093,
"unrealized_pnl_exit_net": -452.7146853145
},
{
"timestamp": "2024-08-27T23:59:00+00:00",
"base_asset_bal": 140968,
"quote_asset_bal": 8414.3071080568,
"total_value_mid": 9614.0857560568,
"total_value_exit_net": 9613.1859220708,
"total_value": 9614.0857560568,
"base_cost_quote": 1748.647130471,
"unrealized_pnl_exit_net": -549.768316457
},
{
"timestamp": "2024-08-28T23:59:00+00:00",
"base_asset_bal": 148667,
"quote_asset_bal": 8350.6789909986,
"total_value_mid": 9579.7090799986,
"total_value_exit_net": 9578.7873074318,
"total_value": 9579.7090799986,
"base_cost_quote": 1813.7714190825,
"unrealized_pnl_exit_net": -585.6631026493
},
{
"timestamp": "2024-08-29T23:59:00+00:00",
"base_asset_bal": 146862,
"quote_asset_bal": 8366.8327017056,
"total_value_mid": 9588.1370937056,
"total_value_exit_net": 9587.2211154116,
"total_value": 9588.1370937056,
"base_cost_quote": 1798.7118208485,
"unrealized_pnl_exit_net": -578.3234071425
},
{
"timestamp": "2024-08-30T23:59:00+00:00",
"base_asset_bal": 143787,
"quote_asset_bal": 8393.2883787711,
"total_value_mid": 9608.2885287711,
"total_value_exit_net": 9607.3772786586,
"total_value": 9608.2885287711,
"base_cost_quote": 1773.6767175928,
"unrealized_pnl_exit_net": -559.5878177053
},
{
"timestamp": "2024-08-31T23:59:00+00:00",
"base_asset_bal": 156520,
"quote_asset_bal": 8288.5304176771,
"total_value_mid": 9556.9684976771,
"total_value_exit_net": 9556.0171691171,
"total_value": 9556.9684976771,
"base_cost_quote": 1878.8520329625,
"unrealized_pnl_exit_net": -611.3652815225
},
{
"timestamp": "2024-09-01T23:59:00+00:00",
"base_asset_bal": 171128,
"quote_asset_bal": 8174.3061862314,
"total_value_mid": 9483.4353862313,
"total_value_exit_net": 9482.4535393313,
"total_value": 9483.4353862313,
"base_cost_quote": 1993.998802318,
"unrealized_pnl_exit_net": -685.851449218
},
{
"timestamp": "2024-09-02T23:59:00+00:00",
"base_asset_bal": 150908,
"quote_asset_bal": 8335.8537530634,
"total_value_mid": 9587.7865210634,
"total_value_exit_net": 9586.8475714874,
"total_value": 9587.7865210634,
"base_cost_quote": 1833.788286482,
"unrealized_pnl_exit_net": -582.794468058
},
{
"timestamp": "2024-09-03T23:59:00+00:00",
"base_asset_bal": 157799,
"quote_asset_bal": 8281.6965959469,
"total_value_mid": 9534.4628569469,
"total_value_exit_net": 9533.5232822511,
"total_value": 9534.4628569469,
"base_cost_quote": 1888.836809933,
"unrealized_pnl_exit_net": -637.0101236288
},
{
"timestamp": "2024-09-04T23:59:00+00:00",
"base_asset_bal": 152104,
"quote_asset_bal": 8327.9095226232,
"total_value_mid": 9574.4018026232,
"total_value_exit_net": 9573.4669334132,
"total_value": 9574.4018026232,
"base_cost_quote": 1843.7796613973,
"unrealized_pnl_exit_net": -598.2222506073
},
{
"timestamp": "2024-09-05T23:59:00+00:00",
"base_asset_bal": 164121,
"quote_asset_bal": 8233.4822596507,
"total_value_mid": 9509.6871556507,
"total_value_exit_net": 9508.7300019787,
"total_value": 9509.6871556507,
"base_cost_quote": 1938.9298375475,
"unrealized_pnl_exit_net": -663.6820952195
},
{
"timestamp": "2024-09-06T23:59:00+00:00",
"base_asset_bal": 171354,
"quote_asset_bal": 8179.5068177967,
"total_value_mid": 9472.2013937967,
"total_value_exit_net": 9471.2318728647,
"total_value": 9472.2013937967,
"base_cost_quote": 1994.0105241028,
"unrealized_pnl_exit_net": -702.2854690348
},
{
"timestamp": "2024-09-07T23:59:00+00:00",
"base_asset_bal": 158469,
"quote_asset_bal": 8280.8324658082,
"total_value_mid": 9530.6774688082,
"total_value_exit_net": 9529.7400850559,
"total_value": 9530.6774688082,
"base_cost_quote": 1893.867828369,
"unrealized_pnl_exit_net": -644.9602091213
},
{
"timestamp": "2024-09-08T23:59:00+00:00",
"base_asset_bal": 154665,
"quote_asset_bal": 8311.6352342127,
"total_value_mid": 9550.1925542127,
"total_value_exit_net": 9549.2636362227,
"total_value": 9550.1925542127,
"base_cost_quote": 1863.8008680488,
"unrealized_pnl_exit_net": -626.1724660388
},
{
"timestamp": "2024-09-09T23:59:00+00:00",
"base_asset_bal": 133624,
"quote_asset_bal": 8488.2455583842,
"total_value_mid": 9681.3742543842,
"total_value_exit_net": 9680.4794078622,
"total_value": 9681.3742543842,
"base_cost_quote": 1688.528307145,
"unrealized_pnl_exit_net": -496.294457667
},
{
"timestamp": "2024-09-10T23:59:00+00:00",
"base_asset_bal": 139921,
"quote_asset_bal": 8433.9580220267,
"total_value_mid": 9652.1102480267,
"total_value_exit_net": 9651.1966338572,
"total_value": 9652.1102480267,
"base_cost_quote": 1743.643456528,
"unrealized_pnl_exit_net": -526.4048446975
},
{
"timestamp": "2024-09-11T23:59:00+00:00",
"base_asset_bal": 140547,
"quote_asset_bal": 8430.0740039477,
"total_value_mid": 9654.3789209477,
"total_value_exit_net": 9653.4606922599,
"total_value": 9654.3789209477,
"base_cost_quote": 1748.6488627693,
"unrealized_pnl_exit_net": -525.262174457
},
{
"timestamp": "2024-09-12T23:59:00+00:00",
"base_asset_bal": 130390,
"quote_asset_bal": 8521.4957370597,
"total_value_mid": 9706.3496670597,
"total_value_exit_net": 9705.4610266122,
"total_value": 9706.3496670597,
"base_cost_quote": 1658.4824566453,
"unrealized_pnl_exit_net": -474.5171670928
},
{
"timestamp": "2024-09-13T23:59:00+00:00",
"base_asset_bal": 81679,
"quote_asset_bal": 9116.4031336719,
"total_value_mid": 10238.0191616719,
"total_value_exit_net": 10237.1779496509,
"total_value": 10238.0191616719,
"base_cost_quote": 1067.3066750963,
"unrealized_pnl_exit_net": 53.4681408827
},
{
"timestamp": "2024-09-14T23:59:00+00:00",
"base_asset_bal": 82999,
"quote_asset_bal": 9098.8039953729,
"total_value_mid": 10302.1234973729,
"total_value_exit_net": 10301.2210077464,
"total_value": 10302.1234973729,
"base_cost_quote": 1087.3614048712,
"unrealized_pnl_exit_net": 115.0556075023
},
{
"timestamp": "2024-09-15T23:59:00+00:00",
"base_asset_bal": 64305,
"quote_asset_bal": 9402.5406762882,
"total_value_mid": 10477.6559712881,
"total_value_exit_net": 10476.8496348169,
"total_value": 10477.6559712881,
"base_cost_quote": 786.6119918562,
"unrealized_pnl_exit_net": 287.6969666725
},
{
"timestamp": "2024-09-16T23:59:00+00:00",
"base_asset_bal": 67910,
"quote_asset_bal": 9344.8419679964,
"total_value_mid": 10439.8907179964,
"total_value_exit_net": 10439.0694314339,
"total_value": 10439.8907179964,
"base_cost_quote": 846.7518409397,
"unrealized_pnl_exit_net": 247.4756224977
},
{
"timestamp": "2024-09-17T23:59:00+00:00",
"base_asset_bal": 66379,
"quote_asset_bal": 9372.1393382822,
"total_value_mid": 10482.0625972822,
"total_value_exit_net": 10481.2301548379,
"total_value": 10482.0625972822,
"base_cost_quote": 821.7118069888,
"unrealized_pnl_exit_net": 287.379009567
},
{
"timestamp": "2024-09-18T23:59:00+00:00",
"base_asset_bal": 53693,
"quote_asset_bal": 9605.8947658339,
"total_value_mid": 10583.4295238339,
"total_value_exit_net": 10582.6963727654,
"total_value": 10583.4295238339,
"base_cost_quote": 591.119715531,
"unrealized_pnl_exit_net": 385.6818914005
},
{
"timestamp": "2024-09-19T23:59:00+00:00",
"base_asset_bal": 56985,
"quote_asset_bal": 9547.6012771314,
"total_value_mid": 10574.3000221314,
"total_value_exit_net": 10573.5299980727,
"total_value": 10574.3000221314,
"base_cost_quote": 651.316973639,
"unrealized_pnl_exit_net": 374.6117473022
},
{
"timestamp": "2024-09-20T23:59:00+00:00",
"base_asset_bal": 63082,
"quote_asset_bal": 9443.4834574687,
"total_value_mid": 10509.2538474687,
"total_value_exit_net": 10508.4545196762,
"total_value": 10509.2538474687,
"base_cost_quote": 756.6234933382,
"unrealized_pnl_exit_net": 308.3475688693
},
{
"timestamp": "2024-09-21T23:59:00+00:00",
"base_asset_bal": 67340,
"quote_asset_bal": 9373.9666436994,
"total_value_mid": 10460.6322236994,
"total_value_exit_net": 10459.8172245144,
"total_value": 10460.6322236994,
"base_cost_quote": 826.7980888412,
"unrealized_pnl_exit_net": 259.0524919737
},
{
"timestamp": "2024-09-22T23:59:00+00:00",
"base_asset_bal": 68518,
"quote_asset_bal": 9355.3928803572,
"total_value_mid": 10476.4158783572,
"total_value_exit_net": 10475.5751111087,
"total_value": 10476.4158783572,
"base_cost_quote": 846.8536632492,
"unrealized_pnl_exit_net": 273.3285675023
},
{
"timestamp": "2024-09-23T23:59:00+00:00",
"base_asset_bal": 66384,
"quote_asset_bal": 9391.6983083332,
"total_value_mid": 10490.6190443332,
"total_value_exit_net": 10489.7948537812,
"total_value": 10490.6190443332,
"base_cost_quote": 811.7593182162,
"unrealized_pnl_exit_net": 286.3372272317
},
{
"timestamp": "2024-09-24T23:59:00+00:00",
"base_asset_bal": 62166,
"quote_asset_bal": 9463.5565259974,
"total_value_mid": 10521.1866839974,
"total_value_exit_net": 10520.3934613789,
"total_value": 10521.1866839974,
"base_cost_quote": 741.5602183487,
"unrealized_pnl_exit_net": 315.2767170327
},
{
"timestamp": "2024-09-25T23:59:00+00:00",
"base_asset_bal": 68171,
"quote_asset_bal": 9363.864937187,
"total_value_mid": 10487.3911881869,
"total_value_exit_net": 10486.5485434987,
"total_value": 10487.3911881869,
"base_cost_quote": 841.8312372527,
"unrealized_pnl_exit_net": 280.852369059
},
{
"timestamp": "2024-09-26T23:59:00+00:00",
"base_asset_bal": 62458,
"quote_asset_bal": 9460.025277961,
"total_value_mid": 10517.938881961,
"total_value_exit_net": 10517.145446758,
"total_value": 10517.938881961,
"base_cost_quote": 746.5736876327,
"unrealized_pnl_exit_net": 310.5464811643
},
{
"timestamp": "2024-09-27T23:59:00+00:00",
"base_asset_bal": 60722,
"quote_asset_bal": 9490.9122217665,
"total_value_mid": 10541.2813777665,
"total_value_exit_net": 10540.4936008995,
"total_value": 10541.2813777665,
"base_cost_quote": 716.4881543932,
"unrealized_pnl_exit_net": 333.0932247397
},
{
"timestamp": "2024-09-28T23:59:00+00:00",
"base_asset_bal": 56141,
"quote_asset_bal": 9572.9544499385,
"total_value_mid": 10610.9453989385,
"total_value_exit_net": 10610.1669057267,
"total_value": 10610.9453989385,
"base_cost_quote": 636.2913878952,
"unrealized_pnl_exit_net": 400.921067893
},
{
"timestamp": "2024-09-29T23:59:00+00:00",
"base_asset_bal": 61387,
"quote_asset_bal": 9478.3870814767,
"total_value_mid": 10579.4857004767,
"total_value_exit_net": 10578.6598765125,
"total_value": 10579.4857004767,
"base_cost_quote": 731.5397856565,
"unrealized_pnl_exit_net": 368.7330093793
},
{
"timestamp": "2024-09-30T23:59:00+00:00",
"base_asset_bal": 70041,
"quote_asset_bal": 9328.766256797,
"total_value_mid": 10499.851776797,
"total_value_exit_net": 10498.973462657,
"total_value": 10499.851776797,
"base_cost_quote": 881.8998541937,
"unrealized_pnl_exit_net": 288.3073516662
},
{
"timestamp": "2024-10-01T23:59:00+00:00",
"base_asset_bal": 82175,
"quote_asset_bal": 9134.4935127514,
"total_value_mid": 10406.0694627514,
"total_value_exit_net": 10405.1157807889,
"total_value": 10406.0694627514,
"base_cost_quote": 1077.3543442005,
"unrealized_pnl_exit_net": 193.267923837
},
{
"timestamp": "2024-10-02T23:59:00+00:00",
"base_asset_bal": 89794,
"quote_asset_bal": 9020.4693692812,
"total_value_mid": 10356.6938832812,
"total_value_exit_net": 10355.6917148957,
"total_value": 10356.6938832812,
"base_cost_quote": 1192.6281027265,
"unrealized_pnl_exit_net": 142.594242888
},
{
"timestamp": "2024-10-03T23:59:00+00:00",
"base_asset_bal": 94237,
"quote_asset_bal": 8956.4255064222,
"total_value_mid": 10327.3853824222,
"total_value_exit_net": 10326.3571625152,
"total_value": 10327.3853824222,
"base_cost_quote": 1257.8142266797,
"unrealized_pnl_exit_net": 112.1174294133
},
{
"timestamp": "2024-10-04T23:59:00+00:00",
"base_asset_bal": 84188,
"quote_asset_bal": 9107.7783029507,
"total_value_mid": 10408.9038429507,
"total_value_exit_net": 10407.9279987957,
"total_value": 10408.9038429507,
"base_cost_quote": 1107.4306054912,
"unrealized_pnl_exit_net": 192.7190903537
},
{
"timestamp": "2024-10-05T23:59:00+00:00",
"base_asset_bal": 84508,
"quote_asset_bal": 9103.2841585619,
"total_value_mid": 10407.5806305619,
"total_value_exit_net": 10406.6024082079,
"total_value": 10407.5806305619,
"base_cost_quote": 1112.4236014317,
"unrealized_pnl_exit_net": 190.8946482142
},
{
"timestamp": "2024-10-06T23:59:00+00:00",
"base_asset_bal": 79371,
"quote_asset_bal": 9184.0612414807,
"total_value_mid": 10443.2027854807,
"total_value_exit_net": 10442.2584293227,
"total_value": 10443.2027854807,
"base_cost_quote": 1032.2625396922,
"unrealized_pnl_exit_net": 225.9346481497
},
{
"timestamp": "2024-10-07T23:59:00+00:00",
"base_asset_bal": 86458,
"quote_asset_bal": 9074.7609373084,
"total_value_mid": 10388.6631633084,
"total_value_exit_net": 10387.6777366389,
"total_value": 10388.6631633084,
"base_cost_quote": 1142.5189440227,
"unrealized_pnl_exit_net": 170.3978553078
},
{
"timestamp": "2024-10-08T23:59:00+00:00",
"base_asset_bal": 89432,
"quote_asset_bal": 9030.3412163234,
"total_value_mid": 10381.0327123234,
"total_value_exit_net": 10380.0196937014,
"total_value": 10381.0327123234,
"base_cost_quote": 1187.630611417,
"unrealized_pnl_exit_net": 162.047865961
},
{
"timestamp": "2024-10-09T23:59:00+00:00",
"base_asset_bal": 93812,
"quote_asset_bal": 8965.8971819184,
"total_value_mid": 10341.6501619184,
"total_value_exit_net": 10340.6183471834,
"total_value": 10341.6501619184,
"base_cost_quote": 1252.7775219822,
"unrealized_pnl_exit_net": 121.9436432827
},
{
"timestamp": "2024-10-10T23:59:00+00:00",
"base_asset_bal": 96227,
"quote_asset_bal": 8931.4783975339,
"total_value_mid": 10336.4888245339,
"total_value_exit_net": 10335.4350667137,
"total_value": 10336.4888245339,
"base_cost_quote": 1287.8211169812,
"unrealized_pnl_exit_net": 116.1355521985
},
{
"timestamp": "2024-10-11T23:59:00+00:00",
"base_asset_bal": 84879,
"quote_asset_bal": 9102.637100847,
"total_value_mid": 10412.6595868469,
"total_value_exit_net": 10411.6770699824,
"total_value": 10412.6595868469,
"base_cost_quote": 1117.4362240812,
"unrealized_pnl_exit_net": 191.6037450542
},
{
"timestamp": "2024-10-12T23:59:00+00:00",
"base_asset_bal": 83907,
"quote_asset_bal": 9118.1457642237,
"total_value_mid": 10419.8789622237,
"total_value_exit_net": 10418.9026623252,
"total_value": 10419.8789622237,
"base_cost_quote": 1102.3826123337,
"unrealized_pnl_exit_net": 198.3742857678
},
{
"timestamp": "2024-10-13T23:59:00+00:00",
"base_asset_bal": 89135,
"quote_asset_bal": 9038.3982774507,
"total_value_mid": 10381.5735924507,
"total_value_exit_net": 10380.5662109645,
"total_value": 10381.5735924507,
"base_cost_quote": 1182.5754118587,
"unrealized_pnl_exit_net": 159.592521655
},
{
"timestamp": "2024-10-14T23:59:00+00:00",
"base_asset_bal": 82016,
"quote_asset_bal": 9149.4187997754,
"total_value_mid": 10440.7607197754,
"total_value_exit_net": 10439.7922133354,
"total_value": 10440.7607197754,
"base_cost_quote": 1072.332630738,
"unrealized_pnl_exit_net": 218.040782822
},
{
"timestamp": "2024-10-15T23:59:00+00:00",
"base_asset_bal": 84280,
"quote_asset_bal": 9115.5586011037,
"total_value_mid": 10409.4251611037,
"total_value_exit_net": 10408.4547611837,
"total_value": 10409.4251611037,
"base_cost_quote": 1107.408513935,
"unrealized_pnl_exit_net": 185.487646145
},
{
"timestamp": "2024-10-16T23:59:00+00:00",
"base_asset_bal": 87582,
"quote_asset_bal": 9066.0049280425,
"total_value_mid": 10372.2028760425,
"total_value_exit_net": 10371.2232275815,
"total_value": 10372.2028760425,
"base_cost_quote": 1157.5204987567,
"unrealized_pnl_exit_net": 147.6978007822
},
{
"timestamp": "2024-10-17T23:59:00+00:00",
"base_asset_bal": 91991,
"quote_asset_bal": 9001.3105521262,
"total_value_mid": 10344.8391071262,
"total_value_exit_net": 10343.83146071,
"total_value": 10344.8391071262,
"base_cost_quote": 1222.6465316755,
"unrealized_pnl_exit_net": 119.8743769082
},
{
"timestamp": "2024-10-18T23:59:00+00:00",
"base_asset_bal": 87575,
"quote_asset_bal": 9066.791794752,
"total_value_mid": 10388.123394752,
"total_value_exit_net": 10387.132396052,
"total_value": 10388.123394752,
"base_cost_quote": 1157.5462860827,
"unrealized_pnl_exit_net": 162.7943152172
},
{
"timestamp": "2024-10-19T23:59:00+00:00",
"base_asset_bal": 86571,
"quote_asset_bal": 9082.0560183875,
"total_value_mid": 10376.4656103875,
"total_value_exit_net": 10375.4948031935,
"total_value": 10376.4656103875,
"base_cost_quote": 1142.4883631043,
"unrealized_pnl_exit_net": 150.9504217017
},
{
"timestamp": "2024-10-20T23:59:00+00:00",
"base_asset_bal": 84246,
"quote_asset_bal": 9117.4272595742,
"total_value_mid": 10402.9369735742,
"total_value_exit_net": 10401.9728412887,
"total_value": 10402.9369735742,
"base_cost_quote": 1107.4273410447,
"unrealized_pnl_exit_net": 177.1182406697
},
{
"timestamp": "2024-10-21T23:59:00+00:00",
"base_asset_bal": 90949,
"quote_asset_bal": 9017.622007385,
"total_value_mid": 10346.5687953849,
"total_value_exit_net": 10345.5720852939,
"total_value": 10346.5687953849,
"base_cost_quote": 1207.637501339,
"unrealized_pnl_exit_net": 120.31257657
},
{
"timestamp": "2024-10-22T23:59:00+00:00",
"base_asset_bal": 91295,
"quote_asset_bal": 9013.048091299,
"total_value_mid": 10350.5198412989,
"total_value_exit_net": 10349.5167374864,
"total_value": 10350.5198412989,
"base_cost_quote": 1212.6581169787,
"unrealized_pnl_exit_net": 123.8105292087
},
{
"timestamp": "2024-10-23T23:59:00+00:00",
"base_asset_bal": 99392,
"quote_asset_bal": 8898.318026234,
"total_value_mid": 10284.935818234,
"total_value_exit_net": 10283.89585489,
"total_value": 10284.935818234,
"base_cost_quote": 1327.8958985422,
"unrealized_pnl_exit_net": 57.6819301137
},
{
"timestamp": "2024-10-24T23:59:00+00:00",
"base_asset_bal": 96532,
"quote_asset_bal": 8938.8273132002,
"total_value_mid": 10305.7204332002,
"total_value_exit_net": 10304.6952633602,
"total_value": 10305.7204332002,
"base_cost_quote": 1287.8139175857,
"unrealized_pnl_exit_net": 78.0540325743
},
{
"timestamp": "2024-10-25T23:59:00+00:00",
"base_asset_bal": 110302,
"quote_asset_bal": 8749.018117238,
"total_value_mid": 10138.271807238,
"total_value_exit_net": 10137.2298669705,
"total_value": 10138.271807238,
"base_cost_quote": 1478.2284094267,
"unrealized_pnl_exit_net": -90.0166596942
},
{
"timestamp": "2024-10-26T23:59:00+00:00",
"base_asset_bal": 106538,
"quote_asset_bal": 8799.822381207,
"total_value_mid": 10225.300821207,
"total_value_exit_net": 10224.231712377,
"total_value": 10225.300821207,
"base_cost_quote": 1428.1221899257,
"unrealized_pnl_exit_net": -3.7128587558
},
{
"timestamp": "2024-10-27T23:59:00+00:00",
"base_asset_bal": 108049,
"quote_asset_bal": 8780.116800804,
"total_value_mid": 10217.276549804,
"total_value_exit_net": 10216.1986799922,
"total_value": 10217.276549804,
"base_cost_quote": 1448.1675226582,
"unrealized_pnl_exit_net": -12.08564347
},
{
"timestamp": "2024-10-28T23:59:00+00:00",
"base_asset_bal": 110698,
"quote_asset_bal": 8745.682289251,
"total_value_mid": 10192.394451251,
"total_value_exit_net": 10191.3094171295,
"total_value": 10192.394451251,
"base_cost_quote": 1483.2695444445,
"unrealized_pnl_exit_net": -37.642416566
},
{
"timestamp": "2024-10-29T23:59:00+00:00",
"base_asset_bal": 104676,
"quote_asset_bal": 8826.4012512178,
"total_value_mid": 10236.4916472178,
"total_value_exit_net": 10235.4340794208,
"total_value": 10236.4916472178,
"base_cost_quote": 1403.1003195872,
"unrealized_pnl_exit_net": 5.9325086158
},
{
"timestamp": "2024-10-30T23:59:00+00:00",
"base_asset_bal": 108414,
"quote_asset_bal": 8776.7885569985,
"total_value_mid": 10199.0718229985,
"total_value_exit_net": 10198.005110549,
"total_value": 10199.0718229985,
"base_cost_quote": 1453.1863509585,
"unrealized_pnl_exit_net": -31.969797408
},
{
"timestamp": "2024-10-31T23:59:00+00:00",
"base_asset_bal": 119776,
"quote_asset_bal": 8631.8942619715,
"total_value_mid": 10134.2446299715,
"total_value_exit_net": 10133.1178671955,
"total_value": 10134.2446299715,
"base_cost_quote": 1598.4439855382,
"unrealized_pnl_exit_net": -97.2203803142
},
{
"timestamp": "2024-11-01T23:59:00+00:00",
"base_asset_bal": 120487,
"quote_asset_bal": 8622.641238553,
"total_value_mid": 10096.558709553,
"total_value_exit_net": 10095.4532714497,
"total_value": 10096.558709553,
"base_cost_quote": 1608.4805553242,
"unrealized_pnl_exit_net": -135.6685224275
},
{
"timestamp": "2024-11-02T23:59:00+00:00",
"base_asset_bal": 115660,
"quote_asset_bal": 8683.6663290865,
"total_value_mid": 10123.1706890865,
"total_value_exit_net": 10122.0910608165,
"total_value": 10123.1706890865,
"base_cost_quote": 1548.3515503677,
"unrealized_pnl_exit_net": -109.9268186377
},
{
"timestamp": "2024-11-03T23:59:00+00:00",
"base_asset_bal": 112768,
"quote_asset_bal": 8715.018420509,
"total_value_mid": 10083.458100509,
"total_value_exit_net": 10082.431770749,
"total_value": 10083.458100509,
"base_cost_quote": 1518.2767201495,
"unrealized_pnl_exit_net": -150.8633699095
},
{
"timestamp": "2024-11-04T23:59:00+00:00",
"base_asset_bal": 122557,
"quote_asset_bal": 8600.507793506,
"total_value_mid": 10007.584710506,
"total_value_exit_net": 10006.5294028182,
"total_value": 10007.584710506,
"base_cost_quote": 1633.5149760685,
"unrealized_pnl_exit_net": -227.4933667563
},
{
"timestamp": "2024-11-05T23:59:00+00:00",
"base_asset_bal": 113569,
"quote_asset_bal": 8706.4665274667,
"total_value_mid": 10069.1809584667,
"total_value_exit_net": 10068.1589226435,
"total_value": 10069.1809584667,
"base_cost_quote": 1528.2946829907,
"unrealized_pnl_exit_net": -166.602287814
},
{
"timestamp": "2024-11-06T23:59:00+00:00",
"base_asset_bal": 90334,
"quote_asset_bal": 9003.8035393927,
"total_value_mid": 10218.7958393927,
"total_value_exit_net": 10217.8845951677,
"total_value": 10218.7958393927,
"base_cost_quote": 1232.7456993748,
"unrealized_pnl_exit_net": -18.6646435997
},
{
"timestamp": "2024-11-07T23:59:00+00:00",
"base_asset_bal": 91883,
"quote_asset_bal": 8985.0662121717,
"total_value_mid": 10212.5312091717,
"total_value_exit_net": 10211.6106104239,
"total_value": 10212.5312091717,
"base_cost_quote": 1252.7644231655,
"unrealized_pnl_exit_net": -26.2200249133
},
{
"timestamp": "2024-11-08T23:59:00+00:00",
"base_asset_bal": 94917,
"quote_asset_bal": 8945.795245208,
"total_value_mid": 10185.506182208,
"total_value_exit_net": 10184.5763990052,
"total_value": 10185.506182208,
"base_cost_quote": 1292.8673978555,
"unrealized_pnl_exit_net": -54.0862440583
},
{
"timestamp": "2024-11-09T23:59:00+00:00",
"base_asset_bal": 83098,
"quote_asset_bal": 9107.5711255112,
"total_value_mid": 10283.3247275112,
"total_value_exit_net": 10282.4429123097,
"total_value": 10283.3247275112,
"base_cost_quote": 1132.5108245585,
"unrealized_pnl_exit_net": 42.36096224
},
{
"timestamp": "2024-11-10T23:59:00+00:00",
"base_asset_bal": 69557,
"quote_asset_bal": 9310.0897185245,
"total_value_mid": 10330.6995795245,
"total_value_exit_net": 10329.9341221287,
"total_value": 10330.6995795245,
"base_cost_quote": 932.0585710382,
"unrealized_pnl_exit_net": 87.785832566
},
{
"timestamp": "2024-11-11T23:59:00+00:00",
"base_asset_bal": 71494,
"quote_asset_bal": 9281.9508327692,
"total_value_mid": 10363.0116067692,
"total_value_exit_net": 10362.2008111887,
"total_value": 10363.0116067692,
"base_cost_quote": 962.1127868072,
"unrealized_pnl_exit_net": 118.1371916123
},
{
"timestamp": "2024-11-12T23:59:00+00:00",
"base_asset_bal": 78787,
"quote_asset_bal": 9178.695396554,
"total_value_mid": 10253.980372554,
"total_value_exit_net": 10253.173908822,
"total_value": 10253.980372554,
"base_cost_quote": 1067.348143174,
"unrealized_pnl_exit_net": 7.130369094
},
{
"timestamp": "2024-11-13T23:59:00+00:00",
"base_asset_bal": 88569,
"quote_asset_bal": 9050.6987780092,
"total_value_mid": 10195.9845170092,
"total_value_exit_net": 10195.125552705,
"total_value": 10195.9845170092,
"base_cost_quote": 1197.6227699195,
"unrealized_pnl_exit_net": -53.1959952238
},
{
"timestamp": "2024-11-14T23:59:00+00:00",
"base_asset_bal": 96861,
"quote_asset_bal": 8947.1413557759,
"total_value_mid": 10145.8930917759,
"total_value_exit_net": 10144.9940279739,
"total_value": 10145.8930917759,
"base_cost_quote": 1302.8487032242,
"unrealized_pnl_exit_net": -104.9960310263
},
{
"timestamp": "2024-11-15T23:59:00+00:00",
"base_asset_bal": 91674,
"quote_asset_bal": 9013.5696254297,
"total_value_mid": 10187.3635214297,
"total_value_exit_net": 10186.4831760077,
"total_value": 10187.3635214297,
"base_cost_quote": 1237.720218468,
"unrealized_pnl_exit_net": -64.80666789
},
{
"timestamp": "2024-11-16T23:59:00+00:00",
"base_asset_bal": 82497,
"quote_asset_bal": 9134.7760696202,
"total_value_mid": 10243.7007436202,
"total_value_exit_net": 10242.8690501147,
"total_value": 10243.7007436202,
"base_cost_quote": 1117.4617271943,
"unrealized_pnl_exit_net": -9.3687466998
},
{
"timestamp": "2024-11-17T23:59:00+00:00",
"base_asset_bal": 92102,
"quote_asset_bal": 9010.6522785307,
"total_value_mid": 10195.7287125307,
"total_value_exit_net": 10194.8399052052,
"total_value": 10195.7287125307,
"base_cost_quote": 1242.7110677997,
"unrealized_pnl_exit_net": -58.5234411253
},
{
"timestamp": "2024-11-18T23:59:00+00:00",
"base_asset_bal": 81485,
"quote_asset_bal": 9152.1810267925,
"total_value_mid": 10266.0809767925,
"total_value_exit_net": 10265.24555183,
"total_value": 10266.0809767925,
"base_cost_quote": 1102.422012862,
"unrealized_pnl_exit_net": 10.6425121755
},
{
"timestamp": "2024-11-19T23:59:00+00:00",
"base_asset_bal": 87528,
"quote_asset_bal": 9072.9092234815,
"total_value_mid": 10221.3641114815,
"total_value_exit_net": 10220.5027703155,
"total_value": 10221.3641114815,
"base_cost_quote": 1182.5788434305,
"unrealized_pnl_exit_net": -34.9852965965
},
{
"timestamp": "2024-11-20T23:59:00+00:00",
"base_asset_bal": 95349,
"quote_asset_bal": 8973.6423382577,
"total_value_mid": 10169.3187982577,
"total_value_exit_net": 10168.4220409127,
"total_value": 10169.3187982577,
"base_cost_quote": 1282.7786569705,
"unrealized_pnl_exit_net": -87.9989543155
},
{
"timestamp": "2024-11-21T23:59:00+00:00",
"base_asset_bal": 81441,
"quote_asset_bal": 9155.3665065349,
"total_value_mid": 10244.8027635349,
"total_value_exit_net": 10243.9856863422,
"total_value": 10244.8027635349,
"base_cost_quote": 1102.4339668208,
"unrealized_pnl_exit_net": -13.8147870135
},
{
"timestamp": "2024-11-22T23:59:00+00:00",
"base_asset_bal": 84465,
"quote_asset_bal": 9116.2360074597,
"total_value_mid": 10244.0126874597,
"total_value_exit_net": 10243.1668549497,
"total_value": 10244.0126874597,
"base_cost_quote": 1142.5304286298,
"unrealized_pnl_exit_net": -15.5995811398
},
{
"timestamp": "2024-11-23T23:59:00+00:00",
"base_asset_bal": 77428,
"quote_asset_bal": 9213.2432961442,
"total_value_mid": 10295.9964481442,
"total_value_exit_net": 10295.1843832802,
"total_value": 10295.9964481442,
"base_cost_quote": 1047.2887709198,
"unrealized_pnl_exit_net": 34.6523162162
},
{
"timestamp": "2024-11-24T23:59:00+00:00",
"base_asset_bal": 78280,
"quote_asset_bal": 9200.2159150472,
"total_value_mid": 10309.7566350472,
"total_value_exit_net": 10308.9244795072,
"total_value": 10309.7566350472,
"base_cost_quote": 1062.331639616,
"unrealized_pnl_exit_net": 46.376924844
},
{
"timestamp": "2024-11-25T23:59:00+00:00",
"base_asset_bal": 67217,
"quote_asset_bal": 9368.5979300047,
"total_value_mid": 10358.8387740047,
"total_value_exit_net": 10358.0960933717,
"total_value": 10358.8387740047,
"base_cost_quote": 896.99316069,
"unrealized_pnl_exit_net": 92.505002677
},
{
"timestamp": "2024-11-26T23:59:00+00:00",
"base_asset_bal": 73595,
"quote_asset_bal": 9275.7240228073,
"total_value_mid": 10335.8599978073,
"total_value_exit_net": 10335.064895826,
"total_value": 10335.8599978073,
"base_cost_quote": 992.241271236,
"unrealized_pnl_exit_net": 67.0996017827
},
{
"timestamp": "2024-11-27T23:59:00+00:00",
"base_asset_bal": 65448,
"quote_asset_bal": 9397.5295231705,
"total_value_mid": 10392.4700191705,
"total_value_exit_net": 10391.7238137985,
"total_value": 10392.4700191705,
"base_cost_quote": 871.940801502,
"unrealized_pnl_exit_net": 122.253489126
},
{
"timestamp": "2024-11-28T23:59:00+00:00",
"base_asset_bal": 63788,
"quote_asset_bal": 9423.9392733745,
"total_value_mid": 10410.7396333745,
"total_value_exit_net": 10409.9995331045,
"total_value": 10410.7396333745,
"base_cost_quote": 846.8788321117,
"unrealized_pnl_exit_net": 139.1814276182
},
{
"timestamp": "2024-11-29T23:59:00+00:00",
"base_asset_bal": 61517,
"quote_asset_bal": 9459.7890418213,
"total_value_mid": 10421.5458198213,
"total_value_exit_net": 10420.8245022378,
"total_value": 10421.5458198213,
"base_cost_quote": 811.8090995243,
"unrealized_pnl_exit_net": 149.2263608922
},
{
"timestamp": "2024-11-30T23:59:00+00:00",
"base_asset_bal": 59257,
"quote_asset_bal": 9496.0835607958,
"total_value_mid": 10465.5873377958,
"total_value_exit_net": 10464.8602099631,
"total_value": 10465.5873377958,
"base_cost_quote": 776.7008080392,
"unrealized_pnl_exit_net": 192.075841128
},
{
"timestamp": "2024-12-01T23:59:00+00:00",
"base_asset_bal": 47821,
"quote_asset_bal": 9693.3197419846,
"total_value_mid": 10531.6696929846,
"total_value_exit_net": 10531.0409305213,
"total_value": 10531.6696929846,
"base_cost_quote": 581.2338236687,
"unrealized_pnl_exit_net": 256.487364868
},
{
"timestamp": "2024-12-02T23:59:00+00:00",
"base_asset_bal": 48664,
"quote_asset_bal": 9680.575513516,
"total_value_mid": 10527.815753516,
"total_value_exit_net": 10527.180323336,
"total_value": 10527.815753516,
"base_cost_quote": 596.300554248,
"unrealized_pnl_exit_net": 250.304255572
},
{
"timestamp": "2024-12-03T23:59:00+00:00",
"base_asset_bal": 41553,
"quote_asset_bal": 9808.6700845833,
"total_value_mid": 10558.6601815833,
"total_value_exit_net": 10558.0976890105,
"total_value": 10558.6601815833,
"base_cost_quote": 470.9834018218,
"unrealized_pnl_exit_net": 278.4442026055
},
{
"timestamp": "2024-12-04T23:59:00+00:00",
"base_asset_bal": 43023,
"quote_asset_bal": 9786.038369518,
"total_value_mid": 10543.071077518,
"total_value_exit_net": 10542.503302987,
"total_value": 10543.071077518,
"base_cost_quote": 495.9997950555,
"unrealized_pnl_exit_net": 260.4651384135
},
{
"timestamp": "2024-12-05T23:59:00+00:00",
"base_asset_bal": 49722,
"quote_asset_bal": 9672.7348875368,
"total_value_mid": 10503.3408975368,
"total_value_exit_net": 10502.7179430293,
"total_value": 10503.3408975368,
"base_cost_quote": 611.3160964648,
"unrealized_pnl_exit_net": 218.6669590277
},
{
"timestamp": "2024-12-06T23:59:00+00:00",
"base_asset_bal": 45584,
"quote_asset_bal": 9744.448138604,
"total_value_mid": 10534.874698604,
"total_value_exit_net": 10534.281878684,
"total_value": 10534.874698604,
"base_cost_quote": 541.1150421325,
"unrealized_pnl_exit_net": 248.7186979475
},
{
"timestamp": "2024-12-07T23:59:00+00:00",
"base_asset_bal": 50565,
"quote_asset_bal": 9660.038509738,
"total_value_mid": 10514.536444738,
"total_value_exit_net": 10513.8955712868,
"total_value": 10514.536444738,
"base_cost_quote": 626.3390452322,
"unrealized_pnl_exit_net": 227.5180163165
},
{
"timestamp": "2024-12-08T23:59:00+00:00",
"base_asset_bal": 47930,
"quote_asset_bal": 9705.940049605,
"total_value_mid": 10526.214069605,
"total_value_exit_net": 10525.59886409,
"total_value": 10526.214069605,
"base_cost_quote": 581.2164166233,
"unrealized_pnl_exit_net": 238.4423978617
},
{
"timestamp": "2024-12-09T23:59:00+00:00",
"base_asset_bal": 71327,
"quote_asset_bal": 9341.9487748403,
"total_value_mid": 10330.2556868403,
"total_value_exit_net": 10329.5144566563,
"total_value": 10330.2556868403,
"base_cost_quote": 947.0701122565,
"unrealized_pnl_exit_net": 40.4955695595
},
{
"timestamp": "2024-12-10T23:59:00+00:00",
"base_asset_bal": 74936,
"quote_asset_bal": 9294.6924957385,
"total_value_mid": 10308.8763197385,
"total_value_exit_net": 10308.1156818705,
"total_value": 10308.8763197385,
"base_cost_quote": 997.1679054425,
"unrealized_pnl_exit_net": 16.2552806895
},
{
"timestamp": "2024-12-11T23:59:00+00:00",
"base_asset_bal": 70153,
"quote_asset_bal": 9361.4755880902,
"total_value_mid": 10370.0652690902,
"total_value_exit_net": 10369.3088268295,
"total_value": 10370.0652690902,
"base_cost_quote": 932.0269933727,
"unrealized_pnl_exit_net": 75.8062453665
},
{
"timestamp": "2024-12-12T23:59:00+00:00",
"base_asset_bal": 72142,
"quote_asset_bal": 9332.9198716065,
"total_value_mid": 10382.2974036065,
"total_value_exit_net": 10381.5103704575,
"total_value": 10382.2974036065,
"base_cost_quote": 962.1216044155,
"unrealized_pnl_exit_net": 86.4688944355
},
{
"timestamp": "2024-12-13T23:59:00+00:00",
"base_asset_bal": 74576,
"quote_asset_bal": 9299.1509087338,
"total_value_mid": 10381.0995167338,
"total_value_exit_net": 10380.2880552778,
"total_value": 10381.0995167338,
"base_cost_quote": 997.2025604143,
"unrealized_pnl_exit_net": 83.9345861297
},
{
"timestamp": "2024-12-14T23:59:00+00:00",
"base_asset_bal": 84236,
"quote_asset_bal": 9164.649603382,
"total_value_mid": 10326.179807382,
"total_value_exit_net": 10325.308659729,
"total_value": 10326.179807382,
"base_cost_quote": 1132.4576437027,
"unrealized_pnl_exit_net": 28.2014126442
},
{
"timestamp": "2024-12-15T23:59:00+00:00",
"base_asset_bal": 79209,
"quote_asset_bal": 9235.7121141023,
"total_value_mid": 10357.0739271022,
"total_value_exit_net": 10356.2329057425,
"total_value": 10357.0739271022,
"base_cost_quote": 1062.335182271,
"unrealized_pnl_exit_net": 58.1856093692
},
{
"timestamp": "2024-12-16T23:59:00+00:00",
"base_asset_bal": 84208,
"quote_asset_bal": 9166.7358263543,
"total_value_mid": 10322.0695863543,
"total_value_exit_net": 10321.2030860343,
"total_value": 10322.0695863543,
"base_cost_quote": 1132.4964247668,
"unrealized_pnl_exit_net": 21.9708349132
},
{
"timestamp": "2024-12-17T23:59:00+00:00",
"base_asset_bal": 100099,
"quote_asset_bal": 8957.448379286,
"total_value_mid": 10237.214094286,
"total_value_exit_net": 10236.2542699998,
"total_value": 10237.214094286,
"base_cost_quote": 1342.961041932,
"unrealized_pnl_exit_net": -64.1551512183
},
{
"timestamp": "2024-12-18T23:59:00+00:00",
"base_asset_bal": 115425,
"quote_asset_bal": 8773.488848829,
"total_value_mid": 10102.146023829,
"total_value_exit_net": 10101.1495309478,
"total_value": 10102.146023829,
"base_cost_quote": 1528.3169046445,
"unrealized_pnl_exit_net": -200.6562225257
},
{
"timestamp": "2024-12-19T23:59:00+00:00",
"base_asset_bal": 130589,
"quote_asset_bal": 8610.1851757995,
"total_value_mid": 9968.8331317995,
"total_value_exit_net": 9967.8141458325,
"total_value": 9968.8331317995,
"base_cost_quote": 1693.6214891687,
"unrealized_pnl_exit_net": -335.9925191357
},
{
"timestamp": "2024-12-20T23:59:00+00:00",
"base_asset_bal": 111554,
"quote_asset_bal": 8798.1442751215,
"total_value_mid": 10023.0071951215,
"total_value_exit_net": 10022.0885479315,
"total_value": 10023.0071951215,
"base_cost_quote": 1508.3485345907,
"unrealized_pnl_exit_net": -284.4042617807
},
{
"timestamp": "2024-12-21T23:59:00+00:00",
"base_asset_bal": 121217,
"quote_asset_bal": 8694.709732421,
"total_value_mid": 9981.306970421,
"total_value_exit_net": 9980.3420224925,
"total_value": 9981.306970421,
"base_cost_quote": 1613.5398269342,
"unrealized_pnl_exit_net": -327.9075368627
},
{
"timestamp": "2024-12-22T23:59:00+00:00",
"base_asset_bal": 120720,
"quote_asset_bal": 8701.2423179598,
"total_value_mid": 9984.2544779598,
"total_value_exit_net": 9983.2922188398,
"total_value": 9984.2544779598,
"base_cost_quote": 1608.5325262733,
"unrealized_pnl_exit_net": -326.4826253933
},
{
"timestamp": "2024-12-23T23:59:00+00:00",
"base_asset_bal": 100040,
"quote_asset_bal": 8933.7230941076,
"total_value_mid": 10129.8013341076,
"total_value_exit_net": 10128.9042754276,
"total_value": 10129.8013341076,
"base_cost_quote": 1378.0680144285,
"unrealized_pnl_exit_net": -182.8868331085
},
{
"timestamp": "2024-12-24T23:59:00+00:00",
"base_asset_bal": 97425,
"quote_asset_bal": 8964.8432426203,
"total_value_mid": 10154.0127926203,
"total_value_exit_net": 10153.1209154578,
"total_value": 10154.0127926203,
"base_cost_quote": 1348.0244356313,
"unrealized_pnl_exit_net": -159.7467627938
},
{
"timestamp": "2024-12-25T23:59:00+00:00",
"base_asset_bal": 94569,
"quote_asset_bal": 9001.0878185243,
"total_value_mid": 10183.2003185243,
"total_value_exit_net": 10182.3137341493,
"total_value": 10183.2003185243,
"base_cost_quote": 1312.960710546,
"unrealized_pnl_exit_net": -131.734794921
},
{
"timestamp": "2024-12-26T23:59:00+00:00",
"base_asset_bal": 112161,
"quote_asset_bal": 8791.4418871246,
"total_value_mid": 10078.8258451246,
"total_value_exit_net": 10077.8603071561,
"total_value": 10078.8258451246,
"base_cost_quote": 1523.3460583038,
"unrealized_pnl_exit_net": -236.9276382723
},
{
"timestamp": "2024-12-27T23:59:00+00:00",
"base_asset_bal": 110021,
"quote_asset_bal": 8817.4406962796,
"total_value_mid": 10083.1222802796,
"total_value_exit_net": 10082.1730190916,
"total_value": 10083.1222802796,
"base_cost_quote": 1498.302392631,
"unrealized_pnl_exit_net": -233.570069819
},
{
"timestamp": "2024-12-28T23:59:00+00:00",
"base_asset_bal": 104902,
"quote_asset_bal": 8878.2309367326,
"total_value_mid": 10124.7814027326,
"total_value_exit_net": 10123.8464898831,
"total_value": 10124.7814027326,
"base_cost_quote": 1438.1936238402,
"unrealized_pnl_exit_net": -192.5780706898
},
{
"timestamp": "2024-12-29T23:59:00+00:00",
"base_asset_bal": 109967,
"quote_asset_bal": 8818.8282277903,
"total_value_mid": 10097.3045697903,
"total_value_exit_net": 10096.3457125338,
"total_value": 10097.3045697903,
"base_cost_quote": 1498.3214359028,
"unrealized_pnl_exit_net": -220.8039511593
},
{
"timestamp": "2024-12-30T23:59:00+00:00",
"base_asset_bal": 113470,
"quote_asset_bal": 8779.7387932576,
"total_value_mid": 10069.2118732576,
"total_value_exit_net": 10068.2447684476,
"total_value": 10069.2118732576,
"base_cost_quote": 1538.3873508187,
"unrealized_pnl_exit_net": -249.8813756287
},
{
"timestamp": "2024-12-31T23:59:00+00:00",
"base_asset_bal": 114324,
"quote_asset_bal": 8770.7438355686,
"total_value_mid": 10072.7798715686,
"total_value_exit_net": 10071.8033445416,
"total_value": 10072.7798715686,
"base_cost_quote": 1548.414856812,
"unrealized_pnl_exit_net": -247.355347839
},
{
"timestamp": "2025-01-01T23:59:00+00:00",
"base_asset_bal": 107813,
"quote_asset_bal": 8846.7078627016,
"total_value_mid": 10118.9012627016,
"total_value_exit_net": 10117.9471176516,
"total_value": 10118.9012627016,
"base_cost_quote": 1473.2783046305,
"unrealized_pnl_exit_net": -202.0390496805
},
{
"timestamp": "2025-01-02T23:59:00+00:00",
"base_asset_bal": 99488,
"quote_asset_bal": 8947.7315343472,
"total_value_mid": 10159.9928143471,
"total_value_exit_net": 10159.0836183871,
"total_value": 10159.9928143471,
"base_cost_quote": 1373.0671996283,
"unrealized_pnl_exit_net": -161.7151155883
},
{
"timestamp": "2025-01-03T23:59:00+00:00",
"base_asset_bal": 93002,
"quote_asset_bal": 9028.4793013462,
"total_value_mid": 10206.1636273462,
"total_value_exit_net": 10205.2803641017,
"total_value": 10206.1636273462,
"base_cost_quote": 1292.9077851233,
"unrealized_pnl_exit_net": -116.1067223678
},
{
"timestamp": "2025-01-04T23:59:00+00:00",
"base_asset_bal": 89059,
"quote_asset_bal": 9079.1519214539,
"total_value_mid": 10224.8068974539,
"total_value_exit_net": 10223.9476562219,
"total_value": 10224.8068974539,
"base_cost_quote": 1242.8415135607,
"unrealized_pnl_exit_net": -98.0457787927
},
{
"timestamp": "2025-01-05T23:59:00+00:00",
"base_asset_bal": 91425,
"quote_asset_bal": 9049.5761488827,
"total_value_mid": 10211.5878988827,
"total_value_exit_net": 10210.7163900702,
"total_value": 10211.5878988827,
"base_cost_quote": 1272.905559697,
"unrealized_pnl_exit_net": -111.7653185095
},
{
"timestamp": "2025-01-06T23:59:00+00:00",
"base_asset_bal": 92203,
"quote_asset_bal": 9040.2158458454,
"total_value_mid": 10208.6122618454,
"total_value_exit_net": 10207.7359645334,
"total_value": 10208.6122618454,
"base_cost_quote": 1282.8842010693,
"unrealized_pnl_exit_net": -115.3640823813
},
{
"timestamp": "2025-01-07T23:59:00+00:00",
"base_asset_bal": 112268,
"quote_asset_bal": 8800.4146178069,
"total_value_mid": 10076.7895098069,
"total_value_exit_net": 10075.8322286379,
"total_value": 10076.7895098069,
"base_cost_quote": 1523.3209765065,
"unrealized_pnl_exit_net": -247.9033656755
},
{
"timestamp": "2025-01-08T23:59:00+00:00",
"base_asset_bal": 116301,
"quote_asset_bal": 8756.6300113244,
"total_value_mid": 10050.1297333244,
"total_value_exit_net": 10049.1596085329,
"total_value": 10050.1297333244,
"base_cost_quote": 1568.4208560665,
"unrealized_pnl_exit_net": -275.891258858
},
{
"timestamp": "2025-01-09T23:59:00+00:00",
"base_asset_bal": 119489,
"quote_asset_bal": 8723.0184991422,
"total_value_mid": 10032.6179391422,
"total_value_exit_net": 10031.6357395622,
"total_value": 10032.6179391422,
"base_cost_quote": 1603.480925412,
"unrealized_pnl_exit_net": -294.863684992
},
{
"timestamp": "2025-01-10T23:59:00+00:00",
"base_asset_bal": 116268,
"quote_asset_bal": 8759.1208930199,
"total_value_mid": 10051.5559810199,
"total_value_exit_net": 10050.5866547039,
"total_value": 10051.5559810199,
"base_cost_quote": 1568.4139879192,
"unrealized_pnl_exit_net": -276.9482262353
},
{
"timestamp": "2025-01-11T23:59:00+00:00",
"base_asset_bal": 115380,
"quote_asset_bal": 8769.4882572697,
"total_value_mid": 10052.3984772697,
"total_value_exit_net": 10051.4362946047,
"total_value": 10052.3984772697,
"base_cost_quote": 1558.3951113932,
"unrealized_pnl_exit_net": -276.4470740582
},
{
"timestamp": "2025-01-12T23:59:00+00:00",
"base_asset_bal": 121781,
"quote_asset_bal": 8699.6552268539,
"total_value_mid": 10027.1899078539,
"total_value_exit_net": 10026.1942568432,
"total_value": 10027.1899078539,
"base_cost_quote": 1628.5488572707,
"unrealized_pnl_exit_net": -302.0098272815
},
{
"timestamp": "2025-01-13T23:59:00+00:00",
"base_asset_bal": 134517,
"quote_asset_bal": 8565.9361101424,
"total_value_mid": 9929.1313881424,
"total_value_exit_net": 9928.1089916839,
"total_value": 9929.1313881424,
"base_cost_quote": 1763.7793581362,
"unrealized_pnl_exit_net": -401.6064765947
},
{
"timestamp": "2025-01-14T23:59:00+00:00",
"base_asset_bal": 124398,
"quote_asset_bal": 8671.9498032064,
"total_value_mid": 9994.4249412064,
"total_value_exit_net": 9993.4330848529,
"total_value": 9994.4249412064,
"base_cost_quote": 1658.602719775,
"unrealized_pnl_exit_net": -337.1194381285
},
{
"timestamp": "2025-01-15T23:59:00+00:00",
"base_asset_bal": 115263,
"quote_asset_bal": 8773.0000601949,
"total_value_mid": 10070.4003881949,
"total_value_exit_net": 10069.4273379489,
"total_value": 10070.4003881949,
"base_cost_quote": 1558.4141996987,
"unrealized_pnl_exit_net": -261.9869219447
},
{
"timestamp": "2025-01-16T23:59:00+00:00",
"base_asset_bal": 120654,
"quote_asset_bal": 8713.9951391599,
"total_value_mid": 10038.2934431599,
"total_value_exit_net": 10037.3002194319,
"total_value": 10038.2934431599,
"base_cost_quote": 1618.5067933673,
"unrealized_pnl_exit_net": -295.2017130953
},
{
"timestamp": "2025-01-17T23:59:00+00:00",
"base_asset_bal": 109051,
"quote_asset_bal": 8845.0014609159,
"total_value_mid": 10099.7422669159,
"total_value_exit_net": 10098.8012113114,
"total_value": 10099.7422669159,
"base_cost_quote": 1488.2810312427,
"unrealized_pnl_exit_net": -234.4812808472
},
{
"timestamp": "2025-01-18T23:59:00+00:00",
"base_asset_bal": 126603,
"quote_asset_bal": 8650.7045194857,
"total_value_mid": 9992.5697164857,
"total_value_exit_net": 9991.5633175879,
"total_value": 9992.5697164857,
"base_cost_quote": 1683.6427197005,
"unrealized_pnl_exit_net": -342.7839215982
},
{
"timestamp": "2025-01-19T23:59:00+00:00",
"base_asset_bal": 147446,
"quote_asset_bal": 8442.0599276476,
"total_value_mid": 9833.9501676476,
"total_value_exit_net": 9832.9062499676,
"total_value": 9833.9501676476,
"base_cost_quote": 1893.9958913442,
"unrealized_pnl_exit_net": -503.1495690242
},
{
"timestamp": "2025-01-20T23:59:00+00:00",
"base_asset_bal": 153440,
"quote_asset_bal": 8384.1686724934,
"total_value_mid": 9837.8592324934,
"total_value_exit_net": 9836.7689645734,
"total_value": 9837.8592324934,
"base_cost_quote": 1954.127669379,
"unrealized_pnl_exit_net": -501.527377299
},
{
"timestamp": "2025-01-21T23:59:00+00:00",
"base_asset_bal": 142109,
"quote_asset_bal": 8496.1988436941,
"total_value_mid": 9921.4100046941,
"total_value_exit_net": 9920.3410963233,
"total_value": 9921.4100046941,
"base_cost_quote": 1843.9196943432,
"unrealized_pnl_exit_net": -419.777441714
},
{
"timestamp": "2025-01-22T23:59:00+00:00",
"base_asset_bal": 150751,
"quote_asset_bal": 8411.9432667361,
"total_value_mid": 9870.3084407361,
"total_value_exit_net": 9869.2146668556,
"total_value": 9870.3084407361,
"base_cost_quote": 1929.042365501,
"unrealized_pnl_exit_net": -471.7709653815
},
{
"timestamp": "2025-01-23T23:59:00+00:00",
"base_asset_bal": 152320,
"quote_asset_bal": 8397.9936516328,
"total_value_mid": 9862.2458116328,
"total_value_exit_net": 9861.1476225128,
"total_value": 9862.2458116328,
"base_cost_quote": 1944.0804566168,
"unrealized_pnl_exit_net": -480.9264857368
},
{
"timestamp": "2025-01-24T23:59:00+00:00",
"base_asset_bal": 157810,
"quote_asset_bal": 8348.8738296178,
"total_value_mid": 9807.0382296178,
"total_value_exit_net": 9805.9446063178,
"total_value": 9807.0382296178,
"base_cost_quote": 1994.153906559,
"unrealized_pnl_exit_net": -537.083129859
},
{
"timestamp": "2025-01-25T23:59:00+00:00",
"base_asset_bal": 154507,
"quote_asset_bal": 8379.4374016721,
"total_value_mid": 9812.4898266721,
"total_value_exit_net": 9811.4150373533,
"total_value": 9812.4898266721,
"base_cost_quote": 1964.1153215043,
"unrealized_pnl_exit_net": -532.137685823
},
{
"timestamp": "2025-01-26T23:59:00+00:00",
"base_asset_bal": 161035,
"quote_asset_bal": 8319.6580730726,
"total_value_mid": 9774.2872280726,
"total_value_exit_net": 9773.1962562063,
"total_value": 9774.2872280726,
"base_cost_quote": 2024.2255003517,
"unrealized_pnl_exit_net": -570.687317218
},
{
"timestamp": "2025-01-27T23:59:00+00:00",
"base_asset_bal": 167072,
"quote_asset_bal": 8271.2107200886,
"total_value_mid": 9724.5700480886,
"total_value_exit_net": 9723.4800285926,
"total_value": 9724.5700480886,
"base_cost_quote": 2074.2755677703,
"unrealized_pnl_exit_net": -622.0062592663
},
{
"timestamp": "2025-01-28T23:59:00+00:00",
"base_asset_bal": 196215,
"quote_asset_bal": 8031.6893850216,
"total_value_mid": 9568.8376950216,
"total_value_exit_net": 9567.6848337891,
"total_value": 9568.8376950216,
"base_cost_quote": 2314.6709511868,
"unrealized_pnl_exit_net": -778.6755024193
},
{
"timestamp": "2025-01-29T23:59:00+00:00",
"base_asset_bal": 181171,
"quote_asset_bal": 8153.1041830651,
"total_value_mid": 9639.9745800651,
"total_value_exit_net": 9638.8594272673,
"total_value": 9639.9745800651,
"base_cost_quote": 2194.4863242698,
"unrealized_pnl_exit_net": -708.7310800675
},
{
"timestamp": "2025-01-30T23:59:00+00:00",
"base_asset_bal": 169239,
"quote_asset_bal": 8254.0689085708,
"total_value_mid": 9701.5700755708,
"total_value_exit_net": 9700.4844496956,
"total_value": 9701.5700755708,
"base_cost_quote": 2094.313590024,
"unrealized_pnl_exit_net": -647.8980488993
},
{
"timestamp": "2025-01-31T23:59:00+00:00",
"base_asset_bal": 175153,
"quote_asset_bal": 8204.7406025041,
"total_value_mid": 9681.1052395041,
"total_value_exit_net": 9679.9979660263,
"total_value": 9681.1052395041,
"base_cost_quote": 2144.405150539,
"unrealized_pnl_exit_net": -669.1477870168
},
{
"timestamp": "2025-02-01T23:59:00+00:00",
"base_asset_bal": 197711,
"quote_asset_bal": 8025.1390241121,
"total_value_mid": 9549.2931231121,
"total_value_exit_net": 9548.1500075378,
"total_value": 9549.2931231121,
"base_cost_quote": 2324.6875339938,
"unrealized_pnl_exit_net": -801.676550568
},
{
"timestamp": "2025-02-02T23:59:00+00:00",
"base_asset_bal": 237182,
"quote_asset_bal": 7741.4305983953,
"total_value_mid": 9344.5437363953,
"total_value_exit_net": 9343.3414015418,
"total_value": 9344.5437363953,
"base_cost_quote": 2610.0894129848,
"unrealized_pnl_exit_net": -1008.1786098383
},
{
"timestamp": "2025-02-03T23:59:00+00:00",
"base_asset_bal": 231181,
"quote_asset_bal": 7789.5902221906,
"total_value_mid": 9410.6313941906,
"total_value_exit_net": 9409.4156133116,
"total_value": 9410.6313941906,
"base_cost_quote": 2565.0261098365,
"unrealized_pnl_exit_net": -945.2007187155
},
{
"timestamp": "2025-02-04T23:59:00+00:00",
"base_asset_bal": 245319,
"quote_asset_bal": 7696.8623429401,
"total_value_mid": 9313.5145529401,
"total_value_exit_net": 9312.3020637826,
"total_value": 9313.5145529401,
"base_cost_quote": 2660.1649635013,
"unrealized_pnl_exit_net": -1044.7252426588
},
{
"timestamp": "2025-02-05T23:59:00+00:00",
"base_asset_bal": 260632,
"quote_asset_bal": 7598.1382063756,
"total_value_mid": 9264.0979503756,
"total_value_exit_net": 9262.8484805676,
"total_value": 9264.0979503756,
"base_cost_quote": 2760.3086169528,
"unrealized_pnl_exit_net": -1095.5983427608
},
{
"timestamp": "2025-02-06T23:59:00+00:00",
"base_asset_bal": 276757,
"quote_asset_bal": 7499.3675284539,
"total_value_mid": 9179.8360324539,
"total_value_exit_net": 9178.5756810759,
"total_value": 9179.8360324539,
"base_cost_quote": 2860.46249907,
"unrealized_pnl_exit_net": -1181.254346448
},
{
"timestamp": "2025-02-07T23:59:00+00:00",
"base_asset_bal": 276230,
"quote_asset_bal": 7505.6656584129,
"total_value_mid": 9180.4481484129,
"total_value_exit_net": 9179.1920615454,
"total_value": 9180.4481484129,
"base_cost_quote": 2855.4529106945,
"unrealized_pnl_exit_net": -1181.926507562
},
{
"timestamp": "2025-02-08T23:59:00+00:00",
"base_asset_bal": 257646,
"quote_asset_bal": 7621.6252423819,
"total_value_mid": 9274.4243323819,
"total_value_exit_net": 9273.1847330644,
"total_value": 9274.4243323819,
"base_cost_quote": 2740.284328992,
"unrealized_pnl_exit_net": -1088.7248383095
},
{
"timestamp": "2025-02-09T23:59:00+00:00",
"base_asset_bal": 269449,
"quote_asset_bal": 7547.4359967474,
"total_value_mid": 9251.9703707474,
"total_value_exit_net": 9250.6919699669,
"total_value": 9251.9703707474,
"base_cost_quote": 2815.3740971118,
"unrealized_pnl_exit_net": -1112.1181238923
},
{
"timestamp": "2025-02-10T23:59:00+00:00",
"base_asset_bal": 267850,
"quote_asset_bal": 7558.4372791921,
"total_value_mid": 9248.3029291921,
"total_value_exit_net": 9247.0355299546,
"total_value": 9248.3029291921,
"base_cost_quote": 2805.3637129503,
"unrealized_pnl_exit_net": -1116.7654621878
},
{
"timestamp": "2025-02-11T23:59:00+00:00",
"base_asset_bal": 271771,
"quote_asset_bal": 7534.3665024184,
"total_value_mid": 9224.5103514184,
"total_value_exit_net": 9223.2427435316,
"total_value": 9224.5103514184,
"base_cost_quote": 2830.3940776548,
"unrealized_pnl_exit_net": -1141.5178365415
},
{
"timestamp": "2025-02-12T23:59:00+00:00",
"base_asset_bal": 257467,
"quote_asset_bal": 7625.6751206414,
"total_value_mid": 9288.6544736414,
"total_value_exit_net": 9287.4072391266,
"total_value": 9288.6544736414,
"base_cost_quote": 2740.2699712318,
"unrealized_pnl_exit_net": -1078.5378527465
},
{
"timestamp": "2025-02-13T23:59:00+00:00",
"base_asset_bal": 264465,
"quote_asset_bal": 7581.5078990094,
"total_value_mid": 9252.6622340094,
"total_value_exit_net": 9251.4088682581,
"total_value": 9252.6622340094,
"base_cost_quote": 2785.3290482128,
"unrealized_pnl_exit_net": -1115.428078964
},
{
"timestamp": "2025-02-14T23:59:00+00:00",
"base_asset_bal": 259005,
"quote_asset_bal": 7617.3079533439,
"total_value_mid": 9296.1783633439,
"total_value_exit_net": 9294.9192105364,
"total_value": 9296.1783633439,
"base_cost_quote": 2750.2927526843,
"unrealized_pnl_exit_net": -1072.6814954918
},
{
"timestamp": "2025-02-15T23:59:00+00:00",
"base_asset_bal": 269337,
"quote_asset_bal": 7552.5874638274,
"total_value_mid": 9225.7089078274,
"total_value_exit_net": 9224.4540667444,
"total_value": 9225.7089078274,
"base_cost_quote": 2815.3878254003,
"unrealized_pnl_exit_net": -1143.5212224833
},
{
"timestamp": "2025-02-16T23:59:00+00:00",
"base_asset_bal": 268499,
"quote_asset_bal": 7558.1658207194,
"total_value_mid": 9226.8871057194,
"total_value_exit_net": 9225.6355647556,
"total_value": 9226.8871057194,
"base_cost_quote": 2810.3727649238,
"unrealized_pnl_exit_net": -1142.9030208875
},
{
"timestamp": "2025-02-17T23:59:00+00:00",
"base_asset_bal": 225821,
"quote_asset_bal": 7845.2278051759,
"total_value_mid": 9374.0359751759,
"total_value_exit_net": 9372.8893690484,
"total_value": 9374.0359751759,
"base_cost_quote": 2524.9742364438,
"unrealized_pnl_exit_net": -997.3126725713
},
{
"timestamp": "2025-02-18T23:59:00+00:00",
"base_asset_bal": 255819,
"quote_asset_bal": 7656.2264812766,
"total_value_mid": 9228.2342362766,
"total_value_exit_net": 9227.0552304604,
"total_value": 9228.2342362766,
"base_cost_quote": 2715.2387368755,
"unrealized_pnl_exit_net": -1144.4099876918
},
{
"timestamp": "2025-02-19T23:59:00+00:00",
"base_asset_bal": 247841,
"quote_asset_bal": 7707.2449105299,
"total_value_mid": 9282.0266245299,
"total_value_exit_net": 9280.8455382444,
"total_value": 9282.0266245299,
"base_cost_quote": 2665.1706419465,
"unrealized_pnl_exit_net": -1091.570014232
},
{
"timestamp": "2025-02-20T23:59:00+00:00",
"base_asset_bal": 235376,
"quote_asset_bal": 7788.1029863119,
"total_value_mid": 9334.2879303119,
"total_value_exit_net": 9333.1282916039,
"total_value": 9334.2879303119,
"base_cost_quote": 2585.054225666,
"unrealized_pnl_exit_net": -1040.028920374
},
{
"timestamp": "2025-02-21T23:59:00+00:00",
"base_asset_bal": 250874,
"quote_asset_bal": 7684.3218459999,
"total_value_mid": 9308.4801219999,
"total_value_exit_net": 9307.2620032929,
"total_value": 9308.4801219999,
"base_cost_quote": 2690.2229741143,
"unrealized_pnl_exit_net": -1067.2828168213
},
{
"timestamp": "2025-02-22T23:59:00+00:00",
"base_asset_bal": 239543,
"quote_asset_bal": 7759.9253810781,
"total_value_mid": 9393.1295550781,
"total_value_exit_net": 9391.9046519476,
"total_value": 9393.1295550781,
"base_cost_quote": 2615.111811961,
"unrealized_pnl_exit_net": -983.1325410915
},
{
"timestamp": "2025-02-23T23:59:00+00:00",
"base_asset_bal": 244765,
"quote_asset_bal": 7725.3268421986,
"total_value_mid": 9360.6018071986,
"total_value_exit_net": 9359.3753509749,
"total_value": 9360.6018071986,
"base_cost_quote": 2650.137749727,
"unrealized_pnl_exit_net": -1016.0892409508
},
{
"timestamp": "2025-02-24T23:59:00+00:00",
"base_asset_bal": 278044,
"quote_asset_bal": 7516.1563533891,
"total_value_mid": 9163.2890093891,
"total_value_exit_net": 9162.0536598971,
"total_value": 9163.2890093891,
"base_cost_quote": 2860.425607422,
"unrealized_pnl_exit_net": -1214.528300914
},
{
"timestamp": "2025-02-25T23:59:00+00:00",
"base_asset_bal": 284138,
"quote_asset_bal": 7482.9917071336,
"total_value_mid": 9144.3465931336,
"total_value_exit_net": 9143.1005769691,
"total_value": 9144.3465931336,
"base_cost_quote": 2895.469510652,
"unrealized_pnl_exit_net": -1235.3606408165
},
{
"timestamp": "2025-02-26T23:59:00+00:00",
"base_asset_bal": 293553,
"quote_asset_bal": 7429.1845202434,
"total_value_mid": 9109.7754452434,
"total_value_exit_net": 9108.5150020496,
"total_value": 9109.7754452434,
"base_cost_quote": 2950.5400165775,
"unrealized_pnl_exit_net": -1271.2095347713
},
{
"timestamp": "2025-02-27T23:59:00+00:00",
"base_asset_bal": 273004,
"quote_asset_bal": 7550.8363315796,
"total_value_mid": 9213.1576875796,
"total_value_exit_net": 9211.9109465626,
"total_value": 9213.1576875796,
"base_cost_quote": 2830.3785219968,
"unrealized_pnl_exit_net": -1169.3039070138
},
{
"timestamp": "2025-02-28T23:59:00+00:00",
"base_asset_bal": 242595,
"quote_asset_bal": 7769.5928781064,
"total_value_mid": 9416.5703331064,
"total_value_exit_net": 9415.3351000151,
"total_value": 9416.5703331064,
"base_cost_quote": 2615.1065550213,
"unrealized_pnl_exit_net": -969.3643331125
},
{
"timestamp": "2025-03-01T23:59:00+00:00",
"base_asset_bal": 238688,
"quote_asset_bal": 7796.4074546436,
"total_value_mid": 9344.7765106436,
"total_value_exit_net": 9343.6152338516,
"total_value": 9344.7765106436,
"base_cost_quote": 2590.0491380428,
"unrealized_pnl_exit_net": -1042.8413588348
},
{
"timestamp": "2025-03-02T23:59:00+00:00",
"base_asset_bal": 226537,
"quote_asset_bal": 7878.3765125721,
"total_value_mid": 9420.1873345721,
"total_value_exit_net": 9419.0309764556,
"total_value": 9420.1873345721,
"base_cost_quote": 2509.9619316533,
"unrealized_pnl_exit_net": -969.3074677698
},
{
"timestamp": "2025-03-03T23:59:00+00:00",
"base_asset_bal": 252755,
"quote_asset_bal": 7709.9999724889,
"total_value_mid": 9221.4748724889,
"total_value_exit_net": 9220.3412663139,
"total_value": 9221.4748724889,
"base_cost_quote": 2680.2244528433,
"unrealized_pnl_exit_net": -1169.8831590183
},
{
"timestamp": "2025-03-04T23:59:00+00:00",
"base_asset_bal": 252766,
"quote_asset_bal": 7712.2577941629,
"total_value_mid": 9222.2818781629,
"total_value_exit_net": 9221.1493600999,
"total_value": 9222.2818781629,
"base_cost_quote": 2680.2343832855,
"unrealized_pnl_exit_net": -1171.3428173485
},
{
"timestamp": "2025-03-05T23:59:00+00:00",
"base_asset_bal": 246037,
"quote_asset_bal": 7753.4880473359,
"total_value_mid": 9270.0601153359,
"total_value_exit_net": 9268.9226862849,
"total_value": 9270.0601153359,
"base_cost_quote": 2640.1727956125,
"unrealized_pnl_exit_net": -1124.7381566635
},
{
"timestamp": "2025-03-06T23:59:00+00:00",
"base_asset_bal": 273690,
"quote_asset_bal": 7589.1665777269,
"total_value_mid": 9177.3896477269,
"total_value_exit_net": 9176.1984804244,
"total_value": 9177.3896477269,
"base_cost_quote": 2805.396042179,
"unrealized_pnl_exit_net": -1218.3641394815
},
{
"timestamp": "2025-03-07T23:59:00+00:00",
"base_asset_bal": 282524,
"quote_asset_bal": 7540.7061847069,
"total_value_mid": 9127.6434927068,
"total_value_exit_net": 9126.4532897258,
"total_value": 9127.6434927068,
"base_cost_quote": 2855.4353495335,
"unrealized_pnl_exit_net": -1269.6882445145
},
{
"timestamp": "2025-03-08T23:59:00+00:00",
"base_asset_bal": 291525,
"quote_asset_bal": 7491.2840426819,
"total_value_mid": 9109.2477926819,
"total_value_exit_net": 9108.0343198694,
"total_value": 9109.2477926819,
"base_cost_quote": 2905.4891107203,
"unrealized_pnl_exit_net": -1288.7388335328
},
{
"timestamp": "2025-03-09T23:59:00+00:00",
"base_asset_bal": 360306,
"quote_asset_bal": 7141.7953465769,
"total_value_mid": 8861.5358845769,
"total_value_exit_net": 8860.2460791734,
"total_value": 8861.5358845769,
"base_cost_quote": 3255.930353677,
"unrealized_pnl_exit_net": -1537.4796210805
},
{
"timestamp": "2025-03-10T23:59:00+00:00",
"base_asset_bal": 366623,
"quote_asset_bal": 7123.7562385766,
"total_value_mid": 8777.5925915766,
"total_value_exit_net": 8776.3522143119,
"total_value": 8777.5925915766,
"base_cost_quote": 3275.9275983705,
"unrealized_pnl_exit_net": -1623.3316226353
},
{
"timestamp": "2025-03-11T23:59:00+00:00",
"base_asset_bal": 347073,
"quote_asset_bal": 7215.5627037974,
"total_value_mid": 8862.4240887974,
"total_value_exit_net": 8861.1889427586,
"total_value": 8862.4240887974,
"base_cost_quote": 3185.8270686168,
"unrealized_pnl_exit_net": -1540.2008296555
},
{
"timestamp": "2025-03-12T23:59:00+00:00",
"base_asset_bal": 336613,
"quote_asset_bal": 7266.5700789736,
"total_value_mid": 8899.4797419736,
"total_value_exit_net": 8898.2550597264,
"total_value": 8899.4797419736,
"base_cost_quote": 3135.773695721,
"unrealized_pnl_exit_net": -1504.0887149683
},
{
"timestamp": "2025-03-13T23:59:00+00:00",
"base_asset_bal": 348192,
"quote_asset_bal": 7212.3681243834,
"total_value_mid": 8859.3162843834,
"total_value_exit_net": 8858.0810732634,
"total_value": 8859.3162843834,
"base_cost_quote": 3190.8476792528,
"unrealized_pnl_exit_net": -1545.1347303728
},
{
"timestamp": "2025-03-14T23:59:00+00:00",
"base_asset_bal": 335594,
"quote_asset_bal": 7272.9744264924,
"total_value_mid": 8907.6528004924,
"total_value_exit_net": 8906.4267917119,
"total_value": 8907.6528004924,
"base_cost_quote": 3130.7658736693,
"unrealized_pnl_exit_net": -1497.3135084498
},
{
"timestamp": "2025-03-15T23:59:00+00:00",
"base_asset_bal": 323396,
"quote_asset_bal": 7333.4024885746,
"total_value_mid": 8957.1738045746,
"total_value_exit_net": 8955.9559760876,
"total_value": 8957.1738045746,
"base_cost_quote": 3070.694991272,
"unrealized_pnl_exit_net": -1448.141503759
},
{
"timestamp": "2025-03-16T23:59:00+00:00",
"base_asset_bal": 343821,
"quote_asset_bal": 7233.8445589502,
"total_value_mid": 8892.0932419502,
"total_value_exit_net": 8890.8495554379,
"total_value": 8892.0932419502,
"base_cost_quote": 3170.8243370008,
"unrealized_pnl_exit_net": -1513.819340513
},
{
"timestamp": "2025-03-17T23:59:00+00:00",
"base_asset_bal": 322481,
"quote_asset_bal": 7339.5235708757,
"total_value_mid": 8977.0820888757,
"total_value_exit_net": 8975.8539199872,
"total_value": 8977.0820888757,
"base_cost_quote": 3065.6851376978,
"unrealized_pnl_exit_net": -1429.3547885863
},
{
"timestamp": "2025-03-18T23:59:00+00:00",
"base_asset_bal": 332498,
"quote_asset_bal": 7290.0610904539,
"total_value_mid": 8935.2611944539,
"total_value_exit_net": 8934.0272943759,
"total_value": 8935.2611944539,
"base_cost_quote": 3115.7464895733,
"unrealized_pnl_exit_net": -1471.7802856513
},
{
"timestamp": "2025-03-19T23:59:00+00:00",
"base_asset_bal": 271521,
"quote_asset_bal": 7632.0575830377,
"total_value_mid": 9074.3771350376,
"total_value_exit_net": 9073.2953953736,
"total_value": 9074.3771350376,
"base_cost_quote": 2775.3368416743,
"unrealized_pnl_exit_net": -1334.0990293383
},
{
"timestamp": "2025-03-20T23:59:00+00:00",
"base_asset_bal": 284859,
"quote_asset_bal": 7562.4290275174,
"total_value_mid": 9012.0764785174,
"total_value_exit_net": 9010.9892429291,
"total_value": 9012.0764785174,
"base_cost_quote": 2845.4300742008,
"unrealized_pnl_exit_net": -1396.869858789
},
{
"timestamp": "2025-03-21T23:59:00+00:00",
"base_asset_bal": 292850,
"quote_asset_bal": 7522.9643686517,
"total_value_mid": 8977.2574686516,
"total_value_exit_net": 8976.1667488266,
"total_value": 8977.2574686516,
"base_cost_quote": 2885.4783679108,
"unrealized_pnl_exit_net": -1432.2759877358
},
{
"timestamp": "2025-03-22T23:59:00+00:00",
"base_asset_bal": 269282,
"quote_asset_bal": 7644.0091110507,
"total_value_mid": 9114.5581130507,
"total_value_exit_net": 9113.4552012992,
"total_value": 9114.5581130507,
"base_cost_quote": 2765.3277234615,
"unrealized_pnl_exit_net": -1295.881633213
},
{
"timestamp": "2025-03-23T23:59:00+00:00",
"base_asset_bal": 276981,
"quote_asset_bal": 7604.6947269802,
"total_value_mid": 9071.0321409802,
"total_value_exit_net": 9069.9323879197,
"total_value": 9071.0321409802,
"base_cost_quote": 2805.3662488508,
"unrealized_pnl_exit_net": -1340.1285879113
},
{
"timestamp": "2025-03-24T23:59:00+00:00",
"base_asset_bal": 273176,
"quote_asset_bal": 7625.2022150272,
"total_value_mid": 9098.1672070272,
"total_value_exit_net": 9097.0624832832,
"total_value": 9098.1672070272,
"base_cost_quote": 2785.346420232,
"unrealized_pnl_exit_net": -1313.486151976
},
{
"timestamp": "2025-03-25T23:59:00+00:00",
"base_asset_bal": 271280,
"quote_asset_bal": 7635.651887722,
"total_value_mid": 9131.7610877219,
"total_value_exit_net": 9130.6390058219,
"total_value": 9131.7610877219,
"base_cost_quote": 2775.3463508008,
"unrealized_pnl_exit_net": -1280.3592327008
},
{
"timestamp": "2025-03-26T23:59:00+00:00",
"base_asset_bal": 274695,
"quote_asset_bal": 7616.5170075637,
"total_value_mid": 9163.8739425637,
"total_value_exit_net": 9162.7134248624,
"total_value": 9163.8739425637,
"base_cost_quote": 2795.355285255,
"unrealized_pnl_exit_net": -1249.1588679563
},
{
"timestamp": "2025-03-27T23:59:00+00:00",
"base_asset_bal": 272778,
"quote_asset_bal": 7627.6953397932,
"total_value_mid": 9235.7216497932,
"total_value_exit_net": 9234.5156300607,
"total_value": 9235.7216497932,
"base_cost_quote": 2785.3688110125,
"unrealized_pnl_exit_net": -1178.548520745
},
{
"timestamp": "2025-03-28T23:59:00+00:00",
"base_asset_bal": 306658,
"quote_asset_bal": 7443.4554151222,
"total_value_mid": 9056.7831531222,
"total_value_exit_net": 9055.5731573187,
"total_value": 9056.7831531222,
"base_cost_quote": 2970.6008679403,
"unrealized_pnl_exit_net": -1358.4831257438
},
{
"timestamp": "2025-03-29T23:59:00+00:00",
"base_asset_bal": 336934,
"quote_asset_bal": 7294.2181883212,
"total_value_mid": 8928.6850223212,
"total_value_exit_net": 8927.4591721957,
"total_value": 8928.6850223212,
"base_cost_quote": 3120.7858622703,
"unrealized_pnl_exit_net": -1487.5448783958
},
{
"timestamp": "2025-03-30T23:59:00+00:00",
"base_asset_bal": 336970,
"quote_asset_bal": 7294.8929199747,
"total_value_mid": 8913.6967999747,
"total_value_exit_net": 8912.4826970647,
"total_value": 8913.6967999747,
"base_cost_quote": 3120.7820574188,
"unrealized_pnl_exit_net": -1503.1922803288
},
{
"timestamp": "2025-03-31T23:59:00+00:00",
"base_asset_bal": 347580,
"quote_asset_bal": 7245.7128710315,
"total_value_mid": 8872.3872710315,
"total_value_exit_net": 8871.1672652315,
"total_value": 8872.3872710315,
"base_cost_quote": 3170.8478596295,
"unrealized_pnl_exit_net": -1545.3934654295
},
{
"timestamp": "2025-04-01T23:59:00+00:00",
"base_asset_bal": 345390,
"quote_asset_bal": 7256.4726448617,
"total_value_mid": 8881.8779848617,
"total_value_exit_net": 8880.6589308567,
"total_value": 8881.8779848617,
"base_cost_quote": 3160.840393655,
"unrealized_pnl_exit_net": -1536.65410766
},
{
"timestamp": "2025-04-02T23:59:00+00:00",
"base_asset_bal": 363172,
"quote_asset_bal": 7177.3932890875,
"total_value_mid": 8765.5444450875,
"total_value_exit_net": 8764.3533317205,
"total_value": 8765.5444450875,
"base_cost_quote": 3240.9384071438,
"unrealized_pnl_exit_net": -1653.9783645108
},
{
"timestamp": "2025-04-03T23:59:00+00:00",
"base_asset_bal": 365380,
"quote_asset_bal": 7168.1919352907,
"total_value_mid": 8794.8636952907,
"total_value_exit_net": 8793.6436914707,
"total_value": 8794.8636952907,
"base_cost_quote": 3250.9558355845,
"unrealized_pnl_exit_net": -1625.5040794045
},
{
"timestamp": "2025-04-04T23:59:00+00:00",
"base_asset_bal": 363089,
"quote_asset_bal": 7179.0600619977,
"total_value_mid": 8811.8712949977,
"total_value_exit_net": 8810.646686573,
"total_value": 8811.8712949977,
"base_cost_quote": 3240.9464511723,
"unrealized_pnl_exit_net": -1609.359826597
},
{
"timestamp": "2025-04-05T23:59:00+00:00",
"base_asset_bal": 367561,
"quote_asset_bal": 7159.361669939,
"total_value_mid": 8803.8295839389,
"total_value_exit_net": 8802.5962330034,
"total_value": 8803.8295839389,
"base_cost_quote": 3260.9691239225,
"unrealized_pnl_exit_net": -1617.734560858
},
{
"timestamp": "2025-04-06T23:59:00+00:00",
"base_asset_bal": 426992,
"quote_asset_bal": 6920.0960512392,
"total_value_mid": 8548.2165472392,
"total_value_exit_net": 8546.9954568672,
"total_value": 8548.2165472392,
"base_cost_quote": 3501.247419589,
"unrealized_pnl_exit_net": -1874.348013961
},
{
"timestamp": "2025-04-07T23:59:00+00:00",
"base_asset_bal": 418515,
"quote_asset_bal": 6957.6071606172,
"total_value_mid": 8560.5196106172,
"total_value_exit_net": 8559.3174262797,
"total_value": 8560.5196106172,
"base_cost_quote": 3466.2040027235,
"unrealized_pnl_exit_net": -1864.493737061
},
{
"timestamp": "2025-04-08T23:59:00+00:00",
"base_asset_bal": 465620,
"quote_asset_bal": 6783.4720697087,
"total_value_mid": 8450.3916697087,
"total_value_exit_net": 8449.1414800087,
"total_value": 8450.3916697087,
"base_cost_quote": 3641.401812606,
"unrealized_pnl_exit_net": -1975.732402306
},
{
"timestamp": "2025-04-09T23:59:00+00:00",
"base_asset_bal": 403326,
"quote_asset_bal": 7020.3381814932,
"total_value_mid": 8655.0184594932,
"total_value_exit_net": 8653.7924492847,
"total_value": 8655.0184594932,
"base_cost_quote": 3406.1374095408,
"unrealized_pnl_exit_net": -1772.6831417493
},
{
"timestamp": "2025-04-10T23:59:00+00:00",
"base_asset_bal": 407301,
"quote_asset_bal": 7006.4637317262,
"total_value_mid": 8627.1144107262,
"total_value_exit_net": 8625.8989227169,
"total_value": 8627.1144107262,
"base_cost_quote": 3421.1509502575,
"unrealized_pnl_exit_net": -1801.7157592668
},
{
"timestamp": "2025-04-11T23:59:00+00:00",
"base_asset_bal": 402058,
"quote_asset_bal": 7027.254798524,
"total_value_mid": 8722.331326524,
"total_value_exit_net": 8721.060019128,
"total_value": 8722.331326524,
"base_cost_quote": 3401.1306342735,
"unrealized_pnl_exit_net": -1707.3254136695
},
{
"timestamp": "2025-04-12T23:59:00+00:00",
"base_asset_bal": 375982,
"quote_asset_bal": 7143.1885816952,
"total_value_mid": 8817.0604456952,
"total_value_exit_net": 8815.8050417972,
"total_value": 8817.0604456952,
"base_cost_quote": 3286.0016472448,
"unrealized_pnl_exit_net": -1613.3851871427
},
{
"timestamp": "2025-04-13T23:59:00+00:00",
"base_asset_bal": 364542,
"quote_asset_bal": 7215.255458024,
"total_value_mid": 8795.545028024,
"total_value_exit_net": 8794.3598108465,
"total_value": 8795.545028024,
"base_cost_quote": 3215.8958292863,
"unrealized_pnl_exit_net": -1636.7914764638
},
{
"timestamp": "2025-04-14T23:59:00+00:00",
"base_asset_bal": 358804,
"quote_asset_bal": 7241.7420880505,
"total_value_mid": 8821.9149040504,
"total_value_exit_net": 8820.7297744384,
"total_value": 8821.9149040504,
"base_cost_quote": 3190.8662912013,
"unrealized_pnl_exit_net": -1611.8786048133
},
{
"timestamp": "2025-04-15T23:59:00+00:00",
"base_asset_bal": 366812,
"quote_asset_bal": 7207.659504936,
"total_value_mid": 8804.392140936,
"total_value_exit_net": 8803.194591459,
"total_value": 8804.392140936,
"base_cost_quote": 3225.898622759,
"unrealized_pnl_exit_net": -1630.363536236
},
{
"timestamp": "2025-04-16T23:59:00+00:00",
"base_asset_bal": 374906,
"quote_asset_bal": 7173.722165994,
"total_value_mid": 8776.820221994,
"total_value_exit_net": 8775.617898452,
"total_value": 8776.820221994,
"base_cost_quote": 3260.942854235,
"unrealized_pnl_exit_net": -1659.047121777
},
{
"timestamp": "2025-04-17T23:59:00+00:00",
"base_asset_bal": 373759,
"quote_asset_bal": 7179.2837573252,
"total_value_mid": 8789.0637703252,
"total_value_exit_net": 8787.8564353154,
"total_value": 8789.0637703252,
"base_cost_quote": 3255.941393951,
"unrealized_pnl_exit_net": -1647.3687159608
},
{
"timestamp": "2025-04-18T23:59:00+00:00",
"base_asset_bal": 349817,
"quote_asset_bal": 7285.0580353542,
"total_value_mid": 8857.4854503542,
"total_value_exit_net": 8856.3061297929,
"total_value": 8857.4854503542,
"base_cost_quote": 3150.8231243335,
"unrealized_pnl_exit_net": -1579.5750298948
},
{
"timestamp": "2025-04-19T23:59:00+00:00",
"base_asset_bal": 346493,
"quote_asset_bal": 7300.4689029862,
"total_value_mid": 8866.6172629862,
"total_value_exit_net": 8865.4426517162,
"total_value": 8866.6172629862,
"base_cost_quote": 3135.80941449,
"unrealized_pnl_exit_net": -1570.83566576
},
{
"timestamp": "2025-04-20T23:59:00+00:00",
"base_asset_bal": 341083,
"quote_asset_bal": 7326.0738349707,
"total_value_mid": 8895.0556349706,
"total_value_exit_net": 8893.8788986206,
"total_value": 8895.0556349706,
"base_cost_quote": 3110.768936206,
"unrealized_pnl_exit_net": -1542.963872556
},
{
"timestamp": "2025-04-21T23:59:00+00:00",
"base_asset_bal": 343699,
"quote_asset_bal": 7312.0607107507,
"total_value_mid": 8956.3167267507,
"total_value_exit_net": 8955.0835347387,
"total_value": 8956.3167267507,
"base_cost_quote": 3125.7761972165,
"unrealized_pnl_exit_net": -1482.7533732285
},
{
"timestamp": "2025-04-22T23:59:00+00:00",
"base_asset_bal": 323454,
"quote_asset_bal": 7408.2154651897,
"total_value_mid": 9011.5769431896,
"total_value_exit_net": 9010.3744220811,
"total_value": 9011.5769431896,
"base_cost_quote": 3030.674966748,
"unrealized_pnl_exit_net": -1428.5160098565
},
{
"timestamp": "2025-04-23T23:59:00+00:00",
"base_asset_bal": 334308,
"quote_asset_bal": 7354.0089303599,
"total_value_mid": 9017.1912303599,
"total_value_exit_net": 9015.9438436349,
"total_value": 9017.1912303599,
"base_cost_quote": 3085.7396122815,
"unrealized_pnl_exit_net": -1423.8046990065
},
{
"timestamp": "2025-04-24T23:59:00+00:00",
"base_asset_bal": 330222,
"quote_asset_bal": 7374.8049560047,
"total_value_mid": 9026.5754000047,
"total_value_exit_net": 9025.3365721717,
"total_value": 9026.5754000047,
"base_cost_quote": 3065.7083691083,
"unrealized_pnl_exit_net": -1415.1767529413
},
{
"timestamp": "2025-04-25T23:59:00+00:00",
"base_asset_bal": 319317,
"quote_asset_bal": 7430.6068068807,
"total_value_mid": 9095.2063278807,
"total_value_exit_net": 9093.9578782399,
"total_value": 9095.2063278807,
"base_cost_quote": 3010.6456930508,
"unrealized_pnl_exit_net": -1347.2946216915
},
{
"timestamp": "2025-04-26T23:59:00+00:00",
"base_asset_bal": 317416,
"quote_asset_bal": 7441.213590213,
"total_value_mid": 9103.8385982129,
"total_value_exit_net": 9102.5916294569,
"total_value": 9103.8385982129,
"base_cost_quote": 3000.6294104688,
"unrealized_pnl_exit_net": -1339.2513712248
},
{
"timestamp": "2025-04-27T23:59:00+00:00",
"base_asset_bal": 341047,
"quote_asset_bal": 7321.6420451447,
"total_value_mid": 9010.5067891447,
"total_value_exit_net": 9009.2401405867,
"total_value": 9010.5067891447,
"base_cost_quote": 3120.771588573,
"unrealized_pnl_exit_net": -1433.173493131
},
{
"timestamp": "2025-04-28T23:59:00+00:00",
"base_asset_bal": 333036,
"quote_asset_bal": 7362.4484225935,
"total_value_mid": 9037.9525385934,
"total_value_exit_net": 9036.6959105064,
"total_value": 9037.9525385934,
"base_cost_quote": 3080.72313074,
"unrealized_pnl_exit_net": -1406.475642827
},
{
"timestamp": "2025-04-29T23:59:00+00:00",
"base_asset_bal": 338078,
"quote_asset_bal": 7338.1766892977,
"total_value_mid": 9019.7766612977,
"total_value_exit_net": 9018.5154613187,
"total_value": 9019.7766612977,
"base_cost_quote": 3105.7566538115,
"unrealized_pnl_exit_net": -1425.4178817905
},
{
"timestamp": "2025-04-30T23:59:00+00:00",
"base_asset_bal": 337215,
"quote_asset_bal": 7344.2431638462,
"total_value_mid": 9018.5156388462,
"total_value_exit_net": 9017.2599344899,
"total_value": 9018.5156388462,
"base_cost_quote": 3100.7524584778,
"unrealized_pnl_exit_net": -1427.735687834
},
{
"timestamp": "2025-05-01T23:59:00+00:00",
"base_asset_bal": 329153,
"quote_asset_bal": 7384.8449629135,
"total_value_mid": 9071.0957819134,
"total_value_exit_net": 9069.8310937992,
"total_value": 9071.0957819134,
"base_cost_quote": 3060.6895077833,
"unrealized_pnl_exit_net": -1375.7033768975
},
{
"timestamp": "2025-05-02T23:59:00+00:00",
"base_asset_bal": 327210,
"quote_asset_bal": 7395.383628119,
"total_value_mid": 9071.6804581189,
"total_value_exit_net": 9070.4232354964,
"total_value": 9071.6804581189,
"base_cost_quote": 3050.686528171,
"unrealized_pnl_exit_net": -1375.6469207935
},
{
"timestamp": "2025-05-03T23:59:00+00:00",
"base_asset_bal": 352430,
"quote_asset_bal": 7270.479455972,
"total_value_mid": 8963.2007459719,
"total_value_exit_net": 8961.9312050044,
"total_value": 8963.2007459719,
"base_cost_quote": 3175.8530547125,
"unrealized_pnl_exit_net": -1484.40130568
},
{
"timestamp": "2025-05-04T23:59:00+00:00",
"base_asset_bal": 376969,
"quote_asset_bal": 7155.7878119642,
"total_value_mid": 8886.0755219642,
"total_value_exit_net": 8884.7778061817,
"total_value": 8886.0755219642,
"base_cost_quote": 3290.9920792638,
"unrealized_pnl_exit_net": -1562.0020850463
},
{
"timestamp": "2025-05-05T23:59:00+00:00",
"base_asset_bal": 375936,
"quote_asset_bal": 7161.400201824,
"total_value_mid": 8888.4501858239,
"total_value_exit_net": 8887.1548983359,
"total_value": 8888.4501858239,
"base_cost_quote": 3285.982027541,
"unrealized_pnl_exit_net": -1560.227331029
},
{
"timestamp": "2025-05-06T23:59:00+00:00",
"base_asset_bal": 382474,
"quote_asset_bal": 7132.1713660825,
"total_value_mid": 8852.1569440825,
"total_value_exit_net": 8850.866954899,
"total_value": 8852.1569440825,
"base_cost_quote": 3316.012261337,
"unrealized_pnl_exit_net": -1597.3166725205
},
{
"timestamp": "2025-05-07T23:59:00+00:00",
"base_asset_bal": 378040,
"quote_asset_bal": 7152.8499947279,
"total_value_mid": 8879.7367147279,
"total_value_exit_net": 8878.4415496879,
"total_value": 8879.7367147279,
"base_cost_quote": 3295.9926799035,
"unrealized_pnl_exit_net": -1570.4011249435
},
{
"timestamp": "2025-05-08T23:59:00+00:00",
"base_asset_bal": 332142,
"quote_asset_bal": 7374.0923775362,
"total_value_mid": 9055.0630395362,
"total_value_exit_net": 9053.8023115397,
"total_value": 9055.0630395362,
"base_cost_quote": 3075.7208118125,
"unrealized_pnl_exit_net": -1396.010877809
},
{
"timestamp": "2025-05-09T23:59:00+00:00",
"base_asset_bal": 306192,
"quote_asset_bal": 7510.5266588842,
"total_value_mid": 9174.9863708842,
"total_value_exit_net": 9173.7380261002,
"total_value": 9174.9863708842,
"base_cost_quote": 2940.5596489115,
"unrealized_pnl_exit_net": -1277.3482816955
},
{
"timestamp": "2025-05-10T23:59:00+00:00",
"base_asset_bal": 283869,
"quote_asset_bal": 7636.981141121,
"total_value_mid": 9298.4663981209,
"total_value_exit_net": 9297.2202841782,
"total_value": 9298.4663981209,
"base_cost_quote": 2815.3859870225,
"unrealized_pnl_exit_net": -1155.1468439653
},
{
"timestamp": "2025-05-11T23:59:00+00:00",
"base_asset_bal": 296545,
"quote_asset_bal": 7563.4376676847,
"total_value_mid": 9285.4744826847,
"total_value_exit_net": 9284.1829550734,
"total_value": 9285.4744826847,
"base_cost_quote": 2890.4845317198,
"unrealized_pnl_exit_net": -1169.739244331
},
{
"timestamp": "2025-05-12T23:59:00+00:00",
"base_asset_bal": 278809,
"quote_asset_bal": 7670.6939064567,
"total_value_mid": 9373.9380874567,
"total_value_exit_net": 9372.660654321,
"total_value": 9373.9380874567,
"base_cost_quote": 2785.3497657393,
"unrealized_pnl_exit_net": -1083.383017875
},
{
"timestamp": "2025-05-13T23:59:00+00:00",
"base_asset_bal": 259000,
"quote_asset_bal": 7797.5803346927,
"total_value_mid": 9369.4513346927,
"total_value_exit_net": 9368.2724314427,
"total_value": 9369.4513346927,
"base_cost_quote": 2660.170052315,
"unrealized_pnl_exit_net": -1089.477955565
},
{
"timestamp": "2025-05-14T23:59:00+00:00",
"base_asset_bal": 278432,
"quote_asset_bal": 7683.59783583,
"total_value_mid": 9290.98577183,
"total_value_exit_net": 9289.780230878,
"total_value": 9290.98577183,
"base_cost_quote": 2775.3226380295,
"unrealized_pnl_exit_net": -1169.1402429815
},
{
"timestamp": "2025-05-15T23:59:00+00:00",
"base_asset_bal": 318115,
"quote_asset_bal": 7464.8159371527,
"total_value_mid": 9150.8254371527,
"total_value_exit_net": 9149.5609300277,
"total_value": 9150.8254371527,
"base_cost_quote": 2995.5999792223,
"unrealized_pnl_exit_net": -1310.8549863473
},
{
"timestamp": "2025-05-16T23:59:00+00:00",
"base_asset_bal": 314526,
"quote_asset_bal": 7485.9247650722,
"total_value_mid": 9148.5092010722,
"total_value_exit_net": 9147.2622627452,
"total_value": 9148.5092010722,
"base_cost_quote": 2975.5825614103,
"unrealized_pnl_exit_net": -1314.2450637373
},
{
"timestamp": "2025-05-17T23:59:00+00:00",
"base_asset_bal": 336014,
"quote_asset_bal": 7376.6034986267,
"total_value_mid": 9063.0577646267,
"total_value_exit_net": 9061.7929239272,
"total_value": 9063.0577646267,
"base_cost_quote": 3085.708198739,
"unrealized_pnl_exit_net": -1400.5187734385
},
{
"timestamp": "2025-05-18T23:59:00+00:00",
"base_asset_bal": 324070,
"quote_asset_bal": 7437.4361792732,
"total_value_mid": 9150.1461292732,
"total_value_exit_net": 9148.8615968107,
"total_value": 9150.1461292732,
"base_cost_quote": 3025.6281915033,
"unrealized_pnl_exit_net": -1314.2027739658
},
{
"timestamp": "2025-05-19T23:59:00+00:00",
"base_asset_bal": 331861,
"quote_asset_bal": 7398.211177364,
"total_value_mid": 9104.6404393639,
"total_value_exit_net": 9103.3606174174,
"total_value": 9104.6404393639,
"base_cost_quote": 3065.6812687983,
"unrealized_pnl_exit_net": -1360.5318287448
},
{
"timestamp": "2025-05-20T23:59:00+00:00",
"base_asset_bal": 327932,
"quote_asset_bal": 7418.8301346932,
"total_value_mid": 9118.8296226932,
"total_value_exit_net": 9117.5546230772,
"total_value": 9118.8296226932,
"base_cost_quote": 3045.6625259933,
"unrealized_pnl_exit_net": -1346.9380376093
},
{
"timestamp": "2025-05-21T23:59:00+00:00",
"base_asset_bal": 320281,
"quote_asset_bal": 7459.7485602325,
"total_value_mid": 9153.3944882325,
"total_value_exit_net": 9152.1242537865,
"total_value": 9153.3944882325,
"base_cost_quote": 3005.6119525748,
"unrealized_pnl_exit_net": -1313.2362590208
},
{
"timestamp": "2025-05-22T23:59:00+00:00",
"base_asset_bal": 298229,
"quote_asset_bal": 7580.555955453,
"total_value_mid": 9251.533042453,
"total_value_exit_net": 9250.2798096377,
"total_value": 9251.533042453,
"base_cost_quote": 2885.4659466018,
"unrealized_pnl_exit_net": -1215.742092417
},
{
"timestamp": "2025-05-23T23:59:00+00:00",
"base_asset_bal": 320723,
"quote_asset_bal": 7461.2009504692,
"total_value_mid": 9103.9441564692,
"total_value_exit_net": 9102.7120990647,
"total_value": 9103.9441564692,
"base_cost_quote": 3005.6206991298,
"unrealized_pnl_exit_net": -1364.1095505343
},
{
"timestamp": "2025-05-24T23:59:00+00:00",
"base_asset_bal": 322655,
"quote_asset_bal": 7451.4708175917,
"total_value_mid": 9100.2378675917,
"total_value_exit_net": 9099.0012923042,
"total_value": 9100.2378675917,
"base_cost_quote": 3015.6387970723,
"unrealized_pnl_exit_net": -1368.1083223598
},
{
"timestamp": "2025-05-25T23:59:00+00:00",
"base_asset_bal": 323432,
"quote_asset_bal": 7447.0914764258,
"total_value_mid": 9081.7168044258,
"total_value_exit_net": 9080.4908354298,
"total_value": 9081.7168044258,
"base_cost_quote": 3020.658912337,
"unrealized_pnl_exit_net": -1387.259553333
},
{
"timestamp": "2025-05-26T23:59:00+00:00",
"base_asset_bal": 329437,
"quote_asset_bal": 7417.4716499995,
"total_value_mid": 9048.1847999995,
"total_value_exit_net": 9046.961765137,
"total_value": 9048.1847999995,
"base_cost_quote": 3050.6958421513,
"unrealized_pnl_exit_net": -1421.2057270138
},
{
"timestamp": "2025-05-27T23:59:00+00:00",
"base_asset_bal": 324335,
"quote_asset_bal": 7443.0411245955,
"total_value_mid": 9090.6629245955,
"total_value_exit_net": 9089.4272082455,
"total_value": 9090.6629245955,
"base_cost_quote": 3025.6522805565,
"unrealized_pnl_exit_net": -1379.2661969065
},
{
"timestamp": "2025-05-28T23:59:00+00:00",
"base_asset_bal": 323292,
"quote_asset_bal": 7448.5910020655,
"total_value_mid": 9073.4565940655,
"total_value_exit_net": 9072.2379448715,
"total_value": 9073.4565940655,
"base_cost_quote": 3020.6563644275,
"unrealized_pnl_exit_net": -1397.0094216215
},
{
"timestamp": "2025-05-29T23:59:00+00:00",
"base_asset_bal": 339493,
"quote_asset_bal": 7369.0085413315,
"total_value_mid": 9008.7597313315,
"total_value_exit_net": 9007.529917939,
"total_value": 9008.7597313315,
"base_cost_quote": 3100.750888301,
"unrealized_pnl_exit_net": -1462.2295116935
},
{
"timestamp": "2025-05-30T23:59:00+00:00",
"base_asset_bal": 399029,
"quote_asset_bal": 7099.7183726495,
"total_value_mid": 8806.3654056495,
"total_value_exit_net": 8805.0854203747,
"total_value": 8806.3654056495,
"base_cost_quote": 3371.0739336423,
"unrealized_pnl_exit_net": -1665.706885917
},
{
"timestamp": "2025-05-31T23:59:00+00:00",
"base_asset_bal": 395588,
"quote_asset_bal": 7115.496338491,
"total_value_mid": 8820.085030491,
"total_value_exit_net": 8818.806588972,
"total_value": 8820.085030491,
"base_cost_quote": 3356.048854278,
"unrealized_pnl_exit_net": -1652.738603797
},
{
"timestamp": "2025-06-01T23:59:00+00:00",
"base_asset_bal": 380663,
"quote_asset_bal": 7181.0385735282,
"total_value_mid": 8866.9950005282,
"total_value_exit_net": 8865.7305332079,
"total_value": 8866.9950005282,
"base_cost_quote": 3290.9719611865,
"unrealized_pnl_exit_net": -1606.2800015068
},
{
"timestamp": "2025-06-02T23:59:00+00:00",
"base_asset_bal": 388398,
"quote_asset_bal": 7147.1468536332,
"total_value_mid": 8823.0842236332,
"total_value_exit_net": 8821.8272706057,
"total_value": 8823.0842236332,
"base_cost_quote": 3326.0166239858,
"unrealized_pnl_exit_net": -1651.3362070133
},
{
"timestamp": "2025-06-03T23:59:00+00:00",
"base_asset_bal": 402293,
"quote_asset_bal": 7087.5767762735,
"total_value_mid": 8790.8853382734,
"total_value_exit_net": 8789.6078568519,
"total_value": 8790.8853382734,
"base_cost_quote": 3386.0854958763,
"unrealized_pnl_exit_net": -1684.0544152978
},
{
"timestamp": "2025-06-04T23:59:00+00:00",
"base_asset_bal": 410734,
"quote_asset_bal": 7052.9770382922,
"total_value_mid": 8748.0762562922,
"total_value_exit_net": 8746.8049318787,
"total_value": 8748.0762562922,
"base_cost_quote": 3421.123323553,
"unrealized_pnl_exit_net": -1727.2954299665
},
{
"timestamp": "2025-06-05T23:59:00+00:00",
"base_asset_bal": 455014,
"quote_asset_bal": 6878.5865831037,
"total_value_mid": 8618.5601191037,
"total_value_exit_net": 8617.2551389517,
"total_value": 8618.5601191037,
"base_cost_quote": 3596.3397684013,
"unrealized_pnl_exit_net": -1857.6712125533
},
{
"timestamp": "2025-06-06T23:59:00+00:00",
"base_asset_bal": 449751,
"quote_asset_bal": 6899.211022336,
"total_value_mid": 8643.3454003359,
"total_value_exit_net": 8642.0372995524,
"total_value": 8643.3454003359,
"base_cost_quote": 3576.3052687875,
"unrealized_pnl_exit_net": -1833.478991571
},
{
"timestamp": "2025-06-07T23:59:00+00:00",
"base_asset_bal": 424646,
"quote_asset_bal": 6999.653177115,
"total_value_mid": 8714.798371115,
"total_value_exit_net": 8713.5120122195,
"total_value": 8714.798371115,
"base_cost_quote": 3476.1904559503,
"unrealized_pnl_exit_net": -1762.3316208458
},
{
"timestamp": "2025-06-08T23:59:00+00:00",
"base_asset_bal": 425939,
"quote_asset_bal": 6994.885125989,
"total_value_mid": 8713.123051989,
"total_value_exit_net": 8711.8343735445,
"total_value": 8713.123051989,
"base_cost_quote": 3481.2031326403,
"unrealized_pnl_exit_net": -1764.2538850848
},
{
"timestamp": "2025-06-09T23:59:00+00:00",
"base_asset_bal": 416247,
"quote_asset_bal": 7035.2978043147,
"total_value_mid": 8780.6214753147,
"total_value_exit_net": 8779.3124825614,
"total_value": 8780.6214753147,
"base_cost_quote": 3441.1546257705,
"unrealized_pnl_exit_net": -1697.1399475238
},
{
"timestamp": "2025-06-10T23:59:00+00:00",
"base_asset_bal": 399867,
"quote_asset_bal": 7105.9973426535,
"total_value_mid": 8855.4154676535,
"total_value_exit_net": 8854.1034040597,
"total_value": 8855.4154676535,
"base_cost_quote": 3371.0741568095,
"unrealized_pnl_exit_net": -1622.9680954033
},
{
"timestamp": "2025-06-11T23:59:00+00:00",
"base_asset_bal": 417390,
"quote_asset_bal": 7031.4685743335,
"total_value_mid": 8778.2457243335,
"total_value_exit_net": 8776.935641471,
"total_value": 8778.2457243335,
"base_cost_quote": 3446.1624137968,
"unrealized_pnl_exit_net": -1700.6953466593
},
{
"timestamp": "2025-06-12T23:59:00+00:00",
"base_asset_bal": 447243,
"quote_asset_bal": 6911.9341866142,
"total_value_mid": 8628.9000636142,
"total_value_exit_net": 8627.6123392064,
"total_value": 8628.9000636142,
"base_cost_quote": 3566.3019639315,
"unrealized_pnl_exit_net": -1850.6238113393
},
{
"timestamp": "2025-06-13T23:59:00+00:00",
"base_asset_bal": 455138,
"quote_asset_bal": 6882.961433598,
"total_value_mid": 8582.901863598,
"total_value_exit_net": 8581.6269082755,
"total_value": 8582.901863598,
"base_cost_quote": 3596.3314421613,
"unrealized_pnl_exit_net": -1897.6659674838
},
{
"timestamp": "2025-06-14T23:59:00+00:00",
"base_asset_bal": 456455,
"quote_asset_bal": 6878.2382084102,
"total_value_mid": 8576.2508084102,
"total_value_exit_net": 8574.9772989602,
"total_value": 8576.2508084102,
"base_cost_quote": 3601.3373007415,
"unrealized_pnl_exit_net": -1904.5982101915
},
{
"timestamp": "2025-06-15T23:59:00+00:00",
"base_asset_bal": 454968,
"quote_asset_bal": 6883.6374469567,
"total_value_mid": 8579.3031829567,
"total_value_exit_net": 8578.0314336547,
"total_value": 8579.3031829567,
"base_cost_quote": 3596.334089145,
"unrealized_pnl_exit_net": -1901.940102447
},
{
"timestamp": "2025-06-16T23:59:00+00:00",
"base_asset_bal": 465434,
"quote_asset_bal": 6843.9849662997,
"total_value_mid": 8571.2105402997,
"total_value_exit_net": 8569.9151211192,
"total_value": 8571.2105402997,
"base_cost_quote": 3636.3824208835,
"unrealized_pnl_exit_net": -1910.452266064
},
{
"timestamp": "2025-06-17T23:59:00+00:00",
"base_asset_bal": 486066,
"quote_asset_bal": 6769.4507751832,
"total_value_mid": 8504.2203291832,
"total_value_exit_net": 8502.9192520177,
"total_value": 8504.2203291832,
"base_cost_quote": 3711.4649225575,
"unrealized_pnl_exit_net": -1977.996445723
},
{
"timestamp": "2025-06-18T23:59:00+00:00",
"base_asset_bal": 494596,
"quote_asset_bal": 6740.0328646267,
"total_value_mid": 8522.0622526266,
"total_value_exit_net": 8520.7257305856,
"total_value": 8522.0622526266,
"base_cost_quote": 3741.504413291,
"unrealized_pnl_exit_net": -1960.8115473321
},
{
"timestamp": "2025-06-19T23:59:00+00:00",
"base_asset_bal": 488983,
"quote_asset_bal": 6760.3805454547,
"total_value_mid": 8507.5168044546,
"total_value_exit_net": 8506.2064522604,
"total_value": 8507.5168044546,
"base_cost_quote": 3721.4817365378,
"unrealized_pnl_exit_net": -1975.655829732
},
{
"timestamp": "2025-06-20T23:59:00+00:00",
"base_asset_bal": 508917,
"quote_asset_bal": 6690.6951804697,
"total_value_mid": 8446.4588304696,
"total_value_exit_net": 8445.1420077321,
"total_value": 8446.4588304696,
"base_cost_quote": 3791.560803448,
"unrealized_pnl_exit_net": -2037.1139761856
},
{
"timestamp": "2025-06-21T23:59:00+00:00",
"base_asset_bal": 526727,
"quote_asset_bal": 6631.0610781704,
"total_value_mid": 8357.1454571704,
"total_value_exit_net": 8355.8508938861,
"total_value": 8357.1454571704,
"base_cost_quote": 3851.6200611333,
"unrealized_pnl_exit_net": -2126.8302454176
},
{
"timestamp": "2025-06-22T23:59:00+00:00",
"base_asset_bal": 570592,
"quote_asset_bal": 6491.6730006622,
"total_value_mid": 8266.2141206621,
"total_value_exit_net": 8264.8832148221,
"total_value": 8266.2141206621,
"base_cost_quote": 3991.773514446,
"unrealized_pnl_exit_net": -2218.5633002861
},
{
"timestamp": "2025-06-23T23:59:00+00:00",
"base_asset_bal": 530388,
"quote_asset_bal": 6622.6843359747,
"total_value_mid": 8422.8212079746,
"total_value_exit_net": 8421.4711053206,
"total_value": 8422.8212079746,
"base_cost_quote": 3861.6338838718,
"unrealized_pnl_exit_net": -2062.8471145258
},
{
"timestamp": "2025-06-24T23:59:00+00:00",
"base_asset_bal": 514633,
"quote_asset_bal": 6678.4184342354,
"total_value_mid": 8466.7681092354,
"total_value_exit_net": 8465.4268469791,
"total_value": 8466.7681092354,
"base_cost_quote": 3806.5711998083,
"unrealized_pnl_exit_net": -2019.5627870646
},
{
"timestamp": "2025-06-25T23:59:00+00:00",
"base_asset_bal": 535218,
"quote_asset_bal": 6608.8639766594,
"total_value_mid": 8395.4216606594,
"total_value_exit_net": 8394.0817423964,
"total_value": 8395.4216606594,
"base_cost_quote": 3876.6414090803,
"unrealized_pnl_exit_net": -2091.4236433433
},
{
"timestamp": "2025-06-26T23:59:00+00:00",
"base_asset_bal": 551785,
"quote_asset_bal": 6554.2969306334,
"total_value_mid": 8360.2892356334,
"total_value_exit_net": 8358.9347414046,
"total_value": 8360.2892356334,
"base_cost_quote": 3931.7066400525,
"unrealized_pnl_exit_net": -2127.0688292813
},
{
"timestamp": "2025-06-27T23:59:00+00:00",
"base_asset_bal": 544241,
"quote_asset_bal": 6579.8238070069,
"total_value_mid": 8383.9827220069,
"total_value_exit_net": 8382.6296028206,
"total_value": 8383.9827220069,
"base_cost_quote": 3906.682451977,
"unrealized_pnl_exit_net": -2103.8766561633
},
{
"timestamp": "2025-06-28T23:59:00+00:00",
"base_asset_bal": 526376,
"quote_asset_bal": 6640.0994619964,
"total_value_mid": 8434.5152459964,
"total_value_exit_net": 8433.1694341584,
"total_value": 8434.5152459964,
"base_cost_quote": 3846.613866301,
"unrealized_pnl_exit_net": -2053.543894139
},
{
"timestamp": "2025-06-29T23:59:00+00:00",
"base_asset_bal": 509007,
"quote_asset_bal": 6700.4835597074,
"total_value_mid": 8507.4584097074,
"total_value_exit_net": 8506.1031785699,
"total_value": 8507.4584097074,
"base_cost_quote": 3786.5426016173,
"unrealized_pnl_exit_net": -1980.9229827548
},
{
"timestamp": "2025-06-30T23:59:00+00:00",
"base_asset_bal": 530575,
"quote_asset_bal": 6625.8515191587,
"total_value_mid": 8428.2147941586,
"total_value_exit_net": 8426.8630217024,
"total_value": 8428.2147941586,
"base_cost_quote": 3861.6289621833,
"unrealized_pnl_exit_net": -2060.6174596396
},
{
"timestamp": "2025-07-01T23:59:00+00:00",
"base_asset_bal": 545591,
"quote_asset_bal": 6576.1138352909,
"total_value_mid": 8360.1964052909,
"total_value_exit_net": 8358.8583433634,
"total_value": 8360.1964052909,
"base_cost_quote": 3911.6784711833,
"unrealized_pnl_exit_net": -2128.9339631108
},
{
"timestamp": "2025-07-02T23:59:00+00:00",
"base_asset_bal": 513383,
"quote_asset_bal": 6686.7616298464,
"total_value_mid": 8492.3296408464,
"total_value_exit_net": 8490.9754648382,
"total_value": 8492.3296408464,
"base_cost_quote": 3801.5540507665,
"unrealized_pnl_exit_net": -1997.3402157747
},
{
"timestamp": "2025-07-03T23:59:00+00:00",
"base_asset_bal": 514575,
"quote_asset_bal": 6682.2429864549,
"total_value_mid": 8517.7320114549,
"total_value_exit_net": 8516.3553946861,
"total_value": 8517.7320114549,
"base_cost_quote": 3806.5662561033,
"unrealized_pnl_exit_net": -1972.4538478721
},
{
"timestamp": "2025-07-04T23:59:00+00:00",
"base_asset_bal": 535112,
"quote_asset_bal": 6612.7086259859,
"total_value_mid": 8418.7116259859,
"total_value_exit_net": 8417.3571237359,
"total_value": 8418.7116259859,
"base_cost_quote": 3876.6261716608,
"unrealized_pnl_exit_net": -2071.9776739108
},
{
"timestamp": "2025-07-05T23:59:00+00:00",
"base_asset_bal": 523511,
"quote_asset_bal": 6653.2134184932,
"total_value_mid": 8458.8028574931,
"total_value_exit_net": 8457.4486654139,
"total_value": 8458.8028574931,
"base_cost_quote": 3836.5958163945,
"unrealized_pnl_exit_net": -2032.3605694738
},
{
"timestamp": "2025-07-06T23:59:00+00:00",
"base_asset_bal": 517565,
"quote_asset_bal": 6673.6481305642,
"total_value_mid": 8497.0296255642,
"total_value_exit_net": 8495.6620894429,
"total_value": 8497.0296255642,
"base_cost_quote": 3816.5670370678,
"unrealized_pnl_exit_net": -1994.553078189
},
{
"timestamp": "2025-07-07T23:59:00+00:00",
"base_asset_bal": 524748,
"quote_asset_bal": 6648.9383428914,
"total_value_mid": 8465.6159188914,
"total_value_exit_net": 8464.2534107094,
"total_value": 8465.6159188914,
"base_cost_quote": 3841.5966201865,
"unrealized_pnl_exit_net": -2026.2815523686
},
{
"timestamp": "2025-07-08T23:59:00+00:00",
"base_asset_bal": 372767,
"quote_asset_bal": 7256.6148776542,
"total_value_mid": 8706.6785076541,
"total_value_exit_net": 8705.5909599316,
"total_value": 8706.6785076541,
"base_cost_quote": 3235.8891050053,
"unrealized_pnl_exit_net": -1786.9130227278
},
{
"timestamp": "2025-07-09T23:59:00+00:00",
"base_asset_bal": 379168,
"quote_asset_bal": 7232.6131110877,
"total_value_mid": 8692.7890790876,
"total_value_exit_net": 8691.6939471116,
"total_value": 8692.7890790876,
"base_cost_quote": 3260.9215212473,
"unrealized_pnl_exit_net": -1801.8406852233
},
{
"timestamp": "2025-07-10T23:59:00+00:00",
"base_asset_bal": 377480,
"quote_asset_bal": 7238.3483807214,
"total_value_mid": 8773.9370207214,
"total_value_exit_net": 8772.7853292414,
"total_value": 8773.9370207214,
"base_cost_quote": 3255.9169386233,
"unrealized_pnl_exit_net": -1721.4799901033
},
{
"timestamp": "2025-07-11T23:59:00+00:00",
"base_asset_bal": 392728,
"quote_asset_bal": 7174.4639664992,
"total_value_mid": 8779.1505744992,
"total_value_exit_net": 8777.9470595432,
"total_value": 8779.1505744992,
"base_cost_quote": 3320.9858357223,
"unrealized_pnl_exit_net": -1717.5027426783
},
{
"timestamp": "2025-07-12T23:59:00+00:00",
"base_asset_bal": 406075,
"quote_asset_bal": 7120.1933096674,
"total_value_mid": 8752.6148096674,
"total_value_exit_net": 8751.3904935424,
"total_value": 8752.6148096674,
"base_cost_quote": 3376.052894064,
"unrealized_pnl_exit_net": -1744.855710189
},
{
"timestamp": "2025-07-13T23:59:00+00:00",
"base_asset_bal": 379630,
"quote_asset_bal": 7231.1570193867,
"total_value_mid": 8861.2882393867,
"total_value_exit_net": 8860.0656409717,
"total_value": 8861.2882393867,
"base_cost_quote": 3265.929355308,
"unrealized_pnl_exit_net": -1637.020733723
},
{
"timestamp": "2025-07-14T23:59:00+00:00",
"base_asset_bal": 401682,
"quote_asset_bal": 7137.0672677729,
"total_value_mid": 8839.7972657729,
"total_value_exit_net": 8838.5202182744,
"total_value": 8839.7972657729,
"base_cost_quote": 3361.032353101,
"unrealized_pnl_exit_net": -1659.5794025995
},
{
"timestamp": "2025-07-15T23:59:00+00:00",
"base_asset_bal": 389658,
"quote_asset_bal": 7188.2816919259,
"total_value_mid": 8865.7593819259,
"total_value_exit_net": 8864.5012736584,
"total_value": 8865.7593819259,
"base_cost_quote": 3310.9727545395,
"unrealized_pnl_exit_net": -1634.753172807
},
{
"timestamp": "2025-07-16T23:59:00+00:00",
"base_asset_bal": 387146,
"quote_asset_bal": 7198.9273421237,
"total_value_mid": 8901.9825961237,
"total_value_exit_net": 8900.7053046832,
"total_value": 8901.9825961237,
"base_cost_quote": 3300.9721957415,
"unrealized_pnl_exit_net": -1599.194233182
},
{
"timestamp": "2025-07-17T23:59:00+00:00",
"base_asset_bal": 382493,
"quote_asset_bal": 7220.4885438802,
"total_value_mid": 8944.7669878801,
"total_value_exit_net": 8943.4737790471,
"total_value": 8944.7669878801,
"base_cost_quote": 3280.9422085095,
"unrealized_pnl_exit_net": -1557.9569733425
},
{
"timestamp": "2025-07-18T23:59:00+00:00",
"base_asset_bal": 388022,
"quote_asset_bal": 7196.6269762362,
"total_value_mid": 8924.8769642361,
"total_value_exit_net": 8923.5807767451,
"total_value": 8924.8769642361,
"base_cost_quote": 3305.9922009238,
"unrealized_pnl_exit_net": -1579.0384004148
},
{
"timestamp": "2025-07-19T23:59:00+00:00",
"base_asset_bal": 389208,
"quote_asset_bal": 7192.3337389279,
"total_value_mid": 8922.7525069279,
"total_value_exit_net": 8921.4546928519,
"total_value": 8922.7525069279,
"base_cost_quote": 3310.990722005,
"unrealized_pnl_exit_net": -1581.869768081
},
{
"timestamp": "2025-07-20T23:59:00+00:00",
"base_asset_bal": 245010,
"quote_asset_bal": 7991.9919907474,
"total_value_mid": 9464.5020907474,
"total_value_exit_net": 9463.3977081724,
"total_value": 9464.5020907474,
"base_cost_quote": 2514.9204507555,
"unrealized_pnl_exit_net": -1043.5147333305
},
{
"timestamp": "2025-07-21T23:59:00+00:00",
"base_asset_bal": 263770,
"quote_asset_bal": 7879.4552135999,
"total_value_mid": 9448.8867135999,
"total_value_exit_net": 9447.7096399749,
"total_value": 9448.8867135999,
"base_cost_quote": 2630.0637915415,
"unrealized_pnl_exit_net": -1061.8093651665
},
{
"timestamp": "2025-07-22T23:59:00+00:00",
"base_asset_bal": 272107,
"quote_asset_bal": 7831.1650886134,
"total_value_mid": 9375.6444206134,
"total_value_exit_net": 9374.4860611144,
"total_value": 9375.6444206134,
"base_cost_quote": 2680.1282547488,
"unrealized_pnl_exit_net": -1136.8072822478
},
{
"timestamp": "2025-07-23T23:59:00+00:00",
"base_asset_bal": 320608,
"quote_asset_bal": 7572.2296751464,
"total_value_mid": 9205.4068271464,
"total_value_exit_net": 9204.1819442824,
"total_value": 9205.4068271464,
"base_cost_quote": 2940.4532641828,
"unrealized_pnl_exit_net": -1308.5009950468
},
{
"timestamp": "2025-07-24T23:59:00+00:00",
"base_asset_bal": 324443,
"quote_asset_bal": 7553.7272215262,
"total_value_mid": 9180.1599805262,
"total_value_exit_net": 9178.9401559569,
"total_value": 9180.1599805262,
"base_cost_quote": 2960.4778793888,
"unrealized_pnl_exit_net": -1335.264944958
},
{
"timestamp": "2025-07-25T23:59:00+00:00",
"base_asset_bal": 309874,
"quote_asset_bal": 7630.4857344699,
"total_value_mid": 9250.1971324699,
"total_value_exit_net": 9248.9823489214,
"total_value": 9250.1971324699,
"base_cost_quote": 2885.3935783663,
"unrealized_pnl_exit_net": -1266.8969639148
},
{
"timestamp": "2025-07-26T23:59:00+00:00",
"base_asset_bal": 296130,
"quote_asset_bal": 7704.3942282609,
"total_value_mid": 9583.9313382609,
"total_value_exit_net": 9582.5216854284,
"total_value": 9583.9313382609,
"base_cost_quote": 2815.3124849373,
"unrealized_pnl_exit_net": -937.1850277698
},
{
"timestamp": "2025-07-27T23:59:00+00:00",
"base_asset_bal": 298541,
"quote_asset_bal": 7695.9741488647,
"total_value_mid": 9519.4625768646,
"total_value_exit_net": 9518.0949605436,
"total_value": 9519.4625768646,
"base_cost_quote": 2825.2926554555,
"unrealized_pnl_exit_net": -1003.1718437765
},
{
"timestamp": "2025-07-28T23:59:00+00:00",
"base_asset_bal": 315366,
"quote_asset_bal": 7597.0910771632,
"total_value_mid": 9413.5992371632,
"total_value_exit_net": 9412.2368560432,
"total_value": 9413.5992371632,
"base_cost_quote": 2925.431605382,
"unrealized_pnl_exit_net": -1110.285826502
},
{
"timestamp": "2025-07-29T23:59:00+00:00",
"base_asset_bal": 276959,
"quote_asset_bal": 7830.4008453784,
"total_value_mid": 9514.0346063784,
"total_value_exit_net": 9512.7718810577,
"total_value": 9514.0346063784,
"base_cost_quote": 2695.1344749793,
"unrealized_pnl_exit_net": -1012.7634393
},
{
"timestamp": "2025-07-30T23:59:00+00:00",
"base_asset_bal": 280128,
"quote_asset_bal": 7812.1537192632,
"total_value_mid": 9435.7756072631,
"total_value_exit_net": 9434.5578908471,
"total_value": 9435.7756072631,
"base_cost_quote": 2715.1674384418,
"unrealized_pnl_exit_net": -1092.7632668578
},
{
"timestamp": "2025-07-31T23:59:00+00:00",
"base_asset_bal": 310253,
"quote_asset_bal": 7638.4314933129,
"total_value_mid": 9308.5233923129,
"total_value_exit_net": 9307.2708233886,
"total_value": 9308.5233923129,
"base_cost_quote": 2890.4011692448,
"unrealized_pnl_exit_net": -1221.561839169
},
{
"timestamp": "2025-08-01T23:59:00+00:00",
"base_asset_bal": 291767,
"quote_asset_bal": 7745.9761773597,
"total_value_mid": 9302.5531223597,
"total_value_exit_net": 9301.3856896509,
"total_value": 9302.5531223597,
"base_cost_quote": 2785.277196353,
"unrealized_pnl_exit_net": -1229.8676840618
},
{
"timestamp": "2025-08-02T23:59:00+00:00",
"base_asset_bal": 307687,
"quote_asset_bal": 7662.6333443962,
"total_value_mid": 9263.5288053962,
"total_value_exit_net": 9262.3281338004,
"total_value": 9263.5288053962,
"base_cost_quote": 2870.3537789703,
"unrealized_pnl_exit_net": -1270.658989566
},
{
"timestamp": "2025-08-03T23:59:00+00:00",
"base_asset_bal": 271895,
"quote_asset_bal": 7859.4204962457,
"total_value_mid": 9360.8246862457,
"total_value_exit_net": 9359.6986331032,
"total_value": 9360.8246862457,
"base_cost_quote": 2675.1282775763,
"unrealized_pnl_exit_net": -1174.8501407188
},
{
"timestamp": "2025-08-04T23:59:00+00:00",
"base_asset_bal": 268255,
"quote_asset_bal": 7880.1626704754,
"total_value_mid": 9382.3906704754,
"total_value_exit_net": 9381.2639994754,
"total_value": 9382.3906704754,
"base_cost_quote": 2655.102090192,
"unrealized_pnl_exit_net": -1154.000761192
},
{
"timestamp": "2025-08-05T23:59:00+00:00",
"base_asset_bal": 295896,
"quote_asset_bal": 7730.5305589354,
"total_value_mid": 9296.1162949354,
"total_value_exit_net": 9294.9421056334,
"total_value": 9296.1162949354,
"base_cost_quote": 2805.296739758,
"unrealized_pnl_exit_net": -1240.88519306
},
{
"timestamp": "2025-08-06T23:59:00+00:00",
"base_asset_bal": 292123,
"quote_asset_bal": 7751.1478098844,
"total_value_mid": 9311.0846298844,
"total_value_exit_net": 9309.9146772694,
"total_value": 9311.0846298844,
"base_cost_quote": 2785.2712659085,
"unrealized_pnl_exit_net": -1226.5043985235
},
{
"timestamp": "2025-08-07T23:59:00+00:00",
"base_asset_bal": 273685,
"quote_asset_bal": 7851.8482763232,
"total_value_mid": 9374.9053013232,
"total_value_exit_net": 9373.7630085544,
"total_value": 9374.9053013232,
"base_cost_quote": 2685.1472581803,
"unrealized_pnl_exit_net": -1163.232525949
},
{
"timestamp": "2025-08-08T23:59:00+00:00",
"base_asset_bal": 261224,
"quote_asset_bal": 7922.8083546927,
"total_value_mid": 9431.6381786927,
"total_value_exit_net": 9430.5065563247,
"total_value": 9431.6381786927,
"base_cost_quote": 2615.0499225788,
"unrealized_pnl_exit_net": -1107.3517209468
},
{
"timestamp": "2025-08-09T23:59:00+00:00",
"base_asset_bal": 257800,
"quote_asset_bal": 7943.5445843447,
"total_value_mid": 9480.5481843447,
"total_value_exit_net": 9479.3954316447,
"total_value": 9480.5481843447,
"base_cost_quote": 2595.0153449065,
"unrealized_pnl_exit_net": -1059.1644976065
},
{
"timestamp": "2025-08-10T23:59:00+00:00",
"base_asset_bal": 274850,
"quote_asset_bal": 7844.0353846219,
"total_value_mid": 9436.7911346219,
"total_value_exit_net": 9435.5965678094,
"total_value": 9436.7911346219,
"base_cost_quote": 2695.1553105943,
"unrealized_pnl_exit_net": -1103.5941274068
},
{
"timestamp": "2025-08-11T23:59:00+00:00",
"base_asset_bal": 291780,
"quote_asset_bal": 7749.6570853974,
"total_value_mid": 9340.1498653974,
"total_value_exit_net": 9338.9569958124,
"total_value": 9340.1498653974,
"base_cost_quote": 2790.2853556575,
"unrealized_pnl_exit_net": -1200.9854452425
},
{
"timestamp": "2025-08-12T23:59:00+00:00",
"base_asset_bal": 280165,
"quote_asset_bal": 7815.5915249105,
"total_value_mid": 9403.5667449105,
"total_value_exit_net": 9402.3757634955,
"total_value": 9403.5667449105,
"base_cost_quote": 2725.191349741,
"unrealized_pnl_exit_net": -1138.407111156
},
{
"timestamp": "2025-08-13T23:59:00+00:00",
"base_asset_bal": 274015,
"quote_asset_bal": 7851.4649837094,
"total_value_mid": 9448.1503887094,
"total_value_exit_net": 9446.9528746557,
"total_value": 9448.1503887094,
"base_cost_quote": 2690.1429401338,
"unrealized_pnl_exit_net": -1094.6550491875
},
{
"timestamp": "2025-08-14T23:59:00+00:00",
"base_asset_bal": 311540,
"quote_asset_bal": 7647.0855411599,
"total_value_mid": 9261.7973611599,
"total_value_exit_net": 9260.5863272949,
"total_value": 9261.7973611599,
"base_cost_quote": 2895.413937003,
"unrealized_pnl_exit_net": -1281.913150868
},
{
"timestamp": "2025-08-15T23:59:00+00:00",
"base_asset_bal": 317204,
"quote_asset_bal": 7617.7984239925,
"total_value_mid": 9231.4151719925,
"total_value_exit_net": 9230.2049594315,
"total_value": 9231.4151719925,
"base_cost_quote": 2925.4602718657,
"unrealized_pnl_exit_net": -1313.0537364267
},
{
"timestamp": "2025-08-16T23:59:00+00:00",
"base_asset_bal": 303629,
"quote_asset_bal": 7688.3043926855,
"total_value_mid": 9285.6965616855,
"total_value_exit_net": 9284.4985175587,
"total_value": 9285.6965616855,
"base_cost_quote": 2855.3632955335,
"unrealized_pnl_exit_net": -1259.1691706602
},
{
"timestamp": "2025-08-17T23:59:00+00:00",
"base_asset_bal": 297974,
"quote_asset_bal": 7718.6301395752,
"total_value_mid": 9275.8422635752,
"total_value_exit_net": 9274.6743544822,
"total_value": 9275.8422635752,
"base_cost_quote": 2825.3298743488,
"unrealized_pnl_exit_net": -1269.2856594418
},
{
"timestamp": "2025-08-18T23:59:00+00:00",
"base_asset_bal": 316507,
"quote_asset_bal": 7624.1856746435,
"total_value_mid": 9206.0876606434,
"total_value_exit_net": 9204.9012341539,
"total_value": 9206.0876606434,
"base_cost_quote": 2920.446117068,
"unrealized_pnl_exit_net": -1339.7305575575
},
{
"timestamp": "2025-08-19T23:59:00+00:00",
"base_asset_bal": 348448,
"quote_asset_bal": 7469.8278914235,
"total_value_mid": 9120.7745154235,
"total_value_exit_net": 9119.5363054555,
"total_value": 9120.7745154235,
"base_cost_quote": 3075.641806603,
"unrealized_pnl_exit_net": -1425.933392571
},
{
"timestamp": "2025-08-20T23:59:00+00:00",
"base_asset_bal": 322550,
"quote_asset_bal": 7595.9333701165,
"total_value_mid": 9188.3627201165,
"total_value_exit_net": 9187.168398104,
"total_value": 9188.3627201165,
"base_cost_quote": 2950.4829868373,
"unrealized_pnl_exit_net": -1359.2479588498
},
{
"timestamp": "2025-08-21T23:59:00+00:00",
"base_asset_bal": 344967,
"quote_asset_bal": 7486.4150014327,
"total_value_mid": 9134.3223604327,
"total_value_exit_net": 9133.0864299135,
"total_value": 9134.3223604327,
"base_cost_quote": 3060.6303474462,
"unrealized_pnl_exit_net": -1413.9589189655
},
{
"timestamp": "2025-08-22T23:59:00+00:00",
"base_asset_bal": 297230,
"quote_asset_bal": 7727.737007261,
"total_value_mid": 9302.461547261,
"total_value_exit_net": 9301.280503856,
"total_value": 9302.461547261,
"base_cost_quote": 2820.3073742968,
"unrealized_pnl_exit_net": -1246.7638777018
},
{
"timestamp": "2025-08-23T23:59:00+00:00",
"base_asset_bal": 310631,
"quote_asset_bal": 7658.0548487022,
"total_value_mid": 9255.6300817022,
"total_value_exit_net": 9254.4319002775,
"total_value": 9255.6300817022,
"base_cost_quote": 2890.3953708993,
"unrealized_pnl_exit_net": -1294.018319324
},
{
"timestamp": "2025-08-24T23:59:00+00:00",
"base_asset_bal": 316623,
"quote_asset_bal": 7628.6755249347,
"total_value_mid": 9223.5055759347,
"total_value_exit_net": 9222.3094533965,
"total_value": 9223.5055759347,
"base_cost_quote": 2920.426782578,
"unrealized_pnl_exit_net": -1326.7928541163
},
{
"timestamp": "2025-08-25T23:59:00+00:00",
"base_asset_bal": 364790,
"quote_asset_bal": 7399.4166967742,
"total_value_mid": 9066.8717867742,
"total_value_exit_net": 9065.6211954567,
"total_value": 9066.8717867742,
"base_cost_quote": 3150.7260385738,
"unrealized_pnl_exit_net": -1484.5215398913
},
{
"timestamp": "2025-08-26T23:59:00+00:00",
"base_asset_bal": 329724,
"quote_asset_bal": 7565.5880861242,
"total_value_mid": 9171.6736901242,
"total_value_exit_net": 9170.4691259212,
"total_value": 9171.6736901242,
"base_cost_quote": 2985.5283501615,
"unrealized_pnl_exit_net": -1380.6473103645
},
{
"timestamp": "2025-08-27T23:59:00+00:00",
"base_asset_bal": 295472,
"quote_asset_bal": 7758.160957268,
"total_value_mid": 9231.975293268,
"total_value_exit_net": 9230.869932516,
"total_value": 9231.975293268,
"base_cost_quote": 2795.29397931,
"unrealized_pnl_exit_net": -1322.585004062
},
{
"timestamp": "2025-08-28T23:59:00+00:00",
"base_asset_bal": 286461,
"quote_asset_bal": 7804.1781551163,
"total_value_mid": 9274.5824681163,
"total_value_exit_net": 9273.4796648815,
"total_value": 9274.5824681163,
"base_cost_quote": 2750.2174032145,
"unrealized_pnl_exit_net": -1280.9158934493
},
{
"timestamp": "2025-08-29T23:59:00+00:00",
"base_asset_bal": 301778,
"quote_asset_bal": 7730.0204613733,
"total_value_mid": 9187.6082013733,
"total_value_exit_net": 9186.5150105683,
"total_value": 9187.6082013733,
"base_cost_quote": 2825.3196116575,
"unrealized_pnl_exit_net": -1368.8250624625
},
{
"timestamp": "2025-08-30T23:59:00+00:00",
"base_asset_bal": 293554,
"quote_asset_bal": 7770.5138179748,
"total_value_mid": 9221.2576859748,
"total_value_exit_net": 9220.1696280738,
"total_value": 9221.2576859748,
"base_cost_quote": 2785.27563118,
"unrealized_pnl_exit_net": -1335.619821081
},
{
"timestamp": "2025-08-31T23:59:00+00:00",
"base_asset_bal": 309007,
"quote_asset_bal": 7695.6469570238,
"total_value_mid": 9179.1895640237,
"total_value_exit_net": 9178.0769070685,
"total_value": 9179.1895640237,
"base_cost_quote": 2860.360150366,
"unrealized_pnl_exit_net": -1377.9302003213
},
{
"timestamp": "2025-09-01T23:59:00+00:00",
"base_asset_bal": 332478,
"quote_asset_bal": 7586.1102275748,
"total_value_mid": 9122.1585875747,
"total_value_exit_net": 9121.0065513047,
"total_value": 9122.1585875747,
"base_cost_quote": 2970.4906753578,
"unrealized_pnl_exit_net": -1435.5943516278
},
{
"timestamp": "2025-09-02T23:59:00+00:00",
"base_asset_bal": 301007,
"quote_asset_bal": 7737.005199,
"total_value_mid": 9218.561653,
"total_value_exit_net": 9217.4504856595,
"total_value": 9218.561653,
"base_cost_quote": 2820.3073903088,
"unrealized_pnl_exit_net": -1339.8621036493
},
{
"timestamp": "2025-09-03T23:59:00+00:00",
"base_asset_bal": 290221,
"quote_asset_bal": 7792.767158766,
"total_value_mid": 9208.465196766,
"total_value_exit_net": 9207.4034232375,
"total_value": 9208.465196766,
"base_cost_quote": 2765.242021233,
"unrealized_pnl_exit_net": -1350.6057567615
},
{
"timestamp": "2025-09-04T23:59:00+00:00",
"base_asset_bal": 308909,
"quote_asset_bal": 7703.037836617,
"total_value_mid": 9160.470498617,
"total_value_exit_net": 9159.3774241205,
"total_value": 9160.470498617,
"base_cost_quote": 2855.3583518285,
"unrealized_pnl_exit_net": -1399.018764325
},
{
"timestamp": "2025-09-05T23:59:00+00:00",
"base_asset_bal": 300480,
"quote_asset_bal": 7743.4717187748,
"total_value_mid": 9186.0761987747,
"total_value_exit_net": 9184.9942454147,
"total_value": 9186.0761987747,
"base_cost_quote": 2815.3014126392,
"unrealized_pnl_exit_net": -1373.7788859993
},
{
"timestamp": "2025-09-06T23:59:00+00:00",
"base_asset_bal": 300485,
"quote_asset_bal": 7743.6254525105,
"total_value_mid": 9199.4752775105,
"total_value_exit_net": 9198.3833901418,
"total_value": 9199.4752775105,
"base_cost_quote": 2815.3086940962,
"unrealized_pnl_exit_net": -1360.550756465
},
{
"timestamp": "2025-09-07T23:59:00+00:00",
"base_asset_bal": 291232,
"quote_asset_bal": 7788.9021819763,
"total_value_mid": 9214.7740539763,
"total_value_exit_net": 9213.7046500723,
"total_value": 9214.7740539763,
"base_cost_quote": 2770.246735956,
"unrealized_pnl_exit_net": -1345.44426786
},
{
"timestamp": "2025-09-08T23:59:00+00:00",
"base_asset_bal": 283109,
"quote_asset_bal": 7829.3100663808,
"total_value_mid": 9251.6496823808,
"total_value_exit_net": 9250.5829276688,
"total_value": 9251.6496823808,
"base_cost_quote": 2730.2034039645,
"unrealized_pnl_exit_net": -1308.9305426765
},
{
"timestamp": "2025-09-09T23:59:00+00:00",
"base_asset_bal": 293900,
"quote_asset_bal": 7774.7174980378,
"total_value_mid": 9245.0991980377,
"total_value_exit_net": 9243.9964117627,
"total_value": 9245.0991980377,
"base_cost_quote": 2785.2725578768,
"unrealized_pnl_exit_net": -1315.9936441518
},
{
"timestamp": "2025-09-10T23:59:00+00:00",
"base_asset_bal": 291876,
"quote_asset_bal": 7785.0811476375,
"total_value_mid": 9262.8493356375,
"total_value_exit_net": 9261.7410094965,
"total_value": 9262.8493356375,
"base_cost_quote": 2775.258219752,
"unrealized_pnl_exit_net": -1298.598357893
},
{
"timestamp": "2025-09-11T23:59:00+00:00",
"base_asset_bal": 282071,
"quote_asset_bal": 7835.5709932665,
"total_value_mid": 9300.3656962665,
"total_value_exit_net": 9299.2671002393,
"total_value": 9300.3656962665,
"base_cost_quote": 2725.192954944,
"unrealized_pnl_exit_net": -1261.4968479713
},
{
"timestamp": "2025-09-12T23:59:00+00:00",
"base_asset_bal": 279201,
"quote_asset_bal": 7850.9903217948,
"total_value_mid": 9347.7868827948,
"total_value_exit_net": 9346.664285374,
"total_value": 9347.7868827948,
"base_cost_quote": 2710.1616088833,
"unrealized_pnl_exit_net": -1214.487645304
},
{
"timestamp": "2025-09-13T23:59:00+00:00",
"base_asset_bal": 265732,
"quote_asset_bal": 7927.0216662838,
"total_value_mid": 9465.3442142838,
"total_value_exit_net": 9464.1904723728,
"total_value": 9465.3442142838,
"base_cost_quote": 2635.0698442673,
"unrealized_pnl_exit_net": -1097.9010381783
},
{
"timestamp": "2025-09-14T23:59:00+00:00",
"base_asset_bal": 289988,
"quote_asset_bal": 7792.4088328738,
"total_value_mid": 9366.4636968738,
"total_value_exit_net": 9365.2831557258,
"total_value": 9366.4636968738,
"base_cost_quote": 2770.2427509695,
"unrealized_pnl_exit_net": -1197.3684281175
},
{
"timestamp": "2025-09-15T23:59:00+00:00",
"base_asset_bal": 307061,
"quote_asset_bal": 7702.9516981718,
"total_value_mid": 9272.3404691718,
"total_value_exit_net": 9271.1634275936,
"total_value": 9272.3404691718,
"base_cost_quote": 2860.3660968225,
"unrealized_pnl_exit_net": -1292.1543674008
},
{
"timestamp": "2025-09-16T23:59:00+00:00",
"base_asset_bal": 304100,
"quote_asset_bal": 7718.4087058103,
"total_value_mid": 9295.1672058103,
"total_value_exit_net": 9293.9846369353,
"total_value": 9295.1672058103,
"base_cost_quote": 2845.3476854555,
"unrealized_pnl_exit_net": -1269.7717543305
},
{
"timestamp": "2025-09-17T23:59:00+00:00",
"base_asset_bal": 308031,
"quote_asset_bal": 7698.8854172648,
"total_value_mid": 9317.8963532648,
"total_value_exit_net": 9316.6820950628,
"total_value": 9317.8963532648,
"base_cost_quote": 2865.3684747943,
"unrealized_pnl_exit_net": -1247.5717969963
},
{
"timestamp": "2025-09-18T23:59:00+00:00",
"base_asset_bal": 308978,
"quote_asset_bal": 7694.1698305023,
"total_value_mid": 9318.1581985023,
"total_value_exit_net": 9316.9402072263,
"total_value": 9318.1581985023,
"base_cost_quote": 2870.3767041513,
"unrealized_pnl_exit_net": -1247.6063274273
},
{
"timestamp": "2025-09-19T23:59:00+00:00",
"base_asset_bal": 321745,
"quote_asset_bal": 7629.4429638918,
"total_value_mid": 9241.3854138918,
"total_value_exit_net": 9240.1764570543,
"total_value": 9241.3854138918,
"base_cost_quote": 2935.464232213,
"unrealized_pnl_exit_net": -1324.7307390505
},
{
"timestamp": "2025-09-20T23:59:00+00:00",
"base_asset_bal": 320722,
"quote_asset_bal": 7634.7350014045,
"total_value_mid": 9249.8909934045,
"total_value_exit_net": 9248.6796264105,
"total_value": 9249.8909934045,
"base_cost_quote": 2930.454281566,
"unrealized_pnl_exit_net": -1316.50965656
},
{
"timestamp": "2025-09-21T23:59:00+00:00",
"base_asset_bal": 331766,
"quote_asset_bal": 7579.9181066715,
"total_value_mid": 9217.8468486715,
"total_value_exit_net": 9216.618402115,
"total_value": 9217.8468486715,
"base_cost_quote": 2985.529945357,
"unrealized_pnl_exit_net": -1348.8296499135
},
{
"timestamp": "2025-09-22T23:59:00+00:00",
"base_asset_bal": 365755,
"quote_asset_bal": 7420.3891870948,
"total_value_mid": 9061.8976270948,
"total_value_exit_net": 9060.6664957648,
"total_value": 9061.8976270948,
"base_cost_quote": 3145.733247787,
"unrealized_pnl_exit_net": -1505.455939117
},
{
"timestamp": "2025-09-23T23:59:00+00:00",
"base_asset_bal": 362497,
"quote_asset_bal": 7436.1857338953,
"total_value_mid": 9052.5598568953,
"total_value_exit_net": 9051.347576303,
"total_value": 9052.5598568953,
"base_cost_quote": 3130.7118802045,
"unrealized_pnl_exit_net": -1515.5500377968
},
{
"timestamp": "2025-09-24T23:59:00+00:00",
"base_asset_bal": 376066,
"quote_asset_bal": 7376.5086357745,
"total_value_mid": 9024.8059137745,
"total_value_exit_net": 9023.569690816,
"total_value": 9024.8059137745,
"base_cost_quote": 3190.7866385065,
"unrealized_pnl_exit_net": -1543.725583465
},
{
"timestamp": "2025-09-25T23:59:00+00:00",
"base_asset_bal": 423096,
"quote_asset_bal": 7182.117417808,
"total_value_mid": 8852.500425808,
"total_value_exit_net": 8851.247638552,
"total_value": 8852.500425808,
"base_cost_quote": 3386.0118767032,
"unrealized_pnl_exit_net": -1716.8816559592
},
{
"timestamp": "2025-09-26T23:59:00+00:00",
"base_asset_bal": 387633,
"quote_asset_bal": 7328.2797949503,
"total_value_mid": 8976.8829439502,
"total_value_exit_net": 8975.6464915885,
"total_value": 8976.8829439502,
"base_cost_quote": 3240.8436421233,
"unrealized_pnl_exit_net": -1593.476945485
},
{
"timestamp": "2025-09-27T23:59:00+00:00",
"base_asset_bal": 392362,
"quote_asset_bal": 7308.5021630565,
"total_value_mid": 8959.5614590565,
"total_value_exit_net": 8958.3231645845,
"total_value": 8959.5614590565,
"base_cost_quote": 3260.867281598,
"unrealized_pnl_exit_net": -1611.04628007
},
{
"timestamp": "2025-09-28T23:59:00+00:00",
"base_asset_bal": 388914,
"quote_asset_bal": 7323.7834490315,
"total_value_mid": 8989.8910250315,
"total_value_exit_net": 8988.6414443495,
"total_value": 8989.8910250315,
"base_cost_quote": 3245.8496318018,
"unrealized_pnl_exit_net": -1580.9916364838
},
{
"timestamp": "2025-09-29T23:59:00+00:00",
"base_asset_bal": 392431,
"quote_asset_bal": 7309.0805498958,
"total_value_mid": 8964.7469388957,
"total_value_exit_net": 8963.505189104,
"total_value": 8964.7469388957,
"base_cost_quote": 3260.8658905555,
"unrealized_pnl_exit_net": -1606.4412513473
},
{
"timestamp": "2025-09-30T23:59:00+00:00",
"base_asset_bal": 398411,
"quote_asset_bal": 7284.4213082978,
"total_value_mid": 8948.5840552978,
"total_value_exit_net": 8947.3359332375,
"total_value": 8948.5840552978,
"base_cost_quote": 3285.8925074513,
"unrealized_pnl_exit_net": -1622.9778825115
},
{
"timestamp": "2025-10-01T23:59:00+00:00",
"base_asset_bal": 384412,
"quote_asset_bal": 7344.8363944603,
"total_value_mid": 9019.7194784602,
"total_value_exit_net": 9018.4633161472,
"total_value": 9019.7194784602,
"base_cost_quote": 3225.8282119905,
"unrealized_pnl_exit_net": -1552.2012903035
},
{
"timestamp": "2025-10-02T23:59:00+00:00",
"base_asset_bal": 371932,
"quote_asset_bal": 7400.3469216875,
"total_value_mid": 9056.1881856875,
"total_value_exit_net": 9054.9463047395,
"total_value": 9056.1881856875,
"base_cost_quote": 3170.7606792933,
"unrealized_pnl_exit_net": -1516.1612962413
},
{
"timestamp": "2025-10-03T23:59:00+00:00",
"base_asset_bal": 369671,
"quote_asset_bal": 7410.9410204785,
"total_value_mid": 9059.6736804785,
"total_value_exit_net": 9058.4371309835,
"total_value": 9059.6736804785,
"base_cost_quote": 3160.7463371655,
"unrealized_pnl_exit_net": -1513.2502266605
},
{
"timestamp": "2025-10-04T23:59:00+00:00",
"base_asset_bal": 389236,
"quote_asset_bal": 7326.2127972145,
"total_value_mid": 8977.3519092145,
"total_value_exit_net": 8976.1135548805,
"total_value": 8977.3519092145,
"base_cost_quote": 3245.839054875,
"unrealized_pnl_exit_net": -1595.938297209
},
{
"timestamp": "2025-10-05T23:59:00+00:00",
"base_asset_bal": 391551,
"quote_asset_bal": 7316.5946014668,
"total_value_mid": 8970.8975764667,
"total_value_exit_net": 8969.6568492355,
"total_value": 8970.8975764667,
"base_cost_quote": 3255.8576001528,
"unrealized_pnl_exit_net": -1602.795352384
},
{
"timestamp": "2025-10-06T23:59:00+00:00",
"base_asset_bal": 369685,
"quote_asset_bal": 7412.5096816038,
"total_value_mid": 9042.4508466037,
"total_value_exit_net": 9041.22839073,
"total_value": 9042.4508466037,
"base_cost_quote": 3160.7443486753,
"unrealized_pnl_exit_net": -1532.025639549
},
{
"timestamp": "2025-10-07T23:59:00+00:00",
"base_asset_bal": 395231,
"quote_asset_bal": 7302.833402259,
"total_value_mid": 8960.827447259,
"total_value_exit_net": 8959.5839517252,
"total_value": 8960.827447259,
"base_cost_quote": 3270.889264452,
"unrealized_pnl_exit_net": -1614.1387149858
},
{
"timestamp": "2025-10-08T23:59:00+00:00",
"base_asset_bal": 377592,
"quote_asset_bal": 7378.444636037,
"total_value_mid": 9006.998932037,
"total_value_exit_net": 9005.777516315,
"total_value": 9006.998932037,
"base_cost_quote": 3195.7925541295,
"unrealized_pnl_exit_net": -1568.4596738515
},
{
"timestamp": "2025-10-09T23:59:00+00:00",
"base_asset_bal": 391584,
"quote_asset_bal": 7318.8994642128,
"total_value_mid": 8959.6364242128,
"total_value_exit_net": 8958.4058714928,
"total_value": 8959.6364242128,
"base_cost_quote": 3255.868107027,
"unrealized_pnl_exit_net": -1616.361699747
},
{
"timestamp": "2025-10-10T23:59:00+00:00",
"base_asset_bal": 343204,
"quote_asset_bal": 7530.7651925698,
"total_value_mid": 8523.9975685697,
"total_value_exit_net": 8523.2526442877,
"total_value": 8523.9975685697,
"base_cost_quote": 3045.6195617943,
"unrealized_pnl_exit_net": -2053.1321100763
},
{
"timestamp": "2025-10-11T23:59:00+00:00",
"base_asset_bal": 387699,
"quote_asset_bal": 7387.7178292932,
"total_value_mid": 8610.9081742932,
"total_value_exit_net": 8609.9907815345,
"total_value": 8610.9081742932,
"base_cost_quote": 3190.7705224285,
"unrealized_pnl_exit_net": -1968.4975701873
},
{
"timestamp": "2025-10-12T23:59:00+00:00",
"base_asset_bal": 358532,
"quote_asset_bal": 7479.3000369447,
"total_value_mid": 8733.8035049447,
"total_value_exit_net": 8732.8626273437,
"total_value": 8733.8035049447,
"base_cost_quote": 3100.68000718,
"unrealized_pnl_exit_net": -1847.117416781
},
{
"timestamp": "2025-10-13T23:59:00+00:00",
"base_asset_bal": 359365,
"quote_asset_bal": 7475.5011264742,
"total_value_mid": 8823.4792414742,
"total_value_exit_net": 8822.468257888,
"total_value": 8823.4792414742,
"base_cost_quote": 3105.682432187,
"unrealized_pnl_exit_net": -1758.7153007733
},
{
"timestamp": "2025-10-14T23:59:00+00:00",
"base_asset_bal": 388072,
"quote_asset_bal": 7372.111058263,
"total_value_mid": 8759.856530263,
"total_value_exit_net": 8758.815721159,
"total_value": 8759.856530263,
"base_cost_quote": 3210.8063820615,
"unrealized_pnl_exit_net": -1824.1017191655
},
{
"timestamp": "2025-10-15T23:59:00+00:00",
"base_asset_bal": 415193,
"quote_asset_bal": 7278.0562834905,
"total_value_mid": 8704.6594314904,
"total_value_exit_net": 8703.5894791294,
"total_value": 8704.6594314904,
"base_cost_quote": 3305.907184209,
"unrealized_pnl_exit_net": -1880.37398857
},
{
"timestamp": "2025-10-16T23:59:00+00:00",
"base_asset_bal": 440766,
"quote_asset_bal": 7194.4845144913,
"total_value_mid": 8640.6377604913,
"total_value_exit_net": 8639.5531455568,
"total_value": 8640.6377604913,
"base_cost_quote": 3390.9951473553,
"unrealized_pnl_exit_net": -1945.9265162898
},
{
"timestamp": "2025-10-17T23:59:00+00:00",
"base_asset_bal": 459662,
"quote_asset_bal": 7135.4364759185,
"total_value_mid": 8610.4918339185,
"total_value_exit_net": 8609.3855424,
"total_value": 8610.4918339185,
"base_cost_quote": 3451.060667734,
"unrealized_pnl_exit_net": -1977.1116012525
},
{
"timestamp": "2025-10-18T23:59:00+00:00",
"base_asset_bal": 451892,
"quote_asset_bal": 7160.7828797642,
"total_value_mid": 8627.1724197642,
"total_value_exit_net": 8626.0726276092,
"total_value": 8627.1724197642,
"base_cost_quote": 3426.0343390543,
"unrealized_pnl_exit_net": -1960.7445912093
},
{
"timestamp": "2025-10-19T23:59:00+00:00",
"base_asset_bal": 441111,
"quote_asset_bal": 7196.4408144322,
"total_value_mid": 8669.7515544322,
"total_value_exit_net": 8668.6465713772,
"total_value": 8669.7515544322,
"base_cost_quote": 3390.9978603885,
"unrealized_pnl_exit_net": -1918.7921034435
},
{
"timestamp": "2025-10-20T23:59:00+00:00",
"base_asset_bal": 430610,
"quote_asset_bal": 7231.917345398,
"total_value_mid": 8692.1158553979,
"total_value_exit_net": 8691.0207065154,
"total_value": 8692.1158553979,
"base_cost_quote": 3355.963174066,
"unrealized_pnl_exit_net": -1896.8598129485
},
{
"timestamp": "2025-10-21T23:59:00+00:00",
"base_asset_bal": 436827,
"quote_asset_bal": 7212.4693739092,
"total_value_mid": 8648.7565499092,
"total_value_exit_net": 8647.6793345272,
"total_value": 8648.7565499092,
"base_cost_quote": 3375.9883186688,
"unrealized_pnl_exit_net": -1940.7783580508
},
{
"timestamp": "2025-10-22T23:59:00+00:00",
"base_asset_bal": 447526,
"quote_asset_bal": 7178.0519506467,
"total_value_mid": 8602.9747346467,
"total_value_exit_net": 8601.9060425587,
"total_value": 8602.9747346467,
"base_cost_quote": 3411.019499364,
"unrealized_pnl_exit_net": -1987.165407452
},
{
"timestamp": "2025-10-23T23:59:00+00:00",
"base_asset_bal": 433617,
"quote_asset_bal": 7223.577603359,
"total_value_mid": 8659.283490359,
"total_value_exit_net": 8658.2067109437,
"total_value": 8659.283490359,
"base_cost_quote": 3365.9745749895,
"unrealized_pnl_exit_net": -1931.3454674048
},
{
"timestamp": "2025-10-24T23:59:00+00:00",
"base_asset_bal": 433690,
"quote_asset_bal": 7223.9806911375,
"total_value_mid": 8651.2544811375,
"total_value_exit_net": 8650.184025795,
"total_value": 8651.2544811375,
"base_cost_quote": 3365.9739705365,
"unrealized_pnl_exit_net": -1939.770635879
},
{
"timestamp": "2025-10-25T23:59:00+00:00",
"base_asset_bal": 441218,
"quote_asset_bal": 7199.0973700977,
"total_value_mid": 8654.6755520977,
"total_value_exit_net": 8653.5838684612,
"total_value": 8654.6755520977,
"base_cost_quote": 3390.9992414235,
"unrealized_pnl_exit_net": -1936.51274306
},
{
"timestamp": "2025-10-26T23:59:00+00:00",
"base_asset_bal": 420278,
"quote_asset_bal": 7269.5126679525,
"total_value_mid": 8699.2984239525,
"total_value_exit_net": 8698.2260846355,
"total_value": 8699.2984239525,
"base_cost_quote": 3320.9216786405,
"unrealized_pnl_exit_net": -1892.2082619575
},
{
"timestamp": "2025-10-27T23:59:00+00:00",
"base_asset_bal": 442532,
"quote_asset_bal": 7194.799789,
"total_value_mid": 8656.0404529999,
"total_value_exit_net": 8654.9445225019,
"total_value": 8656.0404529999,
"base_cost_quote": 3395.9993336822,
"unrealized_pnl_exit_net": -1935.8546001803
},
{
"timestamp": "2025-10-28T23:59:00+00:00",
"base_asset_bal": 396383,
"quote_asset_bal": 7356.0287887987,
"total_value_mid": 8649.0301347987,
"total_value_exit_net": 8648.0603837892,
"total_value": 8649.0301347987,
"base_cost_quote": 3235.818425035,
"unrealized_pnl_exit_net": -1943.7868300445
},
{
"timestamp": "2025-10-29T23:59:00+00:00",
"base_asset_bal": 402210,
"quote_asset_bal": 7336.7122011755,
"total_value_mid": 8671.2449811755,
"total_value_exit_net": 8670.2440815905,
"total_value": 8671.2449811755,
"base_cost_quote": 3255.839265412,
"unrealized_pnl_exit_net": -1922.307384997
},
{
"timestamp": "2025-10-30T23:59:00+00:00",
"base_asset_bal": 360861,
"quote_asset_bal": 7488.8377774355,
"total_value_mid": 8608.9503214355,
"total_value_exit_net": 8608.1102370275,
"total_value": 8608.9503214355,
"base_cost_quote": 3105.6871146963,
"unrealized_pnl_exit_net": -1986.4146551043
},
{
"timestamp": "2025-10-31T23:59:00+00:00",
"base_asset_bal": 370303,
"quote_asset_bal": 7459.28125267,
"total_value_mid": 8629.80903567,
"total_value_exit_net": 8628.9311398327,
"total_value": 8629.80903567,
"base_cost_quote": 3135.7197202698,
"unrealized_pnl_exit_net": -1966.069833107
},
{
"timestamp": "2025-11-01T23:59:00+00:00",
"base_asset_bal": 366575,
"quote_asset_bal": 7470.0514736052,
"total_value_mid": 8709.4415486052,
"total_value_exit_net": 8708.512006049,
"total_value": 8709.4415486052,
"base_cost_quote": 3125.7043553755,
"unrealized_pnl_exit_net": -1887.2438229318
},
{
"timestamp": "2025-11-02T23:59:00+00:00",
"base_asset_bal": 388079,
"quote_asset_bal": 7395.960002257,
"total_value_mid": 8700.681600257,
"total_value_exit_net": 8699.7030590585,
"total_value": 8700.681600257,
"base_cost_quote": 3200.7882871213,
"unrealized_pnl_exit_net": -1897.0452303198
},
{
"timestamp": "2025-11-03T23:59:00+00:00",
"base_asset_bal": 435084,
"quote_asset_bal": 7247.317636852,
"total_value_mid": 8542.562704852,
"total_value_exit_net": 8541.591271051,
"total_value": 8542.562704852,
"base_cost_quote": 3350.9455866958,
"unrealized_pnl_exit_net": -2056.6719524968
},
{
"timestamp": "2025-11-04T23:59:00+00:00",
"base_asset_bal": 465140,
"quote_asset_bal": 7159.2567794135,
"total_value_mid": 8516.0701594135,
"total_value_exit_net": 8515.0525493785,
"total_value": 8516.0701594135,
"base_cost_quote": 3441.041158734,
"unrealized_pnl_exit_net": -2085.245388769
},
{
"timestamp": "2025-11-05T23:59:00+00:00",
"base_asset_bal": 427043,
"quote_asset_bal": 7275.5959470287,
"total_value_mid": 8611.8134940287,
"total_value_exit_net": 8610.8113308685,
"total_value": 8611.8134940287,
"base_cost_quote": 3325.9200776303,
"unrealized_pnl_exit_net": -1990.7046937905
},
{
"timestamp": "2025-11-06T23:59:00+00:00",
"base_asset_bal": 434964,
"quote_asset_bal": 7251.5022953215,
"total_value_mid": 8586.8417753215,
"total_value_exit_net": 8585.8402707115,
"total_value": 8586.8417753215,
"base_cost_quote": 3350.942995754,
"unrealized_pnl_exit_net": -2016.605020364
},
{
"timestamp": "2025-11-07T23:59:00+00:00",
"base_asset_bal": 373334,
"quote_asset_bal": 7453.2145763633,
"total_value_mid": 8744.2035483633,
"total_value_exit_net": 8743.2353066343,
"total_value": 8744.2035483633,
"base_cost_quote": 3150.731101368,
"unrealized_pnl_exit_net": -1860.710371097
},
{
"timestamp": "2025-11-08T23:59:00+00:00",
"base_asset_bal": 380439,
"quote_asset_bal": 7429.5105271933,
"total_value_mid": 8720.7204931932,
"total_value_exit_net": 8719.7520857187,
"total_value": 8720.7204931932,
"base_cost_quote": 3175.7602691755,
"unrealized_pnl_exit_net": -1885.51871065
},
{
"timestamp": "2025-11-09T23:59:00+00:00",
"base_asset_bal": 384860,
"quote_asset_bal": 7415.3267391648,
"total_value_mid": 8721.1567191648,
"total_value_exit_net": 8720.1773466798,
"total_value": 8721.1567191648,
"base_cost_quote": 3190.7801486428,
"unrealized_pnl_exit_net": -1885.9295411278
},
{
"timestamp": "2025-11-10T23:59:00+00:00",
"base_asset_bal": 389333,
"quote_asset_bal": 7401.4089918218,
"total_value_mid": 8711.1252038217,
"total_value_exit_net": 8710.1429166627,
"total_value": 8711.1252038217,
"base_cost_quote": 3205.7930238608,
"unrealized_pnl_exit_net": -1897.0590990198
},
{
"timestamp": "2025-11-11T23:59:00+00:00",
"base_asset_bal": 405379,
"quote_asset_bal": 7352.5458267828,
"total_value_mid": 8648.9478687827,
"total_value_exit_net": 8647.9755672512,
"total_value": 8648.9478687827,
"base_cost_quote": 3255.836755531,
"unrealized_pnl_exit_net": -1960.4070150625
},
{
"timestamp": "2025-11-12T23:59:00+00:00",
"base_asset_bal": 399420,
"quote_asset_bal": 7373.4341340445,
"total_value_mid": 8645.5868340445,
"total_value_exit_net": 8644.6327195195,
"total_value": 8645.5868340445,
"base_cost_quote": 3235.8178696188,
"unrealized_pnl_exit_net": -1964.6192841438
},
{
"timestamp": "2025-11-13T23:59:00+00:00",
"base_asset_bal": 431018,
"quote_asset_bal": 7274.8070720358,
"total_value_mid": 8595.8772420358,
"total_value_exit_net": 8594.8864394083,
"total_value": 8595.8772420358,
"base_cost_quote": 3335.9257752795,
"unrealized_pnl_exit_net": -2015.846407907
},
{
"timestamp": "2025-11-14T23:59:00+00:00",
"base_asset_bal": 455942,
"quote_asset_bal": 7201.4263133973,
"total_value_mid": 8545.9992713972,
"total_value_exit_net": 8544.9908416787,
"total_value": 8545.9992713972,
"base_cost_quote": 3411.007642478,
"unrealized_pnl_exit_net": -2067.4431141965
},
{
"timestamp": "2025-11-15T23:59:00+00:00",
"base_asset_bal": 445768,
"quote_asset_bal": 7231.9747915778,
"total_value_mid": 8569.7245595778,
"total_value_exit_net": 8568.7212472518,
"total_value": 8569.7245595778,
"base_cost_quote": 3380.974698651,
"unrealized_pnl_exit_net": -2044.228242977
},
{
"timestamp": "2025-11-16T23:59:00+00:00",
"base_asset_bal": 493473,
"quote_asset_bal": 7092.8612521238,
"total_value_mid": 8516.0373841237,
"total_value_exit_net": 8514.9700020247,
"total_value": 8516.0373841237,
"base_cost_quote": 3521.123035129,
"unrealized_pnl_exit_net": -2099.014285228
},
{
"timestamp": "2025-11-17T23:59:00+00:00",
"base_asset_bal": 486839,
"quote_asset_bal": 7114.3008135658,
"total_value_mid": 8507.6340315658,
"total_value_exit_net": 8506.5890316523,
"total_value": 8507.6340315658,
"base_cost_quote": 3501.0965925535,
"unrealized_pnl_exit_net": -2108.808374467
},
{
"timestamp": "2025-11-18T23:59:00+00:00",
"base_asset_bal": 482985,
"quote_asset_bal": 7125.7979454671,
"total_value_mid": 8540.943995467,
"total_value_exit_net": 8539.8826359295,
"total_value": 8540.943995467,
"base_cost_quote": 3491.0854928558,
"unrealized_pnl_exit_net": -2077.0008023933
},
{
"timestamp": "2025-11-19T23:59:00+00:00",
"base_asset_bal": 507683,
"quote_asset_bal": 7056.8890779086,
"total_value_mid": 8485.5090399086,
"total_value_exit_net": 8484.4375749371,
"total_value": 8485.5090399086,
"base_cost_quote": 3561.1597021255,
"unrealized_pnl_exit_net": -2133.611205097
},
{
"timestamp": "2025-11-20T23:59:00+00:00",
"base_asset_bal": 545932,
"quote_asset_bal": 6952.9871911346,
"total_value_mid": 8413.9012231345,
"total_value_exit_net": 8412.8055376105,
"total_value": 8413.9012231345,
"base_cost_quote": 3666.2742059208,
"unrealized_pnl_exit_net": -2206.4558594448
},
{
"timestamp": "2025-11-21T23:59:00+00:00",
"base_asset_bal": 598643,
"quote_asset_bal": 6819.8159202033,
"total_value_mid": 8331.3894952033,
"total_value_exit_net": 8330.255815022,
"total_value": 8331.3894952033,
"base_cost_quote": 3801.4121724375,
"unrealized_pnl_exit_net": -2290.9722776188
},
{
"timestamp": "2025-11-22T23:59:00+00:00",
"base_asset_bal": 604623,
"quote_asset_bal": 6805.8367001523,
"total_value_mid": 8324.6496761523,
"total_value_exit_net": 8323.5105664203,
"total_value": 8324.6496761523,
"base_cost_quote": 3816.424633345,
"unrealized_pnl_exit_net": -2298.7507670771
},
{
"timestamp": "2025-11-23T23:59:00+00:00",
"base_asset_bal": 579196,
"quote_asset_bal": 6871.6601553763,
"total_value_mid": 8320.8085473763,
"total_value_exit_net": 8319.7216860823,
"total_value": 8320.8085473763,
"base_cost_quote": 3751.361616653,
"unrealized_pnl_exit_net": -2303.3000859471
},
{
"timestamp": "2025-11-24T23:59:00+00:00",
"base_asset_bal": 579188,
"quote_asset_bal": 6872.5152578056,
"total_value_mid": 8369.1370498055,
"total_value_exit_net": 8368.0145834615,
"total_value": 8369.1370498055,
"base_cost_quote": 3751.3636531792,
"unrealized_pnl_exit_net": -2255.8643275233
},
{
"timestamp": "2025-11-25T23:59:00+00:00",
"base_asset_bal": 573560,
"quote_asset_bal": 6888.0919166556,
"total_value_mid": 8409.1730366555,
"total_value_exit_net": 8408.0322258155,
"total_value": 8409.1730366555,
"base_cost_quote": 3736.3441429887,
"unrealized_pnl_exit_net": -2216.4038338288
},
{
"timestamp": "2025-11-26T23:59:00+00:00",
"base_asset_bal": 583143,
"quote_asset_bal": 6863.4468599993,
"total_value_mid": 8393.6140919993,
"total_value_exit_net": 8392.4664665753,
"total_value": 8393.6140919993,
"base_cost_quote": 3761.3752632595,
"unrealized_pnl_exit_net": -2232.3556566835
},
{
"timestamp": "2025-11-27T23:59:00+00:00",
"base_asset_bal": 540680,
"quote_asset_bal": 6979.2664543458,
"total_value_mid": 8494.2518143458,
"total_value_exit_net": 8493.1155753258,
"total_value": 8494.2518143458,
"base_cost_quote": 3646.2465104062,
"unrealized_pnl_exit_net": -2132.3973894263
},
{
"timestamp": "2025-11-28T23:59:00+00:00",
"base_asset_bal": 456896,
"quote_asset_bal": 7246.9121134449,
"total_value_mid": 8475.9623534449,
"total_value_exit_net": 8475.0405657649,
"total_value": 8475.9623534449,
"base_cost_quote": 3380.970635606,
"unrealized_pnl_exit_net": -2152.842183286
},
{
"timestamp": "2025-11-29T23:59:00+00:00",
"base_asset_bal": 473847,
"quote_asset_bal": 7202.3871296771,
"total_value_mid": 8446.2355046771,
"total_value_exit_net": 8445.3026183958,
"total_value": 8446.2355046771,
"base_cost_quote": 3426.0198181718,
"unrealized_pnl_exit_net": -2183.104329453
},
{
"timestamp": "2025-11-30T23:59:00+00:00",
"base_asset_bal": 500893,
"quote_asset_bal": 7132.8403466053,
"total_value_mid": 8399.5987436053,
"total_value_exit_net": 8398.6486748075,
"total_value": 8399.5987436053,
"base_cost_quote": 3496.0835706047,
"unrealized_pnl_exit_net": -2230.2752424025
},
{
"timestamp": "2025-12-01T23:59:00+00:00",
"base_asset_bal": 512682,
"quote_asset_bal": 7104.0235741224,
"total_value_mid": 8368.2973861223,
"total_value_exit_net": 8367.3491807633,
"total_value": 8368.2973861223,
"base_cost_quote": 3526.1102177127,
"unrealized_pnl_exit_net": -2262.7846110718
},
{
"timestamp": "2025-12-02T23:59:00+00:00",
"base_asset_bal": 471458,
"quote_asset_bal": 7210.0338082561,
"total_value_mid": 8435.3531502561,
"total_value_exit_net": 8434.4341607496,
"total_value": 8435.3531502561,
"base_cost_quote": 3421.0146280925,
"unrealized_pnl_exit_net": -2196.614275599
},
{
"timestamp": "2025-12-03T23:59:00+00:00",
"base_asset_bal": 463704,
"quote_asset_bal": 7230.6194601789,
"total_value_mid": 8446.9150521788,
"total_value_exit_net": 8446.0028304848,
"total_value": 8446.9150521788,
"base_cost_quote": 3400.9939068048,
"unrealized_pnl_exit_net": -2185.6105364988
},
{
"timestamp": "2025-12-04T23:59:00+00:00",
"base_asset_bal": 484914,
"quote_asset_bal": 7175.9419440751,
"total_value_mid": 8415.8670420751,
"total_value_exit_net": 8414.9370982516,
"total_value": 8415.8670420751,
"base_cost_quote": 3456.0545163135,
"unrealized_pnl_exit_net": -2217.059362137
},
{
"timestamp": "2025-12-05T23:59:00+00:00",
"base_asset_bal": 428314,
"quote_asset_bal": 7328.1518127626,
"total_value_mid": 8481.1731007626,
"total_value_exit_net": 8480.3083347966,
"total_value": 8481.1731007626,
"base_cost_quote": 3305.8920868945,
"unrealized_pnl_exit_net": -2153.7355648605
},
{
"timestamp": "2025-12-06T23:59:00+00:00",
"base_asset_bal": 422880,
"quote_asset_bal": 7344.7758305589,
"total_value_mid": 8484.8603105589,
"total_value_exit_net": 8484.0052471989,
"total_value": 8484.8603105589,
"base_cost_quote": 3290.8764786282,
"unrealized_pnl_exit_net": -2151.6470619882
},
{
"timestamp": "2025-12-07T23:59:00+00:00",
"base_asset_bal": 434028,
"quote_asset_bal": 7315.5113694844,
"total_value_mid": 8467.4216814843,
"total_value_exit_net": 8466.5577487504,
"total_value": 8467.4216814843,
"base_cost_quote": 3320.9054975138,
"unrealized_pnl_exit_net": -2169.8591182478
},
{
"timestamp": "2025-12-08T23:59:00+00:00",
"base_asset_bal": 426497,
"quote_asset_bal": 7336.0760861654,
"total_value_mid": 8482.5000221653,
"total_value_exit_net": 8481.6402042133,
"total_value": 8482.5000221653,
"base_cost_quote": 3300.8904945115,
"unrealized_pnl_exit_net": -2155.3263764635
},
{
"timestamp": "2025-12-09T23:59:00+00:00",
"base_asset_bal": 426018,
"quote_asset_bal": 7336.6618058543,
"total_value_mid": 8502.6730718543,
"total_value_exit_net": 8501.7985634048,
"total_value": 8502.6730718543,
"base_cost_quote": 3300.8905555572,
"unrealized_pnl_exit_net": -2135.7537980068
},
{
"timestamp": "2025-12-10T23:59:00+00:00",
"base_asset_bal": 446567,
"quote_asset_bal": 7282.0349162461,
"total_value_mid": 8466.777167246,
"total_value_exit_net": 8465.8886105578,
"total_value": 8466.777167246,
"base_cost_quote": 3355.9421413033,
"unrealized_pnl_exit_net": -2172.0884469915
},
{
"timestamp": "2025-12-11T23:59:00+00:00",
"base_asset_bal": 456088,
"quote_asset_bal": 7257.5444376943,
"total_value_mid": 8450.2145576943,
"total_value_exit_net": 8449.3200551043,
"total_value": 8450.2145576943,
"base_cost_quote": 3380.9676793905,
"unrealized_pnl_exit_net": -2189.1920619805
},
{
"timestamp": "2025-12-12T23:59:00+00:00",
"base_asset_bal": 477449,
"quote_asset_bal": 7202.7907802303,
"total_value_mid": 8423.6278732303,
"total_value_exit_net": 8422.7122454105,
"total_value": 8423.6278732303,
"base_cost_quote": 3436.0254777925,
"unrealized_pnl_exit_net": -2216.1040126123
},
{
"timestamp": "2025-12-13T23:59:00+00:00",
"base_asset_bal": 473558,
"quote_asset_bal": 7212.9224823678,
"total_value_mid": 8436.1227963678,
"total_value_exit_net": 8435.2053961323,
"total_value": 8436.1227963678,
"base_cost_quote": 3426.0158922295,
"unrealized_pnl_exit_net": -2203.732978465
},
{
"timestamp": "2025-12-14T23:59:00+00:00",
"base_asset_bal": 495299,
"quote_asset_bal": 7158.1430964241,
"total_value_mid": 8383.5128224241,
"total_value_exit_net": 8382.5937951296,
"total_value": 8383.5128224241,
"base_cost_quote": 3481.0721534795,
"unrealized_pnl_exit_net": -2256.621454774
},
{
"timestamp": "2025-12-15T23:59:00+00:00",
"base_asset_bal": 508030,
"quote_asset_bal": 7128.6033806273,
"total_value_mid": 8326.0300906273,
"total_value_exit_net": 8325.1320205948,
"total_value": 8326.0300906273,
"base_cost_quote": 3511.0951778725,
"unrealized_pnl_exit_net": -2314.566537905
},
{
"timestamp": "2025-12-16T23:59:00+00:00",
"base_asset_bal": 505615,
"quote_asset_bal": 7134.1130205656,
"total_value_mid": 8381.4652255656,
"total_value_exit_net": 8380.5297114118,
"total_value": 8381.4652255656,
"base_cost_quote": 3506.09407986,
"unrealized_pnl_exit_net": -2259.6773890138
},
{
"timestamp": "2025-12-17T23:59:00+00:00",
"base_asset_bal": 532988,
"quote_asset_bal": 7069.4534423244,
"total_value_mid": 8306.5185903244,
"total_value_exit_net": 8305.5907914634,
"total_value": 8306.5185903244,
"base_cost_quote": 3571.1556764878,
"unrealized_pnl_exit_net": -2335.0183273488
},
{
"timestamp": "2025-12-18T23:59:00+00:00",
"base_asset_bal": 555147,
"quote_asset_bal": 7019.8920705586,
"total_value_mid": 8254.5389985586,
"total_value_exit_net": 8253.6130133626,
"total_value": 8254.5389985586,
"base_cost_quote": 3621.208338851,
"unrealized_pnl_exit_net": -2387.4873960471
},
{
"timestamp": "2025-12-19T23:59:00+00:00",
"base_asset_bal": 542005,
"quote_asset_bal": 7050.4008722461,
"total_value_mid": 8371.2670572461,
"total_value_exit_net": 8370.2764076073,
"total_value": 8371.2670572461,
"base_cost_quote": 3591.1757803128,
"unrealized_pnl_exit_net": -2271.3002449516
},
{
"timestamp": "2025-12-20T23:59:00+00:00",
"base_asset_bal": 544049,
"quote_asset_bal": 7045.6346034154,
"total_value_mid": 8370.3939184154,
"total_value_exit_net": 8369.4003489291,
"total_value": 8370.3939184154,
"base_cost_quote": 3596.1832871283,
"unrealized_pnl_exit_net": -2272.4175416145
},
{
"timestamp": "2025-12-21T23:59:00+00:00",
"base_asset_bal": 525643,
"quote_asset_bal": 7091.0089038769,
"total_value_mid": 8342.5648868768,
"total_value_exit_net": 8341.6262198896,
"total_value": 8342.5648868768,
"base_cost_quote": 3551.1412889468,
"unrealized_pnl_exit_net": -2300.5239729341
},
{
"timestamp": "2025-12-22T23:59:00+00:00",
"base_asset_bal": 523479,
"quote_asset_bal": 7096.3666913539,
"total_value_mid": 8350.6223753539,
"total_value_exit_net": 8349.6816835909,
"total_value": 8350.6223753539,
"base_cost_quote": 3546.13504808,
"unrealized_pnl_exit_net": -2292.820055843
},
{
"timestamp": "2025-12-23T23:59:00+00:00",
"base_asset_bal": 531834,
"quote_asset_bal": 7076.6256819106,
"total_value_mid": 8342.9224359106,
"total_value_exit_net": 8341.9727133451,
"total_value": 8342.9224359106,
"base_cost_quote": 3566.1514501308,
"unrealized_pnl_exit_net": -2300.8044186963
},
{
"timestamp": "2025-12-24T23:59:00+00:00",
"base_asset_bal": 521267,
"quote_asset_bal": 7101.8721572756,
"total_value_mid": 8356.0405592756,
"total_value_exit_net": 8355.0999329741,
"total_value": 8356.0405592756,
"base_cost_quote": 3541.1294697098,
"unrealized_pnl_exit_net": -2287.9016940113
},
{
"timestamp": "2025-12-25T23:59:00+00:00",
"base_asset_bal": 521397,
"quote_asset_bal": 7102.1127813549,
"total_value_mid": 8325.3101433548,
"total_value_exit_net": 8324.3927453333,
"total_value": 8325.3101433548,
"base_cost_quote": 3541.1296498448,
"unrealized_pnl_exit_net": -2318.8496858663
},
{
"timestamp": "2025-12-26T23:59:00+00:00",
"base_asset_bal": 523499,
"quote_asset_bal": 7097.2561342806,
"total_value_mid": 8344.7542512806,
"total_value_exit_net": 8343.8186276929,
"total_value": 8344.7542512806,
"base_cost_quote": 3546.1306067515,
"unrealized_pnl_exit_net": -2299.5681133393
},
{
"timestamp": "2025-12-27T23:59:00+00:00",
"base_asset_bal": 515141,
"quote_asset_bal": 7117.5575788166,
"total_value_mid": 8392.5315538166,
"total_value_exit_net": 8391.5753233353,
"total_value": 8392.5315538166,
"base_cost_quote": 3526.11232229,
"unrealized_pnl_exit_net": -2252.0945777712
},
{
"timestamp": "2025-12-28T23:59:00+00:00",
"base_asset_bal": 442098,
"quote_asset_bal": 7318.6131665706,
"total_value_mid": 8410.5952265706,
"total_value_exit_net": 8409.7762400256,
"total_value": 8410.5952265706,
"base_cost_quote": 3325.9152239927,
"unrealized_pnl_exit_net": -2234.7521505378
},
{
"timestamp": "2025-12-29T23:59:00+00:00",
"base_asset_bal": 446202,
"quote_asset_bal": 7309.0054025191,
"total_value_mid": 8403.0927065191,
"total_value_exit_net": 8402.2721410411,
"total_value": 8403.0927065191,
"base_cost_quote": 3335.9252178617,
"unrealized_pnl_exit_net": -2242.6584793397
},
{
"timestamp": "2025-12-30T23:59:00+00:00",
"base_asset_bal": 454446,
"quote_asset_bal": 7289.2188873399,
"total_value_mid": 8380.3437333398,
"total_value_exit_net": 8379.5253897053,
"total_value": 8380.3437333398,
"base_cost_quote": 3355.945524839,
"unrealized_pnl_exit_net": -2265.6390224735
},
{
"timestamp": "2025-12-31T23:59:00+00:00",
"base_asset_bal": 460628,
"quote_asset_bal": 7274.3760425014,
"total_value_mid": 8363.7612625013,
"total_value_exit_net": 8362.9442235863,
"total_value": 8363.7612625013,
"base_cost_quote": 3370.9589945025,
"unrealized_pnl_exit_net": -2282.3908134175
},
{
"timestamp": "2026-01-01T23:59:00+00:00",
"base_asset_bal": 433689,
"quote_asset_bal": 7339.7051770346,
"total_value_mid": 8409.1822510346,
"total_value_exit_net": 8408.3801432291,
"total_value": 8409.1822510346,
"base_cost_quote": 3305.8948899952,
"unrealized_pnl_exit_net": -2237.2199238008
},
{
"timestamp": "2026-01-02T23:59:00+00:00",
"base_asset_bal": 417681,
"quote_asset_bal": 7380.5597134716,
"total_value_mid": 8498.6917504716,
"total_value_exit_net": 8497.8531514439,
"total_value": 8498.6917504716,
"base_cost_quote": 3265.85127279,
"unrealized_pnl_exit_net": -2148.5578348177
},
{
"timestamp": "2026-01-03T23:59:00+00:00",
"base_asset_bal": 428675,
"quote_asset_bal": 7350.9920045614,
"total_value_mid": 8507.1284795614,
"total_value_exit_net": 8506.2613772051,
"total_value": 8507.1284795614,
"base_cost_quote": 3295.880866106,
"unrealized_pnl_exit_net": -2140.6114934622
},
{
"timestamp": "2026-01-04T23:59:00+00:00",
"base_asset_bal": 426682,
"quote_asset_bal": 7356.4735777251,
"total_value_mid": 8551.1831777251,
"total_value_exit_net": 8550.2871455251,
"total_value": 8551.1831777251,
"base_cost_quote": 3290.8762174325,
"unrealized_pnl_exit_net": -2097.0626496325
},
{
"timestamp": "2026-01-05T23:59:00+00:00",
"base_asset_bal": 438934,
"quote_asset_bal": 7322.1268013431,
"total_value_mid": 8551.1420013431,
"total_value_exit_net": 8550.2202399431,
"total_value": 8551.1420013431,
"base_cost_quote": 3325.9120426085,
"unrealized_pnl_exit_net": -2097.8186040085
},
{
"timestamp": "2026-01-06T23:59:00+00:00",
"base_asset_bal": 442272,
"quote_asset_bal": 7312.7099784264,
"total_value_mid": 8567.4356424264,
"total_value_exit_net": 8566.4945981784,
"total_value": 8567.4356424264,
"base_cost_quote": 3335.9330877597,
"unrealized_pnl_exit_net": -2082.1484680077
},
{
"timestamp": "2026-01-07T23:59:00+00:00",
"base_asset_bal": 473033,
"quote_asset_bal": 7228.2380751084,
"total_value_mid": 8512.0496371083,
"total_value_exit_net": 8511.0867784368,
"total_value": 8512.0496371083,
"base_cost_quote": 3421.0164294425,
"unrealized_pnl_exit_net": -2138.167726114
},
{
"timestamp": "2026-01-08T23:59:00+00:00",
"base_asset_bal": 464133,
"quote_asset_bal": 7253.9049831809,
"total_value_mid": 8522.8446051808,
"total_value_exit_net": 8521.8929004643,
"total_value": 8522.8446051808,
"base_cost_quote": 3395.9889929325,
"unrealized_pnl_exit_net": -2128.001075649
},
{
"timestamp": "2026-01-09T23:59:00+00:00",
"base_asset_bal": 469590,
"quote_asset_bal": 7239.3597506809,
"total_value_mid": 8515.7053706808,
"total_value_exit_net": 8514.7481114658,
"total_value": 8515.7053706808,
"base_cost_quote": 3411.0065066267,
"unrealized_pnl_exit_net": -2135.6181458418
},
{
"timestamp": "2026-01-10T23:59:00+00:00",
"base_asset_bal": 467696,
"quote_asset_bal": 7244.5890036779,
"total_value_mid": 8514.8513396779,
"total_value_exit_net": 8513.8986429259,
"total_value": 8514.8513396779,
"base_cost_quote": 3406.0036893258,
"unrealized_pnl_exit_net": -2136.6940500778
},
{
"timestamp": "2026-01-11T23:59:00+00:00",
"base_asset_bal": 473252,
"quote_asset_bal": 7229.7766381734,
"total_value_mid": 8495.2524861734,
"total_value_exit_net": 8494.3033792874,
"total_value": 8495.2524861734,
"base_cost_quote": 3421.0188632665,
"unrealized_pnl_exit_net": -2156.4921221525
},
{
"timestamp": "2026-01-12T23:59:00+00:00",
"base_asset_bal": 499613,
"quote_asset_bal": 7160.2130396198,
"total_value_mid": 8453.7110966199,
"total_value_exit_net": 8452.7409730771,
"total_value": 8453.7110966199,
"base_cost_quote": 3491.0884720885,
"unrealized_pnl_exit_net": -2198.5605386313
},
{
"timestamp": "2026-01-13T23:59:00+00:00",
"base_asset_bal": 424743,
"quote_asset_bal": 7366.1581028414,
"total_value_mid": 8588.5684568413,
"total_value_exit_net": 8587.6516490758,
"total_value": 8588.5684568413,
"base_cost_quote": 3285.8666680862,
"unrealized_pnl_exit_net": -2064.3731218518
},
{
"timestamp": "2026-01-14T23:59:00+00:00",
"base_asset_bal": 443638,
"quote_asset_bal": 7311.8749974981,
"total_value_mid": 8574.4687454981,
"total_value_exit_net": 8573.5218001871,
"total_value": 8574.4687454981,
"base_cost_quote": 3340.925680398,
"unrealized_pnl_exit_net": -2079.278877709
},
{
"timestamp": "2026-01-15T23:59:00+00:00",
"base_asset_bal": 494234,
"quote_asset_bal": 7172.1746963146,
"total_value_mid": 8496.7218163146,
"total_value_exit_net": 8495.7284059746,
"total_value": 8496.7218163146,
"base_cost_quote": 3481.0775485227,
"unrealized_pnl_exit_net": -2157.5238388627
},
{
"timestamp": "2026-01-16T23:59:00+00:00",
"base_asset_bal": 486830,
"quote_asset_bal": 7192.5206766694,
"total_value_mid": 8518.6455966693,
"total_value_exit_net": 8517.6510029793,
"total_value": 8518.6455966693,
"base_cost_quote": 3461.0573776475,
"unrealized_pnl_exit_net": -2135.9270513375
},
{
"timestamp": "2026-01-17T23:59:00+00:00",
"base_asset_bal": 477757,
"quote_asset_bal": 7217.7771191666,
"total_value_mid": 8524.9202711666,
"total_value_exit_net": 8523.9399138026,
"total_value": 8524.9202711666,
"base_cost_quote": 3436.0319076113,
"unrealized_pnl_exit_net": -2129.8691129752
},
{
"timestamp": "2026-01-18T23:59:00+00:00",
"base_asset_bal": 511556,
"quote_asset_bal": 7127.9663333461,
"total_value_mid": 8450.3385933461,
"total_value_exit_net": 8449.3468141511,
"total_value": 8450.3385933461,
"base_cost_quote": 3526.1242122007,
"unrealized_pnl_exit_net": -2204.7437313957
},
{
"timestamp": "2026-01-19T23:59:00+00:00",
"base_asset_bal": 505189,
"quote_asset_bal": 7143.5760417221,
"total_value_mid": 8419.1782667221,
"total_value_exit_net": 8418.2215650533,
"total_value": 8419.1782667221,
"base_cost_quote": 3511.107765306,
"unrealized_pnl_exit_net": -2236.4622419748
},
{
"timestamp": "2026-01-20T23:59:00+00:00",
"base_asset_bal": 562647,
"quote_asset_bal": 7003.8384155206,
"total_value_mid": 8327.7468065206,
"total_value_exit_net": 8326.7538752274,
"total_value": 8327.7468065206,
"base_cost_quote": 3651.2494798212,
"unrealized_pnl_exit_net": -2328.3340201145
},
{
"timestamp": "2026-01-21T23:59:00+00:00",
"base_asset_bal": 521486,
"quote_asset_bal": 7104.7523449389,
"total_value_mid": 8393.8657369388,
"total_value_exit_net": 8392.8989018948,
"total_value": 8393.8657369388,
"base_cost_quote": 3551.1485523903,
"unrealized_pnl_exit_net": -2263.0019954343
},
{
"timestamp": "2026-01-22T23:59:00+00:00",
"base_asset_bal": 545976,
"quote_asset_bal": 7044.9819194884,
"total_value_mid": 8363.5139594884,
"total_value_exit_net": 8362.5250604584,
"total_value": 8363.5139594884,
"base_cost_quote": 3611.2051801045,
"unrealized_pnl_exit_net": -2293.6620391345
},
{
"timestamp": "2026-01-23T23:59:00+00:00",
"base_asset_bal": 531473,
"quote_asset_bal": 7080.3845731204,
"total_value_mid": 8383.0248961204,
"total_value_exit_net": 8382.0479158781,
"total_value": 8383.0248961204,
"base_cost_quote": 3576.170481773,
"unrealized_pnl_exit_net": -2274.5071390152
},
{
"timestamp": "2026-01-24T23:59:00+00:00",
"base_asset_bal": 519276,
"quote_asset_bal": 7110.6449334104,
"total_value_mid": 8404.6807254103,
"total_value_exit_net": 8403.7101985663,
"total_value": 8404.6807254103,
"base_cost_quote": 3546.1421463997,
"unrealized_pnl_exit_net": -2253.0768812438
},
{
"timestamp": "2026-01-25T23:59:00+00:00",
"base_asset_bal": 556640,
"quote_asset_bal": 7021.1055753619,
"total_value_mid": 8325.8697353619,
"total_value_exit_net": 8324.8911622419,
"total_value": 8325.8697353619,
"base_cost_quote": 3636.232454493,
"unrealized_pnl_exit_net": -2332.446867613
},
{
"timestamp": "2026-01-26T23:59:00+00:00",
"base_asset_bal": 543877,
"quote_asset_bal": 7051.7224779361,
"total_value_mid": 8360.2905399361,
"total_value_exit_net": 8359.3091138896,
"total_value": 8360.2905399361,
"base_cost_quote": 3606.2048766875,
"unrealized_pnl_exit_net": -2298.618240734
},
{
"timestamp": "2026-01-27T23:59:00+00:00",
"base_asset_bal": 533469,
"quote_asset_bal": 7077.2122098796,
"total_value_mid": 8376.7426938796,
"total_value_exit_net": 8375.7680460166,
"total_value": 8376.7426938796,
"base_cost_quote": 3581.179423664,
"unrealized_pnl_exit_net": -2282.6235875271
},
{
"timestamp": "2026-01-28T23:59:00+00:00",
"base_asset_bal": 573363,
"quote_asset_bal": 6982.3791971999,
"total_value_mid": 8325.1953431998,
"total_value_exit_net": 8324.1882310903,
"total_value": 8325.1953431998,
"base_cost_quote": 3676.2724159585,
"unrealized_pnl_exit_net": -2334.4633820681
},
{
"timestamp": "2026-01-29T23:59:00+00:00",
"base_asset_bal": 650914,
"quote_asset_bal": 6812.7620993326,
"total_value_mid": 8177.7287573325,
"total_value_exit_net": 8176.705032339,
"total_value": 8177.7287573325,
"base_cost_quote": 3846.4397047778,
"unrealized_pnl_exit_net": -2482.4967717713
},
{
"timestamp": "2026-01-30T23:59:00+00:00",
"base_asset_bal": 651151,
"quote_asset_bal": 6813.5204447041,
"total_value_mid": 8191.355960704,
"total_value_exit_net": 8190.3225840671,
"total_value": 8191.355960704,
"base_cost_quote": 3846.4440220133,
"unrealized_pnl_exit_net": -2469.6418826503
},
{
"timestamp": "2026-01-31T23:59:00+00:00",
"base_asset_bal": 731881,
"quote_asset_bal": 6654.4878977279,
"total_value_mid": 8101.4166347279,
"total_value_exit_net": 8100.3314381751,
"total_value": 8101.4166347279,
"base_cost_quote": 4006.591363504,
"unrealized_pnl_exit_net": -2560.7478230568
},
{
"timestamp": "2026-02-01T23:59:00+00:00",
"base_asset_bal": 721747,
"quote_asset_bal": 6675.5600828381,
"total_value_mid": 8077.1927568381,
"total_value_exit_net": 8076.1415323326,
"total_value": 8077.1927568381,
"base_cost_quote": 3986.5724035362,
"unrealized_pnl_exit_net": -2585.9909540418
},
{
"timestamp": "2026-02-02T23:59:00+00:00",
"base_asset_bal": 706316,
"quote_asset_bal": 6706.9692007701,
"total_value_mid": 8133.0212047701,
"total_value_exit_net": 8131.9516657671,
"total_value": 8133.0212047701,
"base_cost_quote": 3956.543467713,
"unrealized_pnl_exit_net": -2531.5610027161
},
{
"timestamp": "2026-02-03T23:59:00+00:00",
"base_asset_bal": 701701,
"quote_asset_bal": 6717.8284505191,
"total_value_mid": 8116.3185435191,
"total_value_exit_net": 8115.2696759493,
"total_value": 8116.3185435191,
"base_cost_quote": 3946.532753304,
"unrealized_pnl_exit_net": -2549.0915278738
},
{
"timestamp": "2026-02-04T23:59:00+00:00",
"base_asset_bal": 741983,
"quote_asset_bal": 6638.6507777949,
"total_value_mid": 8080.3237467949,
"total_value_exit_net": 8079.2424920682,
"total_value": 8080.3237467949,
"base_cost_quote": 4026.608765304,
"unrealized_pnl_exit_net": -2586.0170510307
},
{
"timestamp": "2026-02-05T23:59:00+00:00",
"base_asset_bal": 917408,
"quote_asset_bal": 6335.7119172529,
"total_value_mid": 7800.8124932528,
"total_value_exit_net": 7799.7136678208,
"total_value": 7800.8124932528,
"base_cost_quote": 4331.8863378935,
"unrealized_pnl_exit_net": -2867.8845873256
},
{
"timestamp": "2026-02-06T23:59:00+00:00",
"base_asset_bal": 849913,
"quote_asset_bal": 6447.9495570654,
"total_value_mid": 7954.8453060654,
"total_value_exit_net": 7953.7151342537,
"total_value": 7954.8453060654,
"base_cost_quote": 4221.790285737,
"unrealized_pnl_exit_net": -2716.0247085487
},
{
"timestamp": "2026-02-07T23:59:00+00:00",
"base_asset_bal": 861236,
"quote_asset_bal": 6428.7977059144,
"total_value_mid": 7941.1281219143,
"total_value_exit_net": 7939.9938741023,
"total_value": 7941.1281219143,
"base_cost_quote": 4241.8096099777,
"unrealized_pnl_exit_net": -2730.6134417898
},
{
"timestamp": "2026-02-08T23:59:00+00:00",
"base_asset_bal": 937145,
"quote_asset_bal": 6299.1588936629,
"total_value_mid": 7856.6938836629,
"total_value_exit_net": 7855.5257324204,
"total_value": 7856.6938836629,
"base_cost_quote": 4371.924506015,
"unrealized_pnl_exit_net": -2815.5576672575
},
{
"timestamp": "2026-02-09T23:59:00+00:00",
"base_asset_bal": 952000,
"quote_asset_bal": 6274.7167440519,
"total_value_mid": 7865.5087440518,
"total_value_exit_net": 7864.3156500518,
"total_value": 7865.5087440518,
"base_cost_quote": 4396.9511279145,
"unrealized_pnl_exit_net": -2807.3522219146
},
{
"timestamp": "2026-02-10T23:59:00+00:00",
"base_asset_bal": 982362,
"quote_asset_bal": 6225.0508170222,
"total_value_mid": 7833.1774110222,
"total_value_exit_net": 7831.9713160767,
"total_value": 7833.1774110222,
"base_cost_quote": 4446.99770872,
"unrealized_pnl_exit_net": -2840.0772096655
},
{
"timestamp": "2026-02-11T23:59:00+00:00",
"base_asset_bal": 991868,
"quote_asset_bal": 6210.5477356094,
"total_value_mid": 7816.3820276093,
"total_value_exit_net": 7815.1776518903,
"total_value": 7816.3820276093,
"base_cost_quote": 4462.011256442,
"unrealized_pnl_exit_net": -2857.3813401611
},
{
"timestamp": "2026-02-12T23:59:00+00:00",
"base_asset_bal": 873751,
"quote_asset_bal": 6416.9736656914,
"total_value_mid": 7845.5565506914,
"total_value_exit_net": 7844.4851135276,
"total_value": 7845.5565506914,
"base_cost_quote": 4256.8175675102,
"unrealized_pnl_exit_net": -2829.3061196741
},
{
"timestamp": "2026-02-13T23:59:00+00:00",
"base_asset_bal": 864681,
"quote_asset_bal": 6432.6128736332,
"total_value_mid": 7893.0590826331,
"total_value_exit_net": 7891.9637479764,
"total_value": 7893.0590826331,
"base_cost_quote": 4241.8058971952,
"unrealized_pnl_exit_net": -2782.4550228521
},
{
"timestamp": "2026-02-14T23:59:00+00:00",
"base_asset_bal": 855171,
"quote_asset_bal": 6448.1658112717,
"total_value_mid": 7950.7012582717,
"total_value_exit_net": 7949.5743566865,
"total_value": 7950.7012582717,
"base_cost_quote": 4226.7958190735,
"unrealized_pnl_exit_net": -2725.3872736587
},
{
"timestamp": "2026-02-15T23:59:00+00:00",
"base_asset_bal": 897613,
"quote_asset_bal": 6378.9178899287,
"total_value_mid": 7882.4196649287,
"total_value_exit_net": 7881.2920385975,
"total_value": 7882.4196649287,
"base_cost_quote": 4296.854193476,
"unrealized_pnl_exit_net": -2794.4800448072
},
{
"timestamp": "2026-02-16T23:59:00+00:00",
"base_asset_bal": 891607,
"quote_asset_bal": 6389.3157339627,
"total_value_mid": 7873.8413889627,
"total_value_exit_net": 7872.7279947215,
"total_value": 7873.8413889627,
"base_cost_quote": 4286.8424362855,
"unrealized_pnl_exit_net": -2803.4301755267
},
{
"timestamp": "2026-02-17T23:59:00+00:00",
"base_asset_bal": 918984,
"quote_asset_bal": 6344.682328827,
"total_value_mid": 7839.8692968269,
"total_value_exit_net": 7838.7479066009,
"total_value": 7839.8692968269,
"base_cost_quote": 4331.8838990657,
"unrealized_pnl_exit_net": -2837.8183212918
},
{
"timestamp": "2026-02-18T23:59:00+00:00",
"base_asset_bal": 888162,
"quote_asset_bal": 6400.5998968275,
"total_value_mid": 7825.2117448274,
"total_value_exit_net": 7824.1432859414,
"total_value": 7825.2117448274,
"base_cost_quote": 4276.8399450392,
"unrealized_pnl_exit_net": -2853.2965559253
},
{
"timestamp": "2026-02-19T23:59:00+00:00",
"base_asset_bal": 913391,
"quote_asset_bal": 6360.9292613237,
"total_value_mid": 7805.9138233237,
"total_value_exit_net": 7804.8300849022,
"total_value": 7805.9138233237,
"base_cost_quote": 4316.873256521,
"unrealized_pnl_exit_net": -2872.9724329425
},
{
"timestamp": "2026-02-20T23:59:00+00:00",
"base_asset_bal": 894487,
"quote_asset_bal": 6391.4670267295,
"total_value_mid": 7821.7517397294,
"total_value_exit_net": 7820.6790261946,
"total_value": 7821.7517397294,
"base_cost_quote": 4286.8501971017,
"unrealized_pnl_exit_net": -2857.6381976366
},
{
"timestamp": "2026-02-21T23:59:00+00:00",
"base_asset_bal": 878810,
"quote_asset_bal": 6416.8037207915,
"total_value_mid": 7830.8090107914,
"total_value_exit_net": 7829.7485068239,
"total_value": 7830.8090107914,
"base_cost_quote": 4261.825725814,
"unrealized_pnl_exit_net": -2848.8809397816
},
{
"timestamp": "2026-02-22T23:59:00+00:00",
"base_asset_bal": 882457,
"quote_asset_bal": 6412.022678501,
"total_value_mid": 7795.7152545009,
"total_value_exit_net": 7794.6774850689,
"total_value": 7795.7152545009,
"base_cost_quote": 4266.8293166947,
"unrealized_pnl_exit_net": -2884.1745101268
},
{
"timestamp": "2026-02-23T23:59:00+00:00",
"base_asset_bal": 905673,
"quote_asset_bal": 6377.385473441,
"total_value_mid": 7739.5176654409,
"total_value_exit_net": 7738.4960662969,
"total_value": 7739.5176654409,
"base_cost_quote": 4301.8598619137,
"unrealized_pnl_exit_net": -2940.7492690578
},
{
"timestamp": "2026-02-24T23:59:00+00:00",
"base_asset_bal": 919043,
"quote_asset_bal": 6357.6947573717,
"total_value_mid": 7736.2592573717,
"total_value_exit_net": 7735.2253339967,
"total_value": 7736.2592573717,
"base_cost_quote": 4321.8797946105,
"unrealized_pnl_exit_net": -2944.3492179855
},
{
"timestamp": "2026-02-25T23:59:00+00:00",
"base_asset_bal": 911777,
"quote_asset_bal": 6368.1420362255,
"total_value_mid": 7816.0439122255,
"total_value_exit_net": 7814.9579858185,
"total_value": 7816.0439122255,
"base_cost_quote": 4311.8679393465,
"unrealized_pnl_exit_net": -2865.0519897535
}
]
trades.json payload is intentionally not embedded in this report (deprecated). The CSV attachment below is a 99-row audit sample of the full ledger, not the complete trade list - fetch the canonical full population (125,915 closed trades) via GET /backtests/48c9b771-b8e3-4156-b8b2-291811ee8770/trades (paginate through all pages).99-row audit sample from 125,915 closed trades (RFC 4180 CSV)
99-row audit sample from 125,915 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:07:00Z,2024-04-24T00:37:00Z,0.018996,0.019044,264,,,0.00514008,0.1024952622,0.003761208,0.003770712,,,TP
,,2024-04-24T00:08:00Z,2024-04-24T00:38:00Z,0.018964,0.019012,264,,,0.005152752,0.1029213246,0.003754872,0.003764376,,,TP
,,2024-04-24T00:12:00Z,2024-04-24T00:34:00Z,0.018932,0.01898,265,,,0.00518499,0.1033488274,0.003762735,0.003772275,,,TP
,,2024-04-24T00:16:00Z,2024-04-24T00:31:00Z,0.018864,0.018912,266,,,0.005231688,0.1042620865,0.003763368,0.003772944,,,TP
,,2024-04-24T00:18:00Z,2024-04-24T00:30:00Z,0.018822,0.01887,266,,,0.005248446,0.1048294549,0.003754989,0.003764565,,,TP
,,2024-04-24T00:19:00Z,2024-04-24T00:25:00Z,0.018798,0.018845,266,,,0.0049922215,0.0998390786,0.003750201,0.0037595775,,,TP
,,2024-04-24T00:22:00Z,2024-04-24T00:23:00Z,0.018779,0.018826,267,,,0.0050185987,0.1000918579,0.0037604948,0.0037699065,,,TP
,,2024-04-24T00:35:00Z,2024-04-24T00:36:00Z,0.018943,0.018991,264,,,0.005161068,0.1032017104,0.003750714,0.003760218,,,TP
,,2024-04-24T00:38:00Z,2024-04-24T00:45:00Z,0.019021,0.019069,263,,,0.0051107475,0.1021633983,0.0037518923,0.0037613602,,,TP
,,2024-04-24T00:39:00Z,2024-04-24T00:47:00Z,0.019045,0.019093,263,,,0.0051012795,0.1018456288,0.0037566262,0.0037660943,,,TP
,,2024-04-24T00:46:00Z,2024-04-24T00:49:00Z,0.019104,0.019152,262,,,0.005058696,0.1010678392,0.003753936,0.003763368,,,TP
,,2024-04-24T00:50:00Z,2024-04-24T01:06:00Z,0.019133,0.019181,262,,,0.005047299,0.1006872942,0.0037596345,0.0037690665,,,TP
,,2024-04-24T00:52:00Z,2024-04-24T01:00:00Z,0.019092,0.01914,262,,,0.005063412,0.1012256442,0.003751578,0.00376101,,,TP
,,2024-04-24T00:55:00Z,2024-04-24T00:59:00Z,0.019063,0.019111,263,,,0.0050941785,0.1016078267,0.0037601768,0.0037696447,,,TP
,,2024-04-24T00:56:00Z,2024-04-24T00:59:00Z,0.019042,0.01909,263,,,0.005102463,0.1018853062,0.0037560345,0.0037655025,,,TP
,,2024-04-24T01:07:00Z,2024-04-24T01:07:00Z,0.019175,0.019223,261,,,0.0050115915,0.1001382008,0.0037535063,0.0037629023,,,TP
,,2024-04-24T01:08:00Z,2024-04-24T10:19:00Z,0.019188,0.019236,261,,,0.005006502,0.0999687305,0.003756051,0.003765447,,,TP
,,2024-04-24T01:09:00Z,2024-04-24T01:26:00Z,0.019152,0.0192,262,,,0.005039832,0.1004385965,0.003763368,0.0037728,,,TP
,,2024-04-24T01:30:00Z,2024-04-24T10:18:00Z,0.019214,0.019263,261,,,0.0052571272,0.1048311127,0.0037611405,0.0037707322,,,TP
,,2024-04-24T01:31:00Z,2024-04-24T01:33:00Z,0.019145,0.019193,262,,,0.005042583,0.1005301645,0.0037619925,0.0037714245,,,TP
,,2024-04-24T01:36:00Z,2024-04-24T04:52:00Z,0.019144,0.019192,262,,,0.005042976,0.1005432511,0.003761796,0.003771228,,,TP
,,2024-04-24T01:40:00Z,2024-04-24T04:52:00Z,0.01905,0.019098,263,,,0.005099307,0.1017795276,0.0037576125,0.0037670805,,,TP
,,2024-04-24T01:40:00Z,2024-04-24T04:52:00Z,0.019071,0.019119,263,,,0.0050910225,0.101502281,0.0037617547,0.0037712228,,,TP
,,2024-04-24T01:43:00Z,2024-04-24T05:15:00Z,0.019012,0.01906,263,,,0.005114298,0.1022827688,0.003750117,0.003759585,,,TP
,,2024-04-24T01:45:00Z,2024-04-24T04:51:00Z,0.018986,0.019034,264,,,0.00514404,0.1026282524,0.003759228,0.003768732,,,TP
,,2024-05-04T20:17:00Z,2024-06-07T11:56:00Z,0.02,0.02005,250,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2024-07-07T00:57:00Z,2024-07-07T02:12:00Z,0.01,0.010025,500,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2024-07-10T13:52:00Z,2024-07-10T13:56:00Z,0.01,0.010025,500,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2024-08-20T04:25:00Z,2024-08-20T04:33:00Z,0.008,0.00802,625,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2024-08-20T11:44:00Z,2024-08-20T12:10:00Z,0.008,0.00802,625,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2024-08-20T13:35:00Z,2024-08-20T13:41:00Z,0.008,0.00802,625,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2024-09-05T05:26:00Z,2024-09-05T08:38:00Z,0.008,0.00802,625,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2024-09-07T17:47:00Z,2024-09-07T17:47:00Z,0.008,0.00802,625,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2024-12-20T14:14:00Z,2024-12-20T14:15:00Z,0.01,0.010025,500,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-01-22T09:49:00Z,2025-01-22T12:26:00Z,0.01,0.010025,500,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-04-06T17:17:00Z,2025-04-09T17:58:00Z,0.004,0.00401,1250,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-04-07T12:19:00Z,2025-04-07T12:23:00Z,0.0036,0.003609,1389,,,0.0049910242,0.0998125,0.0037503,0.0037596757,,,TP
,,2025-04-08T20:24:00Z,2025-04-08T22:05:00Z,0.0036,0.003609,1389,,,0.0049910242,0.0998125,0.0037503,0.0037596757,,,TP
,,2025-04-09T02:43:00Z,2025-04-09T04:15:00Z,0.0036,0.003609,1389,,,0.0049910242,0.0998125,0.0037503,0.0037596757,,,TP
,,2025-04-09T04:19:00Z,2025-04-09T04:36:00Z,0.0036,0.003609,1389,,,0.0049910242,0.0998125,0.0037503,0.0037596757,,,TP
,,2025-04-10T10:00:00Z,2025-04-10T10:06:00Z,0.004,0.00401,1250,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-06-13T02:24:00Z,2025-06-13T02:26:00Z,0.0036,0.003609,1389,,,0.0049910242,0.0998125,0.0037503,0.0037596757,,,TP
,,2025-06-24T06:23:00Z,2025-06-24T07:28:00Z,0.0036,0.003609,1389,,,0.0049910242,0.0998125,0.0037503,0.0037596757,,,TP
,,2025-07-11T00:27:00Z,2025-07-11T00:28:00Z,0.004,0.00401,1250,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-07-12T23:10:00Z,2025-07-12T23:22:00Z,0.004,0.00401,1250,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-10-13T16:34:00Z,2025-10-13T17:48:00Z,0.0036,0.003609,1389,,,0.0049910242,0.0998125,0.0037503,0.0037596757,,,TP
,,2025-10-15T09:21:00Z,2025-10-15T10:13:00Z,0.0036,0.003609,1389,,,0.0049910242,0.0998125,0.0037503,0.0037596757,,,TP
,,2026-02-01T14:16:00Z,2026-02-01T14:50:00Z,0.002,0.002005,2500,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2026-02-03T16:34:00Z,2026-02-03T20:26:00Z,0.002,0.002005,2500,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2026-02-03T23:14:00Z,2026-02-03T23:27:00Z,0.002,0.002005,2500,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2026-02-05T20:29:00Z,2026-02-05T20:33:00Z,0.001602,0.001607,3122,,,0.0080961265,0.1618757803,0.003751083,0.0037627905,,,TP
,,2026-02-05T20:57:00Z,2026-02-05T20:58:00Z,0.001602,0.001607,3122,,,0.0080961265,0.1618757803,0.003751083,0.0037627905,,,TP
,,2026-02-05T22:03:00Z,2026-02-05T22:03:00Z,0.001601,0.001606,3124,,,0.008105999,0.1620705809,0.003751143,0.003762858,,,TP
,,2026-02-05T23:57:00Z,2026-02-06T00:01:00Z,0.001601,0.001606,3124,,,0.008105999,0.1620705809,0.003751143,0.003762858,,,TP
,,2026-02-06T00:55:00Z,2026-02-06T01:08:00Z,0.001602,0.001607,3122,,,0.0080961265,0.1618757803,0.003751083,0.0037627905,,,TP
,,2026-02-06T01:14:00Z,2026-02-06T01:16:00Z,0.001601,0.001606,3124,,,0.008105999,0.1620705809,0.003751143,0.003762858,,,TP
,,2026-02-06T02:58:00Z,2026-02-06T03:00:00Z,0.001601,0.001606,3124,,,0.008105999,0.1620705809,0.003751143,0.003762858,,,TP
,,2026-02-06T03:07:00Z,2026-02-06T03:30:00Z,0.001602,0.001607,3122,,,0.0080961265,0.1618757803,0.003751083,0.0037627905,,,TP
,,2026-02-06T03:43:00Z,2026-02-06T03:57:00Z,0.001602,0.001607,3122,,,0.0080961265,0.1618757803,0.003751083,0.0037627905,,,TP
,,2026-02-06T04:02:00Z,2026-02-11T06:29:00Z,0.001602,0.001607,3122,,,0.0080961265,0.1618757803,0.003751083,0.0037627905,,,TP
,,2026-02-11T14:46:00Z,2026-02-11T18:17:00Z,0.001602,0.001607,3122,,,0.0080961265,0.1618757803,0.003751083,0.0037627905,,,TP
,,2026-02-11T20:25:00Z,2026-02-12T00:13:00Z,0.001602,0.001607,3122,,,0.0080961265,0.1618757803,0.003751083,0.0037627905,,,TP
,,2026-02-13T02:21:00Z,2026-02-13T02:33:00Z,0.001601,0.001606,3124,,,0.008105999,0.1620705809,0.003751143,0.003762858,,,TP
,,2026-02-13T05:05:00Z,2026-02-13T07:12:00Z,0.001602,0.001607,3122,,,0.0080961265,0.1618757803,0.003751083,0.0037627905,,,TP
,,2026-02-18T20:21:00Z,2026-02-18T20:31:00Z,0.001602,0.001607,3122,,,0.0080961265,0.1618757803,0.003751083,0.0037627905,,,TP
,,2026-02-18T22:11:00Z,2026-02-18T22:41:00Z,0.001601,0.001606,3124,,,0.008105999,0.1620705809,0.003751143,0.003762858,,,TP
,,2026-02-18T23:17:00Z,2026-02-18T23:17:00Z,0.001602,0.001607,3122,,,0.0080961265,0.1618757803,0.003751083,0.0037627905,,,TP
,,2026-02-18T23:35:00Z,2026-02-18T23:46:00Z,0.001601,0.001606,3124,,,0.008105999,0.1620705809,0.003751143,0.003762858,,,TP
,,2026-02-19T00:09:00Z,2026-02-20T09:02:00Z,0.001602,0.001607,3122,,,0.0080961265,0.1618757803,0.003751083,0.0037627905,,,TP
,,2026-02-20T11:11:00Z,2026-02-20T16:02:00Z,0.001601,0.001606,3124,,,0.008105999,0.1620705809,0.003751143,0.003762858,,,TP
,,2026-02-20T16:15:00Z,2026-02-20T16:23:00Z,0.001603,0.001608,3120,,,0.00808626,0.1616812227,0.00375102,0.00376272,,,TP
,,2026-02-20T16:22:00Z,2026-02-20T16:23:00Z,0.001601,0.001606,3124,,,0.008105999,0.1620705809,0.003751143,0.003762858,,,TP
,,2026-02-20T18:30:00Z,2026-02-20T18:32:00Z,0.001601,0.001606,3124,,,0.008105999,0.1620705809,0.003751143,0.003762858,,,TP
,,2026-02-21T02:03:00Z,2026-02-25T21:36:00Z,0.001637,0.001642,3055,,,0.0077619912,0.155207697,0.0037507762,0.0037622325,,,TP
,,2026-02-22T00:01:00Z,2026-02-22T00:03:00Z,0.001602,0.001607,3122,,,0.0080961265,0.1618757803,0.003751083,0.0037627905,,,TP
,,2026-02-22T00:06:00Z,2026-02-25T17:43:00Z,0.001605,0.00161,3116,,,0.008066545,0.1612928349,0.003750885,0.00376257,,,TP
,,2026-02-22T00:17:00Z,2026-02-25T17:58:00Z,0.001611,0.001616,3104,,,0.008007544,0.1601334575,0.003750408,0.003762048,,,TP
,,2026-02-22T00:28:00Z,2026-02-25T17:26:00Z,0.001603,0.001608,3120,,,0.00808626,0.1616812227,0.00375102,0.00376272,,,TP
,,2026-02-22T00:29:00Z,2026-02-25T17:18:00Z,0.001599,0.001603,3127,,,0.0049985095,0.0999687305,0.0037500547,0.0037594357,,,TP
,,2026-02-22T12:09:00Z,2026-02-25T15:46:00Z,0.001585,0.001589,3155,,,0.0051095225,0.1021766562,0.0037505062,0.0037599712,,,TP
,,2026-02-25T15:05:00Z,2026-02-25T15:55:00Z,0.001579,0.001583,3167,,,0.0051574595,0.1031348955,0.0037505197,0.0037600207,,,TP
,,2026-02-25T15:07:00Z,2026-02-25T23:42:00Z,0.001573,0.001577,3179,,,0.0052056125,0.104100445,0.0037504253,0.0037599622,,,TP
,,2026-02-25T15:50:00Z,2026-02-25T16:01:00Z,0.001589,0.001593,3147,,,0.0050776845,0.1015418502,0.0037504372,0.0037598782,,,TP
,,2026-02-25T16:02:00Z,2026-02-25T23:32:00Z,0.001591,0.001595,3143,,,0.0050618015,0.1012256442,0.0037503847,0.0037598137,,,TP
,,2026-02-25T16:58:00Z,2026-02-25T17:01:00Z,0.001601,0.001606,3124,,,0.008105999,0.1620705809,0.003751143,0.003762858,,,TP
,,2026-02-25T17:26:00Z,2026-02-25T17:53:00Z,0.001608,0.001613,3110,,,0.0080370175,0.1607120647,0.00375066,0.0037623225,,,TP
,,2026-02-25T17:53:00Z,2026-02-25T18:13:00Z,0.001613,0.001618,3100,,,0.007987925,0.1597489151,0.003750225,0.00376185,,,TP
,,2026-02-25T18:34:00Z,2026-02-25T21:47:00Z,0.001625,0.00163,3077,,,0.0078732738,0.1574615385,0.0037500937,0.0037616325,,,TP
,,2026-02-25T18:55:00Z,2026-02-25T19:58:00Z,0.001619,0.001624,3089,,,0.0079317798,0.1586009883,0.0037508182,0.003762402,,,TP
,,2026-02-25T19:03:00Z,2026-02-25T20:28:00Z,0.001614,0.001619,3098,,,0.0079781245,0.1595570012,0.003750129,0.0037617465,,,TP
,,2026-02-25T19:11:00Z,2026-02-25T22:40:00Z,0.001607,0.001612,3112,,,0.008046854,0.1609054138,0.003750738,0.003762408,,,TP
,,2026-02-25T20:11:00Z,2026-02-25T20:49:00Z,0.001623,0.001628,3081,,,0.0078927517,0.157840419,0.0037503473,0.003761901,,,TP
,,2026-02-25T20:28:00Z,2026-02-25T20:46:00Z,0.001619,0.001624,3089,,,0.0079317798,0.1586009883,0.0037508182,0.003762402,,,TP
,,2026-02-25T20:50:00Z,2026-02-25T21:31:00Z,0.001623,0.001628,3081,,,0.0078927517,0.157840419,0.0037503473,0.003761901,,,TP
,,2026-02-25T21:13:00Z,2026-02-25T21:31:00Z,0.001621,0.001626,3085,,,0.0079122537,0.1582202344,0.0037505887,0.0037621575,,,TP
,,2026-02-25T21:29:00Z,2026-02-25T21:31:00Z,0.001619,0.001624,3089,,,0.0079317798,0.1586009883,0.0037508182,0.003762402,,,TP
,,2026-02-25T21:31:00Z,2026-02-25T21:32:00Z,0.001623,0.001628,3081,,,0.0078927517,0.157840419,0.0037503473,0.003761901,,,TP
,,2026-02-25T21:34:00Z,2026-02-25T21:38:00Z,0.001627,0.001632,3074,,,0.0078563755,0.1570835894,0.0037510485,0.003762576,,,TP
,,2026-02-25T22:50:00Z,2026-02-25T23:07:00Z,0.001608,0.001613,3110,,,0.0080370175,0.1607120647,0.00375066,0.0037623225,,,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 CKBUSDT?
Did it beat Buy & Hold of CKBUSDT?
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 CKBUSDT (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: 7,814.96 USDT
P&L: -2,185.04 USDT (-21.85%)
Result: LOSS
Completed trades: 125915
Open orders at end: 862
Win rate: 100.0%
Avg. profit/trade: 0.005401 USDT
Best trade: 0.008106 USDT
Worst trade: 0.004991 USDT
Total profit (trades only): 680.009976 USDT
Max drawdown: -27.10%
Profit factor: inf (no losing trades)
Sharpe ratio: -0.75
Total fees: 946.44 USDT
Avg hold time: 17.7h
TP / SL / TSL: 125915 / 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: 1126.0s
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":"CKBUSDT","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":1,"stopLoss":false,"tickSize":0.000001,"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": "CKBUSDT LongTimeLong Backtest",
"alternateName": "CKBUSDT-3LongTimeLong.json-48c9b771-b8e3-4156-b8b2-291811ee8770",
"description": "Backtest of the LongTimeLong strategy on CKBUSDT: -21.85% return over 2024-04-24 to 2026-02-25.",
"identifier": "48c9b771-b8e3-4156-b8b2-291811ee8770",
"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": [
"CKBUSDT",
"LongTimeLong",
"crypto backtest",
"trading strategy",
"quantitative finance",
"algorithmic trading"
],
"about": [
{
"@type": "Thing",
"name": "CKBUSDT",
"description": "Trading pair: CKBUSDT"
},
{
"@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": -21.8504,
"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": 680.00997552,
"unitText": "USDT",
"description": "Total realized profit in quote currency"
},
{
"@type": "PropertyValue",
"name": "Final Portfolio Value",
"value": 7814.95798582,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Initial Capital",
"value": 10000,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Fulfilled Trades",
"value": 125915,
"unitText": "trades",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Active Orders",
"value": 862,
"unitText": "orders",
"description": "Open positions still pending exit at end of window",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Best Trade Profit",
"value": 0.008106,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Worst Trade Profit",
"value": 0.00499063,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Average Trade Profit",
"value": 0.00540055,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Engine Elapsed Time",
"value": 1125.96,
"unitText": "seconds",
"unitCode": "SEC",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "CAGR",
"value": -12.54135089555648,
"unitText": "%",
"unitCode": "P1",
"description": "Compound Annual Growth Rate"
},
{
"@type": "PropertyValue",
"name": "Max Drawdown",
"value": -27.096101289210523,
"unitText": "%",
"unitCode": "P1",
"description": "Largest peak-to-trough decline of equity (negative)",
"maxValue": 0
},
{
"@type": "PropertyValue",
"name": "Max Drawdown (absolute)",
"value": -2874.9415717300008,
"unitText": "USDT",
"maxValue": 0
},
{
"@type": "PropertyValue",
"name": "Drawdown Duration",
"value": 514,
"unitText": "days",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Sharpe Ratio (annualized)",
"value": -0.7515894615464033,
"description": "Mean / std of daily returns x 365"
},
{
"@type": "PropertyValue",
"name": "Sortino Ratio (annualized)",
"value": -0.7975099330705372,
"description": "Like Sharpe but only penalizes downside volatility"
},
{
"@type": "PropertyValue",
"name": "Volatility (annualized)",
"value": 16.06019428659945,
"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.006349124012121215,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Average Win",
"value": 0.006349124012121215,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Average Loss",
"value": 0,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Median Trade Profit",
"value": 0.0051574595,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Gross Profit",
"value": 0.6285632772000003,
"unitText": "USDT",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Gross Loss",
"value": 0,
"unitText": "USDT",
"maxValue": 0
},
{
"@type": "PropertyValue",
"name": "Total Fees Paid",
"value": 0.7439857212999997,
"unitText": "USDT",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Total Volume Traded",
"value": 991.9809630000004,
"unitText": "USDT",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Longest Winning Streak",
"value": 99,
"unitText": "trades",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Longest Losing Streak",
"value": 0,
"unitText": "trades",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Median Holding Time",
"value": 0.3333333333333333,
"unitText": "hours",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Mean Holding Time",
"value": 17.756491228070175,
"unitText": "hours",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Trades per Month",
"value": 5694.354650128791,
"unitText": "trades/month",
"minValue": 0
}
],
"dateCreated": "2026-05-08T13:39:07.678Z",
"dateModified": "2026-05-15T13:03:11.470Z",
"temporalCoverage": "2024-04-23T22:00:01.000Z/2026-02-25T22:59:59.000Z"
}
[!] Disclaimer
Backtester: uncoded.ch/backtesting * Generated 2026-05-15 13:03:11 UTC