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.
BARUSDT * LongTimeLong
BARUSDT | 3LongTimeLong.json | 2024-04-24 - 2026-02-25 | -6.59% | 102,892 closed trades | 100.0% closed WR | 523 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,520.22 USDT | Sum of all winning trades before fees. |
| Gross Loss | 0.00 USDT | Absolute sum of all losing trades. |
| Total Fees | 773.94 USDT | Buy + sell fees across all trades. |
| Fee Drag | 50.9% of gross profit | What share of edge the exchange consumed. |
| Avg Hold Time | 10.7 h | Mean duration a position is open. |
Exit Mix (Fill Types)
| Exit Type | Count | Share | What It Means |
|---|---|---|---|
| TP (Take Profit) | 102,892 | 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 BARUSDT, 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 50.9% of gross profit - over-trading risk.Chunking & Headings Guide
Chunk markers
Every section is delimited by paired JSX comments - invisible to readers, trivial for splitters. (Earlier versions of this exporter used HTML comments; we switched to JSX comments in v2.4.0 because MDX 3 - the parser Mintlify uses - forbids HTML comments at the document level.) The example below uses uppercaseRAG-CHUNK so it doesn’t accidentally match a splitter that scans this very page; real markers use lowercase rag-chunk:
{/* RAG-CHUNK:start id="tldr" type="summary" title="TL;DR" tokens~="120" backtest_id="8fdaad0e-f5b6-4804-9bde-5af3e5bd90fe" */}
...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 BARUSDT, 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 BARUSDT 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: BARUSDT 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 -6.59% return on BARUSDT a good backtest result?
Is a -6.59% return on BARUSDT 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 BARUSDT backtest?
What is the annualised return for this BARUSDT 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 BARUSDT?
How is this backtest different from others on BARUSDT?
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 | BARUSDT |
| 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 | 9,340.62 USDT |
| Avg Profit / Trade | +0.0073 USDT |
| Trades / Month | 4653.2 |
| Status | completed |
| Created | 2026-05-11 13:30:07 UTC |
| Started | 2026-05-11 20:50:03 UTC |
| Completed | 2026-05-11 20:58:27 UTC |
| Compute Time | 7m 1s |
| Backtest ID | 8fdaad0e-f5b6-4804-9bde-5af3e5bd90fe |
| Engine summary: |
Backtest BARUSDT (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: 9,340.62 USDT
P&L: -659.38 USDT (-6.59%)
Result: LOSS
Completed trades: 102892
Open orders at end: 523
Win rate: 100.0%
Avg. profit/trade: 0.007253 USDT
Best trade: 0.016181 USDT
Worst trade: 0.004983 USDT
Total profit (trades only): 746.274457 USDT
Max drawdown: -12.31%
Profit factor: inf (no losing trades)
Sharpe ratio: -0.66
Total fees: 773.94 USDT
Avg hold time: 10.7h
TP / SL / TSL: 102892 / 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: 420.9s
Verifiable Claims
| Claim | Evidence | Source |
|---|---|---|
| Strategy returned -6.59% over the tested window | return_pct = -6.5938 | GET /backtests/{id} -> return_pct |
| Capital grew from 10,000.00 to 9,340.62 USDT | final_value - start_balance = -659.38 USDT | GET /backtests/{id} -> start_balance, final_value |
| Roughly 102892 of 102892 trades were profitable | win_rate = 100% | GET /backtests/{id} -> win_rate, fulfilled_trades |
| Worst peak-to-trough loss was 12.31% | max_drawdown_pct = 12.3115 | derived client-side from /equity series |
| Risk-adjusted return (Sharpe, annualized, rf=0) = -0.66 | sharpe_annualized = -0.6578 | derived from daily-resampled equity returns |
Strategy Configuration
GET /backtests/{id} * Fields used: mode_name, config (full JSON payload)- Highlights
- Full JSON
| Parameter | Value |
|---|---|
canBuy | true |
canSell | true |
canBuyUp | true |
startBal | 10000 |
stepSize | 0.01 |
stopLoss | false |
tickSize | 0.001 |
buySplits | 9 |
{
"to": "2026-02-25 23:59:59",
"from": "2024-04-24 00:00:01",
"canBuy": true,
"symbol": "BARUSDT",
"canSell": true,
"canBuyUp": true,
"startBal": 10000,
"stepSize": 0.01,
"stopLoss": false,
"tickSize": 0.001,
"buySplits": 9,
"buyVolumes": [
20,
15,
10,
10,
10,
10,
5,
5,
5
],
"canBuyDown": false,
"minNotional": 5,
"buyPercentage": 0.1,
"fees_in_quote": true,
"intrabar_mode": "OLHC",
"maker_fee_bps": 7.5,
"taker_fee_bps": 7.5,
"sellPercentages": [
0.25,
0.35,
0.5,
0.75,
1,
2.5,
5,
10,
15
],
"triggerCoolDown": 1,
"investmentPerBuy": 25,
"assumed_spread_bps": 0,
"stopLossPercentage": 5,
"investmentPercentMode": false,
"minInvestmentPerQuote": 25,
"order_latency_seconds": 2,
"trailingStopLossPercentages": [
0,
0,
0,
0,
0,
0,
0,
0,
0
],
"sellCancelDistancePercentage": 1,
"dontBuyBelowQuoteAssetBalance": 1,
"investmentPerFreeQuotePercent": 0.01,
"sellActivateDistancePercentage": 0.1
}
Full Mode Configuration
POST /backtests to reproduce the run.- Engine Parameters
- YAML
| Parameter | Value | Meaning |
|---|---|---|
assumed_spread_bps | 0 | Spread (basis points) added to taker fills on top of the candle price. |
buyPercentage | 0.1 | Buy-trigger threshold as a fraction (e.g. 0.1 = -0.1% from last reference price). |
buySplits | 9 | Number of price levels in the buy-ladder (DCA depth). |
buyVolumes | [20,15,10,10,10,10,5,5,5] | Per-split sizing weights (sum ~ 100). Distributes investmentPerBuy x buySplits across the ladder. |
canBuy | true | Master switch - disables all buy-side logic when false. |
canBuyDown | false | Allow re-entries below the last buy price. |
canBuyUp | true | Allow re-entries above the last buy price (true) or only below (false). |
canSell | true | Master switch - disables all sell-side logic when false. |
dontBuyBelowQuoteAssetBalance | 1 | Refuse to open new buys if free quote drops below this absolute USDT amount. |
fees_in_quote | true | If true, fees are deducted from the quote (USDT) leg of every fill. |
intrabar_mode | OLHC | Intra-bar fill model (OLHC, OHLC, …) - see ENGINE.md Section 4. |
investmentPerBuy | 25 | Notional invested per buy event, in quote (USDT). |
investmentPerFreeQuotePercent | 0.01 | When investmentPercentMode = true: fraction of free quote balance to commit per buy. |
investmentPercentMode | false | If true, sizing is taken as a fraction of free quote balance instead of fixed USDT. |
maker_fee_bps | 7.5 | Maker fee in basis points (e.g. 7.5 = 0.075%). |
minInvestmentPerQuote | 25 | Hard floor on per-buy notional, regardless of percent-mode math. |
minNotional | 5 | Exchange minimum notional per order (USDT). |
order_latency_seconds | 2 | Latency injected between signal time and order placement. |
sellActivateDistancePercentage | 0.1 | Distance from buy price (%) at which a TSL becomes armed. |
sellCancelDistancePercentage | 1 | Distance (%) at which an unfilled sell order is cancelled and re-priced. |
sellPercentages | [0.25,0.35,0.5,0.75,1,2.5,5,10,15] | Take-profit ladder, each value is the per-tier profit target as a fraction. |
startBal | 10000 | Initial portfolio value in the quote currency (USDT). |
stepSize | 0.01 | 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.001 | 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: BARUSDT
canSell: true
canBuyUp: true
startBal: 10000
stepSize: 0.01
stopLoss: false
tickSize: 0.001
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 | BARUSDT | 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,330 | #
| ####### ######:#
| # ##:::::::###::::::::## ##
|###:###########::::::::::::::::::::::# ##::###
|::::::::::::::::::::::::::::::::::::::##:::::::#
|::::::::::::::::::::::::::::::::::::::::::::::::#
|:::::::::::::::::::::::::::::::::::::::::::::::::#
|::::::::::::::::::::::::::::::::::::::::::::::::::# ##
|:::::::::::::::::::::::::::::::::::::::::::::::::::####::# #
9,226 |::::::::::::::::::::::::::::::::::::::::::::::::::::::::::#:
+------------------------------------------------------------
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,360.34 USDT @ 2025-05-05 23:59:00 UTC |
| Trough | 9,084.83 USDT @ 2026-02-05 23:59:00 UTC |
| Drawdown Duration | 276.0 days |
| Recovery | not yet recovered within window |
| All-time Peak | 10,360.34 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) | 8,017.65 | 8,017.65 | 85.8% |
| BAR | 2,632.14000000 | 0.00 | 0.0% |
| Other (open positions, fee reserves, …) | - | 1,322.97 | 14.2% |
| Total | - | 9,340.62 | 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.96 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.96 USDT | Gross Profit - Gross Loss |
| Closed-trade buy fees | 0.38 USDT | Sum buy_fee_in_quote over matched-pair rows of /trades |
| Closed-trade sell fees | 0.38 USDT | Sum sell_fee_in_quote over matched-pair rows of /trades |
| Closed-trade fees subtotal | 0.75 USDT | buy + sell on matched pairs |
| Open-position buy fees | 773.19 USDT | bt.total_fees - closed-trade subtotal - buy-side fees on the 523 orders still open at end of window (no matching sell row yet) |
| Total Fees Paid (authoritative) | 773.94 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 | 80736.49% | 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/8fdaad0e-f5b6-4804-9bde-5af3e5bd90fe/trades |
| Closed-trade sell fees | Sum row.sell_fee_in_quote | sell_fee_in_quote per row | GET /backtests/8fdaad0e-f5b6-4804-9bde-5af3e5bd90fe/trades |
| (A) Closed-trade subtotal | Sum (buy_fee_in_quote + sell_fee_in_quote) | both fee fields, matched-pair rows only | GET /backtests/8fdaad0e-f5b6-4804-9bde-5af3e5bd90fe/trades |
| (B) Total Fees Paid (engine) | direct read | total_fees (scalar) | GET /backtests/8fdaad0e-f5b6-4804-9bde-5af3e5bd90fe |
| (C) = (B) - (A) Open-position buy fees | bt.total_fees - closed_subtotal | derived | - |
| Open orders count | direct read | active_orders | GET /backtests/8fdaad0e-f5b6-4804-9bde-5af3e5bd90fe |
| Numerical walk-through for this run: |
(A) Closed-trade subtotal = 0.375718 + 0.376551
= 0.752269 USDT
(B) bt.total_fees = 773.940650 USDT <- authoritative
(C) Open-position buy fees = (B) - (A)
= 773.940650 - 0.752269
= 773.188380 USDT
Identity check: (A) + (C) ?= (B)
0.752269 + 773.188380 = 773.940650 USDT
vs bt.total_fees = 773.940650 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 523 open orders.Holding Period Distribution
| Min | Median | Avg | Max |
|---|---|---|---|
| 0.0h | 0.1h | 2.4h | 52.6h |
Trade Timeline
| First Trade | Last Trade |
|---|---|
| 2024-04-24 00:02:00 UTC | 2026-02-25 23:54:00 UTC |
Breakdown by Exit Type
| Type | Count | Cumulative Profit | Avg Return |
|---|---|---|---|
TP | 100 | +0.96 USDT | +0.19% |
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.14 |
| 2024-05 | 7 | 7 | 100.0% | +0.03 |
| 2024-06 | 3 | 3 | 100.0% | +0.01 |
| 2024-10 | 4 | 4 | 100.0% | +0.02 |
| 2024-11 | 1 | 1 | 100.0% | +0.00 |
| 2024-12 | 7 | 7 | 100.0% | +0.03 |
| 2025-05 | 3 | 3 | 100.0% | +0.01 |
| 2026-02 | 50 | 50 | 100.0% | +0.70 |
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-06 -> 2026-02-06 | 0.422000 | 0.424000 | +0.0162 | +0.32% |
| 2 | TP | 2026-02-06 -> 2026-02-06 | 0.422000 | 0.424000 | +0.0162 | +0.32% |
| 3 | TP | 2026-02-06 -> 2026-02-06 | 0.424000 | 0.426000 | +0.0161 | +0.32% |
| 4 | TP | 2026-02-06 -> 2026-02-06 | 0.425000 | 0.427000 | +0.0160 | +0.32% |
| 5 | TP | 2026-02-06 -> 2026-02-06 | 0.426000 | 0.428000 | +0.0160 | +0.32% |
| 6 | TP | 2026-02-06 -> 2026-02-06 | 0.428000 | 0.430000 | +0.0159 | +0.32% |
| 7 | TP | 2026-02-06 -> 2026-02-06 | 0.429000 | 0.431000 | +0.0158 | +0.32% |
| 8 | TP | 2026-02-06 -> 2026-02-06 | 0.431000 | 0.433000 | +0.0157 | +0.31% |
| 9 | TP | 2026-02-06 -> 2026-02-06 | 0.432000 | 0.434000 | +0.0156 | +0.31% |
| 10 | TP | 2026-02-06 -> 2026-02-06 | 0.433000 | 0.435000 | +0.0156 | +0.31% |
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 | -12.31% @ 2026-02-05 23:59:00 UTC |
| Mean | -3.03% |
| Std Dev | 3.45% |
| Last | -9.84% |
| Points | 673 |
| Across 673 points the series ranged from -12.31% (2026-02-05 23:59:00 UTC) to 0.00% (2024-04-24 23:59:00 UTC), averaging -3.03%. 0% of points were positive, 95% negative. The most recent value is -9.84%. | |
| 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.10150607329366818},{"timestamp":"2024-05-17T23:59:00+00:00","drawdown":0},{"timestamp":"2024-05-28T23:59:00+00:00","drawdown":0},{"timestamp":"2024-06-09T23:59:00+00:00","drawdown":-0.11590594318999442},{"timestamp":"2024-06-20T23:59:00+00:00","drawdown":-0.9286819954896051},{"timestamp":"2024-07-01T23:59:00+00:00","drawdown":-0.8733462737656463},{"timestamp":"2024-07-13T23:59:00+00:00","drawdown":-0.6688998272914206},{"timestamp":"2024-07-24T23:59:00+00:00","drawdown":-0.9004881950710555},{"timestamp":"2024-08-05T23:59:00+00:00","drawdown":-1.8327096735256794},{"timestamp":"2024-08-16T23:59:00+00:00","drawdown":-1.380631703456237},{"timestamp":"2024-08-27T23:59:00+00:00","drawdown":-1.137731119856271},{"timestamp":"2024-09-08T23:59:00+00:00","drawdown":-1.1947427559712684},{"timestamp":"2024-09-19T23:59:00+00:00","drawdown":-0.9880282975560345},{"timestamp":"2024-09-30T23:59:00+00:00","drawdown":-0.7827153632034249},{"timestamp":"2024-10-12T23:59:00+00:00","drawdown":-0.31412510934742566},{"timestamp":"2024-10-23T23:59:00+00:00","drawdown":-0.6006265241994786},{"timestamp":"2024-11-04T23:59:00+00:00","drawdown":-0.516005591135957},{"timestamp":"2024-11-15T23:59:00+00:00","drawdown":-0.44566701178963647},{"timestamp":"2024-11-26T23:59:00+00:00","drawdown":-0.05898265120022189},{"timestamp":"2024-12-08T23:59:00+00:00","drawdown":0},{"timestamp":"2024-12-19T23:59:00+00:00","drawdown":-0.3546164002752406},{"timestamp":"2024-12-31T23:59:00+00:00","drawdown":-0.6109652144047995},{"timestamp":"2025-01-11T23:59:00+00:00","drawdown":-0.7559232881974765},{"timestamp":"2025-01-22T23:59:00+00:00","drawdown":-0.9206963568961992},{"timestamp":"2025-02-03T23:59:00+00:00","drawdown":-1.9815566244826222},{"timestamp":"2025-02-14T23:59:00+00:00","drawdown":-1.4525774701199505},{"timestamp":"2025-02-26T23:59:00+00:00","drawdown":-0.7125263872682949},{"timestamp":"2025-03-09T23:59:00+00:00","drawdown":-0.5830549732457024},{"timestamp":"2025-03-20T23:59:00+00:00","drawdown":-0.5121696317982123},{"timestamp":"2025-04-01T23:59:00+00:00","drawdown":-0.4507846853638893},{"timestamp":"2025-04-12T23:59:00+00:00","drawdown":-0.374679135235133},{"timestamp":"2025-04-23T23:59:00+00:00","drawdown":-0.04095499042186482},{"timestamp":"2025-05-05T23:59:00+00:00","drawdown":0},{"timestamp":"2025-05-16T23:59:00+00:00","drawdown":-1.348221451892101},{"timestamp":"2025-05-28T23:59:00+00:00","drawdown":-2.155418353365874},{"timestamp":"2025-06-08T23:59:00+00:00","drawdown":-3.3080575642105883},{"timestamp":"2025-06-19T23:59:00+00:00","drawdown":-3.878399016615216},{"timestamp":"2025-07-01T23:59:00+00:00","drawdown":-5.352373364070782},{"timestamp":"2025-07-12T23:59:00+00:00","drawdown":-4.055148746239097},{"timestamp":"2025-07-24T23:59:00+00:00","drawdown":-4.1823411889224404},{"timestamp":"2025-08-04T23:59:00+00:00","drawdown":-3.4550322089423804},{"timestamp":"2025-08-15T23:59:00+00:00","drawdown":-2.3588340588954813},{"timestamp":"2025-08-27T23:59:00+00:00","drawdown":-3.335780250555958},{"timestamp":"2025-09-07T23:59:00+00:00","drawdown":-3.5705381576895685},{"timestamp":"2025-09-19T23:59:00+00:00","drawdown":-3.5749625844212374},{"timestamp":"2025-09-30T23:59:00+00:00","drawdown":-4.344252820507253},{"timestamp":"2025-10-11T23:59:00+00:00","drawdown":-6.603442950748092},{"timestamp":"2025-10-23T23:59:00+00:00","drawdown":-7.078056587019354},{"timestamp":"2025-11-03T23:59:00+00:00","drawdown":-9.10589014444231},{"timestamp":"2025-11-14T23:59:00+00:00","drawdown":-9.290076524552502},{"timestamp":"2025-11-26T23:59:00+00:00","drawdown":-9.800579278920846},{"timestamp":"2025-12-07T23:59:00+00:00","drawdown":-9.270758191495498},{"timestamp":"2025-12-19T23:59:00+00:00","drawdown":-9.96738585086566},{"timestamp":"2025-12-30T23:59:00+00:00","drawdown":-9.515689444392684},{"timestamp":"2026-01-10T23:59:00+00:00","drawdown":-8.736316693370268},{"timestamp":"2026-01-22T23:59:00+00:00","drawdown":-9.357273726981932},{"timestamp":"2026-02-02T23:59:00+00:00","drawdown":-10.546582429627021},{"timestamp":"2026-02-14T23:59:00+00:00","drawdown":-10.39517287788836},{"timestamp":"2026-02-25T23:59:00+00:00","drawdown":-9.84253471190785}]
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 | 98.78 USDT @ 2024-12-14 23:59:00 UTC |
| Worst Unrealized | -1,514.33 USDT @ 2026-02-05 23:59:00 UTC |
| Mean | -333.95 USDT |
| Std Dev | 421.91 USDT |
| Last | -1,292.44 USDT |
| Points | 673 |
| Sum | -224,749.42 USDT |
| Across 673 points the series ranged from -1,514.33 USDT (2026-02-05 23:59:00 UTC) to 98.78 USDT (2024-12-14 23:59:00 UTC), averaging -333.95 USDT. 14% of points were positive, 86% negative. The most recent value is -1,292.44 USDT. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T23:59:00+00:00","pnl":-3.231490725},{"timestamp":"2024-05-05T23:59:00+00:00","pnl":-21.009899245},{"timestamp":"2024-05-17T23:59:00+00:00","pnl":-8.746019975},{"timestamp":"2024-05-28T23:59:00+00:00","pnl":7.4235396225},{"timestamp":"2024-06-09T23:59:00+00:00","pnl":-6.5246241975},{"timestamp":"2024-06-20T23:59:00+00:00","pnl":-94.1502263675},{"timestamp":"2024-07-01T23:59:00+00:00","pnl":-96.833164025},{"timestamp":"2024-07-13T23:59:00+00:00","pnl":-89.0111998125},{"timestamp":"2024-07-24T23:59:00+00:00","pnl":-117.794669535},{"timestamp":"2024-08-05T23:59:00+00:00","pnl":-222.17739493},{"timestamp":"2024-08-16T23:59:00+00:00","pnl":-185.750074505},{"timestamp":"2024-08-27T23:59:00+00:00","pnl":-168.88657975},{"timestamp":"2024-09-08T23:59:00+00:00","pnl":-183.33361792},{"timestamp":"2024-09-19T23:59:00+00:00","pnl":-168.1912501475},{"timestamp":"2024-09-30T23:59:00+00:00","pnl":-153.3770001925},{"timestamp":"2024-10-12T23:59:00+00:00","pnl":-113.779557695},{"timestamp":"2024-10-23T23:59:00+00:00","pnl":-90.31347919},{"timestamp":"2024-11-04T23:59:00+00:00","pnl":-3.544372755},{"timestamp":"2024-11-15T23:59:00+00:00","pnl":-1.5441089175},{"timestamp":"2024-11-26T23:59:00+00:00","pnl":36.1014695725},{"timestamp":"2024-12-08T23:59:00+00:00","pnl":91.3383417975},{"timestamp":"2024-12-19T23:59:00+00:00","pnl":58.50033362},{"timestamp":"2024-12-31T23:59:00+00:00","pnl":27.1000681975},{"timestamp":"2025-01-11T23:59:00+00:00","pnl":7.642776385},{"timestamp":"2025-01-22T23:59:00+00:00","pnl":-21.01481643},{"timestamp":"2025-02-03T23:59:00+00:00","pnl":-142.96339357},{"timestamp":"2025-02-14T23:59:00+00:00","pnl":-101.152633495},{"timestamp":"2025-02-26T23:59:00+00:00","pnl":-46.9957331175},{"timestamp":"2025-03-09T23:59:00+00:00","pnl":-47.04214909},{"timestamp":"2025-03-20T23:59:00+00:00","pnl":-48.3968898075},{"timestamp":"2025-04-01T23:59:00+00:00","pnl":-48.552139875},{"timestamp":"2025-04-12T23:59:00+00:00","pnl":-49.25540544},{"timestamp":"2025-04-23T23:59:00+00:00","pnl":-24.4215768975},{"timestamp":"2025-05-05T23:59:00+00:00","pnl":78.3655879025},{"timestamp":"2025-05-16T23:59:00+00:00","pnl":-70.2885006325},{"timestamp":"2025-05-28T23:59:00+00:00","pnl":-163.4222228475},{"timestamp":"2025-06-08T23:59:00+00:00","pnl":-293.62368242},{"timestamp":"2025-06-19T23:59:00+00:00","pnl":-358.7837321975},{"timestamp":"2025-07-01T23:59:00+00:00","pnl":-517.465468335},{"timestamp":"2025-07-12T23:59:00+00:00","pnl":-389.5993202375},{"timestamp":"2025-07-24T23:59:00+00:00","pnl":-406.4586465375},{"timestamp":"2025-08-04T23:59:00+00:00","pnl":-342.344456365},{"timestamp":"2025-08-15T23:59:00+00:00","pnl":-242.4644552225},{"timestamp":"2025-08-27T23:59:00+00:00","pnl":-351.37811312},{"timestamp":"2025-09-07T23:59:00+00:00","pnl":-378.1795685425},{"timestamp":"2025-09-19T23:59:00+00:00","pnl":-380.1526940775},{"timestamp":"2025-09-30T23:59:00+00:00","pnl":-464.6464834925},{"timestamp":"2025-10-11T23:59:00+00:00","pnl":-706.9456905175},{"timestamp":"2025-10-23T23:59:00+00:00","pnl":-772.807486635},{"timestamp":"2025-11-03T23:59:00+00:00","pnl":-996.699300765},{"timestamp":"2025-11-14T23:59:00+00:00","pnl":-1055.9267265475},{"timestamp":"2025-11-26T23:59:00+00:00","pnl":-1121.2645294175},{"timestamp":"2025-12-07T23:59:00+00:00","pnl":-1082.8339986425},{"timestamp":"2025-12-19T23:59:00+00:00","pnl":-1174.0816673525},{"timestamp":"2025-12-30T23:59:00+00:00","pnl":-1165.4233347174},{"timestamp":"2026-01-10T23:59:00+00:00","pnl":-1090.1474849249},{"timestamp":"2026-01-22T23:59:00+00:00","pnl":-1166.5717442999},{"timestamp":"2026-02-02T23:59:00+00:00","pnl":-1325.2820211749},{"timestamp":"2026-02-14T23:59:00+00:00","pnl":-1333.2786136699},{"timestamp":"2026-02-25T23:59:00+00:00","pnl":-1292.4382535224}]
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,360.34 USDT @ 2025-05-05 23:59:00 UTC |
| Trough Total Equity | 9,084.83 USDT @ 2026-02-05 23:59:00 UTC |
| Mean | 9,923.48 USDT |
| Std Dev | 290.80 USDT |
| Last | 9,340.62 USDT |
| Points | 673 |
| Sum | 6,678,500.31 USDT |
| Across 673 points the series ranged from 9,084.83 USDT (2026-02-05 23:59:00 UTC) to 10,360.34 USDT (2025-05-05 23:59:00 UTC), averaging 9,923.48 USDT. 100% of points were positive, 0% negative. The most recent value is 9,340.62 USDT. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T23:59:00+00:00","quote":9860.389183585,"base":137.31253829999878,"total":9997.701721885},{"timestamp":"2024-05-05T23:59:00+00:00","quote":9697.397857475,"base":290.1555899725008,"total":9987.5534474475},{"timestamp":"2024-05-17T23:59:00+00:00","quote":9839.39237129,"base":161.85682626749986,"total":10001.2491975575},{"timestamp":"2024-05-28T23:59:00+00:00","quote":9931.4137212025,"base":97.74251809000089,"total":10029.1562392925},{"timestamp":"2024-06-09T23:59:00+00:00","quote":9759.92995008,"base":259.3894518950001,"total":10019.319401975},{"timestamp":"2024-06-20T23:59:00+00:00","quote":9289.6062290826,"base":648.1840470875013,"total":9937.7902761701},{"timestamp":"2024-07-01T23:59:00+00:00","quote":9342.9722569574,"base":600.3687155025,"total":9943.3409724599},{"timestamp":"2024-07-13T23:59:00+00:00","quote":9410.8215666274,"base":553.0273181999983,"total":9963.8488848274},{"timestamp":"2024-07-24T23:59:00+00:00","quote":9205.8122992272,"base":734.8060817999994,"total":9940.6183810272},{"timestamp":"2024-08-05T23:59:00+00:00","quote":9056.3570173672,"base":790.7507318200005,"total":9847.1077491872},{"timestamp":"2024-08-16T23:59:00+00:00","quote":9060.1716769672,"base":832.2837686624989,"total":9892.4554456297},{"timestamp":"2024-08-27T23:59:00+00:00","quote":9142.8946118799,"base":773.9260597949997,"total":9916.8206716749},{"timestamp":"2024-09-08T23:59:00+00:00","quote":9086.4751595498,"base":824.6267057700006,"total":9911.1018653198},{"timestamp":"2024-09-19T23:59:00+00:00","quote":9162.2435492573,"base":769.5937314799994,"total":9931.8372807373},{"timestamp":"2024-09-30T23:59:00+00:00","quote":9218.1767548798,"base":734.2553551550009,"total":9952.4321100348},{"timestamp":"2024-10-12T23:59:00+00:00","quote":9414.5064473023,"base":593.4176527125001,"total":10007.9241000148},{"timestamp":"2024-10-23T23:59:00+00:00","quote":9444.8446553297,"base":596.7962268800002,"total":10041.6408822097},{"timestamp":"2024-11-04T23:59:00+00:00","quote":9799.8898309296,"base":337.58412187499925,"total":10137.4739528046},{"timestamp":"2024-11-15T23:59:00+00:00","quote":9749.9072457621,"base":394.73424711000007,"total":10144.6414928721},{"timestamp":"2024-11-26T23:59:00+00:00","quote":9856.9675347946,"base":327.07730790000096,"total":10184.0448426946},{"timestamp":"2024-12-08T23:59:00+00:00","quote":9942.1848335872,"base":302.0269098000008,"total":10244.2117433872},{"timestamp":"2024-12-19T23:59:00+00:00","quote":9779.9984639971,"base":439.77891825000006,"total":10219.7773822471},{"timestamp":"2024-12-31T23:59:00+00:00","quote":9669.7717505072,"base":523.7141195999011,"total":10193.4858701071},{"timestamp":"2025-01-11T23:59:00+00:00","quote":9619.1981368196,"base":559.4206196250016,"total":10178.6187564446},{"timestamp":"2025-01-22T23:59:00+00:00","quote":9716.2615518396,"base":445.45783586499965,"total":10161.7193877046},{"timestamp":"2025-02-03T23:59:00+00:00","quote":9248.2421936672,"base":804.6738016800009,"total":10052.9159953472},{"timestamp":"2025-02-14T23:59:00+00:00","quote":9451.1253288998,"base":656.0435480374999,"total":10107.1688769373},{"timestamp":"2025-02-26T23:59:00+00:00","quote":9698.5213904798,"base":484.5482160749998,"total":10183.0696065548},{"timestamp":"2025-03-09T23:59:00+00:00","quote":9741.9260281422,"base":454.4223574275002,"total":10196.3483855697},{"timestamp":"2025-03-20T23:59:00+00:00","quote":9790.6258276272,"base":412.9926630200007,"total":10203.6184906472},{"timestamp":"2025-04-01T23:59:00+00:00","quote":9792.0790827746,"base":417.83513843750006,"total":10209.9142212121},{"timestamp":"2025-04-12T23:59:00+00:00","quote":9845.7122136246,"base":372.00750496,"total":10217.7197185846},{"timestamp":"2025-04-23T23:59:00+00:00","quote":9900.197528742,"base":351.7494299200007,"total":10251.946958662},{"timestamp":"2025-05-05T23:59:00+00:00","quote":9981.002110897,"base":379.3412805000007,"total":10360.343391397},{"timestamp":"2025-05-16T23:59:00+00:00","quote":9518.8275709695,"base":701.8354483349995,"total":10220.6630193045},{"timestamp":"2025-05-28T23:59:00+00:00","quote":9287.7164352271,"base":849.3182132400016,"total":10137.0346484671},{"timestamp":"2025-06-08T23:59:00+00:00","quote":9183.2512723397,"base":834.3659958200005,"total":10017.6172681597},{"timestamp":"2025-06-19T23:59:00+00:00","quote":9074.1043907071,"base":884.4235444799997,"total":9958.5279351871},{"timestamp":"2025-07-01T23:59:00+00:00","quote":8804.5796345321,"base":1001.2394967575001,"total":9805.8191312896},{"timestamp":"2025-07-12T23:59:00+00:00","quote":9061.5433953747,"base":878.67266088,"total":9940.2160562547},{"timestamp":"2025-07-24T23:59:00+00:00","quote":9070.2249548898,"base":856.8135275349996,"total":9927.0384824248},{"timestamp":"2025-08-04T23:59:00+00:00","quote":9216.7436674172,"base":785.6465228500001,"total":10002.3901902672},{"timestamp":"2025-08-15T23:59:00+00:00","quote":9350.6850699122,"base":765.27501295,"total":10115.9600828622},{"timestamp":"2025-08-27T23:59:00+00:00","quote":9102.8809240995,"base":911.8641785575,"total":10014.745102657},{"timestamp":"2025-09-07T23:59:00+00:00","quote":9060.2662787695,"base":930.15709857,"total":9990.4233773395},{"timestamp":"2025-09-19T23:59:00+00:00","quote":9046.750033712,"base":943.2149578249991,"total":9989.964991537},{"timestamp":"2025-09-30T23:59:00+00:00","quote":8891.284589477,"base":1018.9792919249994,"total":9910.263881402},{"timestamp":"2025-10-11T23:59:00+00:00","quote":8679.0921812246,"base":997.1118448198995,"total":9676.2040260445},{"timestamp":"2025-10-23T23:59:00+00:00","quote":8370.2761981695,"base":1256.7562253749002,"total":9627.0324235444},{"timestamp":"2025-11-03T23:59:00+00:00","quote":8068.5983202894,"base":1348.3435833000003,"total":9416.9419035894},{"timestamp":"2025-11-14T23:59:00+00:00","quote":8008.6036660948,"base":1389.2558960350007,"total":9397.8595621298},{"timestamp":"2025-11-26T23:59:00+00:00","quote":7900.8896966797,"base":1444.0800270750005,"total":9344.9697237547},{"timestamp":"2025-12-07T23:59:00+00:00","quote":8107.613880552,"base":1292.24712722,"total":9399.861007772},{"timestamp":"2025-12-19T23:59:00+00:00","quote":7981.4913953518,"base":1346.1965947500003,"total":9327.6879901018},{"timestamp":"2025-12-30T23:59:00+00:00","quote":8029.6378615139,"base":1344.8474273851007,"total":9374.485288899},{"timestamp":"2026-01-10T23:59:00+00:00","quote":8180.3069928788,"base":1274.9239893251006,"total":9455.2309822039},{"timestamp":"2026-01-22T23:59:00+00:00","quote":8027.1710039036,"base":1363.7266973051,"total":9390.8977012087},{"timestamp":"2026-02-02T23:59:00+00:00","quote":7807.3190093708,"base":1460.3622262601002,"total":9267.6812356309},{"timestamp":"2026-02-14T23:59:00+00:00","quote":7916.1124762583,"base":1367.2553088600998,"total":9283.3677851184},{"timestamp":"2026-02-25T23:59:00+00:00","quote":8017.6495516407,"base":1322.9734451851991,"total":9340.6229968259}]
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 | 16.36% @ 2026-02-05 23:59:00 UTC |
| Min Exposure | 0.97% @ 2024-05-28 23:59:00 UTC |
| Mean | 7.66% |
| Std Dev | 3.99% |
| Last | 14.16% |
| Points | 673 |
| Across 673 points the series ranged from 0.97% (2024-05-28 23:59:00 UTC) to 16.36% (2026-02-05 23:59:00 UTC), averaging 7.66%. 100% of points were positive, 0% negative. The most recent value is 14.16%. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T23:59:00+00:00","exposure":1.3734410379479638},{"timestamp":"2024-05-05T23:59:00+00:00","exposure":2.905171837119483},{"timestamp":"2024-05-17T23:59:00+00:00","exposure":1.6183660967774751},{"timestamp":"2024-05-28T23:59:00+00:00","exposure":0.9745836614556127},{"timestamp":"2024-06-09T23:59:00+00:00","exposure":2.588892932626436},{"timestamp":"2024-06-20T23:59:00+00:00","exposure":6.522416242188029},{"timestamp":"2024-07-01T23:59:00+00:00","exposure":6.037897293931113},{"timestamp":"2024-07-13T23:59:00+00:00","exposure":5.550338273818353},{"timestamp":"2024-07-24T23:59:00+00:00","exposure":7.3919554461768735},{"timestamp":"2024-08-05T23:59:00+00:00","exposure":8.030284139881283},{"timestamp":"2024-08-16T23:59:00+00:00","exposure":8.413318343831271},{"timestamp":"2024-08-27T23:59:00+00:00","exposure":7.8041752031025435},{"timestamp":"2024-09-08T23:59:00+00:00","exposure":8.320232371493162},{"timestamp":"2024-09-19T23:59:00+00:00","exposure":7.748754935530598},{"timestamp":"2024-09-30T23:59:00+00:00","exposure":7.37764746382614},{"timestamp":"2024-10-12T23:59:00+00:00","exposure":5.929477949494267},{"timestamp":"2024-10-23T23:59:00+00:00","exposure":5.943214200552778},{"timestamp":"2024-11-04T23:59:00+00:00","exposure":3.330061546363869},{"timestamp":"2024-11-15T23:59:00+00:00","exposure":3.891061575585012},{"timestamp":"2024-11-26T23:59:00+00:00","exposure":3.2116640583591485},{"timestamp":"2024-12-08T23:59:00+00:00","exposure":2.9482689089764658},{"timestamp":"2024-12-19T23:59:00+00:00","exposure":4.303214265840519},{"timestamp":"2024-12-31T23:59:00+00:00","exposure":5.137733315898525},{"timestamp":"2025-01-11T23:59:00+00:00","exposure":5.496036672665473},{"timestamp":"2025-01-22T23:59:00+00:00","exposure":4.3836856625266725},{"timestamp":"2025-02-03T23:59:00+00:00","exposure":8.00438203256079},{"timestamp":"2025-02-14T23:59:00+00:00","exposure":6.490873517849995},{"timestamp":"2025-02-26T23:59:00+00:00","exposure":4.75837085276426},{"timestamp":"2025-03-09T23:59:00+00:00","exposure":4.456716662120115},{"timestamp":"2025-03-20T23:59:00+00:00","exposure":4.047511805724178},{"timestamp":"2025-04-01T23:59:00+00:00","exposure":4.092445140914176},{"timestamp":"2025-04-12T23:59:00+00:00","exposure":3.640807491356124},{"timestamp":"2025-04-23T23:59:00+00:00","exposure":3.431050037015683},{"timestamp":"2025-05-05T23:59:00+00:00","exposure":3.6614740088151647},{"timestamp":"2025-05-16T23:59:00+00:00","exposure":6.866828962166078},{"timestamp":"2025-05-28T23:59:00+00:00","exposure":8.378369441288568},{"timestamp":"2025-06-08T23:59:00+00:00","exposure":8.328986559228758},{"timestamp":"2025-06-19T23:59:00+00:00","exposure":8.881067063687292},{"timestamp":"2025-07-01T23:59:00+00:00","exposure":10.210666578201748},{"timestamp":"2025-07-12T23:59:00+00:00","exposure":8.83957306267112},{"timestamp":"2025-07-24T23:59:00+00:00","exposure":8.631109157599564},{"timestamp":"2025-08-04T23:59:00+00:00","exposure":7.854587832560974},{"timestamp":"2025-08-15T23:59:00+00:00","exposure":7.565026025028302},{"timestamp":"2025-08-27T23:59:00+00:00","exposure":9.105216051036331},{"timestamp":"2025-09-07T23:59:00+00:00","exposure":9.310487288054308},{"timestamp":"2025-09-19T23:59:00+00:00","exposure":9.441624256181518},{"timestamp":"2025-09-30T23:59:00+00:00","exposure":10.28206013602985},{"timestamp":"2025-10-11T23:59:00+00:00","exposure":10.304783178776205},{"timestamp":"2025-10-23T23:59:00+00:00","exposure":13.054450946911821},{"timestamp":"2025-11-03T23:59:00+00:00","exposure":14.318274415456042},{"timestamp":"2025-11-14T23:59:00+00:00","exposure":14.782684151114925},{"timestamp":"2025-11-26T23:59:00+00:00","exposure":15.453019857348302},{"timestamp":"2025-12-07T23:59:00+00:00","exposure":13.747513140370302},{"timestamp":"2025-12-19T23:59:00+00:00","exposure":14.43226441727612},{"timestamp":"2025-12-30T23:59:00+00:00","exposure":14.345826847449755},{"timestamp":"2026-01-10T23:59:00+00:00","exposure":13.483795284585751},{"timestamp":"2026-01-22T23:59:00+00:00","exposure":14.521792704967654},{"timestamp":"2026-02-02T23:59:00+00:00","exposure":15.757579367809207},{"timestamp":"2026-02-14T23:59:00+00:00","exposure":14.728009710569298},{"timestamp":"2026-02-25T23:59:00+00:00","exposure":14.163653169973433}]
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 | 181.21 USDT @ 2026-02-21 23:59:00 UTC |
| Worst Day | -230.00 USDT @ 2025-10-10 23:59:00 UTC |
| Mean | -0.9778 USDT |
| Std Dev | 27.36 USDT |
| Last | 24.83 USDT |
| Points | 672 |
| Sum | -657.08 USDT |
| Across 672 points the series ranged from -230.00 USDT (2025-10-10 23:59:00 UTC) to 181.21 USDT (2026-02-21 23:59:00 UTC), averaging -0.9778 USDT. 54% of points were positive, 46% negative. The most recent value is 24.83 USDT. | |
| Showing 60 of 672 points (down-sampled for readability). |
[{"timestamp":"2024-04-25T23:59:00+00:00","delta":-10.65152948749892},{"timestamp":"2024-05-06T23:59:00+00:00","delta":-2.9148815175012714},{"timestamp":"2024-05-18T23:59:00+00:00","delta":1.730402729999696},{"timestamp":"2024-05-29T23:59:00+00:00","delta":-2.893995732500116},{"timestamp":"2024-06-09T23:59:00+00:00","delta":6.860361155000646},{"timestamp":"2024-06-21T23:59:00+00:00","delta":-7.854334840099909},{"timestamp":"2024-07-02T23:59:00+00:00","delta":11.827080559998649},{"timestamp":"2024-07-14T23:59:00+00:00","delta":14.252447534900057},{"timestamp":"2024-07-25T23:59:00+00:00","delta":6.036563179999575},{"timestamp":"2024-08-05T23:59:00+00:00","delta":-29.595675840000695},{"timestamp":"2024-08-17T23:59:00+00:00","delta":8.666379737500392},{"timestamp":"2024-08-28T23:59:00+00:00","delta":5.182114342500427},{"timestamp":"2024-09-08T23:59:00+00:00","delta":17.3284761875002},{"timestamp":"2024-09-20T23:59:00+00:00","delta":16.87967207499969},{"timestamp":"2024-10-01T23:59:00+00:00","delta":-40.94131380500039},{"timestamp":"2024-10-13T23:59:00+00:00","delta":16.808606124999642},{"timestamp":"2024-10-24T23:59:00+00:00","delta":-0.3675751900009345},{"timestamp":"2024-11-04T23:59:00+00:00","delta":17.227525449899986},{"timestamp":"2024-11-16T23:59:00+00:00","delta":8.302026347499122},{"timestamp":"2024-11-27T23:59:00+00:00","delta":10.455118782499994},{"timestamp":"2024-12-08T23:59:00+00:00","delta":19.48031094250109},{"timestamp":"2024-12-20T23:59:00+00:00","delta":-2.2216456050009583},{"timestamp":"2024-12-31T23:59:00+00:00","delta":-9.731224014998588},{"timestamp":"2025-01-12T23:59:00+00:00","delta":9.69995918749919},{"timestamp":"2025-01-23T23:59:00+00:00","delta":-4.8148014649996185},{"timestamp":"2025-02-03T23:59:00+00:00","delta":18.938417410101465},{"timestamp":"2025-02-15T23:59:00+00:00","delta":53.0958160174996},{"timestamp":"2025-02-26T23:59:00+00:00","delta":16.424989662500593},{"timestamp":"2025-03-09T23:59:00+00:00","delta":-11.63911901749998},{"timestamp":"2025-03-21T23:59:00+00:00","delta":-0.7423031275011454},{"timestamp":"2025-04-01T23:59:00+00:00","delta":-2.925373802499962},{"timestamp":"2025-04-13T23:59:00+00:00","delta":-9.909952327499923},{"timestamp":"2025-04-24T23:59:00+00:00","delta":11.03906363510032},{"timestamp":"2025-05-05T23:59:00+00:00","delta":3.3186208975002955},{"timestamp":"2025-05-17T23:59:00+00:00","delta":-18.68231249749988},{"timestamp":"2025-05-28T23:59:00+00:00","delta":-3.8207028374999936},{"timestamp":"2025-06-08T23:59:00+00:00","delta":3.0615583500002685},{"timestamp":"2025-06-20T23:59:00+00:00","delta":-60.52526309749919},{"timestamp":"2025-07-01T23:59:00+00:00","delta":-23.70198967249962},{"timestamp":"2025-07-13T23:59:00+00:00","delta":-4.352675707499657},{"timestamp":"2025-07-24T23:59:00+00:00","delta":-24.107133389999944},{"timestamp":"2025-08-04T23:59:00+00:00","delta":1.7458252449996507},{"timestamp":"2025-08-16T23:59:00+00:00","delta":-9.453018445001362},{"timestamp":"2025-08-27T23:59:00+00:00","delta":-12.63781458000085},{"timestamp":"2025-09-07T23:59:00+00:00","delta":15.22464054000011},{"timestamp":"2025-09-19T23:59:00+00:00","delta":-0.6651621900000464},{"timestamp":"2025-09-30T23:59:00+00:00","delta":17.179546682498767},{"timestamp":"2025-10-12T23:59:00+00:00","delta":43.95767990510103},{"timestamp":"2025-10-23T23:59:00+00:00","delta":14.332380390000253},{"timestamp":"2025-11-03T23:59:00+00:00","delta":-111.35420607749984},{"timestamp":"2025-11-15T23:59:00+00:00","delta":7.588131209999119},{"timestamp":"2025-11-26T23:59:00+00:00","delta":13.357366275000459},{"timestamp":"2025-12-07T23:59:00+00:00","delta":52.82321449000119},{"timestamp":"2025-12-19T23:59:00+00:00","delta":69.72706092239969},{"timestamp":"2025-12-30T23:59:00+00:00","delta":3.8431272751004144},{"timestamp":"2026-01-11T23:59:00+00:00","delta":-10.516821060000439},{"timestamp":"2026-01-22T23:59:00+00:00","delta":-7.651799270000993},{"timestamp":"2026-02-02T23:59:00+00:00","delta":31.691827637499955},{"timestamp":"2026-02-14T23:59:00+00:00","delta":11.631573480000952},{"timestamp":"2026-02-25T23:59:00+00:00","delta":24.830457122499865}]
Monthly Returns
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net * Transform: monthlyReturns(equity)returnPct).| Stat | Value |
|---|---|
| Best Month | 2.81% @ 2024-10 |
| Worst Month | -3.72% @ 2025-10 |
| Mean | -0.19% |
| Std Dev | 1.52% |
| Last | 1.13% |
| Points | 23 |
| Across 23 points the series ranged from -3.72% (2025-10) to 2.81% (2024-10), averaging -0.19%. 52% of points were positive, 48% negative. The most recent value is 1.13%. | |
| Full series - 23 points. |
[{"month":"2024-04","returnPct":-0.22494935671834412},{"month":"2024-05","returnPct":0.6318247343816052},{"month":"2024-06","returnPct":-0.7155466869299527},{"month":"2024-07","returnPct":0.1826825468673971},{"month":"2024-08","returnPct":-0.6313014483888522},{"month":"2024-09","returnPct":0.5966896219707645},{"month":"2024-10","returnPct":2.810519798806269},{"month":"2024-11","returnPct":0.3049101848833053},{"month":"2024-12","returnPct":-0.07382000224554909},{"month":"2025-01","returnPct":-0.6698924014970271},{"month":"2025-02","returnPct":1.0282657409075768},{"month":"2025-03","returnPct":0.07160458174903084},{"month":"2025-04","returnPct":0.9833638623163738},{"month":"2025-05","returnPct":-2.469655366115974},{"month":"2025-06","returnPct":-2.25487945186786},{"month":"2025-07","returnPct":1.9321697566094425},{"month":"2025-08","returnPct":0.08107154046142713},{"month":"2025-09","returnPct":-0.8216251887796113},{"month":"2025-10","returnPct":-3.719087617617072},{"month":"2025-11","returnPct":-2.575017924977483},{"month":"2025-12","returnPct":1.5102481858999606},{"month":"2026-01","returnPct":-1.497724843690561},{"month":"2026-02","returnPct":1.1328898747105847}]
Cumulative Trade Profit
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: cumulativeProfit(trades)cumProfit).| Stat | Value |
|---|---|
| Peak Cum. | 746.27 USDT @ 2026-02-25 |
| Trough Cum. | 0.9332 USDT @ 2024-04-24 |
| Mean | 322.59 USDT |
| Std Dev | 200.33 USDT |
| Last | 746.27 USDT |
| Points | 673 |
| Sum | 217,104.03 USDT |
| Across 673 points the series ranged from 0.9332 USDT (2024-04-24) to 746.27 USDT (2026-02-25), averaging 322.59 USDT. 100% of points were positive, 0% negative. The most recent value is 746.27 USDT. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24","cumProfit":0.933213},{"timestamp":"2024-05-05","cumProfit":11.565427},{"timestamp":"2024-05-17","cumProfit":23.632147},{"timestamp":"2024-05-28","cumProfit":36.564223999999996},{"timestamp":"2024-06-09","cumProfit":43.408058000000004},{"timestamp":"2024-06-20","cumProfit":51.693175000000004},{"timestamp":"2024-07-01","cumProfit":59.92680800000001},{"timestamp":"2024-07-13","cumProfit":72.61275700000002},{"timestamp":"2024-07-24","cumProfit":78.16572100000003},{"timestamp":"2024-08-05","cumProfit":89.03781400000003},{"timestamp":"2024-08-16","cumProfit":97.95819200000003},{"timestamp":"2024-08-27","cumProfit":105.45992200000002},{"timestamp":"2024-09-08","cumProfit":114.188153},{"timestamp":"2024-09-19","cumProfit":119.78120200000001},{"timestamp":"2024-09-30","cumProfit":125.56178200000001},{"timestamp":"2024-10-12","cumProfit":141.60585},{"timestamp":"2024-10-23","cumProfit":153.234487},{"timestamp":"2024-11-04","cumProfit":174.16669399999995},{"timestamp":"2024-11-15","cumProfit":185.76344699999999},{"timestamp":"2024-11-26","cumProfit":194.964166},{"timestamp":"2024-12-08","cumProfit":206.85523099999997},{"timestamp":"2024-12-19","cumProfit":223.58743199999995},{"timestamp":"2024-12-31","cumProfit":232.66401},{"timestamp":"2025-01-11","cumProfit":238.69985199999994},{"timestamp":"2025-01-22","cumProfit":251.9287779999999},{"timestamp":"2025-02-03","cumProfit":265.07396399999993},{"timestamp":"2025-02-14","cumProfit":277.516084},{"timestamp":"2025-02-26","cumProfit":299.373919},{"timestamp":"2025-03-09","cumProfit":312.69911400000007},{"timestamp":"2025-03-20","cumProfit":321.32396100000005},{"timestamp":"2025-04-01","cumProfit":327.774942},{"timestamp":"2025-04-12","cumProfit":336.28370499999994},{"timestamp":"2025-04-23","cumProfit":345.67711700000007},{"timestamp":"2025-05-05","cumProfit":361.3627170000001},{"timestamp":"2025-05-16","cumProfit":372.3301280000002},{"timestamp":"2025-05-28","cumProfit":381.83547900000013},{"timestamp":"2025-06-08","cumProfit":392.73196100000007},{"timestamp":"2025-06-19","cumProfit":399.452425},{"timestamp":"2025-07-01","cumProfit":407.3658210000001},{"timestamp":"2025-07-12","cumProfit":415.7484760000001},{"timestamp":"2025-07-24","cumProfit":422.53130300000015},{"timestamp":"2025-08-04","cumProfit":438.00461600000017},{"timestamp":"2025-08-15","cumProfit":452.8966780000002},{"timestamp":"2025-08-27","cumProfit":461.6207930000003},{"timestamp":"2025-09-07","cumProfit":466.0402670000003},{"timestamp":"2025-09-19","cumProfit":468.89426000000026},{"timestamp":"2025-09-30","cumProfit":475.0071210000003},{"timestamp":"2025-10-11","cumProfit":483.8580700000003},{"timestamp":"2025-10-23","cumProfit":500.54826300000036},{"timestamp":"2025-11-03","cumProfit":514.3495580000005},{"timestamp":"2025-11-14","cumProfit":555.3710700000001},{"timestamp":"2025-11-26","cumProfit":568.8641969999998},{"timestamp":"2025-12-07","cumProfit":586.4758449999997},{"timestamp":"2025-12-19","cumProfit":607.4518619999996},{"timestamp":"2025-12-30","cumProfit":648.5910659999995},{"timestamp":"2026-01-10","cumProfit":654.5517869999995},{"timestamp":"2026-01-22","cumProfit":667.2785629999995},{"timestamp":"2026-02-02","cumProfit":704.5911899999995},{"timestamp":"2026-02-14","cumProfit":728.7956149999995},{"timestamp":"2026-02-25","cumProfit":746.2744639999996}]
Daily Trade Profit
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: dailyTradeProfit(trades)profit).| Stat | Value |
|---|---|
| Best Day | 6.30 USDT @ 2026-02-22 |
| Worst Day | 0.0644 USDT @ 2025-09-06 |
| Mean | 1.11 USDT |
| Std Dev | 0.9309 USDT |
| Last | 1.67 USDT |
| Points | 673 |
| Sum | 746.27 USDT |
| Across 673 points the series ranged from 0.0644 USDT (2025-09-06) to 6.30 USDT (2026-02-22), averaging 1.11 USDT. 100% of points were positive, 0% negative. The most recent value is 1.67 USDT. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"day":"2024-04-24","profit":0.933213},{"day":"2024-05-05","profit":0.659848},{"day":"2024-05-17","profit":0.674393},{"day":"2024-05-28","profit":1.497397},{"day":"2024-06-09","profit":0.656044},{"day":"2024-06-20","profit":0.920678},{"day":"2024-07-01","profit":0.49389},{"day":"2024-07-13","profit":0.671208},{"day":"2024-07-24","profit":0.471946},{"day":"2024-08-05","profit":1.498922},{"day":"2024-08-16","profit":0.504362},{"day":"2024-08-27","profit":0.656033},{"day":"2024-09-08","profit":0.530037},{"day":"2024-09-19","profit":0.79236},{"day":"2024-09-30","profit":0.807236},{"day":"2024-10-12","profit":0.507468},{"day":"2024-10-23","profit":0.586936},{"day":"2024-11-04","profit":2.138588},{"day":"2024-11-15","profit":1.104238},{"day":"2024-11-26","profit":1.933399},{"day":"2024-12-08","profit":2.093788},{"day":"2024-12-19","profit":1.524601},{"day":"2024-12-31","profit":0.429797},{"day":"2025-01-11","profit":0.481351},{"day":"2025-01-22","profit":0.730137},{"day":"2025-02-03","profit":2.376066},{"day":"2025-02-14","profit":1.870539},{"day":"2025-02-26","profit":1.001428},{"day":"2025-03-09","profit":1.069346},{"day":"2025-03-20","profit":0.451833},{"day":"2025-04-01","profit":0.402769},{"day":"2025-04-12","profit":0.521227},{"day":"2025-04-23","profit":0.851381},{"day":"2025-05-05","profit":0.710727},{"day":"2025-05-16","profit":1.246257},{"day":"2025-05-28","profit":0.558363},{"day":"2025-06-08","profit":0.535226},{"day":"2025-06-19","profit":0.433816},{"day":"2025-07-01","profit":0.848062},{"day":"2025-07-12","profit":1.299145},{"day":"2025-07-24","profit":0.689662},{"day":"2025-08-04","profit":0.280692},{"day":"2025-08-15","profit":1.9427},{"day":"2025-08-27","profit":0.471061},{"day":"2025-09-07","profit":0.214192},{"day":"2025-09-19","profit":0.262792},{"day":"2025-09-30","profit":0.910593},{"day":"2025-10-11","profit":3.028802},{"day":"2025-10-23","profit":1.340107},{"day":"2025-11-03","profit":3.368637},{"day":"2025-11-14","profit":1.918907},{"day":"2025-11-26","profit":0.806383},{"day":"2025-12-07","profit":1.528414},{"day":"2025-12-19","profit":3.525159},{"day":"2025-12-30","profit":3.839434},{"day":"2026-01-10","profit":0.330524},{"day":"2026-01-22","profit":2.074284},{"day":"2026-02-02","profit":2.123671},{"day":"2026-02-14","profit":0.424791},{"day":"2026-02-25","profit":1.673367}]
Trades per Day
GET /backtests/{id}/trades * Fields used: sell_time * Transform: tradesPerDay(trades)count).| Stat | Value |
|---|---|
| Busiest Day | 630 trades @ 2025-02-16 |
| Quietest Day | 11 trades @ 2025-09-06 |
| Mean | 153 trades |
| Std Dev | 109 trades |
| Last | 134 trades |
| Points | 673 |
| Sum | 102892 trades |
| Across 673 points the series ranged from 11 trades (2025-09-06) to 630 trades (2025-02-16), averaging 153 trades. The most recent value is 134 trades. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"day":"2024-04-24","count":161},{"day":"2024-05-05","count":106},{"day":"2024-05-17","count":101},{"day":"2024-05-28","count":242},{"day":"2024-06-09","count":108},{"day":"2024-06-20","count":169},{"day":"2024-07-01","count":94},{"day":"2024-07-13","count":124},{"day":"2024-07-24","count":84},{"day":"2024-08-05","count":264},{"day":"2024-08-16","count":66},{"day":"2024-08-27","count":97},{"day":"2024-09-08","count":70},{"day":"2024-09-19","count":115},{"day":"2024-09-30","count":118},{"day":"2024-10-12","count":83},{"day":"2024-10-23","count":95},{"day":"2024-11-04","count":337},{"day":"2024-11-15","count":158},{"day":"2024-11-26","count":331},{"day":"2024-12-08","count":355},{"day":"2024-12-19","count":268},{"day":"2024-12-31","count":71},{"day":"2025-01-11","count":72},{"day":"2025-01-22","count":127},{"day":"2025-02-03","count":369},{"day":"2025-02-14","count":265},{"day":"2025-02-26","count":135},{"day":"2025-03-09","count":155},{"day":"2025-03-20","count":61},{"day":"2025-04-01","count":55},{"day":"2025-04-12","count":69},{"day":"2025-04-23","count":134},{"day":"2025-05-05","count":119},{"day":"2025-05-16","count":172},{"day":"2025-05-28","count":96},{"day":"2025-06-08","count":66},{"day":"2025-06-19","count":81},{"day":"2025-07-01","count":115},{"day":"2025-07-12","count":229},{"day":"2025-07-24","count":117},{"day":"2025-08-04","count":53},{"day":"2025-08-15","count":252},{"day":"2025-08-27","count":91},{"day":"2025-09-07","count":37},{"day":"2025-09-19","count":46},{"day":"2025-09-30","count":128},{"day":"2025-10-11","count":343},{"day":"2025-10-23","count":244},{"day":"2025-11-03","count":443},{"day":"2025-11-14","count":222},{"day":"2025-11-26","count":84},{"day":"2025-12-07","count":161},{"day":"2025-12-19","count":325},{"day":"2025-12-30","count":363},{"day":"2026-01-10","count":35},{"day":"2026-01-22","count":199},{"day":"2026-02-02","count":167},{"day":"2026-02-14","count":33},{"day":"2026-02-25","count":134}]
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 | 773.94 USDT @ 2026-02-25 |
| Start | 1.21 USDT @ 2024-04-24 |
| Mean | 376.93 USDT |
| Std Dev | 220.33 USDT |
| Last | 773.94 USDT |
| Points | 673 |
| Sum | 253,671.61 USDT |
| Across 673 points the series ranged from 1.21 USDT (2024-04-24) to 773.94 USDT (2026-02-25), averaging 376.93 USDT. 100% of points were positive, 0% negative. The most recent value is 773.94 USDT. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"index":0,"timestamp":"2024-04-24","cumFees":1.212627},{"index":11,"timestamp":"2024-05-05","cumFees":14.862122999999999},{"index":23,"timestamp":"2024-05-17","cumFees":29.340213000000002},{"index":34,"timestamp":"2024-05-28","cumFees":45.105841000000005},{"index":46,"timestamp":"2024-06-09","cumFees":53.45336399999999},{"index":57,"timestamp":"2024-06-20","cumFees":64.22874799999998},{"index":68,"timestamp":"2024-07-01","cumFees":75.537945},{"index":80,"timestamp":"2024-07-13","cumFees":91.35343599999999},{"index":91,"timestamp":"2024-07-24","cumFees":98.81100199999999},{"index":103,"timestamp":"2024-08-05","cumFees":113.06126899999998},{"index":114,"timestamp":"2024-08-16","cumFees":122.66190099999997},{"index":125,"timestamp":"2024-08-27","cumFees":131.59317099999996},{"index":137,"timestamp":"2024-09-08","cumFees":140.62242},{"index":148,"timestamp":"2024-09-19","cumFees":146.544271},{"index":159,"timestamp":"2024-09-30","cumFees":152.9553410000001},{"index":171,"timestamp":"2024-10-12","cumFees":171.3666250000001},{"index":182,"timestamp":"2024-10-23","cumFees":185.61908100000005},{"index":194,"timestamp":"2024-11-04","cumFees":212.2523180000001},{"index":205,"timestamp":"2024-11-15","cumFees":225.4570430000001},{"index":216,"timestamp":"2024-11-26","cumFees":236.1094620000001},{"index":228,"timestamp":"2024-12-08","cumFees":251.17596400000016},{"index":239,"timestamp":"2024-12-19","cumFees":272.30376700000005},{"index":251,"timestamp":"2024-12-31","cumFees":284.375304},{"index":262,"timestamp":"2025-01-11","cumFees":291.7206640000001},{"index":273,"timestamp":"2025-01-22","cumFees":308.8678010000001},{"index":285,"timestamp":"2025-02-03","cumFees":324.3957850000001},{"index":296,"timestamp":"2025-02-14","cumFees":340.6425250000001},{"index":308,"timestamp":"2025-02-26","cumFees":365.27695600000004},{"index":319,"timestamp":"2025-03-09","cumFees":379.85191100000003},{"index":330,"timestamp":"2025-03-20","cumFees":389.00120400000014},{"index":342,"timestamp":"2025-04-01","cumFees":395.74287300000015},{"index":353,"timestamp":"2025-04-12","cumFees":405.1166600000002},{"index":364,"timestamp":"2025-04-23","cumFees":414.9726680000002},{"index":376,"timestamp":"2025-05-05","cumFees":434.9182800000003},{"index":387,"timestamp":"2025-05-16","cumFees":447.7783140000003},{"index":399,"timestamp":"2025-05-28","cumFees":459.47593300000034},{"index":410,"timestamp":"2025-06-08","cumFees":470.78845400000034},{"index":421,"timestamp":"2025-06-19","cumFees":477.6014570000004},{"index":433,"timestamp":"2025-07-01","cumFees":486.3897050000003},{"index":444,"timestamp":"2025-07-12","cumFees":495.9150780000003},{"index":456,"timestamp":"2025-07-24","cumFees":504.86018600000034},{"index":467,"timestamp":"2025-08-04","cumFees":522.7078270000002},{"index":478,"timestamp":"2025-08-15","cumFees":537.5304860000001},{"index":490,"timestamp":"2025-08-27","cumFees":546.125739},{"index":501,"timestamp":"2025-09-07","cumFees":552.1617679999997},{"index":513,"timestamp":"2025-09-19","cumFees":555.9576779999996},{"index":524,"timestamp":"2025-09-30","cumFees":562.4163169999996},{"index":535,"timestamp":"2025-10-11","cumFees":571.2427769999997},{"index":547,"timestamp":"2025-10-23","cumFees":585.8436939999998},{"index":558,"timestamp":"2025-11-03","cumFees":602.236279},{"index":569,"timestamp":"2025-11-14","cumFees":641.622143},{"index":581,"timestamp":"2025-11-26","cumFees":652.1006980000001},{"index":592,"timestamp":"2025-12-07","cumFees":665.060614},{"index":604,"timestamp":"2025-12-19","cumFees":680.9211829999999},{"index":615,"timestamp":"2025-12-30","cumFees":710.3582480000001},{"index":626,"timestamp":"2026-01-10","cumFees":714.898516},{"index":638,"timestamp":"2026-01-22","cumFees":724.4153570000001},{"index":649,"timestamp":"2026-02-02","cumFees":749.518217},{"index":661,"timestamp":"2026-02-14","cumFees":762.8880839999999},{"index":672,"timestamp":"2026-02-25","cumFees":773.9406520000001}]
Profit Distribution (%)
GET /backtests/{id}/trades * Fields used: profit_percentage * Transform: profitDistribution(trades, 30)count).| Stat | Value |
|---|---|
| Most Populated Bin | 6892 trades @ 0.11% |
| Least Populated Bin | 2 trades @ 0.32% |
| Mean | 1715 trades |
| Std Dev | 2162 trades |
| Last | 4 trades |
| Points | 60 |
| Sum | 102892 trades |
| Across 60 points the series ranged from 2 trades (0.32%) to 6892 trades (0.11%), averaging 1715 trades. The most recent value is 4 trades. | |
| Full series - 60 points. |
[{"bin":"0.10%","count":6555,"from":0.099812},{"bin":"0.10%","count":6497,"from":0.103542},{"bin":"0.11%","count":6892,"from":0.107271},{"bin":"0.11%","count":5792,"from":0.111001},{"bin":"0.11%","count":5525,"from":0.11473},{"bin":"0.12%","count":4788,"from":0.11846},{"bin":"0.12%","count":3864,"from":0.122189},{"bin":"0.13%","count":4052,"from":0.125918},{"bin":"0.13%","count":4253,"from":0.129648},{"bin":"0.13%","count":5804,"from":0.133377},{"bin":"0.14%","count":6710,"from":0.137107},{"bin":"0.14%","count":4786,"from":0.140836},{"bin":"0.14%","count":4249,"from":0.144566},{"bin":"0.15%","count":3524,"from":0.148295},{"bin":"0.15%","count":2761,"from":0.152024},{"bin":"0.16%","count":2450,"from":0.155754},{"bin":"0.16%","count":1948,"from":0.159483},{"bin":"0.16%","count":1315,"from":0.163213},{"bin":"0.17%","count":843,"from":0.166942},{"bin":"0.17%","count":733,"from":0.170672},{"bin":"0.17%","count":617,"from":0.174401},{"bin":"0.18%","count":619,"from":0.17813},{"bin":"0.18%","count":671,"from":0.18186},{"bin":"0.19%","count":639,"from":0.185589},{"bin":"0.19%","count":595,"from":0.189319},{"bin":"0.19%","count":464,"from":0.193048},{"bin":"0.20%","count":562,"from":0.196778},{"bin":"0.20%","count":630,"from":0.200507},{"bin":"0.20%","count":1731,"from":0.204236},{"bin":"0.21%","count":4793,"from":0.207966},{"bin":"0.21%","count":1663,"from":0.211695},{"bin":"0.22%","count":1011,"from":0.215425},{"bin":"0.22%","count":1222,"from":0.219154},{"bin":"0.22%","count":336,"from":0.222884},{"bin":"0.23%","count":190,"from":0.226613},{"bin":"0.23%","count":492,"from":0.230342},{"bin":"0.23%","count":182,"from":0.234072},{"bin":"0.24%","count":119,"from":0.237801},{"bin":"0.24%","count":202,"from":0.241531},{"bin":"0.25%","count":412,"from":0.24526},{"bin":"0.25%","count":445,"from":0.24899},{"bin":"0.25%","count":297,"from":0.252719},{"bin":"0.26%","count":295,"from":0.256448},{"bin":"0.26%","count":239,"from":0.260178},{"bin":"0.26%","count":108,"from":0.263907},{"bin":"0.27%","count":53,"from":0.267637},{"bin":"0.27%","count":57,"from":0.271366},{"bin":"0.28%","count":79,"from":0.275096},{"bin":"0.28%","count":357,"from":0.278825},{"bin":"0.28%","count":126,"from":0.282554},{"bin":"0.29%","count":66,"from":0.286284},{"bin":"0.29%","count":63,"from":0.290013},{"bin":"0.29%","count":46,"from":0.293743},{"bin":"0.30%","count":83,"from":0.297472},{"bin":"0.30%","count":49,"from":0.301202},{"bin":"0.30%","count":25,"from":0.304931},{"bin":"0.31%","count":4,"from":0.30866},{"bin":"0.31%","count":3,"from":0.31239},{"bin":"0.32%","count":2,"from":0.316119},{"bin":"0.32%","count":4,"from":0.319849}]
Rolling Win Rate (50 Trades)
GET /backtests/{id}/trades * Fields used: profit * Transform: rollingWinRate(trades, 50)winRate).| Stat | Value |
|---|---|
| Hottest Window | 100.00% @ 1028 |
| Coldest Window | 100.00% @ 1028 |
| Mean | 100.00% |
| Std Dev | 0.00% |
| Last | 100.00% |
| Points | 1000 |
| Across 1000 points the series ranged from 100.00% (1028) to 100.00% (1028), 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":1028,"winRate":100},{"index":2761,"winRate":100},{"index":4495,"winRate":100},{"index":6228,"winRate":100},{"index":7962,"winRate":100},{"index":9695,"winRate":100},{"index":11429,"winRate":100},{"index":13162,"winRate":100},{"index":14793,"winRate":100},{"index":16527,"winRate":100},{"index":18260,"winRate":100},{"index":19994,"winRate":100},{"index":21727,"winRate":100},{"index":23461,"winRate":100},{"index":25194,"winRate":100},{"index":26927,"winRate":100},{"index":28661,"winRate":100},{"index":30394,"winRate":100},{"index":32128,"winRate":100},{"index":33861,"winRate":100},{"index":35594,"winRate":100},{"index":37328,"winRate":100},{"index":39061,"winRate":100},{"index":40693,"winRate":100},{"index":42426,"winRate":100},{"index":44160,"winRate":100},{"index":45893,"winRate":100},{"index":47626,"winRate":100},{"index":49360,"winRate":100},{"index":51093,"winRate":100},{"index":52827,"winRate":100},{"index":54560,"winRate":100},{"index":56294,"winRate":100},{"index":58027,"winRate":100},{"index":59760,"winRate":100},{"index":61494,"winRate":100},{"index":63227,"winRate":100},{"index":64859,"winRate":100},{"index":66592,"winRate":100},{"index":68326,"winRate":100},{"index":70059,"winRate":100},{"index":71792,"winRate":100},{"index":73526,"winRate":100},{"index":75259,"winRate":100},{"index":76993,"winRate":100},{"index":78726,"winRate":100},{"index":80459,"winRate":100},{"index":82193,"winRate":100},{"index":83926,"winRate":100},{"index":85660,"winRate":100},{"index":87393,"winRate":100},{"index":89127,"winRate":100},{"index":90758,"winRate":100},{"index":92491,"winRate":100},{"index":94225,"winRate":100},{"index":95958,"winRate":100},{"index":97692,"winRate":100},{"index":99425,"winRate":100},{"index":101159,"winRate":100},{"index":102892,"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.9586 USDT @ 2026-02-25 23:54:00 UTC |
| Trough Net | 0.0055 USDT @ 2024-04-24 00:02:00 UTC |
| Mean | 0.3871 USDT |
| Std Dev | 0.2929 USDT |
| Last | 0.9586 USDT |
| Points | 100 |
| Sum | 38.71 USDT |
| Across 100 points the series ranged from 0.0055 USDT (2024-04-24 00:02:00 UTC) to 0.9586 USDT (2026-02-25 23:54:00 UTC), averaging 0.3871 USDT. 100% of points were positive, 0% negative. The most recent value is 0.9586 USDT. | |
| Showing 60 of 100 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T00:02:00Z","net":0.005511845,"gross":0.01304},{"timestamp":"2024-04-24T00:06:00Z","net":0.016506195,"gross":0.03912},{"timestamp":"2024-04-24T00:08:00Z","net":0.022022930000000003,"gross":0.05216},{"timestamp":"2024-04-24T00:38:00Z","net":0.033136910000000006,"gross":0.07832},{"timestamp":"2024-04-24T00:40:00Z","net":0.04415571,"gross":0.10439999999999999},{"timestamp":"2024-04-24T00:40:00Z","net":0.04966511,"gross":0.11743999999999999},{"timestamp":"2024-04-24T00:58:00Z","net":0.060676574999999996,"gross":0.14351999999999998},{"timestamp":"2024-04-24T01:00:00Z","net":0.071656255,"gross":0.16959999999999997},{"timestamp":"2024-04-24T01:04:00Z","net":0.077097835,"gross":0.18255999999999997},{"timestamp":"2024-04-24T01:37:00Z","net":0.087966415,"gross":0.20847999999999997},{"timestamp":"2024-04-24T01:46:00Z","net":0.098815555,"gross":0.23439999999999997},{"timestamp":"2024-04-24T02:00:00Z","net":0.104252275,"gross":0.24735999999999997},{"timestamp":"2024-04-24T02:11:00Z","net":0.1152344,"gross":0.27343999999999996},{"timestamp":"2024-04-24T04:48:00Z","net":0.12615607,"gross":0.29943999999999993},{"timestamp":"2024-04-24T04:51:00Z","net":0.13158064,"gross":0.3123999999999999},{"timestamp":"2024-05-01T20:03:00Z","net":0.14193263,"gross":0.3377779999999999},{"timestamp":"2024-05-02T09:50:00Z","net":0.15189791000000002,"gross":0.36277399999999993},{"timestamp":"2024-05-11T06:44:00Z","net":0.16186319000000005,"gross":0.38776999999999995},{"timestamp":"2024-05-15T13:14:00Z","net":0.16684583000000006,"gross":0.40026799999999996},{"timestamp":"2024-06-08T12:51:00Z","net":0.17681111000000008,"gross":0.425264},{"timestamp":"2024-06-09T22:14:00Z","net":0.1867763900000001,"gross":0.45026},{"timestamp":"2024-10-30T20:21:00Z","net":0.1917590300000001,"gross":0.462758},{"timestamp":"2024-10-30T22:14:00Z","net":0.20172431000000013,"gross":0.487754},{"timestamp":"2024-11-26T09:55:00Z","net":0.21168959000000015,"gross":0.51275},{"timestamp":"2024-12-04T10:24:00Z","net":0.21667223000000016,"gross":0.525248},{"timestamp":"2024-12-05T21:04:00Z","net":0.22663751000000018,"gross":0.5502440000000001},{"timestamp":"2024-12-10T02:54:00Z","net":0.2366027900000002,"gross":0.5752400000000001},{"timestamp":"2024-12-18T20:53:00Z","net":0.2415854300000002,"gross":0.5877380000000001},{"timestamp":"2025-05-04T18:32:00Z","net":0.25155071000000023,"gross":0.6127340000000001},{"timestamp":"2025-05-06T20:23:00Z","net":0.2615159900000002,"gross":0.6377300000000001},{"timestamp":"2026-02-05T20:57:00Z","net":0.2768359200000002,"gross":0.6605700000000001},{"timestamp":"2026-02-05T21:23:00Z","net":0.3075332000000002,"gross":0.7063100000000001},{"timestamp":"2026-02-05T22:10:00Z","net":0.33817306000000014,"gross":0.75199},{"timestamp":"2026-02-05T22:28:00Z","net":0.35359447500000013,"gross":0.77493},{"timestamp":"2026-02-05T22:29:00Z","net":0.38439340500000013,"gross":0.82077},{"timestamp":"2026-02-06T00:21:00Z","net":0.41665208000000015,"gross":0.8680699999999999},{"timestamp":"2026-02-06T00:25:00Z","net":0.43283325500000014,"gross":0.89177},{"timestamp":"2026-02-06T00:30:00Z","net":0.4648127550000002,"gross":0.93879},{"timestamp":"2026-02-06T00:34:00Z","net":0.4964695400000002,"gross":0.98549},{"timestamp":"2026-02-06T00:35:00Z","net":0.5121083300000002,"gross":1.00865},{"timestamp":"2026-02-06T00:38:00Z","net":0.5433860000000003,"gross":1.05497},{"timestamp":"2026-02-06T00:40:00Z","net":0.5742423500000002,"gross":1.1008699999999998},{"timestamp":"2026-02-06T00:40:00Z","net":0.5897790250000002,"gross":1.1239299999999999},{"timestamp":"2026-02-06T00:41:00Z","net":0.6205777900000002,"gross":1.1697699999999998},{"timestamp":"2026-02-06T03:54:00Z","net":0.6512176500000002,"gross":1.2154499999999997},{"timestamp":"2026-02-25T20:26:00Z","net":0.6760130850000002,"gross":1.2552899999999998},{"timestamp":"2026-02-25T20:26:00Z","net":0.6884307200000003,"gross":1.2752299999999999},{"timestamp":"2026-02-25T20:32:00Z","net":0.7130670550000003,"gross":1.3149099999999998},{"timestamp":"2026-02-25T20:36:00Z","net":0.7376240200000004,"gross":1.3545099999999997},{"timestamp":"2026-02-25T20:56:00Z","net":0.7499223300000004,"gross":1.3743299999999996},{"timestamp":"2026-02-25T21:36:00Z","net":0.7744397000000004,"gross":1.4138899999999996},{"timestamp":"2026-02-25T21:39:00Z","net":0.7989174150000004,"gross":1.4534099999999996},{"timestamp":"2026-02-25T22:03:00Z","net":0.8111364750000003,"gross":1.4731499999999997},{"timestamp":"2026-02-25T22:07:00Z","net":0.8354166350000003,"gross":1.5124699999999998},{"timestamp":"2026-02-25T22:12:00Z","net":0.8597363300000003,"gross":1.5518299999999998},{"timestamp":"2026-02-25T22:16:00Z","net":0.8719158550000002,"gross":1.5715299999999999},{"timestamp":"2026-02-25T22:27:00Z","net":0.8965124750000003,"gross":1.6111699999999998},{"timestamp":"2026-02-25T23:06:00Z","net":0.9213079100000003,"gross":1.6510099999999999},{"timestamp":"2026-02-25T23:22:00Z","net":0.9336857100000003,"gross":1.67091},{"timestamp":"2026-02-25T23:54:00Z","net":0.9586007700000004,"gross":1.71087}]
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) | 8.67 @ 2024-12-14 23:59:00 UTC |
| Worst Sharpe (30d) | -8.08 @ 2025-06-22 23:59:00 UTC |
| Mean | -0.26 |
| Std Dev | 3.44 |
| Last | -0.38 |
| Points | 643 |
| Across 643 points the series ranged from -8.08 (2025-06-22 23:59:00 UTC) to 8.67 (2024-12-14 23:59:00 UTC), averaging -0.26. The most recent value is -0.38. | |
| Showing 60 of 643 points (down-sampled for readability). |
[{"timestamp":"2024-05-24T23:59:00+00:00","sharpe30":0.5687746611073744,"sharpe90":-0.602977277599778},{"timestamp":"2024-06-04T23:59:00+00:00","sharpe30":3.2342850193551387,"sharpe90":-0.8880381961101698},{"timestamp":"2024-06-15T23:59:00+00:00","sharpe30":0.6457003013766609,"sharpe90":-0.66071922558705},{"timestamp":"2024-06-26T23:59:00+00:00","sharpe30":-3.6908688425887535,"sharpe90":-0.4324611796620774},{"timestamp":"2024-07-07T23:59:00+00:00","sharpe30":-4.05628738531591,"sharpe90":-1.1482127735227305},{"timestamp":"2024-07-17T23:59:00+00:00","sharpe30":0.373547528431539,"sharpe90":-0.49185261212851317},{"timestamp":"2024-07-28T23:59:00+00:00","sharpe30":0.8624448838349725,"sharpe90":0.17832116219728605},{"timestamp":"2024-08-08T23:59:00+00:00","sharpe30":-0.825931310359766,"sharpe90":0.6339177595331896},{"timestamp":"2024-08-19T23:59:00+00:00","sharpe30":-0.981847502130088,"sharpe90":0.8866535680217069},{"timestamp":"2024-08-30T23:59:00+00:00","sharpe30":-0.9688555005837544,"sharpe90":1.8293272608176383},{"timestamp":"2024-09-10T23:59:00+00:00","sharpe30":0.9285190061724202,"sharpe90":2.116400036022489},{"timestamp":"2024-09-21T23:59:00+00:00","sharpe30":-0.646650423529752,"sharpe90":1.6185640383804503},{"timestamp":"2024-10-02T23:59:00+00:00","sharpe30":-1.2453216872762716,"sharpe90":2.6895680730253906},{"timestamp":"2024-10-12T23:59:00+00:00","sharpe30":1.6385515809350761,"sharpe90":2.93309811350816},{"timestamp":"2024-10-23T23:59:00+00:00","sharpe30":2.2808326937923953,"sharpe90":2.507282661269695},{"timestamp":"2024-11-03T23:59:00+00:00","sharpe30":4.5923777947831335,"sharpe90":3.3043628244177694},{"timestamp":"2024-11-14T23:59:00+00:00","sharpe30":1.7025260482697737,"sharpe90":0.7426275544853076},{"timestamp":"2024-11-25T23:59:00+00:00","sharpe30":3.938424820686153,"sharpe90":1.2424507520594748},{"timestamp":"2024-12-06T23:59:00+00:00","sharpe30":5.3103952688516145,"sharpe90":-0.9894625588103191},{"timestamp":"2024-12-17T23:59:00+00:00","sharpe30":4.730160601770346,"sharpe90":-0.012233125256961958},{"timestamp":"2024-12-28T23:59:00+00:00","sharpe30":1.2658585237116677,"sharpe90":-0.11226374934821112},{"timestamp":"2025-01-08T23:59:00+00:00","sharpe30":-2.9533096082235257,"sharpe90":-0.332385588142029},{"timestamp":"2025-01-18T23:59:00+00:00","sharpe30":-3.8000331637743376,"sharpe90":-0.1653777135243136},{"timestamp":"2025-01-29T23:59:00+00:00","sharpe30":-2.406149565120786,"sharpe90":0.019180492706669473},{"timestamp":"2025-02-09T23:59:00+00:00","sharpe30":-2.694957974621933,"sharpe90":0.424191776761019},{"timestamp":"2025-02-20T23:59:00+00:00","sharpe30":1.0832592417550202,"sharpe90":1.0316782507324829},{"timestamp":"2025-03-03T23:59:00+00:00","sharpe30":3.7601670463272976,"sharpe90":3.6347307373628555},{"timestamp":"2025-03-14T23:59:00+00:00","sharpe30":4.3942411063472635,"sharpe90":2.394241022705326},{"timestamp":"2025-03-25T23:59:00+00:00","sharpe30":0.9000210068161619,"sharpe90":-0.5056687472536051},{"timestamp":"2025-04-05T23:59:00+00:00","sharpe30":0.11835652157673231,"sharpe90":-1.6278805300958439},{"timestamp":"2025-04-15T23:59:00+00:00","sharpe30":-0.43346315904837135,"sharpe90":-2.1859550640781693},{"timestamp":"2025-04-26T23:59:00+00:00","sharpe30":3.9935588614978377,"sharpe90":-3.220777625699279},{"timestamp":"2025-05-07T23:59:00+00:00","sharpe30":4.9562599187614325,"sharpe90":-3.126495788858032},{"timestamp":"2025-05-18T23:59:00+00:00","sharpe30":-0.72480718074379,"sharpe90":-2.424220172399206},{"timestamp":"2025-05-29T23:59:00+00:00","sharpe30":-6.469685167044578,"sharpe90":-2.135682109709452},{"timestamp":"2025-06-09T23:59:00+00:00","sharpe30":-6.711204624799534,"sharpe90":-2.115722068842983},{"timestamp":"2025-06-20T23:59:00+00:00","sharpe30":-6.361040191443039,"sharpe90":-0.8954663842450746},{"timestamp":"2025-07-01T23:59:00+00:00","sharpe30":-5.750077752145941,"sharpe90":-0.2449885715363039},{"timestamp":"2025-07-11T23:59:00+00:00","sharpe30":-2.8231290006594003,"sharpe90":-0.4161009258439605},{"timestamp":"2025-07-22T23:59:00+00:00","sharpe30":4.106816692676012,"sharpe90":1.5048022180773362},{"timestamp":"2025-08-02T23:59:00+00:00","sharpe30":4.265764339061422,"sharpe90":0.5972534220001846},{"timestamp":"2025-08-13T23:59:00+00:00","sharpe30":3.857773593981206,"sharpe90":-1.3913674085001155},{"timestamp":"2025-08-24T23:59:00+00:00","sharpe30":2.9005882563429832,"sharpe90":-1.841633221788174},{"timestamp":"2025-09-04T23:59:00+00:00","sharpe30":-0.3502949758178564,"sharpe90":-3.446619231882635},{"timestamp":"2025-09-15T23:59:00+00:00","sharpe30":-4.388962129677987,"sharpe90":-4.216744797510363},{"timestamp":"2025-09-26T23:59:00+00:00","sharpe30":-3.5413490245341466,"sharpe90":-4.026202318619677},{"timestamp":"2025-10-07T23:59:00+00:00","sharpe30":-2.4400535654496154,"sharpe90":-3.543176888943503},{"timestamp":"2025-10-17T23:59:00+00:00","sharpe30":-4.120242945248452,"sharpe90":-3.5310378737613592},{"timestamp":"2025-10-28T23:59:00+00:00","sharpe30":-4.339389025946771,"sharpe90":-2.708345065640692},{"timestamp":"2025-11-08T23:59:00+00:00","sharpe30":-4.7459166150192855,"sharpe90":-2.2733852623681177},{"timestamp":"2025-11-19T23:59:00+00:00","sharpe30":-6.717630695882868,"sharpe90":-1.7454752368399864},{"timestamp":"2025-11-30T23:59:00+00:00","sharpe30":-4.196132500894751,"sharpe90":-1.3230466813493473},{"timestamp":"2025-12-11T23:59:00+00:00","sharpe30":-1.6086119607865608,"sharpe90":-1.636113648697365},{"timestamp":"2025-12-22T23:59:00+00:00","sharpe30":1.175458319626932,"sharpe90":-0.04061552863237762},{"timestamp":"2026-01-02T23:59:00+00:00","sharpe30":2.015695691806133,"sharpe90":null},{"timestamp":"2026-01-12T23:59:00+00:00","sharpe30":1.1151030946721325,"sharpe90":null},{"timestamp":"2026-01-23T23:59:00+00:00","sharpe30":1.7308124798074505,"sharpe90":null},{"timestamp":"2026-02-03T23:59:00+00:00","sharpe30":-4.005310422156403,"sharpe90":null},{"timestamp":"2026-02-14T23:59:00+00:00","sharpe30":-2.426531863355025,"sharpe90":null},{"timestamp":"2026-02-25T23:59:00+00:00","sharpe30":-0.38244207344287956,"sharpe90":null}]
Drawdown Recovery Episodes
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net * Transform: drawdownRecoveryEpisodes(equity)depth).| Stat | Value |
|---|---|
| Shallowest | -0.10% @ 4 |
| Deepest Episode | -12.31% @ 295 |
| Mean | -1.75% |
| Std Dev | 3.40% |
| Last | -12.31% |
| Points | 11 |
| Across 11 points the series ranged from -12.31% (295) to -0.10% (4), averaging -1.75%. 0% of points were positive, 100% negative. The most recent value is -12.31%. | |
| Full series - 11 points. |
[{"start":"2024-04-25T23:59:00+00:00","end":"2024-05-12T23:59:00+00:00","depth":-0.35422228795821936,"durationDays":17},{"start":"2024-05-14T23:59:00+00:00","end":"2024-05-15T23:59:00+00:00","depth":-0.10833260377023765,"durationDays":1},{"start":"2024-05-23T23:59:00+00:00","end":"2024-05-27T23:59:00+00:00","depth":-0.10125116361426593,"durationDays":4},{"start":"2024-06-07T23:59:00+00:00","end":"2024-10-10T23:59:00+00:00","depth":-1.8327096735256794,"durationDays":125},{"start":"2024-10-11T23:59:00+00:00","end":"2024-10-15T23:59:00+00:00","depth":-0.31412510934742566,"durationDays":4},{"start":"2024-10-17T23:59:00+00:00","end":"2024-10-29T23:59:00+00:00","depth":-0.7972501423827306,"durationDays":12},{"start":"2024-11-01T23:59:00+00:00","end":"2024-11-27T23:59:00+00:00","depth":-0.6850677316174387,"durationDays":26},{"start":"2024-12-09T23:59:00+00:00","end":"2024-12-14T23:59:00+00:00","depth":-0.2828890191693582,"durationDays":5},{"start":"2024-12-16T23:59:00+00:00","end":"2025-04-24T23:59:00+00:00","depth":-2.1662109273130747,"durationDays":129},{"start":"2025-04-30T23:59:00+00:00","end":"2025-05-02T23:59:00+00:00","depth":-0.2988942435533588,"durationDays":2},{"start":"2025-05-06T23:59:00+00:00","end":"ongoing","depth":-12.311507742786402,"durationDays":295}]
Consecutive Win/Loss Streaks
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: consecutiveStreaks(trades)length).| Stat | Value |
|---|---|
| Longest Streak | 100 trades @ win |
| Shortest Streak | 100 trades @ win |
| Mean | 100 trades |
| Std Dev | 0 trades |
| Last | 100 trades |
| Points | 1 |
| Sum | 100 trades |
| Across 1 points the series ranged from 100 trades (win) to 100 trades (win), averaging 100 trades. The most recent value is 100 trades. | |
| Full series - 1 points. |
[{"type":"win","length":100,"index":0}]
Capital Utilization (% Invested)
GET /backtests/{id}/equity * Fields used: base_value_exit_net, total_value_exit_net * Transform: baseExposure(equity)exposure).| Stat | Value |
|---|---|
| Peak Utilization | 16.36% @ 2026-02-05 23:59:00 UTC |
| Min Utilization | 0.97% @ 2024-05-28 23:59:00 UTC |
| Mean | 7.66% |
| Std Dev | 3.99% |
| Last | 14.16% |
| Points | 673 |
| Across 673 points the series ranged from 0.97% (2024-05-28 23:59:00 UTC) to 16.36% (2026-02-05 23:59:00 UTC), averaging 7.66%. 100% of points were positive, 0% negative. The most recent value is 14.16%. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T23:59:00+00:00","exposure":1.3734410379479638},{"timestamp":"2024-05-05T23:59:00+00:00","exposure":2.905171837119483},{"timestamp":"2024-05-17T23:59:00+00:00","exposure":1.6183660967774751},{"timestamp":"2024-05-28T23:59:00+00:00","exposure":0.9745836614556127},{"timestamp":"2024-06-09T23:59:00+00:00","exposure":2.588892932626436},{"timestamp":"2024-06-20T23:59:00+00:00","exposure":6.522416242188029},{"timestamp":"2024-07-01T23:59:00+00:00","exposure":6.037897293931113},{"timestamp":"2024-07-13T23:59:00+00:00","exposure":5.550338273818353},{"timestamp":"2024-07-24T23:59:00+00:00","exposure":7.3919554461768735},{"timestamp":"2024-08-05T23:59:00+00:00","exposure":8.030284139881283},{"timestamp":"2024-08-16T23:59:00+00:00","exposure":8.413318343831271},{"timestamp":"2024-08-27T23:59:00+00:00","exposure":7.8041752031025435},{"timestamp":"2024-09-08T23:59:00+00:00","exposure":8.320232371493162},{"timestamp":"2024-09-19T23:59:00+00:00","exposure":7.748754935530598},{"timestamp":"2024-09-30T23:59:00+00:00","exposure":7.37764746382614},{"timestamp":"2024-10-12T23:59:00+00:00","exposure":5.929477949494267},{"timestamp":"2024-10-23T23:59:00+00:00","exposure":5.943214200552778},{"timestamp":"2024-11-04T23:59:00+00:00","exposure":3.330061546363869},{"timestamp":"2024-11-15T23:59:00+00:00","exposure":3.891061575585012},{"timestamp":"2024-11-26T23:59:00+00:00","exposure":3.2116640583591485},{"timestamp":"2024-12-08T23:59:00+00:00","exposure":2.9482689089764658},{"timestamp":"2024-12-19T23:59:00+00:00","exposure":4.303214265840519},{"timestamp":"2024-12-31T23:59:00+00:00","exposure":5.137733315898525},{"timestamp":"2025-01-11T23:59:00+00:00","exposure":5.496036672665473},{"timestamp":"2025-01-22T23:59:00+00:00","exposure":4.3836856625266725},{"timestamp":"2025-02-03T23:59:00+00:00","exposure":8.00438203256079},{"timestamp":"2025-02-14T23:59:00+00:00","exposure":6.490873517849995},{"timestamp":"2025-02-26T23:59:00+00:00","exposure":4.75837085276426},{"timestamp":"2025-03-09T23:59:00+00:00","exposure":4.456716662120115},{"timestamp":"2025-03-20T23:59:00+00:00","exposure":4.047511805724178},{"timestamp":"2025-04-01T23:59:00+00:00","exposure":4.092445140914176},{"timestamp":"2025-04-12T23:59:00+00:00","exposure":3.640807491356124},{"timestamp":"2025-04-23T23:59:00+00:00","exposure":3.431050037015683},{"timestamp":"2025-05-05T23:59:00+00:00","exposure":3.6614740088151647},{"timestamp":"2025-05-16T23:59:00+00:00","exposure":6.866828962166078},{"timestamp":"2025-05-28T23:59:00+00:00","exposure":8.378369441288568},{"timestamp":"2025-06-08T23:59:00+00:00","exposure":8.328986559228758},{"timestamp":"2025-06-19T23:59:00+00:00","exposure":8.881067063687292},{"timestamp":"2025-07-01T23:59:00+00:00","exposure":10.210666578201748},{"timestamp":"2025-07-12T23:59:00+00:00","exposure":8.83957306267112},{"timestamp":"2025-07-24T23:59:00+00:00","exposure":8.631109157599564},{"timestamp":"2025-08-04T23:59:00+00:00","exposure":7.854587832560974},{"timestamp":"2025-08-15T23:59:00+00:00","exposure":7.565026025028302},{"timestamp":"2025-08-27T23:59:00+00:00","exposure":9.105216051036331},{"timestamp":"2025-09-07T23:59:00+00:00","exposure":9.310487288054308},{"timestamp":"2025-09-19T23:59:00+00:00","exposure":9.441624256181518},{"timestamp":"2025-09-30T23:59:00+00:00","exposure":10.28206013602985},{"timestamp":"2025-10-11T23:59:00+00:00","exposure":10.304783178776205},{"timestamp":"2025-10-23T23:59:00+00:00","exposure":13.054450946911821},{"timestamp":"2025-11-03T23:59:00+00:00","exposure":14.318274415456042},{"timestamp":"2025-11-14T23:59:00+00:00","exposure":14.782684151114925},{"timestamp":"2025-11-26T23:59:00+00:00","exposure":15.453019857348302},{"timestamp":"2025-12-07T23:59:00+00:00","exposure":13.747513140370302},{"timestamp":"2025-12-19T23:59:00+00:00","exposure":14.43226441727612},{"timestamp":"2025-12-30T23:59:00+00:00","exposure":14.345826847449755},{"timestamp":"2026-01-10T23:59:00+00:00","exposure":13.483795284585751},{"timestamp":"2026-01-22T23:59:00+00:00","exposure":14.521792704967654},{"timestamp":"2026-02-02T23:59:00+00:00","exposure":15.757579367809207},{"timestamp":"2026-02-14T23:59:00+00:00","exposure":14.728009710569298},{"timestamp":"2026-02-25T23:59:00+00:00","exposure":14.163653169973433}]
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 | 3.11 @ 2024-04-24 05:00:00 UTC |
| Lowest Price | 0.4220 @ 2026-02-06 00:19:00 UTC |
| Mean | 1.62 |
| Std Dev | 1.15 |
| Last | 0.5030 |
| Points | 168 |
| Across 168 points the series ranged from 0.4220 (2026-02-06 00:19:00 UTC) to 3.11 (2024-04-24 05:00:00 UTC), averaging 1.62. The most recent value is 0.5030. | |
| Showing 60 of 168 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T00:02:00Z","price":3.075},{"timestamp":"2024-04-24T00:06:00Z","price":3.082},{"timestamp":"2024-04-24T00:17:00Z","price":3.076},{"timestamp":"2024-04-24T00:19:00Z","price":3.059},{"timestamp":"2024-04-24T00:38:00Z","price":3.076},{"timestamp":"2024-04-24T00:41:00Z","price":3.077},{"timestamp":"2024-04-24T00:58:00Z","price":3.086},{"timestamp":"2024-04-24T01:02:00Z","price":3.09},{"timestamp":"2024-04-24T01:09:00Z","price":3.091},{"timestamp":"2024-04-24T01:37:00Z","price":3.099},{"timestamp":"2024-04-24T02:00:00Z","price":3.1},{"timestamp":"2024-04-24T02:08:00Z","price":3.091},{"timestamp":"2024-04-24T02:14:00Z","price":3.086},{"timestamp":"2024-04-24T04:51:00Z","price":3.105},{"timestamp":"2024-05-01T20:03:00Z","price":2.406},{"timestamp":"2024-05-02T09:37:00Z","price":2.4},{"timestamp":"2024-05-08T23:53:00Z","price":2.406},{"timestamp":"2024-05-15T13:09:00Z","price":2.4},{"timestamp":"2024-05-16T13:07:00Z","price":2.406},{"timestamp":"2024-06-09T07:05:00Z","price":2.4},{"timestamp":"2024-06-09T22:14:00Z","price":2.406},{"timestamp":"2024-10-30T20:25:00Z","price":2.4},{"timestamp":"2024-10-30T22:14:00Z","price":2.406},{"timestamp":"2024-11-26T09:55:00Z","price":2.406},{"timestamp":"2024-12-05T00:03:00Z","price":2.4},{"timestamp":"2024-12-05T21:04:00Z","price":2.406},{"timestamp":"2024-12-10T02:29:00Z","price":2.4},{"timestamp":"2024-12-18T20:52:00Z","price":2.4},{"timestamp":"2024-12-19T04:10:00Z","price":2.406},{"timestamp":"2025-05-05T17:31:00Z","price":2.4},{"timestamp":"2025-05-06T20:23:00Z","price":2.406},{"timestamp":"2026-02-05T21:19:00Z","price":0.438},{"timestamp":"2026-02-05T21:23:00Z","price":0.44},{"timestamp":"2026-02-05T22:04:00Z","price":0.44},{"timestamp":"2026-02-05T22:16:00Z","price":0.438},{"timestamp":"2026-02-05T22:28:00Z","price":0.438},{"timestamp":"2026-02-06T00:04:00Z","price":0.435},{"timestamp":"2026-02-06T00:11:00Z","price":0.431},{"timestamp":"2026-02-06T00:16:00Z","price":0.426},{"timestamp":"2026-02-06T00:19:00Z","price":0.422},{"timestamp":"2026-02-06T00:25:00Z","price":0.424},{"timestamp":"2026-02-06T00:33:00Z","price":0.43},{"timestamp":"2026-02-06T00:36:00Z","price":0.433},{"timestamp":"2026-02-06T00:40:00Z","price":0.437},{"timestamp":"2026-02-06T00:50:00Z","price":0.44},{"timestamp":"2026-02-06T03:54:00Z","price":0.44},{"timestamp":"2026-02-25T16:37:00Z","price":0.504},{"timestamp":"2026-02-25T19:56:00Z","price":0.502},{"timestamp":"2026-02-25T20:32:00Z","price":0.507},{"timestamp":"2026-02-25T20:43:00Z","price":0.506},{"timestamp":"2026-02-25T20:59:00Z","price":0.505},{"timestamp":"2026-02-25T21:36:00Z","price":0.509},{"timestamp":"2026-02-25T21:47:00Z","price":0.507},{"timestamp":"2026-02-25T22:07:00Z","price":0.51},{"timestamp":"2026-02-25T22:14:00Z","price":0.508},{"timestamp":"2026-02-25T22:23:00Z","price":0.507},{"timestamp":"2026-02-25T22:55:00Z","price":0.502},{"timestamp":"2026-02-25T23:06:00Z","price":0.505},{"timestamp":"2026-02-25T23:51:00Z","price":0.501},{"timestamp":"2026-02-25T23:54:00Z","price":0.503}]
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 | 26 trades @ $5.02 |
| Least Populated Bin | 1 trades @ $5.01 |
| Mean | 6 trades |
| Std Dev | 7 trades |
| Last | 2 trades |
| Points | 17 |
| Sum | 100 trades |
| Across 17 points the series ranged from 1 trades (5.01)to∗∗26trades∗∗(5.02), averaging 6 trades. The most recent value is 2 trades. | |
| Full series - 17 points. |
[
{
"bin": "$5.00",
"count": 8,
"from": 5.001
},
{
"bin": "$5.00",
"count": 9,
"from": 5.002
},
{
"bin": "$5.00",
"count": 7,
"from": 5.003
},
{
"bin": "$5.00",
"count": 13,
"from": 5.004
},
{
"bin": "$5.00",
"count": 15,
"from": 5.005
},
{
"bin": "$5.01",
"count": 1,
"from": 5.006
},
{
"bin": "$5.01",
"count": 2,
"from": 5.007
},
{
"bin": "$5.01",
"count": 3,
"from": 5.009
},
{
"bin": "$5.01",
"count": 1,
"from": 5.012
},
{
"bin": "$5.01",
"count": 3,
"from": 5.014
},
{
"bin": "$5.02",
"count": 26,
"from": 5.016
},
{
"bin": "$5.02",
"count": 3,
"from": 5.017
},
{
"bin": "$5.02",
"count": 3,
"from": 5.02
},
{
"bin": "$5.02",
"count": 2,
"from": 5.024
},
{
"bin": "$5.03",
"count": 1,
"from": 5.025
},
{
"bin": "$5.03",
"count": 1,
"from": 5.027
},
{
"bin": "$5.03",
"count": 2,
"from": 5.03
}
]
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.12 |
| Mean | 5 trades |
| Std Dev | 11 trades |
| Last | 9 trades |
| Points | 20 |
| Sum | 100 trades |
| Across 20 points the series ranged from 0 trades (0.12) to 49 trades (0.1), averaging 5 trades. The most recent value is 9 trades. | |
| Full series - 20 points. |
[
{
"bin": 0.1,
"TP": 49,
"SL": 0,
"TSL": 0
},
{
"bin": 0.11,
"TP": 1,
"SL": 0,
"TSL": 0
},
{
"bin": 0.12,
"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.16,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.17,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.18,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.19,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.2,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.21,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.22,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.23,
"TP": 10,
"SL": 0,
"TSL": 0
},
{
"bin": 0.25,
"TP": 15,
"SL": 0,
"TSL": 0
},
{
"bin": 0.26,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.27,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.28,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.29,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.3,
"TP": 16,
"SL": 0,
"TSL": 0
},
{
"bin": 0.31,
"TP": 9,
"SL": 0,
"TSL": 0
}
]
Monthly Equity Comparison (YoY)
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net * Transform: monthlyEquityYoY(equity)2025).| Stat | Value |
|---|---|
| Best Indexed Value | 101.08 @ Apr |
| Worst Indexed Value | 91.19 @ Nov |
| Mean | 97.11 |
| Std Dev | 3.10 |
| Last | 92.14 |
| Points | 12 |
| Across 12 points the series ranged from 91.19 (Nov) to 101.08 (Apr), averaging 97.11. The most recent value is 92.14. | |
| Full series - 12 points. |
[
{
"2025": 99.33010759850298,
"2026": 98.50227515630944,
"month": "Jan"
},
{
"2025": 99.858640776591,
"2026": 99.31277821361486,
"month": "Feb"
},
{
"2025": 100.12365993729064,
"month": "Mar"
},
{
"2024": 99.77505064328166,
"2025": 101.07927830303949,
"month": "Apr"
},
{
"2024": 100.27536438239338,
"2025": 98.63627551903276,
"month": "May"
},
{
"2024": 99.55952040796336,
"2025": 96.36571894677039,
"month": "Jun"
},
{
"2024": 99.63795678347088,
"2025": 97.99081119412472,
"month": "Jul"
},
{
"2024": 99.13691836513571,
"2025": 98.03965193786269,
"month": "Aug"
},
{
"2024": 99.54719981542254,
"2025": 97.15729709831885,
"month": "Sep"
},
{
"2024": 101.92397703872919,
"2025": 93.4336118245517,
"month": "Oct"
},
{
"2024": 102.01168109008336,
"2025": 91.185944887895,
"month": "Nov"
},
{
"2024": 101.95829155208271,
"2025": 92.13629109844356,
"month": "Dec"
}
]
Profit by Weekday
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: profitByWeekday(trades)profit).| Stat | Value |
|---|---|
| Best Weekday | 116.76 USDT @ Sun |
| Worst Weekday | 99.19 USDT @ Wed |
| Mean | 106.61 USDT |
| Std Dev | 6.34 USDT |
| Last | 116.76 USDT |
| Points | 7 |
| Sum | 746.27 USDT |
| Across 7 points the series ranged from 99.19 USDT (Wed) to 116.76 USDT (Sun), averaging 106.61 USDT. 100% of points were positive, 0% negative. The most recent value is 116.76 USDT. | |
| Full series - 7 points. |
[
{
"day": "Mon",
"profit": 114.192458
},
{
"day": "Tue",
"profit": 103.377607
},
{
"day": "Wed",
"profit": 99.192558
},
{
"day": "Thu",
"profit": 106.021042
},
{
"day": "Fri",
"profit": 99.264216
},
{
"day": "Sat",
"profit": 107.470369
},
{
"day": "Sun",
"profit": 116.756207
}
]
Profit by Hour (UTC)
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: profitByHour(trades)profit).| Stat | Value |
|---|---|
| Best Hour (UTC) | 38.52 USDT @ 20:00 |
| Worst Hour (UTC) | 21.18 USDT @ 3:00 |
| Mean | 31.09 USDT |
| Std Dev | 5.44 USDT |
| Last | 22.98 USDT |
| Points | 24 |
| Sum | 746.27 USDT |
| Across 24 points the series ranged from 21.18 USDT (3:00) to 38.52 USDT (20:00), averaging 31.09 USDT. 100% of points were positive, 0% negative. The most recent value is 22.98 USDT. | |
| Full series - 24 points. |
[{"hour":"0:00","profit":24.627469},{"hour":"1:00","profit":23.700145},{"hour":"2:00","profit":22.43102},{"hour":"3:00","profit":21.177782},{"hour":"4:00","profit":23.33952},{"hour":"5:00","profit":28.045171},{"hour":"6:00","profit":30.061251},{"hour":"7:00","profit":33.868935},{"hour":"8:00","profit":35.303051},{"hour":"9:00","profit":33.667014},{"hour":"10:00","profit":33.250234},{"hour":"11:00","profit":30.65135},{"hour":"12:00","profit":34.739483},{"hour":"13:00","profit":33.057649},{"hour":"14:00","profit":37.666618},{"hour":"15:00","profit":37.647294},{"hour":"16:00","profit":37.387804},{"hour":"17:00","profit":33.930004},{"hour":"18:00","profit":34.145581},{"hour":"19:00","profit":36.31421},{"hour":"20:00","profit":38.520356},{"hour":"21:00","profit":33.242518},{"hour":"22:00","profit":26.516649},{"hour":"23:00","profit":22.983349}]
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.32% @ 0.03333333333333333 |
| Worst Trade Return | 0.10% @ 0.23333333333333334 |
| Mean | 0.19% |
| Std Dev | 0.09% |
| Last | 0.25% |
| Points | 100 |
| Across 100 points the series ranged from 0.10% (0.23333333333333334) to 0.32% (0.03333333333333333), averaging 0.19%. 100% of points were positive, 0% negative. The most recent value is 0.25%. | |
| Showing 60 of 100 points (down-sampled for readability). |
[{"hours":0,"profitPct":0.1099674797,"profit":0.005511845},{"hours":0,"profitPct":0.1093770279,"profit":0.00549473},{"hours":0.03333333333333333,"profitPct":0.1101366743,"profit":0.005516735},{"hours":0.38333333333333336,"profitPct":0.1098829649,"profit":0.0055094},{"hours":0.2,"profitPct":0.1113272311,"profit":0.00558502},{"hours":0.03333333333333333,"profitPct":0.1102213542,"profit":0.00551918},{"hours":0.13333333333333333,"profitPct":0.1097141001,"profit":0.00550451},{"hours":0.016666666666666666,"profitPct":0.1090408296,"profit":0.00548495},{"hours":0.03333333333333333,"profitPct":0.1087055016,"profit":0.00544158},{"hours":0.4666666666666667,"profitPct":0.1086218052,"profit":0.00543915},{"hours":0.15,"profitPct":0.1079541788,"profit":0.00541971},{"hours":3.2333333333333334,"profitPct":0.1073728268,"profit":0.00536935},{"hours":2.8333333333333335,"profitPct":0.108120762,"profit":0.00542457},{"hours":0.05,"profitPct":0.1092928965,"profit":0.005492285},{"hours":0.016666666666666666,"profitPct":0.1092088197,"profit":0.00548984},{"hours":0.23333333333333334,"profitPct":0.0998125,"profit":0.00498264},{"hours":0.21666666666666667,"profitPct":0.0998125,"profit":0.00498264},{"hours":5.033333333333333,"profitPct":0.0998125,"profit":0.00498264},{"hours":0.08333333333333333,"profitPct":0.0998125,"profit":0.00498264},{"hours":0.016666666666666666,"profitPct":0.0998125,"profit":0.00498264},{"hours":0.5833333333333334,"profitPct":0.0998125,"profit":0.00498264},{"hours":0,"profitPct":0.0998125,"profit":0.00498264},{"hours":0.08333333333333333,"profitPct":0.0998125,"profit":0.00498264},{"hours":0.36666666666666664,"profitPct":0.0998125,"profit":0.00498264},{"hours":0.03333333333333333,"profitPct":0.0998125,"profit":0.00498264},{"hours":0.05,"profitPct":0.0998125,"profit":0.00498264},{"hours":0.4166666666666667,"profitPct":0.0998125,"profit":0.00498264},{"hours":0.016666666666666666,"profitPct":0.0998125,"profit":0.00498264},{"hours":0.05,"profitPct":0.0998125,"profit":0.00498264},{"hours":1.0666666666666667,"profitPct":0.0998125,"profit":0.00498264},{"hours":0.05,"profitPct":0.3062785388,"profit":0.01531993},{"hours":0.03333333333333333,"profitPct":0.3073226545,"profit":0.01537735},{"hours":0.06666666666666667,"profitPct":0.3062785388,"profit":0.01531993},{"hours":0.21666666666666667,"profitPct":0.3062785388,"profit":0.01531993},{"hours":0.1,"profitPct":0.3094252874,"profit":0.015479},{"hours":0.6,"profitPct":0.3094252874,"profit":0.015479},{"hours":0.5333333333333333,"profitPct":0.310483871,"profit":0.015536675},{"hours":0.4,"profitPct":0.3136890951,"profit":0.01569672},{"hours":0.016666666666666666,"profitPct":0.3213443396,"profit":0.0160775},{"hours":0.15,"profitPct":0.3202352941,"profit":0.01601897},{"hours":0.03333333333333333,"profitPct":0.3235781991,"profit":0.016181175},{"hours":0.05,"profitPct":0.3191314554,"profit":0.01596053},{"hours":0.03333333333333333,"profitPct":0.3115473441,"profit":0.01558095},{"hours":0,"profitPct":0.3073226545,"profit":0.01537735},{"hours":0.016666666666666666,"profitPct":0.3062785388,"profit":0.01531993},{"hours":51.63333333333333,"profitPct":0.2449604743,"profit":0.012258655},{"hours":51.21666666666667,"profitPct":0.2457425743,"profit":0.01229831},{"hours":3.066666666666667,"profitPct":0.2473161034,"profit":0.0123778},{"hours":0.5,"profitPct":0.2481075697,"profit":0.012417635},{"hours":0.03333333333333333,"profitPct":0.2457425743,"profit":0.01229831},{"hours":0.1,"profitPct":0.2457425743,"profit":0.01229831},{"hours":0.45,"profitPct":0.2434055118,"profit":0.012179525},{"hours":0.016666666666666666,"profitPct":0.2441814596,"profit":0.01221906},{"hours":0,"profitPct":0.2418627451,"profit":0.012100635},{"hours":0,"profitPct":0.2441814596,"profit":0.01221906},{"hours":0.03333333333333333,"profitPct":0.2434055118,"profit":0.012179525},{"hours":0,"profitPct":0.2457425743,"profit":0.01229831},{"hours":0.05,"profitPct":0.2481075697,"profit":0.012417635},{"hours":0.016666666666666666,"profitPct":0.2473161034,"profit":0.0123778},{"hours":0.016666666666666666,"profitPct":0.2489021956,"profit":0.01245753}]
Fill Type Breakdown
GET /backtests/{id}/trades * Fields used: fill_type * Transform: computeKPIs(equity, trades).fillTypescount).| Stat | Value |
|---|---|
| Most Frequent Exit | 100 trades @ TP |
| Least Frequent Exit | 0 trades @ SL |
| Mean | 33 trades |
| Std Dev | 47 trades |
| Last | 0 trades |
| Points | 3 |
| Sum | 100 trades |
| Across 3 points the series ranged from 0 trades (SL) to 100 trades (TP), averaging 33 trades. The most recent value is 0 trades. | |
| Full series - 3 points. |
[
{
"type": "TP",
"count": 100
},
{
"type": "SL",
"count": 0
},
{
"type": "TSL",
"count": 0
}
]
Machine-Readable Facts
facts_sha256 in the frontmatter - re-hash it to verify.- JSON
- Flat Table
{
"backtest_id": "8fdaad0e-f5b6-4804-9bde-5af3e5bd90fe",
"symbol": "BARUSDT",
"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": 9340.62299683,
"return_pct": -6.5938,
"total_profit_usdt": 746.27445662,
"avg_profit_per_trade_usdt": 0.00725299,
"fulfilled_trades": 102892,
"active_orders": 523,
"win_rate_pct": 100,
"best_trade_usdt": 0.01618117,
"worst_trade_usdt": 0.00498264,
"trades_per_month": 4653.1671259266295,
"max_drawdown_pct": 12.311507742786402,
"max_drawdown_abs_usdt": 1275.514478811101,
"drawdown_duration_days": 276,
"recovery_days": null,
"cagr_pct": -3.639625879880559,
"volatility_annualized_pct": 5.391730451234087,
"sharpe_annualized": -0.6578097875935877,
"sortino_annualized": -0.5880227019168663,
"time_in_market_pct": 100,
"final_cash_usdt": 8017.6495516407,
"final_base_value_usdt": null,
"final_unrealized_pnl_usdt": -1292.4382535224,
"median_hold_hours": 0.15,
"avg_hold_hours": 2.4142322097378286,
"buyhold_return_pct": null,
"outperformance_vs_buyhold_pp": null
}
| Key | Value |
|---|---|
backtest_id | 8fdaad0e-f5b6-4804-9bde-5af3e5bd90fe |
symbol | BARUSDT |
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 | 9340.62299683 |
return_pct | -6.5938 |
total_profit_usdt | 746.27445662 |
avg_profit_per_trade_usdt | 0.00725299 |
fulfilled_trades | 102892 |
active_orders | 523 |
win_rate_pct | 100 |
best_trade_usdt | 0.01618117 |
worst_trade_usdt | 0.00498264 |
trades_per_month | 4653.1671259266295 |
max_drawdown_pct | 12.311507742786402 |
max_drawdown_abs_usdt | 1275.514478811101 |
drawdown_duration_days | 276 |
recovery_days | null |
cagr_pct | -3.639625879880559 |
volatility_annualized_pct | 5.391730451234087 |
sharpe_annualized | -0.6578097875935877 |
sortino_annualized | -0.5880227019168663 |
time_in_market_pct | 100 |
final_cash_usdt | 8017.6495516407 |
final_base_value_usdt | null |
final_unrealized_pnl_usdt | -1292.4382535224 |
median_hold_hours | 0.15 |
avg_hold_hours | 2.4142322097378286 |
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 | BARUSDT |
| 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 | 9,340.62 USDT |
| Return % | GET /backtests/{id} | $.return_pct | direct API value (cross-check: (final_value/start_balance - 1) * 100) | -6.59% |
| Total profit | GET /backtests/{id} | $.total_profit | direct API value (cross-check: Sum trades[].profit) | +746.27 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)) | 102,892 |
| Best trade | GET /backtests/{id} | $.max_profit | direct API value (cross-check: max(trades[].profit)) | +0.0162 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.0073 USDT |
| Trades / month | derived | n/a | fulfilled_trades / (durationDays / 30.4375) | 4653.2 |
| Max drawdown % | GET /backtests/{id}/equity | $[*].total_value_* | maxDrawdown(equity) - running peak vs. trough | -12.31% |
| Max drawdown abs | GET /backtests/{id}/equity | $[*].total_value_* | maxDrawdown(equity).abs | -1,275.51 USDT |
| CAGR % | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | (final/start)^(365.25/days) - 1 | -3.64% |
| Volatility (ann.) % | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | std(daily_returns) * sqrt(365) | 5.39% |
| Sharpe ratio (ann.) | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | mean(daily_returns) / std(daily_returns) * sqrt(365) (rf=0) | -0.66 |
| Sortino ratio (ann.) | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | mean(daily_returns) / std(downside_returns) * sqrt(365) (rf=0) | -0.59 |
| Time in market % | GET /backtests/{id}/equity | $[*].base_asset_bal | count(samples where base_asset_bal>0) / count(samples) * 100 | 100.0% |
| Total fees | GET /backtests/{id}/trades | $[*].buy_fee_in_quote, $[*].sell_fee_in_quote | Sum (buy_fee_in_quote + sell_fee_in_quote) | 0.75 USDT |
| Gross profit (winners) | GET /backtests/{id}/trades | $[?(@.profit>0)].profit | Sum profit where profit > 0 | +0.96 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.0096 USDT |
| Max consecutive wins | GET /backtests/{id}/trades | $[*].profit (ordered) | longest run where profit > 0 | 100 |
| Max consecutive losses | GET /backtests/{id}/trades | $[*].profit (ordered) | longest run where profit < 0 | 0 |
| Avg holding (h) | GET /backtests/{id}/trades | $[*].buy_time, $[*].sell_time | mean(sell_time - buy_time) / 3600 | 2.4h |
| Median holding (h) | GET /backtests/{id}/trades | $[*].buy_time, $[*].sell_time | median(sell_time - buy_time) / 3600 | 0.1h |
| Total volume (notional) | GET /backtests/{id}/trades | $[*].buy_quantity, $[*].buy_price | Sum (buy_quantity * buy_price) | 1,004 USDT |
Raw API Attachments
/trades. Full trade population: 102,892 closed trades - fetch the complete list via GET /backtests/8fdaad0e-f5b6-4804-9bde-5af3e5bd90fe/trades. Aggregate KPIs are computed server-side against the full population, not from this sample.GET /backtests/8fdaad0e-f5b6-4804-9bde-5af3e5bd90fe - backtest summary (verbatim)
GET /backtests/8fdaad0e-f5b6-4804-9bde-5af3e5bd90fe - backtest summary (verbatim)
{
"id": "8fdaad0e-f5b6-4804-9bde-5af3e5bd90fe",
"status": "completed",
"error_message": null,
"created_at": "2026-05-11T13:30:07.711001Z",
"started_at": "2026-05-11T20:50:03.325074Z",
"completed_at": "2026-05-11T20:58:27.430934Z",
"mode_name": "3LongTimeLong.json",
"symbol": "BARUSDT",
"data_file": "",
"start_balance": 10000,
"final_value": 9340.62299683,
"return_pct": -6.5938,
"total_profit": 746.27445662,
"fulfilled_trades": 102892,
"active_orders": 523,
"win_rate": 100,
"avg_profit": 0.00725299,
"max_profit": 0.01618117,
"min_profit": 0.00498264,
"elapsed_sec": 420.95,
"max_drawdown": -12.3115,
"profit_factor": null,
"sharpe_ratio": -0.6578,
"total_fees": 773.94064965,
"avg_hold_time_hours": 10.6623,
"tp_count": 102892,
"sl_count": 0,
"tsl_count": 0,
"start_price": 2.949,
"end_price": 0.503,
"gross_profit_quote": 1520.215106,
"gross_loss_quote": 0,
"wins": 102892,
"losses": 0,
"breakeven": 0,
"consecutive_wins_max": 102892,
"consecutive_losses_max": 0,
"holding_minutes_p50": 9,
"holding_minutes_p95": 779,
"holding_minutes_max": 328220,
"description": "BARUSDT | 3LongTimeLong.json | 2024-04-24 - 2026-02-25 | -6.59% | 102892 trades | 100% WR",
"summary_text": "Backtest BARUSDT (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: 9,340.62 USDT\nP&L: -659.38 USDT (-6.59%)\nResult: LOSS\nCompleted trades: 102892\nOpen orders at end: 523\nWin rate: 100.0%\nAvg. profit/trade: 0.007253 USDT\nBest trade: 0.016181 USDT\nWorst trade: 0.004983 USDT\nTotal profit (trades only): 746.274457 USDT\nMax drawdown: -12.31%\nProfit factor: inf (no losing trades)\nSharpe ratio: -0.66\nTotal fees: 773.94 USDT\nAvg hold time: 10.7h\nTP / SL / TSL: 102892 / 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: 420.9s",
"share_token": null,
"config_hash": "45a6fa70e98b8f12d56ef2c2b4910698299f9268ce4f322d0e0646d85b89deda",
"config": {
"to": "2026-02-25 23:59:59",
"from": "2024-04-24 00:00:01",
"canBuy": true,
"symbol": "BARUSDT",
"canSell": true,
"canBuyUp": true,
"startBal": 10000,
"stepSize": 0.01,
"stopLoss": false,
"tickSize": 0.001,
"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/8fdaad0e-f5b6-4804-9bde-5af3e5bd90fe/equity - equity series (verbatim, 673 points)
GET /backtests/8fdaad0e-f5b6-4804-9bde-5af3e5bd90fe/equity - equity series (verbatim, 673 points)
[
{
"timestamp": "2024-04-24T23:59:00+00:00",
"base_asset_bal": 46.55,
"quote_asset_bal": 9860.389183585,
"total_value_mid": 9997.804783585,
"total_value_exit_net": 9997.701721885,
"total_value": 9997.804783585,
"base_cost_quote": 140.544029025,
"unrealized_pnl_exit_net": -3.231490725
},
{
"timestamp": "2024-04-25T23:59:00+00:00",
"base_asset_bal": 96.07,
"quote_asset_bal": 9721.1358778225,
"total_value_mid": 9987.2497778225,
"total_value_exit_net": 9987.0501923975,
"total_value": 9987.2497778225,
"base_cost_quote": 280.9743828575,
"unrealized_pnl_exit_net": -15.0600682825
},
{
"timestamp": "2024-04-26T23:59:00+00:00",
"base_asset_bal": 114.41,
"quote_asset_bal": 9671.7995665375,
"total_value_mid": 9980.4777465375,
"total_value_exit_net": 9980.2462379025,
"total_value": 9980.4777465375,
"base_cost_quote": 331.1425407775,
"unrealized_pnl_exit_net": -22.6958694125
},
{
"timestamp": "2024-04-27T23:59:00+00:00",
"base_asset_bal": 123.75,
"quote_asset_bal": 9647.4014827825,
"total_value_mid": 9977.8139827825,
"total_value_exit_net": 9977.5661734075,
"total_value": 9977.8139827825,
"base_cost_quote": 356.21828349,
"unrealized_pnl_exit_net": -26.053592865
},
{
"timestamp": "2024-04-28T23:59:00+00:00",
"base_asset_bal": 87.27,
"quote_asset_bal": 9748.764127805,
"total_value_mid": 9983.869507805,
"total_value_exit_net": 9983.69317877,
"total_value": 9983.869507805,
"base_cost_quote": 255.9091780425,
"unrealized_pnl_exit_net": -20.9801270775
},
{
"timestamp": "2024-04-29T23:59:00+00:00",
"base_asset_bal": 65.31,
"quote_asset_bal": 9816.01479571,
"total_value_mid": 9992.67834571,
"total_value_exit_net": 9992.5458480475,
"total_value": 9992.67834571,
"base_cost_quote": 190.731241225,
"unrealized_pnl_exit_net": -14.2001888875
},
{
"timestamp": "2024-04-30T23:59:00+00:00",
"base_asset_bal": 126.5,
"quote_asset_bal": 9656.2918258,
"total_value_mid": 9975.4513258,
"total_value_exit_net": 9975.211956175,
"total_value": 9975.4513258,
"base_cost_quote": 351.338326265,
"unrealized_pnl_exit_net": -32.41819589
},
{
"timestamp": "2024-05-01T23:59:00+00:00",
"base_asset_bal": 159.78,
"quote_asset_bal": 9575.4310543075,
"total_value_mid": 9962.5779943075,
"total_value_exit_net": 9962.2876341025,
"total_value": 9962.5779943075,
"base_cost_quote": 431.6079133375,
"unrealized_pnl_exit_net": -44.7513335425
},
{
"timestamp": "2024-05-02T23:59:00+00:00",
"base_asset_bal": 147.88,
"quote_asset_bal": 9605.0674730925,
"total_value_mid": 9968.7043930925,
"total_value_exit_net": 9968.4316654025,
"total_value": 9968.7043930925,
"base_cost_quote": 401.512888985,
"unrealized_pnl_exit_net": -38.148696675
},
{
"timestamp": "2024-05-03T23:59:00+00:00",
"base_asset_bal": 131.7,
"quote_asset_bal": 9645.9032168175,
"total_value_mid": 9980.0261168175,
"total_value_exit_net": 9979.7755246425,
"total_value": 9980.0261168175,
"base_cost_quote": 361.3516406225,
"unrealized_pnl_exit_net": -27.4793327975
},
{
"timestamp": "2024-05-04T23:59:00+00:00",
"base_asset_bal": 114.01,
"quote_asset_bal": 9691.744587455,
"total_value_mid": 9985.890387455,
"total_value_exit_net": 9985.669778105,
"total_value": 9985.890387455,
"base_cost_quote": 316.1589114775,
"unrealized_pnl_exit_net": -22.2337208275
},
{
"timestamp": "2024-05-05T23:59:00+00:00",
"base_asset_bal": 112.07,
"quote_asset_bal": 9697.397857475,
"total_value_mid": 9987.771227475,
"total_value_exit_net": 9987.5534474475,
"total_value": 9987.771227475,
"base_cost_quote": 311.1654892175,
"unrealized_pnl_exit_net": -21.009899245
},
{
"timestamp": "2024-05-06T23:59:00+00:00",
"base_asset_bal": 123.65,
"quote_asset_bal": 9668.2084166675,
"total_value_mid": 9984.8760666675,
"total_value_exit_net": 9984.63856593,
"total_value": 9984.8760666675,
"base_cost_quote": 341.258572115,
"unrealized_pnl_exit_net": -24.8284228525
},
{
"timestamp": "2024-05-07T23:59:00+00:00",
"base_asset_bal": 131.79,
"quote_asset_bal": 9649.153013825,
"total_value_mid": 9979.682333825,
"total_value_exit_net": 9979.434436835,
"total_value": 9979.682333825,
"base_cost_quote": 361.33623908,
"unrealized_pnl_exit_net": -31.05481607
},
{
"timestamp": "2024-05-08T23:59:00+00:00",
"base_asset_bal": 167.12,
"quote_asset_bal": 9563.60390339,
"total_value_mid": 9966.02886339,
"total_value_exit_net": 9965.72704467,
"total_value": 9966.02886339,
"base_cost_quote": 446.59325392,
"unrealized_pnl_exit_net": -44.47011264
},
{
"timestamp": "2024-05-09T23:59:00+00:00",
"base_asset_bal": 145.03,
"quote_asset_bal": 9618.4383853725,
"total_value_mid": 9976.2273953725,
"total_value_exit_net": 9975.959053615,
"total_value": 9976.2273953725,
"base_cost_quote": 391.4200750475,
"unrealized_pnl_exit_net": -33.899406805
},
{
"timestamp": "2024-05-10T23:59:00+00:00",
"base_asset_bal": 130.53,
"quote_asset_bal": 9658.5626350275,
"total_value_mid": 9970.1377450275,
"total_value_exit_net": 9969.904063695,
"total_value": 9970.1377450275,
"base_cost_quote": 351.2800726075,
"unrealized_pnl_exit_net": -39.93864394
},
{
"timestamp": "2024-05-11T23:59:00+00:00",
"base_asset_bal": 72.95,
"quote_asset_bal": 9815.2218503775,
"total_value_mid": 9996.5026003775,
"total_value_exit_net": 9996.366639815,
"total_value": 9996.5026003775,
"base_cost_quote": 195.69277959,
"unrealized_pnl_exit_net": -14.5479901525
},
{
"timestamp": "2024-05-12T23:59:00+00:00",
"base_asset_bal": 65.56,
"quote_asset_bal": 9834.975696115,
"total_value_mid": 9997.498936115,
"total_value_exit_net": 9997.377043685,
"total_value": 9997.498936115,
"base_cost_quote": 175.641572455,
"unrealized_pnl_exit_net": -13.240224885
},
{
"timestamp": "2024-05-13T23:59:00+00:00",
"base_asset_bal": 90.72,
"quote_asset_bal": 9774.551444575,
"total_value_mid": 9992.279444575,
"total_value_exit_net": 9992.116148575,
"total_value": 9992.279444575,
"base_cost_quote": 235.8230247175,
"unrealized_pnl_exit_net": -18.2583207175
},
{
"timestamp": "2024-05-14T23:59:00+00:00",
"base_asset_bal": 118.57,
"quote_asset_bal": 9709.269798425,
"total_value_mid": 9987.079308425,
"total_value_exit_net": 9986.8709512925,
"total_value": 9987.079308425,
"base_cost_quote": 301.01287046,
"unrealized_pnl_exit_net": -23.4117175925
},
{
"timestamp": "2024-05-15T23:59:00+00:00",
"base_asset_bal": 85.12,
"quote_asset_bal": 9789.28494383,
"total_value_mid": 9997.23310383,
"total_value_exit_net": 9997.07714271,
"total_value": 9997.23310383,
"base_cost_quote": 220.7980644425,
"unrealized_pnl_exit_net": -13.0058655625
},
{
"timestamp": "2024-05-16T23:59:00+00:00",
"base_asset_bal": 83.44,
"quote_asset_bal": 9793.83633193,
"total_value_mid": 9996.34521193,
"total_value_exit_net": 9996.19333027,
"total_value": 9996.34521193,
"base_cost_quote": 215.75337376,
"unrealized_pnl_exit_net": -13.39637542
},
{
"timestamp": "2024-05-17T23:59:00+00:00",
"base_asset_bal": 65.13,
"quote_asset_bal": 9839.39237129,
"total_value_mid": 10001.37068129,
"total_value_exit_net": 10001.2491975575,
"total_value": 10001.37068129,
"base_cost_quote": 170.6028462425,
"unrealized_pnl_exit_net": -8.746019975
},
{
"timestamp": "2024-05-18T23:59:00+00:00",
"base_asset_bal": 78.66,
"quote_asset_bal": 9805.2194717075,
"total_value_mid": 10003.1280317075,
"total_value_exit_net": 10002.9796002875,
"total_value": 10003.1280317075,
"base_cost_quote": 205.723356885,
"unrealized_pnl_exit_net": -7.963228305
},
{
"timestamp": "2024-05-19T23:59:00+00:00",
"base_asset_bal": 129.8,
"quote_asset_bal": 9680.140817775,
"total_value_mid": 9993.218417775,
"total_value_exit_net": 9992.983609575,
"total_value": 9993.218417775,
"base_cost_quote": 331.1262885975,
"unrealized_pnl_exit_net": -18.2834967975
},
{
"timestamp": "2024-05-20T23:59:00+00:00",
"base_asset_bal": 55.59,
"quote_asset_bal": 9866.4033311474,
"total_value_mid": 10011.3264611474,
"total_value_exit_net": 10011.2177687999,
"total_value": 10011.3264611474,
"base_cost_quote": 145.519317695,
"unrealized_pnl_exit_net": -0.7048800425
},
{
"timestamp": "2024-05-21T23:59:00+00:00",
"base_asset_bal": 70.53,
"quote_asset_bal": 9827.2633618574,
"total_value_mid": 10014.5910418574,
"total_value_exit_net": 10014.4505460974,
"total_value": 10014.5910418574,
"base_cost_quote": 185.6289273575,
"unrealized_pnl_exit_net": 1.5582568825
},
{
"timestamp": "2024-05-22T23:59:00+00:00",
"base_asset_bal": 91.66,
"quote_asset_bal": 9772.8758025074,
"total_value_mid": 10009.0836225074,
"total_value_exit_net": 10008.9064666424,
"total_value": 10009.0836225074,
"base_cost_quote": 240.8249933825,
"unrealized_pnl_exit_net": -4.7943292475
},
{
"timestamp": "2024-05-23T23:59:00+00:00",
"base_asset_bal": 105.39,
"quote_asset_bal": 9738.9271854899,
"total_value_mid": 10004.5099854899,
"total_value_exit_net": 10004.3107983899,
"total_value": 10004.5099854899,
"base_cost_quote": 275.9247985075,
"unrealized_pnl_exit_net": -10.5411856075
},
{
"timestamp": "2024-05-24T23:59:00+00:00",
"base_asset_bal": 101.46,
"quote_asset_bal": 9749.580977415,
"total_value_mid": 10006.3762374149,
"total_value_exit_net": 10006.1836409699,
"total_value": 10006.3762374149,
"base_cost_quote": 265.8794701575,
"unrealized_pnl_exit_net": -9.2768066025
},
{
"timestamp": "2024-05-25T23:59:00+00:00",
"base_asset_bal": 87.61,
"quote_asset_bal": 9785.4259172375,
"total_value_mid": 10010.7588372375,
"total_value_exit_net": 10010.5898375475,
"total_value": 10010.7588372375,
"base_cost_quote": 230.749672555,
"unrealized_pnl_exit_net": -5.585752245
},
{
"timestamp": "2024-05-26T23:59:00+00:00",
"base_asset_bal": 113.96,
"quote_asset_bal": 9722.8247335125,
"total_value_mid": 10010.3458135125,
"total_value_exit_net": 10010.1301727025,
"total_value": 10010.3458135125,
"base_cost_quote": 296.0698559775,
"unrealized_pnl_exit_net": -8.7644167875
},
{
"timestamp": "2024-05-27T23:59:00+00:00",
"base_asset_bal": 102.13,
"quote_asset_bal": 9754.29129412,
"total_value_mid": 10015.02918412,
"total_value_exit_net": 10014.8336307025,
"total_value": 10015.02918412,
"base_cost_quote": 265.944008525,
"unrealized_pnl_exit_net": -5.4016719425
},
{
"timestamp": "2024-05-28T23:59:00+00:00",
"base_asset_bal": 37.42,
"quote_asset_bal": 9931.4137212025,
"total_value_mid": 10029.2296012025,
"total_value_exit_net": 10029.1562392925,
"total_value": 10029.2296012025,
"base_cost_quote": 90.3189784675,
"unrealized_pnl_exit_net": 7.4235396225
},
{
"timestamp": "2024-05-29T23:59:00+00:00",
"base_asset_bal": 64.1,
"quote_asset_bal": 9862.097159785,
"total_value_mid": 10026.385459785,
"total_value_exit_net": 10026.26224356,
"total_value": 10026.385459785,
"base_cost_quote": 160.54740031,
"unrealized_pnl_exit_net": 3.617683465
},
{
"timestamp": "2024-05-30T23:59:00+00:00",
"base_asset_bal": 72.01,
"quote_asset_bal": 9842.6939460925,
"total_value_mid": 10024.2311560925,
"total_value_exit_net": 10024.095003185,
"total_value": 10024.2311560925,
"base_cost_quote": 180.6288200875,
"unrealized_pnl_exit_net": 0.772237005
},
{
"timestamp": "2024-05-31T23:59:00+00:00",
"base_asset_bal": 74.14,
"quote_asset_bal": 9838.3169029,
"total_value_mid": 10025.3721229,
"total_value_exit_net": 10025.231831485,
"total_value": 10025.3721229,
"base_cost_quote": 185.632019675,
"unrealized_pnl_exit_net": 1.28290891
},
{
"timestamp": "2024-06-01T23:59:00+00:00",
"base_asset_bal": 76.09,
"quote_asset_bal": 9833.56921717,
"total_value_mid": 10025.54428717,
"total_value_exit_net": 10025.4003058675,
"total_value": 10025.54428717,
"base_cost_quote": 190.63418849,
"unrealized_pnl_exit_net": 1.1969002075
},
{
"timestamp": "2024-06-02T23:59:00+00:00",
"base_asset_bal": 88.11,
"quote_asset_bal": 9803.8082472175,
"total_value_mid": 10023.7308072175,
"total_value_exit_net": 10023.5658652975,
"total_value": 10023.7308072175,
"base_cost_quote": 220.75071896,
"unrealized_pnl_exit_net": -0.99310088
},
{
"timestamp": "2024-06-03T23:59:00+00:00",
"base_asset_bal": 86.24,
"quote_asset_bal": 9809.3220361475,
"total_value_mid": 10022.7660361475,
"total_value_exit_net": 10022.6059531475,
"total_value": 10022.7660361475,
"base_cost_quote": 215.730816855,
"unrealized_pnl_exit_net": -2.446899855
},
{
"timestamp": "2024-06-04T23:59:00+00:00",
"base_asset_bal": 52.96,
"quote_asset_bal": 9895.1607123625,
"total_value_mid": 10029.1495123625,
"total_value_exit_net": 10029.0490207625,
"total_value": 10029.1495123625,
"base_cost_quote": 130.401728,
"unrealized_pnl_exit_net": 3.4865804
},
{
"timestamp": "2024-06-05T23:59:00+00:00",
"base_asset_bal": 49.01,
"quote_asset_bal": 9905.657632665,
"total_value_mid": 10030.976202665,
"total_value_exit_net": 10030.8822137375,
"total_value": 10030.976202665,
"base_cost_quote": 120.41768558,
"unrealized_pnl_exit_net": 4.8068954925
},
{
"timestamp": "2024-06-06T23:59:00+00:00",
"base_asset_bal": 64.31,
"quote_asset_bal": 9866.050168985,
"total_value_mid": 10031.069628985,
"total_value_exit_net": 10030.94586439,
"total_value": 10031.069628985,
"base_cost_quote": 160.5151861675,
"unrealized_pnl_exit_net": 4.3805092375
},
{
"timestamp": "2024-06-07T23:59:00+00:00",
"base_asset_bal": 110.98,
"quote_asset_bal": 9750.9386511825,
"total_value_mid": 10018.6224111825,
"total_value_exit_net": 10018.4216483625,
"total_value": 10018.6224111825,
"base_cost_quote": 275.9687914775,
"unrealized_pnl_exit_net": -8.4857942975
},
{
"timestamp": "2024-06-08T23:59:00+00:00",
"base_asset_bal": 124.47,
"quote_asset_bal": 9720.2982958425,
"total_value_mid": 10012.6783258425,
"total_value_exit_net": 10012.45904082,
"total_value": 10012.6783258425,
"base_cost_quote": 306.0406884975,
"unrealized_pnl_exit_net": -13.87994352
},
{
"timestamp": "2024-06-09T23:59:00+00:00",
"base_asset_bal": 108.07,
"quote_asset_bal": 9759.92995008,
"total_value_mid": 10019.51409008,
"total_value_exit_net": 10019.319401975,
"total_value": 10019.51409008,
"base_cost_quote": 265.9140760925,
"unrealized_pnl_exit_net": -6.5246241975
},
{
"timestamp": "2024-06-10T23:59:00+00:00",
"base_asset_bal": 123.17,
"quote_asset_bal": 9724.3830206475,
"total_value_mid": 10014.6947106475,
"total_value_exit_net": 10014.47697688,
"total_value": 10014.6947106475,
"base_cost_quote": 301.03989071,
"unrealized_pnl_exit_net": -10.9459344775
},
{
"timestamp": "2024-06-11T23:59:00+00:00",
"base_asset_bal": 166.68,
"quote_asset_bal": 9624.580755675,
"total_value_mid": 10001.610915675,
"total_value_exit_net": 10001.328143055,
"total_value": 10001.610915675,
"base_cost_quote": 401.33493562,
"unrealized_pnl_exit_net": -24.58754824
},
{
"timestamp": "2024-06-12T23:59:00+00:00",
"base_asset_bal": 128.09,
"quote_asset_bal": 9714.9461161125,
"total_value_mid": 10014.9328961125,
"total_value_exit_net": 10014.7079060275,
"total_value": 10014.9328961125,
"base_cost_quote": 311.09602716,
"unrealized_pnl_exit_net": -11.334237245
},
{
"timestamp": "2024-06-13T23:59:00+00:00",
"base_asset_bal": 165.2,
"quote_asset_bal": 9630.3990623925,
"total_value_mid": 10001.6034623925,
"total_value_exit_net": 10001.3250590925,
"total_value": 10001.6034623925,
"base_cost_quote": 396.35272176,
"unrealized_pnl_exit_net": -25.42672506
},
{
"timestamp": "2024-06-14T23:59:00+00:00",
"base_asset_bal": 183.86,
"quote_asset_bal": 9590.96997437,
"total_value_mid": 9992.52021437,
"total_value_exit_net": 9992.21905169,
"total_value": 9992.52021437,
"base_cost_quote": 436.431078,
"unrealized_pnl_exit_net": -35.18200068
},
{
"timestamp": "2024-06-15T23:59:00+00:00",
"base_asset_bal": 154.37,
"quote_asset_bal": 9656.7850287975,
"total_value_mid": 10004.4262687975,
"total_value_exit_net": 10004.1655378675,
"total_value": 10004.4262687975,
"base_cost_quote": 371.2218777525,
"unrealized_pnl_exit_net": -23.8413686825
},
{
"timestamp": "2024-06-16T23:59:00+00:00",
"base_asset_bal": 163.29,
"quote_asset_bal": 9637.0240395451,
"total_value_mid": 10002.9569295451,
"total_value_exit_net": 10002.6824798776,
"total_value": 10002.9569295451,
"base_cost_quote": 391.27771836,
"unrealized_pnl_exit_net": -25.6192780275
},
{
"timestamp": "2024-06-17T23:59:00+00:00",
"base_asset_bal": 262.1,
"quote_asset_bal": 9426.9702646701,
"total_value_mid": 9959.2953646701,
"total_value_exit_net": 9958.8961208451,
"total_value": 9959.2953646701,
"base_cost_quote": 601.9463914525,
"unrealized_pnl_exit_net": -70.0205352775
},
{
"timestamp": "2024-06-18T23:59:00+00:00",
"base_asset_bal": 326.33,
"quote_asset_bal": 9302.9851944226,
"total_value_mid": 9920.7278844226,
"total_value_exit_net": 9920.2645774051,
"total_value": 9920.7278844226,
"base_cost_quote": 727.3083624675,
"unrealized_pnl_exit_net": -110.028979485
},
{
"timestamp": "2024-06-19T23:59:00+00:00",
"base_asset_bal": 347.3,
"quote_asset_bal": 9263.6250801852,
"total_value_mid": 9921.7585801852,
"total_value_exit_net": 9921.2649800602,
"total_value": 9921.7585801852,
"base_cost_quote": 767.3947447225,
"unrealized_pnl_exit_net": -109.7548448475
},
{
"timestamp": "2024-06-20T23:59:00+00:00",
"base_asset_bal": 333.85,
"quote_asset_bal": 9289.6062290826,
"total_value_mid": 9938.2767790826,
"total_value_exit_net": 9937.7902761701,
"total_value": 9938.2767790826,
"base_cost_quote": 742.334273455,
"unrealized_pnl_exit_net": -94.1502263675
},
{
"timestamp": "2024-06-21T23:59:00+00:00",
"base_asset_bal": 349.35,
"quote_asset_bal": 9260.7342692926,
"total_value_mid": 9930.4382192925,
"total_value_exit_net": 9929.93594133,
"total_value": 9930.4382192925,
"base_cost_quote": 772.413175725,
"unrealized_pnl_exit_net": -103.2115036875
},
{
"timestamp": "2024-06-22T23:59:00+00:00",
"base_asset_bal": 305.72,
"quote_asset_bal": 9346.73596424,
"total_value_mid": 9943.50140424,
"total_value_exit_net": 9943.05383016,
"total_value": 9943.50140424,
"base_cost_quote": 687.1888353725,
"unrealized_pnl_exit_net": -90.8709694525
},
{
"timestamp": "2024-06-23T23:59:00+00:00",
"base_asset_bal": 370.14,
"quote_asset_bal": 9222.0697573025,
"total_value_mid": 9926.4461773025,
"total_value_exit_net": 9925.9178949875,
"total_value": 9926.4461773025,
"base_cost_quote": 812.50948542,
"unrealized_pnl_exit_net": -108.661347735
},
{
"timestamp": "2024-06-24T23:59:00+00:00",
"base_asset_bal": 338.41,
"quote_asset_bal": 9283.4075731675,
"total_value_mid": 9938.5693331675,
"total_value_exit_net": 9938.0779618475,
"total_value": 9938.5693331675,
"base_cost_quote": 752.3596168275,
"unrealized_pnl_exit_net": -97.6892281475
},
{
"timestamp": "2024-06-25T23:59:00+00:00",
"base_asset_bal": 322.93,
"quote_asset_bal": 9314.061904265,
"total_value_mid": 9946.358844265,
"total_value_exit_net": 9945.88462156,
"total_value": 9946.358844265,
"base_cost_quote": 722.306223675,
"unrealized_pnl_exit_net": -90.48350638
},
{
"timestamp": "2024-06-26T23:59:00+00:00",
"base_asset_bal": 340.9,
"quote_asset_bal": 9279.519956705,
"total_value_mid": 9936.093356705,
"total_value_exit_net": 9935.600926655,
"total_value": 9936.093356705,
"base_cost_quote": 757.381350305,
"unrealized_pnl_exit_net": -101.300380355
},
{
"timestamp": "2024-06-27T23:59:00+00:00",
"base_asset_bal": 312.73,
"quote_asset_bal": 9335.55370142,
"total_value_mid": 9946.94085142,
"total_value_exit_net": 9946.4823110575,
"total_value": 9946.94085142,
"base_cost_quote": 702.2553868175,
"unrealized_pnl_exit_net": -91.32677718
},
{
"timestamp": "2024-06-28T23:59:00+00:00",
"base_asset_bal": 306.67,
"quote_asset_bal": 9351.6911373049,
"total_value_mid": 9943.8709073049,
"total_value_exit_net": 9943.4267724774,
"total_value": 9943.8709073049,
"base_cost_quote": 687.1656379875,
"unrealized_pnl_exit_net": -95.430002815
},
{
"timestamp": "2024-06-29T23:59:00+00:00",
"base_asset_bal": 353.84,
"quote_asset_bal": 9261.7714038749,
"total_value_mid": 9930.8828438749,
"total_value_exit_net": 9930.3810102949,
"total_value": 9930.8828438749,
"base_cost_quote": 777.370090625,
"unrealized_pnl_exit_net": -108.760484205
},
{
"timestamp": "2024-06-30T23:59:00+00:00",
"base_asset_bal": 278.36,
"quote_asset_bal": 9407.6530216374,
"total_value_mid": 9954.0737016374,
"total_value_exit_net": 9953.6638861274,
"total_value": 9954.0737016374,
"base_cost_quote": 632.02722517,
"unrealized_pnl_exit_net": -86.01636068
},
{
"timestamp": "2024-07-01T23:59:00+00:00",
"base_asset_bal": 311.79,
"quote_asset_bal": 9342.9722569574,
"total_value_mid": 9943.7915869574,
"total_value_exit_net": 9943.3409724599,
"total_value": 9943.7915869574,
"base_cost_quote": 697.2018795275,
"unrealized_pnl_exit_net": -96.833164025
},
{
"timestamp": "2024-07-02T23:59:00+00:00",
"base_asset_bal": 278.3,
"quote_asset_bal": 9409.2748801949,
"total_value_mid": 9955.5777801949,
"total_value_exit_net": 9955.1680530199,
"total_value": 9955.5777801949,
"base_cost_quote": 632.0124841225,
"unrealized_pnl_exit_net": -86.1193112975
},
{
"timestamp": "2024-07-03T23:59:00+00:00",
"base_asset_bal": 296.38,
"quote_asset_bal": 9375.2697087023,
"total_value_mid": 9940.4663687023,
"total_value_exit_net": 9940.0424712073,
"total_value": 9940.4663687023,
"base_cost_quote": 667.11123846,
"unrealized_pnl_exit_net": -102.338475955
},
{
"timestamp": "2024-07-04T23:59:00+00:00",
"base_asset_bal": 437.74,
"quote_asset_bal": 9120.6892433873,
"total_value_mid": 9870.9756033873,
"total_value_exit_net": 9870.4128886173,
"total_value": 9870.9756033873,
"base_cost_quote": 922.74461981,
"unrealized_pnl_exit_net": -173.02097458
},
{
"timestamp": "2024-07-05T23:59:00+00:00",
"base_asset_bal": 446.67,
"quote_asset_bal": 9107.4721588299,
"total_value_mid": 9876.1912288299,
"total_value_exit_net": 9875.6146895274,
"total_value": 9876.1912288299,
"base_cost_quote": 937.7800079,
"unrealized_pnl_exit_net": -169.6374772025
},
{
"timestamp": "2024-07-06T23:59:00+00:00",
"base_asset_bal": 361.52,
"quote_asset_bal": 9258.8029874599,
"total_value_mid": 9918.5769874599,
"total_value_exit_net": 9918.0821569599,
"total_value": 9918.5769874599,
"base_cost_quote": 787.4002175825,
"unrealized_pnl_exit_net": -128.1210480825
},
{
"timestamp": "2024-07-07T23:59:00+00:00",
"base_asset_bal": 457.41,
"quote_asset_bal": 9089.0722683174,
"total_value_mid": 9880.3915683174,
"total_value_exit_net": 9879.7980788424,
"total_value": 9880.3915683174,
"base_cost_quote": 957.8870268625,
"unrealized_pnl_exit_net": -167.1612163375
},
{
"timestamp": "2024-07-08T23:59:00+00:00",
"base_asset_bal": 347.76,
"quote_asset_bal": 9286.5094129599,
"total_value_mid": 9926.3878129599,
"total_value_exit_net": 9925.9079041599,
"total_value": 9926.3878129599,
"base_cost_quote": 762.36074205,
"unrealized_pnl_exit_net": -122.96225085
},
{
"timestamp": "2024-07-09T23:59:00+00:00",
"base_asset_bal": 323.45,
"quote_asset_bal": 9332.5109609199,
"total_value_mid": 9945.4487109199,
"total_value_exit_net": 9944.9890076074,
"total_value": 9945.4487109199,
"base_cost_quote": 717.238906035,
"unrealized_pnl_exit_net": -104.7608593475
},
{
"timestamp": "2024-07-10T23:59:00+00:00",
"base_asset_bal": 307.51,
"quote_asset_bal": 9363.1863436474,
"total_value_mid": 9953.9130536474,
"total_value_exit_net": 9953.4700086149,
"total_value": 9953.9130536474,
"base_cost_quote": 687.1635364125,
"unrealized_pnl_exit_net": -96.879871445
},
{
"timestamp": "2024-07-11T23:59:00+00:00",
"base_asset_bal": 331.35,
"quote_asset_bal": 9319.1267904599,
"total_value_mid": 9944.7155904599,
"total_value_exit_net": 9944.2463988599,
"total_value": 9944.7155904599,
"base_cost_quote": 732.22223511,
"unrealized_pnl_exit_net": -107.10262671
},
{
"timestamp": "2024-07-12T23:59:00+00:00",
"base_asset_bal": 297.22,
"quote_asset_bal": 9385.1521843499,
"total_value_mid": 9960.8673243499,
"total_value_exit_net": 9960.4355379949,
"total_value": 9960.8673243499,
"base_cost_quote": 667.0366925925,
"unrealized_pnl_exit_net": -91.7533389475
},
{
"timestamp": "2024-07-13T23:59:00+00:00",
"base_asset_bal": 284.4,
"quote_asset_bal": 9410.8215666274,
"total_value_mid": 9964.2639666274,
"total_value_exit_net": 9963.8488848274,
"total_value": 9964.2639666274,
"base_cost_quote": 642.0385180125,
"unrealized_pnl_exit_net": -89.0111998125
},
{
"timestamp": "2024-07-14T23:59:00+00:00",
"base_asset_bal": 266.38,
"quote_asset_bal": 9446.5394430073,
"total_value_mid": 9978.5003030073,
"total_value_exit_net": 9978.1013323623,
"total_value": 9978.5003030073,
"base_cost_quote": 606.9335490175,
"unrealized_pnl_exit_net": -75.3716596625
},
{
"timestamp": "2024-07-15T23:59:00+00:00",
"base_asset_bal": 248.91,
"quote_asset_bal": 9482.1267859623,
"total_value_mid": 9991.6455559623,
"total_value_exit_net": 9991.2634168848,
"total_value": 9991.6455559623,
"base_cost_quote": 571.83007114,
"unrealized_pnl_exit_net": -62.6934402175
},
{
"timestamp": "2024-07-16T23:59:00+00:00",
"base_asset_bal": 286.08,
"quote_asset_bal": 9407.5461133573,
"total_value_mid": 9977.9896333573,
"total_value_exit_net": 9977.5618007173,
"total_value": 9977.9896333573,
"base_cost_quote": 647.021962795,
"unrealized_pnl_exit_net": -77.006275435
},
{
"timestamp": "2024-07-17T23:59:00+00:00",
"base_asset_bal": 306.39,
"quote_asset_bal": 9367.9011983823,
"total_value_mid": 9972.7150583823,
"total_value_exit_net": 9972.2614479873,
"total_value": 9972.7150583823,
"base_cost_quote": 687.1715023825,
"unrealized_pnl_exit_net": -82.8112527775
},
{
"timestamp": "2024-07-18T23:59:00+00:00",
"base_asset_bal": 298.72,
"quote_asset_bal": 9383.5430601373,
"total_value_mid": 9973.2163401373,
"total_value_exit_net": 9972.7740851773,
"total_value": 9973.2163401373,
"base_cost_quote": 672.095513865,
"unrealized_pnl_exit_net": -82.864488825
},
{
"timestamp": "2024-07-19T23:59:00+00:00",
"base_asset_bal": 291.11,
"quote_asset_bal": 9399.1389174122,
"total_value_mid": 9979.0300374122,
"total_value_exit_net": 9978.5951190722,
"total_value": 9979.0300374122,
"base_cost_quote": 657.0643389325,
"unrealized_pnl_exit_net": -77.6081372725
},
{
"timestamp": "2024-07-20T23:59:00+00:00",
"base_asset_bal": 276.07,
"quote_asset_bal": 9429.5250724772,
"total_value_mid": 9982.7693524772,
"total_value_exit_net": 9982.3544192672,
"total_value": 9982.7693524772,
"base_cost_quote": 627.0074931925,
"unrealized_pnl_exit_net": -74.1781464025
},
{
"timestamp": "2024-07-21T23:59:00+00:00",
"base_asset_bal": 261.15,
"quote_asset_bal": 9460.1464630347,
"total_value_mid": 9992.6313130347,
"total_value_exit_net": 9992.2319493972,
"total_value": 9992.6313130347,
"base_cost_quote": 596.908525885,
"unrealized_pnl_exit_net": -64.8230395225
},
{
"timestamp": "2024-07-22T23:59:00+00:00",
"base_asset_bal": 301.27,
"quote_asset_bal": 9380.1711548322,
"total_value_mid": 9974.2755948322,
"total_value_exit_net": 9973.8300165022,
"total_value": 9974.2755948322,
"base_cost_quote": 677.131808255,
"unrealized_pnl_exit_net": -83.472946585
},
{
"timestamp": "2024-07-23T23:59:00+00:00",
"base_asset_bal": 357.9,
"quote_asset_bal": 9270.4868461772,
"total_value_mid": 9953.3600461772,
"total_value_exit_net": 9952.8478912772,
"total_value": 9953.3600461772,
"base_cost_quote": 787.4542580825,
"unrealized_pnl_exit_net": -105.0932129825
},
{
"timestamp": "2024-07-24T23:59:00+00:00",
"base_asset_bal": 392.4,
"quote_asset_bal": 9205.8122992272,
"total_value_mid": 9941.1698992272,
"total_value_exit_net": 9940.6183810272,
"total_value": 9941.1698992272,
"base_cost_quote": 852.600751335,
"unrealized_pnl_exit_net": -117.794669535
},
{
"timestamp": "2024-07-25T23:59:00+00:00",
"base_asset_bal": 384.41,
"quote_asset_bal": 9221.8173104597,
"total_value_mid": 9947.1989804597,
"total_value_exit_net": 9946.6549442072,
"total_value": 9947.1989804597,
"base_cost_quote": 837.56286137,
"unrealized_pnl_exit_net": -112.7252276225
},
{
"timestamp": "2024-07-26T23:59:00+00:00",
"base_asset_bal": 337.05,
"quote_asset_bal": 9312.5517220272,
"total_value_mid": 9966.0916720272,
"total_value_exit_net": 9965.6015170647,
"total_value": 9966.0916720272,
"base_cost_quote": 747.3238428275,
"unrealized_pnl_exit_net": -94.27404779
},
{
"timestamp": "2024-07-27T23:59:00+00:00",
"base_asset_bal": 352.69,
"quote_asset_bal": 9282.9078906897,
"total_value_mid": 9959.0146206897,
"total_value_exit_net": 9958.5075406422,
"total_value": 9959.0146206897,
"base_cost_quote": 777.40677812,
"unrealized_pnl_exit_net": -101.8071281675
},
{
"timestamp": "2024-07-28T23:59:00+00:00",
"base_asset_bal": 282.28,
"quote_asset_bal": 9424.6317824822,
"total_value_mid": 9973.6663824822,
"total_value_exit_net": 9973.2546065322,
"total_value": 9973.6663824822,
"base_cost_quote": 637.01492314,
"unrealized_pnl_exit_net": -88.39209909
},
{
"timestamp": "2024-07-29T23:59:00+00:00",
"base_asset_bal": 305.63,
"quote_asset_bal": 9380.0624006597,
"total_value_mid": 9964.7325906597,
"total_value_exit_net": 9964.2940880172,
"total_value": 9964.7325906597,
"base_cost_quote": 682.11304138,
"unrealized_pnl_exit_net": -97.8813540225
},
{
"timestamp": "2024-07-30T23:59:00+00:00",
"base_asset_bal": 274.65,
"quote_asset_bal": 9441.0292396897,
"total_value_mid": 9969.4558396897,
"total_value_exit_net": 9969.0595197397,
"total_value": 9969.4558396897,
"base_cost_quote": 621.9724797625,
"unrealized_pnl_exit_net": -93.9421997125
},
{
"timestamp": "2024-07-31T23:59:00+00:00",
"base_asset_bal": 303.39,
"quote_asset_bal": 9386.7097015721,
"total_value_mid": 9961.9371415721,
"total_value_exit_net": 9961.5057209921,
"total_value": 9961.9371415721,
"base_cost_quote": 677.1134244775,
"unrealized_pnl_exit_net": -102.3174050575
},
{
"timestamp": "2024-08-01T23:59:00+00:00",
"base_asset_bal": 274.49,
"quote_asset_bal": 9442.8191624722,
"total_value_mid": 9974.7807824722,
"total_value_exit_net": 9974.3818112572,
"total_value": 9974.7807824722,
"base_cost_quote": 621.9574484975,
"unrealized_pnl_exit_net": -90.3947997125
},
{
"timestamp": "2024-08-02T23:59:00+00:00",
"base_asset_bal": 335.23,
"quote_asset_bal": 9328.3418789872,
"total_value_mid": 9947.5116889872,
"total_value_exit_net": 9947.0473116297,
"total_value": 9947.5116889872,
"base_cost_quote": 737.2538359825,
"unrealized_pnl_exit_net": -118.54840334
},
{
"timestamp": "2024-08-03T23:59:00+00:00",
"base_asset_bal": 357.3,
"quote_asset_bal": 9294.6116939372,
"total_value_mid": 9919.5293939372,
"total_value_exit_net": 9919.0607056622,
"total_value": 9919.5293939372,
"base_cost_quote": 772.3429330825,
"unrealized_pnl_exit_net": -147.8939213575
},
{
"timestamp": "2024-08-04T23:59:00+00:00",
"base_asset_bal": 442.85,
"quote_asset_bal": 9150.0890948022,
"total_value_mid": 9877.2487948022,
"total_value_exit_net": 9876.7034250272,
"total_value": 9877.2487948022,
"base_cost_quote": 917.6971270275,
"unrealized_pnl_exit_net": -191.0827968025
},
{
"timestamp": "2024-08-05T23:59:00+00:00",
"base_asset_bal": 502.76,
"quote_asset_bal": 9056.3570173672,
"total_value_mid": 9847.7012573672,
"total_value_exit_net": 9847.1077491872,
"total_value": 9847.7012573672,
"base_cost_quote": 1012.92812675,
"unrealized_pnl_exit_net": -222.17739493
},
{
"timestamp": "2024-08-06T23:59:00+00:00",
"base_asset_bal": 468.39,
"quote_asset_bal": 9112.3753328622,
"total_value_mid": 9877.7245928622,
"total_value_exit_net": 9877.1505809172,
"total_value": 9877.7245928622,
"base_cost_quote": 957.8074071925,
"unrealized_pnl_exit_net": -193.0321591375
},
{
"timestamp": "2024-08-07T23:59:00+00:00",
"base_asset_bal": 489.83,
"quote_asset_bal": 9078.2708616697,
"total_value_mid": 9865.9175016697,
"total_value_exit_net": 9865.3267666897,
"total_value": 9865.9175016697,
"base_cost_quote": 992.87677951,
"unrealized_pnl_exit_net": -205.82087449
},
{
"timestamp": "2024-08-08T23:59:00+00:00",
"base_asset_bal": 402.91,
"quote_asset_bal": 9224.5369699397,
"total_value_mid": 9920.3625399397,
"total_value_exit_net": 9919.8406707622,
"total_value": 9920.3625399397,
"base_cost_quote": 847.5496358375,
"unrealized_pnl_exit_net": -152.245935015
},
{
"timestamp": "2024-08-09T23:59:00+00:00",
"base_asset_bal": 377.06,
"quote_asset_bal": 9270.5096811172,
"total_value_mid": 9934.8894011172,
"total_value_exit_net": 9934.3911163272,
"total_value": 9934.8894011172,
"base_cost_quote": 802.42732947,
"unrealized_pnl_exit_net": -138.54589426
},
{
"timestamp": "2024-08-10T23:59:00+00:00",
"base_asset_bal": 357.15,
"quote_asset_bal": 9306.3851492147,
"total_value_mid": 9951.7551992147,
"total_value_exit_net": 9951.2711716772,
"total_value": 9951.7551992147,
"base_cost_quote": 767.3397234875,
"unrealized_pnl_exit_net": -122.453701025
},
{
"timestamp": "2024-08-11T23:59:00+00:00",
"base_asset_bal": 439.43,
"quote_asset_bal": 9161.7526074197,
"total_value_mid": 9917.5722074197,
"total_value_exit_net": 9917.0053427197,
"total_value": 9917.5722074197,
"base_cost_quote": 912.70773779,
"unrealized_pnl_exit_net": -157.45500249
},
{
"timestamp": "2024-08-12T23:59:00+00:00",
"base_asset_bal": 396.33,
"quote_asset_bal": 9238.0860315422,
"total_value_mid": 9940.7791215422,
"total_value_exit_net": 9940.2521017247,
"total_value": 9940.7791215422,
"base_cost_quote": 837.5102719575,
"unrealized_pnl_exit_net": -135.344201775
},
{
"timestamp": "2024-08-13T23:59:00+00:00",
"base_asset_bal": 390.84,
"quote_asset_bal": 9248.7916207622,
"total_value_mid": 9943.7051407622,
"total_value_exit_net": 9943.1839556222,
"total_value": 9943.7051407622,
"base_cost_quote": 827.500780465,
"unrealized_pnl_exit_net": -133.108445605
},
{
"timestamp": "2024-08-14T23:59:00+00:00",
"base_asset_bal": 399.21,
"quote_asset_bal": 9234.3631833622,
"total_value_mid": 9938.1704133622,
"total_value_exit_net": 9937.6425579397,
"total_value": 9938.1704133622,
"base_cost_quote": 842.5296536725,
"unrealized_pnl_exit_net": -139.250279095
},
{
"timestamp": "2024-08-15T23:59:00+00:00",
"base_asset_bal": 492.46,
"quote_asset_bal": 9074.7096587572,
"total_value_mid": 9888.7460387572,
"total_value_exit_net": 9888.1355114722,
"total_value": 9888.7460387572,
"base_cost_quote": 1002.991499865,
"unrealized_pnl_exit_net": -189.56564715
},
{
"timestamp": "2024-08-16T23:59:00+00:00",
"base_asset_bal": 501.45,
"quote_asset_bal": 9060.1716769672,
"total_value_mid": 9893.0801269672,
"total_value_exit_net": 9892.4554456297,
"total_value": 9893.0801269672,
"base_cost_quote": 1018.0338431675,
"unrealized_pnl_exit_net": -185.750074505
},
{
"timestamp": "2024-08-17T23:59:00+00:00",
"base_asset_bal": 483.43,
"quote_asset_bal": 9090.5346820222,
"total_value_mid": 9901.7302220222,
"total_value_exit_net": 9901.1218253672,
"total_value": 9901.7302220222,
"base_cost_quote": 987.9542003425,
"unrealized_pnl_exit_net": -177.3670569975
},
{
"timestamp": "2024-08-18T23:59:00+00:00",
"base_asset_bal": 450.8,
"quote_asset_bal": 9146.2925061147,
"total_value_mid": 9914.0049061147,
"total_value_exit_net": 9913.4291218147,
"total_value": 9914.0049061147,
"base_cost_quote": 932.8011065225,
"unrealized_pnl_exit_net": -165.6644908225
},
{
"timestamp": "2024-08-19T23:59:00+00:00",
"base_asset_bal": 378.64,
"quote_asset_bal": 9272.6450496747,
"total_value_mid": 9947.0028896747,
"total_value_exit_net": 9946.4971212947,
"total_value": 9947.0028896747,
"base_cost_quote": 807.464164265,
"unrealized_pnl_exit_net": -133.612092645
},
{
"timestamp": "2024-08-20T23:59:00+00:00",
"base_asset_bal": 350.72,
"quote_asset_bal": 9323.3742713797,
"total_value_mid": 9954.3195513797,
"total_value_exit_net": 9953.8463424197,
"total_value": 9954.3195513797,
"base_cost_quote": 757.3170120875,
"unrealized_pnl_exit_net": -126.8449410475
},
{
"timestamp": "2024-08-21T23:59:00+00:00",
"base_asset_bal": 323.24,
"quote_asset_bal": 9374.1636415947,
"total_value_mid": 9968.2787615947,
"total_value_exit_net": 9967.8331752547,
"total_value": 9968.2787615947,
"base_cost_quote": 707.2017538125,
"unrealized_pnl_exit_net": -113.5322201525
},
{
"timestamp": "2024-08-22T23:59:00+00:00",
"base_asset_bal": 325.88,
"quote_asset_bal": 9369.8099395073,
"total_value_mid": 9972.3620595073,
"total_value_exit_net": 9971.9101454173,
"total_value": 9972.3620595073,
"base_cost_quote": 712.198128285,
"unrealized_pnl_exit_net": -110.097922375
},
{
"timestamp": "2024-08-23T23:59:00+00:00",
"base_asset_bal": 296.23,
"quote_asset_bal": 9425.6582340098,
"total_value_mid": 9992.0499940098,
"total_value_exit_net": 9991.6252001898,
"total_value": 9992.0499940098,
"base_cost_quote": 657.0640587225,
"unrealized_pnl_exit_net": -91.0970925425
},
{
"timestamp": "2024-08-24T23:59:00+00:00",
"base_asset_bal": 309.43,
"quote_asset_bal": 9401.2187308473,
"total_value_mid": 9986.0414308473,
"total_value_exit_net": 9985.6028138223,
"total_value": 9986.0414308473,
"base_cost_quote": 682.16091726,
"unrealized_pnl_exit_net": -97.776834285
},
{
"timestamp": "2024-08-25T23:59:00+00:00",
"base_asset_bal": 341.52,
"quote_asset_bal": 9341.7769446273,
"total_value_mid": 9974.6135046273,
"total_value_exit_net": 9974.1388772073,
"total_value": 9974.6135046273,
"base_cost_quote": 742.3163700375,
"unrealized_pnl_exit_net": -109.9544374575
},
{
"timestamp": "2024-08-26T23:59:00+00:00",
"base_asset_bal": 402.16,
"quote_asset_bal": 9232.4938292399,
"total_value_mid": 9945.5235092399,
"total_value_exit_net": 9944.9887369799,
"total_value": 9945.5235092399,
"base_cost_quote": 852.5573888375,
"unrealized_pnl_exit_net": -140.0624810975
},
{
"timestamp": "2024-08-27T23:59:00+00:00",
"base_asset_bal": 453.99,
"quote_asset_bal": 9142.8946118799,
"total_value_mid": 9917.4015518799,
"total_value_exit_net": 9916.8206716749,
"total_value": 9917.4015518799,
"base_cost_quote": 942.812639545,
"unrealized_pnl_exit_net": -168.88657975
},
{
"timestamp": "2024-08-28T23:59:00+00:00",
"base_asset_bal": 459.54,
"quote_asset_bal": 9134.0235739974,
"total_value_mid": 9922.5942139974,
"total_value_exit_net": 9922.0027860174,
"total_value": 9922.5942139974,
"base_cost_quote": 952.84013453,
"unrealized_pnl_exit_net": -164.86092251
},
{
"timestamp": "2024-08-29T23:59:00+00:00",
"base_asset_bal": 436.33,
"quote_asset_bal": 9174.6229041374,
"total_value_mid": 9935.5824241374,
"total_value_exit_net": 9935.0117044974,
"total_value": 9935.5824241374,
"base_cost_quote": 912.7333870125,
"unrealized_pnl_exit_net": -152.3445866525
},
{
"timestamp": "2024-08-30T23:59:00+00:00",
"base_asset_bal": 456.51,
"quote_asset_bal": 9140.0811669199,
"total_value_mid": 9925.7348769199,
"total_value_exit_net": 9925.1456366374,
"total_value": 9925.7348769199,
"base_cost_quote": 947.840047275,
"unrealized_pnl_exit_net": -162.7755775575
},
{
"timestamp": "2024-08-31T23:59:00+00:00",
"base_asset_bal": 488.9,
"quote_asset_bal": 9085.3035418399,
"total_value_mid": 9912.0334418399,
"total_value_exit_net": 9911.4133944149,
"total_value": 9912.0334418399,
"base_cost_quote": 1002.9725356525,
"unrealized_pnl_exit_net": -176.8626830775
},
{
"timestamp": "2024-09-01T23:59:00+00:00",
"base_asset_bal": 516.07,
"quote_asset_bal": 9040.9753113899,
"total_value_mid": 9894.0390213899,
"total_value_exit_net": 9893.3992236074,
"total_value": 9894.0390213899,
"base_cost_quote": 1048.0375290675,
"unrealized_pnl_exit_net": -195.61361685
},
{
"timestamp": "2024-09-02T23:59:00+00:00",
"base_asset_bal": 453.98,
"quote_asset_bal": 9147.0035917348,
"total_value_mid": 9934.2049117348,
"total_value_exit_net": 9933.6145107448,
"total_value": 9934.2049117348,
"base_cost_quote": 942.825289025,
"unrealized_pnl_exit_net": -156.214370015
},
{
"timestamp": "2024-09-03T23:59:00+00:00",
"base_asset_bal": 489.52,
"quote_asset_bal": 9087.6963628623,
"total_value_mid": 9908.1318828623,
"total_value_exit_net": 9907.5165562223,
"total_value": 9908.1318828623,
"base_cost_quote": 1002.97334626,
"unrealized_pnl_exit_net": -183.1531529
},
{
"timestamp": "2024-09-04T23:59:00+00:00",
"base_asset_bal": 456.77,
"quote_asset_bal": 9143.9428436173,
"total_value_mid": 9922.7356936173,
"total_value_exit_net": 9922.1515989798,
"total_value": 9922.7356936173,
"base_cost_quote": 947.8194018025,
"unrealized_pnl_exit_net": -169.61064644
},
{
"timestamp": "2024-09-05T23:59:00+00:00",
"base_asset_bal": 492.5,
"quote_asset_bal": 9084.5333878273,
"total_value_mid": 9904.0533878273,
"total_value_exit_net": 9903.4387478273,
"total_value": 9904.0533878273,
"base_cost_quote": 1007.956340705,
"unrealized_pnl_exit_net": -189.050980705
},
{
"timestamp": "2024-09-06T23:59:00+00:00",
"base_asset_bal": 547.7,
"quote_asset_bal": 8995.2559477823,
"total_value_mid": 9875.9575477823,
"total_value_exit_net": 9875.2970215823,
"total_value": 9875.9575477823,
"base_cost_quote": 1098.164105825,
"unrealized_pnl_exit_net": -218.123032025
},
{
"timestamp": "2024-09-07T23:59:00+00:00",
"base_asset_bal": 516.77,
"quote_asset_bal": 9045.8734513873,
"total_value_mid": 9894.4097913873,
"total_value_exit_net": 9893.7733891323,
"total_value": 9894.4097913873,
"base_cost_quote": 1048.03199492,
"unrealized_pnl_exit_net": -200.132057175
},
{
"timestamp": "2024-09-08T23:59:00+00:00",
"base_asset_bal": 492.39,
"quote_asset_bal": 9086.4751595498,
"total_value_mid": 9911.7207995498,
"total_value_exit_net": 9911.1018653198,
"total_value": 9911.7207995498,
"base_cost_quote": 1007.96032369,
"unrealized_pnl_exit_net": -183.33361792
},
{
"timestamp": "2024-09-09T23:59:00+00:00",
"base_asset_bal": 447.79,
"quote_asset_bal": 9162.3213176848,
"total_value_mid": 9935.2068576848,
"total_value_exit_net": 9934.6271935298,
"total_value": 9935.2068576848,
"base_cost_quote": 932.7725651325,
"unrealized_pnl_exit_net": -160.4666892875
},
{
"timestamp": "2024-09-10T23:59:00+00:00",
"base_asset_bal": 430.41,
"quote_asset_bal": 9192.9577837323,
"total_value_mid": 9947.4665137323,
"total_value_exit_net": 9946.9006321848,
"total_value": 9947.4665137323,
"base_cost_quote": 902.7018690125,
"unrealized_pnl_exit_net": -148.75902056
},
{
"timestamp": "2024-09-11T23:59:00+00:00",
"base_asset_bal": 424.74,
"quote_asset_bal": 9203.5217716798,
"total_value_mid": 9951.4889116798,
"total_value_exit_net": 9950.9279363248,
"total_value": 9951.4889116798,
"base_cost_quote": 892.687553905,
"unrealized_pnl_exit_net": -145.28138926
},
{
"timestamp": "2024-09-12T23:59:00+00:00",
"base_asset_bal": 436.17,
"quote_asset_bal": 9183.8320588748,
"total_value_mid": 9948.0018988748,
"total_value_exit_net": 9947.4287714948,
"total_value": 9948.0018988748,
"base_cost_quote": 912.736499345,
"unrealized_pnl_exit_net": -149.139786725
},
{
"timestamp": "2024-09-13T23:59:00+00:00",
"base_asset_bal": 424.75,
"quote_asset_bal": 9204.1354317248,
"total_value_mid": 9951.2706817248,
"total_value_exit_net": 9950.7103302873,
"total_value": 9951.2706817248,
"base_cost_quote": 892.6909264325,
"unrealized_pnl_exit_net": -146.11602787
},
{
"timestamp": "2024-09-14T23:59:00+00:00",
"base_asset_bal": 441.93,
"quote_asset_bal": 9174.1958777823,
"total_value_mid": 9945.8056577823,
"total_value_exit_net": 9945.2269504473,
"total_value": 9945.8056577823,
"base_cost_quote": 922.7668464675,
"unrealized_pnl_exit_net": -151.7357738025
},
{
"timestamp": "2024-09-15T23:59:00+00:00",
"base_asset_bal": 494.81,
"quote_asset_bal": 9084.4072393248,
"total_value_mid": 9909.7503193248,
"total_value_exit_net": 9909.1313120148,
"total_value": 9909.7503193248,
"base_cost_quote": 1012.9479916375,
"unrealized_pnl_exit_net": -188.2239189475
},
{
"timestamp": "2024-09-16T23:59:00+00:00",
"base_asset_bal": 482.88,
"quote_asset_bal": 9105.0403799098,
"total_value_mid": 9918.2102999098,
"total_value_exit_net": 9917.6004224698,
"total_value": 9918.2102999098,
"base_cost_quote": 992.91440771,
"unrealized_pnl_exit_net": -180.35436515
},
{
"timestamp": "2024-09-17T23:59:00+00:00",
"base_asset_bal": 479.85,
"quote_asset_bal": 9110.6854119548,
"total_value_mid": 9924.9908619548,
"total_value_exit_net": 9924.3801328673,
"total_value": 9924.9908619548,
"base_cost_quote": 987.901871125,
"unrealized_pnl_exit_net": -174.2071502125
},
{
"timestamp": "2024-09-18T23:59:00+00:00",
"base_asset_bal": 456.39,
"quote_asset_bal": 9151.4182100148,
"total_value_mid": 9937.7781800148,
"total_value_exit_net": 9937.1884100373,
"total_value": 9937.7781800148,
"base_cost_quote": 947.8179607225,
"unrealized_pnl_exit_net": -162.0477607
},
{
"timestamp": "2024-09-19T23:59:00+00:00",
"base_asset_bal": 450.92,
"quote_asset_bal": 9162.2435492573,
"total_value_mid": 9932.4149092573,
"total_value_exit_net": 9931.8372807373,
"total_value": 9932.4149092573,
"base_cost_quote": 937.7849816275,
"unrealized_pnl_exit_net": -168.1912501475
},
{
"timestamp": "2024-09-20T23:59:00+00:00",
"base_asset_bal": 436.28,
"quote_asset_bal": 9187.9793342623,
"total_value_mid": 9949.2879342623,
"total_value_exit_net": 9948.7169528123,
"total_value": 9949.2879342623,
"base_cost_quote": 912.7163142175,
"unrealized_pnl_exit_net": -151.9786956675
},
{
"timestamp": "2024-09-21T23:59:00+00:00",
"base_asset_bal": 430.52,
"quote_asset_bal": 9198.3898615848,
"total_value_mid": 9953.9524615848,
"total_value_exit_net": 9953.3857896348,
"total_value": 9953.9524615848,
"base_cost_quote": 902.6897399225,
"unrealized_pnl_exit_net": -147.6938118725
},
{
"timestamp": "2024-09-22T23:59:00+00:00",
"base_asset_bal": 447.78,
"quote_asset_bal": 9168.7639933648,
"total_value_mid": 9945.2145133648,
"total_value_exit_net": 9944.6321754748,
"total_value": 9945.2145133648,
"base_cost_quote": 932.7761678325,
"unrealized_pnl_exit_net": -156.9079857225
},
{
"timestamp": "2024-09-23T23:59:00+00:00",
"base_asset_bal": 422.07,
"quote_asset_bal": 9214.3966923973,
"total_value_mid": 9952.5971223973,
"total_value_exit_net": 9952.0434720748,
"total_value": 9952.5971223973,
"base_cost_quote": 887.6376993525,
"unrealized_pnl_exit_net": -149.990919675
},
{
"timestamp": "2024-09-24T23:59:00+00:00",
"base_asset_bal": 410.67,
"quote_asset_bal": 9234.8738652198,
"total_value_mid": 9963.4024452198,
"total_value_exit_net": 9962.8560487848,
"total_value": 9963.4024452198,
"base_cost_quote": 867.593467445,
"unrealized_pnl_exit_net": -139.61128388
},
{
"timestamp": "2024-09-25T23:59:00+00:00",
"base_asset_bal": 419.28,
"quote_asset_bal": 9220.3416863223,
"total_value_mid": 9956.5973663223,
"total_value_exit_net": 9956.0451745623,
"total_value": 9956.5973663223,
"base_cost_quote": 882.602355675,
"unrealized_pnl_exit_net": -146.898867435
},
{
"timestamp": "2024-09-26T23:59:00+00:00",
"base_asset_bal": 419.25,
"quote_asset_bal": 9220.8199990148,
"total_value_mid": 9961.6347490148,
"total_value_exit_net": 9961.0791379523,
"total_value": 9961.6347490148,
"base_cost_quote": 882.617647135,
"unrealized_pnl_exit_net": -142.3585081975
},
{
"timestamp": "2024-09-27T23:59:00+00:00",
"base_asset_bal": 413.46,
"quote_asset_bal": 9231.3383010773,
"total_value_mid": 9966.4701810773,
"total_value_exit_net": 9965.9188321673,
"total_value": 9966.4701810773,
"base_cost_quote": 872.583407095,
"unrealized_pnl_exit_net": -138.002876005
},
{
"timestamp": "2024-09-28T23:59:00+00:00",
"base_asset_bal": 430.71,
"quote_asset_bal": 9201.6824131923,
"total_value_mid": 9952.8406531923,
"total_value_exit_net": 9952.2772845123,
"total_value": 9952.8406531923,
"base_cost_quote": 902.6419441025,
"unrealized_pnl_exit_net": -152.0470727825
},
{
"timestamp": "2024-09-29T23:59:00+00:00",
"base_asset_bal": 430.47,
"quote_asset_bal": 9202.3091418823,
"total_value_mid": 9958.6449318823,
"total_value_exit_net": 9958.0776800398,
"total_value": 9958.6449318823,
"base_cost_quote": 902.692732165,
"unrealized_pnl_exit_net": -146.9241940075
},
{
"timestamp": "2024-09-30T23:59:00+00:00",
"base_asset_bal": 422.06,
"quote_asset_bal": 9218.1767548798,
"total_value_mid": 9952.9832148798,
"total_value_exit_net": 9952.4321100348,
"total_value": 9952.9832148798,
"base_cost_quote": 887.6323553475,
"unrealized_pnl_exit_net": -153.3770001925
},
{
"timestamp": "2024-10-01T23:59:00+00:00",
"base_asset_bal": 504.56,
"quote_asset_bal": 9078.5828260698,
"total_value_mid": 9912.1159460698,
"total_value_exit_net": 9911.4907962298,
"total_value": 9912.1159460698,
"base_cost_quote": 1027.99317707,
"unrealized_pnl_exit_net": -195.08520691
},
{
"timestamp": "2024-10-02T23:59:00+00:00",
"base_asset_bal": 531.77,
"quote_asset_bal": 9034.0340995923,
"total_value_mid": 9902.9462795923,
"total_value_exit_net": 9902.2945954573,
"total_value": 9902.9462795923,
"base_cost_quote": 1073.09826053,
"unrealized_pnl_exit_net": -204.837764665
},
{
"timestamp": "2024-10-03T23:59:00+00:00",
"base_asset_bal": 557.55,
"quote_asset_bal": 8994.6519561898,
"total_value_mid": 9876.1385061898,
"total_value_exit_net": 9875.4773912773,
"total_value": 9876.1385061898,
"base_cost_quote": 1113.18510313,
"unrealized_pnl_exit_net": -232.3596680425
},
{
"timestamp": "2024-10-04T23:59:00+00:00",
"base_asset_bal": 516.9,
"quote_asset_bal": 9060.2776897773,
"total_value_mid": 9902.8246897773,
"total_value_exit_net": 9902.1927795273,
"total_value": 9902.8246897773,
"base_cost_quote": 1048.0138513225,
"unrealized_pnl_exit_net": -206.0987615725
},
{
"timestamp": "2024-10-05T23:59:00+00:00",
"base_asset_bal": 466.08,
"quote_asset_bal": 9146.6131824697,
"total_value_mid": 9925.4328624697,
"total_value_exit_net": 9924.8487477097,
"total_value": 9925.4328624697,
"base_cost_quote": 962.84291099,
"unrealized_pnl_exit_net": -184.60734575
},
{
"timestamp": "2024-10-06T23:59:00+00:00",
"base_asset_bal": 495.47,
"quote_asset_bal": 9098.0006296122,
"total_value_mid": 9927.9128796122,
"total_value_exit_net": 9927.2904454247,
"total_value": 9927.9128796122,
"base_cost_quote": 1012.966895805,
"unrealized_pnl_exit_net": -183.6770799925
},
{
"timestamp": "2024-10-07T23:59:00+00:00",
"base_asset_bal": 270.89,
"quote_asset_bal": 9505.6911729472,
"total_value_mid": 10006.8376729472,
"total_value_exit_net": 10006.4618130722,
"total_value": 10006.8376729472,
"base_cost_quote": 606.924352125,
"unrealized_pnl_exit_net": -106.153712
},
{
"timestamp": "2024-10-08T23:59:00+00:00",
"base_asset_bal": 324.13,
"quote_asset_bal": 9413.0932356647,
"total_value_mid": 9980.6448656647,
"total_value_exit_net": 9980.2192019422,
"total_value": 9980.6448656647,
"base_cost_quote": 702.215446885,
"unrealized_pnl_exit_net": -135.0894806075
},
{
"timestamp": "2024-10-09T23:59:00+00:00",
"base_asset_bal": 301.33,
"quote_asset_bal": 9455.1133898223,
"total_value_mid": 9985.4541898223,
"total_value_exit_net": 9985.0564342222,
"total_value": 9985.4541898223,
"base_cost_quote": 662.07350299,
"unrealized_pnl_exit_net": -132.13045859
},
{
"timestamp": "2024-10-10T23:59:00+00:00",
"base_asset_bal": 276.42,
"quote_asset_bal": 9507.7511478723,
"total_value_mid": 10039.8596478722,
"total_value_exit_net": 10039.4605664972,
"total_value": 10039.8596478722,
"base_cost_quote": 611.920136155,
"unrealized_pnl_exit_net": -80.21071753
},
{
"timestamp": "2024-10-11T23:59:00+00:00",
"base_asset_bal": 287.73,
"quote_asset_bal": 9489.2322815773,
"total_value_mid": 10024.1223515773,
"total_value_exit_net": 10023.7211840248,
"total_value": 10024.1223515773,
"base_cost_quote": 631.9639077175,
"unrealized_pnl_exit_net": -97.47500527
},
{
"timestamp": "2024-10-12T23:59:00+00:00",
"base_asset_bal": 329.01,
"quote_asset_bal": 9414.5064473023,
"total_value_mid": 10008.3694973023,
"total_value_exit_net": 10007.9241000148,
"total_value": 10008.3694973023,
"base_cost_quote": 707.1972104075,
"unrealized_pnl_exit_net": -113.779557695
},
{
"timestamp": "2024-10-13T23:59:00+00:00",
"base_asset_bal": 283.4,
"quote_asset_bal": 9501.1191110898,
"total_value_mid": 10025.1257110898,
"total_value_exit_net": 10024.7327061398,
"total_value": 10025.1257110898,
"base_cost_quote": 621.976152515,
"unrealized_pnl_exit_net": -98.362557465
},
{
"timestamp": "2024-10-14T23:59:00+00:00",
"base_asset_bal": 283.34,
"quote_asset_bal": 9501.7998284748,
"total_value_mid": 10027.9622084748,
"total_value_exit_net": 10027.5675866898,
"total_value": 10027.9622084748,
"base_cost_quote": 621.9787644725,
"unrealized_pnl_exit_net": -96.2110062575
},
{
"timestamp": "2024-10-15T23:59:00+00:00",
"base_asset_bal": 242.3,
"quote_asset_bal": 9583.2933386448,
"total_value_mid": 10074.6777386448,
"total_value_exit_net": 10074.3092003448,
"total_value": 10074.6777386448,
"base_cost_quote": 541.71902478,
"unrealized_pnl_exit_net": -50.70316308
},
{
"timestamp": "2024-10-16T23:59:00+00:00",
"base_asset_bal": 193.71,
"quote_asset_bal": 9696.2193068673,
"total_value_mid": 10102.6228868673,
"total_value_exit_net": 10102.3180841823,
"total_value": 10102.6228868673,
"base_cost_quote": 431.3834851425,
"unrealized_pnl_exit_net": -25.2847078275
},
{
"timestamp": "2024-10-17T23:59:00+00:00",
"base_asset_bal": 259.08,
"quote_asset_bal": 9567.1489306972,
"total_value_mid": 10075.7229706972,
"total_value_exit_net": 10075.3415401672,
"total_value": 10075.7229706972,
"base_cost_quote": 561.78454264,
"unrealized_pnl_exit_net": -53.59193317
},
{
"timestamp": "2024-10-18T23:59:00+00:00",
"base_asset_bal": 244.36,
"quote_asset_bal": 9597.8279279097,
"total_value_mid": 10076.2848079097,
"total_value_exit_net": 10075.9259652497,
"total_value": 10076.2848079097,
"base_cost_quote": 531.665670415,
"unrealized_pnl_exit_net": -53.567633075
},
{
"timestamp": "2024-10-19T23:59:00+00:00",
"base_asset_bal": 249.44,
"quote_asset_bal": 9588.2289134472,
"total_value_mid": 10073.8885934472,
"total_value_exit_net": 10073.5243486872,
"total_value": 10073.8885934472,
"base_cost_quote": 541.7147115475,
"unrealized_pnl_exit_net": -56.4192763075
},
{
"timestamp": "2024-10-20T23:59:00+00:00",
"base_asset_bal": 299.13,
"quote_asset_bal": 9493.3277094172,
"total_value_mid": 10058.6834094172,
"total_value_exit_net": 10058.2593926422,
"total_value": 10058.6834094172,
"base_cost_quote": 636.9781055475,
"unrealized_pnl_exit_net": -72.0464223225
},
{
"timestamp": "2024-10-21T23:59:00+00:00",
"base_asset_bal": 288.72,
"quote_asset_bal": 9514.0453529622,
"total_value_mid": 10060.0148729622,
"total_value_exit_net": 10059.6053958222,
"total_value": 10060.0148729622,
"base_cost_quote": 616.91646059,
"unrealized_pnl_exit_net": -71.35641773
},
{
"timestamp": "2024-10-22T23:59:00+00:00",
"base_asset_bal": 291.51,
"quote_asset_bal": 9509.4332742847,
"total_value_mid": 10055.4315042847,
"total_value_exit_net": 10055.0220056122,
"total_value": 10055.4315042847,
"base_cost_quote": 621.9341510375,
"unrealized_pnl_exit_net": -76.34541971
},
{
"timestamp": "2024-10-23T23:59:00+00:00",
"base_asset_bal": 326.72,
"quote_asset_bal": 9444.8446553297,
"total_value_mid": 10042.0888153297,
"total_value_exit_net": 10041.6408822097,
"total_value": 10042.0888153297,
"base_cost_quote": 687.10970607,
"unrealized_pnl_exit_net": -90.31347919
},
{
"timestamp": "2024-10-24T23:59:00+00:00",
"base_asset_bal": 332.16,
"quote_asset_bal": 9435.2040401397,
"total_value_mid": 10041.7282001397,
"total_value_exit_net": 10041.2733070197,
"total_value": 10041.7282001397,
"base_cost_quote": 697.1375513175,
"unrealized_pnl_exit_net": -91.0682844375
},
{
"timestamp": "2024-10-25T23:59:00+00:00",
"base_asset_bal": 356.94,
"quote_asset_bal": 9390.8240490172,
"total_value_mid": 10022.2509090172,
"total_value_exit_net": 10021.7773388722,
"total_value": 10022.2509090172,
"base_cost_quote": 742.2460573425,
"unrealized_pnl_exit_net": -111.2927674875
},
{
"timestamp": "2024-10-26T23:59:00+00:00",
"base_asset_bal": 315.38,
"quote_asset_bal": 9466.6927886797,
"total_value_mid": 10044.7843286797,
"total_value_exit_net": 10044.3507600247,
"total_value": 10044.7843286797,
"base_cost_quote": 667.0514636625,
"unrealized_pnl_exit_net": -89.3934923175
},
{
"timestamp": "2024-10-27T23:59:00+00:00",
"base_asset_bal": 227.98,
"quote_asset_bal": 9639.3900179372,
"total_value_mid": 10065.7126179372,
"total_value_exit_net": 10065.3928759872,
"total_value": 10065.7126179372,
"base_cost_quote": 496.59748899,
"unrealized_pnl_exit_net": -70.59463094
},
{
"timestamp": "2024-10-28T23:59:00+00:00",
"base_asset_bal": 238.13,
"quote_asset_bal": 9621.3261611447,
"total_value_mid": 10073.5350311447,
"total_value_exit_net": 10073.1958744922,
"total_value": 10073.5350311447,
"base_cost_quote": 516.5700872125,
"unrealized_pnl_exit_net": -64.700373865
},
{
"timestamp": "2024-10-29T23:59:00+00:00",
"base_asset_bal": 99.8,
"quote_asset_bal": 9944.0254109597,
"total_value_mid": 10174.7630109597,
"total_value_exit_net": 10174.5899577597,
"total_value": 10174.7630109597,
"base_cost_quote": 195.621986535,
"unrealized_pnl_exit_net": 34.942560265
},
{
"timestamp": "2024-10-30T23:59:00+00:00",
"base_asset_bal": 110.6,
"quote_asset_bal": 9919.2950286672,
"total_value_mid": 10185.5092286672,
"total_value_exit_net": 10185.3095680172,
"total_value": 10185.5092286672,
"base_cost_quote": 220.6691878575,
"unrealized_pnl_exit_net": 45.3453514925
},
{
"timestamp": "2024-10-31T23:59:00+00:00",
"base_asset_bal": 104.28,
"quote_asset_bal": 9937.8868756147,
"total_value_mid": 10190.2444756147,
"total_value_exit_net": 10190.0552074147,
"total_value": 10190.2444756147,
"base_cost_quote": 200.653437295,
"unrealized_pnl_exit_net": 51.514894505
},
{
"timestamp": "2024-11-01T23:59:00+00:00",
"base_asset_bal": 171.13,
"quote_asset_bal": 9781.6991440922,
"total_value_mid": 10168.1106840922,
"total_value_exit_net": 10167.8208754372,
"total_value": 10168.1106840922,
"base_cost_quote": 356.1273053075,
"unrealized_pnl_exit_net": 29.9944260375
},
{
"timestamp": "2024-11-02T23:59:00+00:00",
"base_asset_bal": 201.36,
"quote_asset_bal": 9716.8051971147,
"total_value_mid": 10154.1591171147,
"total_value_exit_net": 10153.8311016747,
"total_value": 10154.1591171147,
"base_cost_quote": 421.36846951,
"unrealized_pnl_exit_net": 15.65743505
},
{
"timestamp": "2024-11-03T23:59:00+00:00",
"base_asset_bal": 206.73,
"quote_asset_bal": 9707.9228221647,
"total_value_mid": 10120.5559021647,
"total_value_exit_net": 10120.2464273547,
"total_value": 10120.5559021647,
"base_cost_quote": 431.35871658,
"unrealized_pnl_exit_net": -19.03511139
},
{
"timestamp": "2024-11-04T23:59:00+00:00",
"base_asset_bal": 162.5,
"quote_asset_bal": 9799.8898309296,
"total_value_mid": 10137.7273309296,
"total_value_exit_net": 10137.4739528046,
"total_value": 10137.7273309296,
"base_cost_quote": 341.12849463,
"unrealized_pnl_exit_net": -3.544372755
},
{
"timestamp": "2024-11-05T23:59:00+00:00",
"base_asset_bal": 184.56,
"quote_asset_bal": 9756.0130884671,
"total_value_mid": 10131.5926884671,
"total_value_exit_net": 10131.3110037671,
"total_value": 10131.5926884671,
"base_cost_quote": 386.240122995,
"unrealized_pnl_exit_net": -10.942207695
},
{
"timestamp": "2024-11-06T23:59:00+00:00",
"base_asset_bal": 167.76,
"quote_asset_bal": 9790.9509929447,
"total_value_mid": 10145.0923529447,
"total_value_exit_net": 10144.8267469247,
"total_value": 10145.0923529447,
"base_cost_quote": 351.160112705,
"unrealized_pnl_exit_net": 2.715641275
},
{
"timestamp": "2024-11-07T23:59:00+00:00",
"base_asset_bal": 165.92,
"quote_asset_bal": 9795.5371597997,
"total_value_mid": 10147.7853197997,
"total_value_exit_net": 10147.5211336797,
"total_value": 10147.7853197997,
"base_cost_quote": 346.1582341075,
"unrealized_pnl_exit_net": 5.8257397725
},
{
"timestamp": "2024-11-08T23:59:00+00:00",
"base_asset_bal": 170.88,
"quote_asset_bal": 9785.5852272722,
"total_value_mid": 10145.8002672722,
"total_value_exit_net": 10145.5301059922,
"total_value": 10145.8002672722,
"base_cost_quote": 356.18105559,
"unrealized_pnl_exit_net": 3.76382313
},
{
"timestamp": "2024-11-09T23:59:00+00:00",
"base_asset_bal": 173.34,
"quote_asset_bal": 9780.8121539372,
"total_value_mid": 10146.0395339372,
"total_value_exit_net": 10145.7656134022,
"total_value": 10146.0395339372,
"base_cost_quote": 361.19501324,
"unrealized_pnl_exit_net": 3.758446225
},
{
"timestamp": "2024-11-10T23:59:00+00:00",
"base_asset_bal": 162.45,
"quote_asset_bal": 9805.6698912947,
"total_value_mid": 10156.7243412947,
"total_value_exit_net": 10156.4610504572,
"total_value": 10156.7243412947,
"base_cost_quote": 336.10140714,
"unrealized_pnl_exit_net": 14.6897520225
},
{
"timestamp": "2024-11-11T23:59:00+00:00",
"base_asset_bal": 130.71,
"quote_asset_bal": 9876.0926776172,
"total_value_mid": 10168.0988176172,
"total_value_exit_net": 10167.8798130122,
"total_value": 10168.0988176172,
"base_cost_quote": 265.8848742075,
"unrealized_pnl_exit_net": 25.9022611875
},
{
"timestamp": "2024-11-12T23:59:00+00:00",
"base_asset_bal": 191.4,
"quote_asset_bal": 9746.7096377097,
"total_value_mid": 10145.3958377097,
"total_value_exit_net": 10145.0968230597,
"total_value": 10145.3958377097,
"base_cost_quote": 396.2780157725,
"unrealized_pnl_exit_net": 2.1091695775
},
{
"timestamp": "2024-11-13T23:59:00+00:00",
"base_asset_bal": 240.56,
"quote_asset_bal": 9647.9252288671,
"total_value_mid": 10128.0829888671,
"total_value_exit_net": 10127.7228705471,
"total_value": 10128.0829888671,
"base_cost_quote": 496.571449475,
"unrealized_pnl_exit_net": -16.773807795
},
{
"timestamp": "2024-11-14T23:59:00+00:00",
"base_asset_bal": 187.56,
"quote_asset_bal": 9759.2706822696,
"total_value_mid": 10138.5170022696,
"total_value_exit_net": 10138.2325675296,
"total_value": 10138.5170022696,
"base_cost_quote": 386.2553243875,
"unrealized_pnl_exit_net": -7.2934391275
},
{
"timestamp": "2024-11-15T23:59:00+00:00",
"base_asset_bal": 192.51,
"quote_asset_bal": 9749.9072457621,
"total_value_mid": 10144.9377657621,
"total_value_exit_net": 10144.6414928721,
"total_value": 10144.9377657621,
"base_cost_quote": 396.2783560275,
"unrealized_pnl_exit_net": -1.5441089175
},
{
"timestamp": "2024-11-16T23:59:00+00:00",
"base_asset_bal": 168.36,
"quote_asset_bal": 9800.4938548696,
"total_value_mid": 10153.2080548696,
"total_value_exit_net": 10152.9435192196,
"total_value": 10153.2080548696,
"base_cost_quote": 346.16046578,
"unrealized_pnl_exit_net": 6.28919857
},
{
"timestamp": "2024-11-17T23:59:00+00:00",
"base_asset_bal": 156.94,
"quote_asset_bal": 9825.4811146146,
"total_value_mid": 10161.6465946146,
"total_value_exit_net": 10161.3944705046,
"total_value": 10161.6465946146,
"base_cost_quote": 321.067119875,
"unrealized_pnl_exit_net": 14.846236015
},
{
"timestamp": "2024-11-18T23:59:00+00:00",
"base_asset_bal": 176.1,
"quote_asset_bal": 9785.3088140871,
"total_value_mid": 10158.4647140871,
"total_value_exit_net": 10158.1848471621,
"total_value": 10158.4647140871,
"base_cost_quote": 361.1798318625,
"unrealized_pnl_exit_net": 11.6962012125
},
{
"timestamp": "2024-11-19T23:59:00+00:00",
"base_asset_bal": 188.12,
"quote_asset_bal": 9760.3982228446,
"total_value_mid": 10153.9452628446,
"total_value_exit_net": 10153.6501025646,
"total_value": 10153.9452628446,
"base_cost_quote": 386.2231002375,
"unrealized_pnl_exit_net": 7.0287794825
},
{
"timestamp": "2024-11-20T23:59:00+00:00",
"base_asset_bal": 215.17,
"quote_asset_bal": 9705.7154549396,
"total_value_mid": 10141.8650449396,
"total_value_exit_net": 10141.5379327471,
"total_value": 10141.8650449396,
"base_cost_quote": 441.42397987,
"unrealized_pnl_exit_net": -5.6015020625
},
{
"timestamp": "2024-11-21T23:59:00+00:00",
"base_asset_bal": 190.93,
"quote_asset_bal": 9756.6042069246,
"total_value_mid": 10157.9390669246,
"total_value_exit_net": 10157.6380657796,
"total_value": 10157.9390669246,
"base_cost_quote": 391.2527896775,
"unrealized_pnl_exit_net": 9.7810691775
},
{
"timestamp": "2024-11-22T23:59:00+00:00",
"base_asset_bal": 198.4,
"quote_asset_bal": 9741.6386026596,
"total_value_mid": 10157.6834026596,
"total_value_exit_net": 10157.3713690596,
"total_value": 10157.6834026596,
"base_cost_quote": 406.29857556,
"unrealized_pnl_exit_net": 9.43419084
},
{
"timestamp": "2024-11-23T23:59:00+00:00",
"base_asset_bal": 198.62,
"quote_asset_bal": 9741.3326500171,
"total_value_mid": 10161.8111900171,
"total_value_exit_net": 10161.4958311121,
"total_value": 10161.8111900171,
"base_cost_quote": 406.3040296475,
"unrealized_pnl_exit_net": 13.8591514475
},
{
"timestamp": "2024-11-24T23:59:00+00:00",
"base_asset_bal": 168.94,
"quote_asset_bal": 9806.0162835271,
"total_value_mid": 10174.4744235271,
"total_value_exit_net": 10174.1980799221,
"total_value": 10174.4744235271,
"base_cost_quote": 341.17240754,
"unrealized_pnl_exit_net": 27.009388855
},
{
"timestamp": "2024-11-25T23:59:00+00:00",
"base_asset_bal": 157.87,
"quote_asset_bal": 9831.1949195921,
"total_value_mid": 10181.3505795921,
"total_value_exit_net": 10181.0879628471,
"total_value": 10181.3505795921,
"base_cost_quote": 316.0771902325,
"unrealized_pnl_exit_net": 33.8158530225
},
{
"timestamp": "2024-11-26T23:59:00+00:00",
"base_asset_bal": 150.84,
"quote_asset_bal": 9856.9675347946,
"total_value_mid": 10184.2903347946,
"total_value_exit_net": 10184.0448426946,
"total_value": 10184.2903347946,
"base_cost_quote": 290.9758383275,
"unrealized_pnl_exit_net": 36.1014695725
},
{
"timestamp": "2024-11-27T23:59:00+00:00",
"base_asset_bal": 121.31,
"quote_asset_bal": 9922.9693622771,
"total_value_mid": 10194.7037622771,
"total_value_exit_net": 10194.4999614771,
"total_value": 10194.7037622771,
"base_cost_quote": 225.7695502625,
"unrealized_pnl_exit_net": 45.7610489375
},
{
"timestamp": "2024-11-28T23:59:00+00:00",
"base_asset_bal": 116.81,
"quote_asset_bal": 9933.5880143297,
"total_value_mid": 10194.0743143296,
"total_value_exit_net": 10193.8789496046,
"total_value": 10194.0743143296,
"base_cost_quote": 215.735860635,
"unrealized_pnl_exit_net": 44.55507464
},
{
"timestamp": "2024-11-29T23:59:00+00:00",
"base_asset_bal": 107.9,
"quote_asset_bal": 9954.4825302421,
"total_value_mid": 10199.8471302421,
"total_value_exit_net": 10199.6631067921,
"total_value": 10199.8471302421,
"base_cost_quote": 195.6724543575,
"unrealized_pnl_exit_net": 49.5081221925
},
{
"timestamp": "2024-11-30T23:59:00+00:00",
"base_asset_bal": 123.21,
"quote_asset_bal": 9919.9622498547,
"total_value_mid": 10199.0328998547,
"total_value_exit_net": 10198.8235968671,
"total_value": 10199.0328998547,
"base_cost_quote": 230.759800145,
"unrealized_pnl_exit_net": 48.1015468675
},
{
"timestamp": "2024-12-01T23:59:00+00:00",
"base_asset_bal": 114.4,
"quote_asset_bal": 9940.6085129397,
"total_value_mid": 10201.2117129397,
"total_value_exit_net": 10201.0162605397,
"total_value": 10201.2117129397,
"base_cost_quote": 210.700446905,
"unrealized_pnl_exit_net": 49.707300695
},
{
"timestamp": "2024-12-02T23:59:00+00:00",
"base_asset_bal": 107.86,
"quote_asset_bal": 9956.5311652922,
"total_value_mid": 10203.9620052922,
"total_value_exit_net": 10203.7764321622,
"total_value": 10203.9620052922,
"base_cost_quote": 195.6620665725,
"unrealized_pnl_exit_net": 51.5832002975
},
{
"timestamp": "2024-12-03T23:59:00+00:00",
"base_asset_bal": 101.32,
"quote_asset_bal": 9972.7708390247,
"total_value_mid": 10210.7715190247,
"total_value_exit_net": 10210.5930185147,
"total_value": 10210.7715190247,
"base_cost_quote": 180.59354365,
"unrealized_pnl_exit_net": 57.22863584
},
{
"timestamp": "2024-12-04T23:59:00+00:00",
"base_asset_bal": 101.93,
"quote_asset_bal": 9971.8398233522,
"total_value_mid": 10217.4911233522,
"total_value_exit_net": 10217.3068848772,
"total_value": 10217.4911233522,
"base_cost_quote": 180.5985774225,
"unrealized_pnl_exit_net": 64.8684841025
},
{
"timestamp": "2024-12-05T23:59:00+00:00",
"base_asset_bal": 129.51,
"quote_asset_bal": 9906.2470678497,
"total_value_mid": 10209.4299778497,
"total_value_exit_net": 10209.2025906672,
"total_value": 10209.4299778497,
"base_cost_quote": 245.7915555125,
"unrealized_pnl_exit_net": 57.163967305
},
{
"timestamp": "2024-12-06T23:59:00+00:00",
"base_asset_bal": 117.51,
"quote_asset_bal": 9935.5330581147,
"total_value_mid": 10217.0870181147,
"total_value_exit_net": 10216.8758526447,
"total_value": 10217.0870181147,
"base_cost_quote": 215.67959847,
"unrealized_pnl_exit_net": 65.66319606
},
{
"timestamp": "2024-12-07T23:59:00+00:00",
"base_asset_bal": 101.27,
"quote_asset_bal": 9975.3892994047,
"total_value_mid": 10224.9185794047,
"total_value_exit_net": 10224.7314324447,
"total_value": 10224.9185794047,
"base_cost_quote": 175.584889975,
"unrealized_pnl_exit_net": 73.757243065
},
{
"timestamp": "2024-12-08T23:59:00+00:00",
"base_asset_bal": 114.49,
"quote_asset_bal": 9942.1848335872,
"total_value_mid": 10244.4384335872,
"total_value_exit_net": 10244.2117433872,
"total_value": 10244.4384335872,
"base_cost_quote": 210.6885680025,
"unrealized_pnl_exit_net": 91.3383417975
},
{
"timestamp": "2024-12-09T23:59:00+00:00",
"base_asset_bal": 96.11,
"quote_asset_bal": 9993.7958828097,
"total_value_mid": 10228.4003928097,
"total_value_exit_net": 10228.2244394272,
"total_value": 10228.4003928097,
"base_cost_quote": 160.5226917925,
"unrealized_pnl_exit_net": 73.905864825
},
{
"timestamp": "2024-12-10T23:59:00+00:00",
"base_asset_bal": 138.69,
"quote_asset_bal": 9893.4353418997,
"total_value_mid": 10215.4735218997,
"total_value_exit_net": 10215.2319932647,
"total_value": 10215.4735218997,
"base_cost_quote": 260.85169215,
"unrealized_pnl_exit_net": 60.944959215
},
{
"timestamp": "2024-12-11T23:59:00+00:00",
"base_asset_bal": 116.08,
"quote_asset_bal": 9947.8946967347,
"total_value_mid": 10231.2459767347,
"total_value_exit_net": 10231.0334632747,
"total_value": 10231.2459767347,
"base_cost_quote": 205.6781930375,
"unrealized_pnl_exit_net": 77.4605735025
},
{
"timestamp": "2024-12-12T23:59:00+00:00",
"base_asset_bal": 116,
"quote_asset_bal": 9948.2749098322,
"total_value_mid": 10234.2149098321,
"total_value_exit_net": 10234.0004548321,
"total_value": 10234.2149098321,
"base_cost_quote": 205.695255825,
"unrealized_pnl_exit_net": 80.030289175
},
{
"timestamp": "2024-12-13T23:59:00+00:00",
"base_asset_bal": 137.16,
"quote_asset_bal": 9894.2110359396,
"total_value_mid": 10237.5225159396,
"total_value_exit_net": 10237.2650323296,
"total_value": 10237.5225159396,
"base_cost_quote": 260.8983170925,
"unrealized_pnl_exit_net": 82.1556792975
},
{
"timestamp": "2024-12-14T23:59:00+00:00",
"base_asset_bal": 84.79,
"quote_asset_bal": 10031.9612885871,
"total_value_mid": 10256.3156285871,
"total_value_exit_net": 10256.1473628321,
"total_value": 10256.3156285871,
"base_cost_quote": 125.409526655,
"unrealized_pnl_exit_net": 98.77654759
},
{
"timestamp": "2024-12-15T23:59:00+00:00",
"base_asset_bal": 139.16,
"quote_asset_bal": 9888.4032222021,
"total_value_mid": 10246.6010622021,
"total_value_exit_net": 10246.3324138221,
"total_value": 10246.6010622021,
"base_cost_quote": 270.8868628875,
"unrealized_pnl_exit_net": 87.0423287325
},
{
"timestamp": "2024-12-16T23:59:00+00:00",
"base_asset_bal": 158.76,
"quote_asset_bal": 9839.2242293021,
"total_value_mid": 10240.8870293021,
"total_value_exit_net": 10240.5857822021,
"total_value": 10240.8870293021,
"base_cost_quote": 321.0746154925,
"unrealized_pnl_exit_net": 80.2869374075
},
{
"timestamp": "2024-12-17T23:59:00+00:00",
"base_asset_bal": 180.94,
"quote_asset_bal": 9784.7381489321,
"total_value_mid": 10230.9361889321,
"total_value_exit_net": 10230.6015404021,
"total_value": 10230.9361889321,
"base_cost_quote": 376.2700610525,
"unrealized_pnl_exit_net": 69.5933304175
},
{
"timestamp": "2024-12-18T23:59:00+00:00",
"base_asset_bal": 189.67,
"quote_asset_bal": 9769.9306605646,
"total_value_mid": 10212.6204405646,
"total_value_exit_net": 10212.2884232296,
"total_value": 10212.6204405646,
"base_cost_quote": 391.325934495,
"unrealized_pnl_exit_net": 51.03182817
},
{
"timestamp": "2024-12-19T23:59:00+00:00",
"base_asset_bal": 185.7,
"quote_asset_bal": 9779.9984639971,
"total_value_mid": 10220.1074639971,
"total_value_exit_net": 10219.7773822471,
"total_value": 10220.1074639971,
"base_cost_quote": 381.27858463,
"unrealized_pnl_exit_net": 58.50033362
},
{
"timestamp": "2024-12-20T23:59:00+00:00",
"base_asset_bal": 188.84,
"quote_asset_bal": 9775.2467573621,
"total_value_mid": 10217.8877173621,
"total_value_exit_net": 10217.5557366421,
"total_value": 10217.8877173621,
"base_cost_quote": 386.2735180225,
"unrealized_pnl_exit_net": 56.0354612575
},
{
"timestamp": "2024-12-21T23:59:00+00:00",
"base_asset_bal": 199.99,
"quote_asset_bal": 9750.2939961596,
"total_value_mid": 10213.4708361596,
"total_value_exit_net": 10213.1234535296,
"total_value": 10213.4708361596,
"base_cost_quote": 411.33659124,
"unrealized_pnl_exit_net": 51.49286613
},
{
"timestamp": "2024-12-22T23:59:00+00:00",
"base_asset_bal": 243.82,
"quote_asset_bal": 9650.5389789771,
"total_value_mid": 10193.5261189771,
"total_value_exit_net": 10193.1188786221,
"total_value": 10193.5261189771,
"base_cost_quote": 511.6891092225,
"unrealized_pnl_exit_net": 30.8907904225
},
{
"timestamp": "2024-12-23T23:59:00+00:00",
"base_asset_bal": 228.16,
"quote_asset_bal": 9686.3331229721,
"total_value_mid": 10202.8873629721,
"total_value_exit_net": 10202.4999472921,
"total_value": 10202.8873629721,
"base_cost_quote": 476.5489538575,
"unrealized_pnl_exit_net": 39.6178704625
},
{
"timestamp": "2024-12-24T23:59:00+00:00",
"base_asset_bal": 225.95,
"quote_asset_bal": 9691.6574659646,
"total_value_mid": 10204.7899159646,
"total_value_exit_net": 10204.4050666271,
"total_value": 10204.7899159646,
"base_cost_quote": 471.548376235,
"unrealized_pnl_exit_net": 41.1992244275
},
{
"timestamp": "2024-12-25T23:59:00+00:00",
"base_asset_bal": 193.61,
"quote_asset_bal": 9767.2353775321,
"total_value_mid": 10218.7338975321,
"total_value_exit_net": 10218.3952736421,
"total_value": 10218.7338975321,
"base_cost_quote": 396.3287738125,
"unrealized_pnl_exit_net": 54.8311222975
},
{
"timestamp": "2024-12-26T23:59:00+00:00",
"base_asset_bal": 189.66,
"quote_asset_bal": 9777.4909839446,
"total_value_mid": 10230.7783839446,
"total_value_exit_net": 10230.4384183946,
"total_value": 10230.7783839446,
"base_cost_quote": 386.2760198975,
"unrealized_pnl_exit_net": 66.6714145525
},
{
"timestamp": "2024-12-27T23:59:00+00:00",
"base_asset_bal": 198.76,
"quote_asset_bal": 9757.9117513621,
"total_value_mid": 10209.8919913621,
"total_value_exit_net": 10209.5530061821,
"total_value": 10209.8919913621,
"base_cost_quote": 406.3520856625,
"unrealized_pnl_exit_net": 45.2891691575
},
{
"timestamp": "2024-12-28T23:59:00+00:00",
"base_asset_bal": 200.6,
"quote_asset_bal": 9753.2933638496,
"total_value_mid": 10216.2781638496,
"total_value_exit_net": 10215.9309252496,
"total_value": 10216.2781638496,
"base_cost_quote": 411.370036305,
"unrealized_pnl_exit_net": 51.267525095
},
{
"timestamp": "2024-12-29T23:59:00+00:00",
"base_asset_bal": 211.96,
"quote_asset_bal": 9728.7534203471,
"total_value_mid": 10205.0275403471,
"total_value_exit_net": 10204.6703347571,
"total_value": 10205.0275403471,
"base_cost_quote": 436.4179381525,
"unrealized_pnl_exit_net": 39.4989762575
},
{
"timestamp": "2024-12-30T23:59:00+00:00",
"base_asset_bal": 216.4,
"quote_asset_bal": 9719.4933592222,
"total_value_mid": 10203.5801592221,
"total_value_exit_net": 10203.2170941221,
"total_value": 10203.5801592221,
"base_cost_quote": 446.4626460375,
"unrealized_pnl_exit_net": 37.2610888625
},
{
"timestamp": "2024-12-31T23:59:00+00:00",
"base_asset_bal": 239.1,
"quote_asset_bal": 9669.7717505072,
"total_value_mid": 10193.8789505071,
"total_value_exit_net": 10193.4858701071,
"total_value": 10193.8789505071,
"base_cost_quote": 496.6140514025,
"unrealized_pnl_exit_net": 27.1000681975
},
{
"timestamp": "2025-01-01T23:59:00+00:00",
"base_asset_bal": 198.85,
"quote_asset_bal": 9760.6996940871,
"total_value_mid": 10200.5558940871,
"total_value_exit_net": 10200.2260019371,
"total_value": 10200.5558940871,
"base_cost_quote": 406.3280876775,
"unrealized_pnl_exit_net": 33.1982201725
},
{
"timestamp": "2025-01-02T23:59:00+00:00",
"base_asset_bal": 198.68,
"quote_asset_bal": 9761.0573076396,
"total_value_mid": 10208.0873076396,
"total_value_exit_net": 10207.7520351396,
"total_value": 10208.0873076396,
"base_cost_quote": 406.339346115,
"unrealized_pnl_exit_net": 40.355381385
},
{
"timestamp": "2025-01-03T23:59:00+00:00",
"base_asset_bal": 196.21,
"quote_asset_bal": 9766.5174718746,
"total_value_mid": 10217.6042618746,
"total_value_exit_net": 10217.2659467821,
"total_value": 10217.6042618746,
"base_cost_quote": 401.31772272,
"unrealized_pnl_exit_net": 49.4307521875
},
{
"timestamp": "2025-01-04T23:59:00+00:00",
"base_asset_bal": 200.52,
"quote_asset_bal": 9756.8840819746,
"total_value_mid": 10218.0800819746,
"total_value_exit_net": 10217.7341849746,
"total_value": 10218.0800819746,
"base_cost_quote": 411.339733595,
"unrealized_pnl_exit_net": 49.510369405
},
{
"timestamp": "2025-01-05T23:59:00+00:00",
"base_asset_bal": 204.87,
"quote_asset_bal": 9747.1466716196,
"total_value_mid": 10216.0941016196,
"total_value_exit_net": 10215.7423910471,
"total_value": 10216.0941016196,
"base_cost_quote": 421.428214285,
"unrealized_pnl_exit_net": 47.1675051425
},
{
"timestamp": "2025-01-06T23:59:00+00:00",
"base_asset_bal": 202.71,
"quote_asset_bal": 9752.5423624296,
"total_value_mid": 10218.7753624296,
"total_value_exit_net": 10218.4256876796,
"total_value": 10218.7753624296,
"base_cost_quote": 416.37772926,
"unrealized_pnl_exit_net": 49.50559599
},
{
"timestamp": "2025-01-07T23:59:00+00:00",
"base_asset_bal": 250.3,
"quote_asset_bal": 9648.0630110921,
"total_value_mid": 10189.9625110921,
"total_value_exit_net": 10189.5560864671,
"total_value": 10189.9625110921,
"base_cost_quote": 521.6966692675,
"unrealized_pnl_exit_net": 19.7964061075
},
{
"timestamp": "2025-01-08T23:59:00+00:00",
"base_asset_bal": 276.27,
"quote_asset_bal": 9593.0161324622,
"total_value_mid": 10174.0119424621,
"total_value_exit_net": 10173.5761956046,
"total_value": 10174.0119424621,
"base_cost_quote": 576.8770235175,
"unrealized_pnl_exit_net": 3.683039625
},
{
"timestamp": "2025-01-09T23:59:00+00:00",
"base_asset_bal": 302.62,
"quote_asset_bal": 9538.5726796646,
"total_value_mid": 10163.1803596646,
"total_value_exit_net": 10162.7119039046,
"total_value": 10163.1803596646,
"base_cost_quote": 632.008791355,
"unrealized_pnl_exit_net": -7.869567115
},
{
"timestamp": "2025-01-10T23:59:00+00:00",
"base_asset_bal": 283.35,
"quote_asset_bal": 9579.3030972221,
"total_value_mid": 10172.6379972221,
"total_value_exit_net": 10172.1929960471,
"total_value": 10172.6379972221,
"base_cost_quote": 591.9120313225,
"unrealized_pnl_exit_net": 0.9778675025
},
{
"timestamp": "2025-01-11T23:59:00+00:00",
"base_asset_bal": 264.7,
"quote_asset_bal": 9619.1981368196,
"total_value_mid": 10179.0386368196,
"total_value_exit_net": 10178.6187564446,
"total_value": 10179.0386368196,
"base_cost_quote": 551.77784324,
"unrealized_pnl_exit_net": 7.642776385
},
{
"timestamp": "2025-01-12T23:59:00+00:00",
"base_asset_bal": 220.01,
"quote_asset_bal": 9719.6091916222,
"total_value_mid": 10188.6705116221,
"total_value_exit_net": 10188.3187156321,
"total_value": 10188.6705116221,
"base_cost_quote": 451.45797973,
"unrealized_pnl_exit_net": 17.25154428
},
{
"timestamp": "2025-01-13T23:59:00+00:00",
"base_asset_bal": 316.22,
"quote_asset_bal": 9525.3178699722,
"total_value_mid": 10134.9900299722,
"total_value_exit_net": 10134.5327758522,
"total_value": 10134.9900299722,
"base_cost_quote": 646.9859858325,
"unrealized_pnl_exit_net": -37.7710799525
},
{
"timestamp": "2025-01-14T23:59:00+00:00",
"base_asset_bal": 318.59,
"quote_asset_bal": 9521.0184351346,
"total_value_mid": 10142.2689351346,
"total_value_exit_net": 10141.8029972596,
"total_value": 10142.2689351346,
"base_cost_quote": 652.0267235525,
"unrealized_pnl_exit_net": -31.2421614275
},
{
"timestamp": "2025-01-15T23:59:00+00:00",
"base_asset_bal": 303.25,
"quote_asset_bal": 9551.7360886171,
"total_value_mid": 10151.5645886171,
"total_value_exit_net": 10151.1147172421,
"total_value": 10151.5645886171,
"base_cost_quote": 621.952574845,
"unrealized_pnl_exit_net": -22.57394622
},
{
"timestamp": "2025-01-16T23:59:00+00:00",
"base_asset_bal": 318.59,
"quote_asset_bal": 9522.5604054146,
"total_value_mid": 10145.7224454146,
"total_value_exit_net": 10145.2550738846,
"total_value": 10145.7224454146,
"base_cost_quote": 652.03782187,
"unrealized_pnl_exit_net": -29.3431534
},
{
"timestamp": "2025-01-17T23:59:00+00:00",
"base_asset_bal": 288.12,
"quote_asset_bal": 9583.4287539496,
"total_value_mid": 10159.6687539495,
"total_value_exit_net": 10159.2365739495,
"total_value": 10159.6687539495,
"base_cost_quote": 591.899331805,
"unrealized_pnl_exit_net": -16.091511805
},
{
"timestamp": "2025-01-18T23:59:00+00:00",
"base_asset_bal": 386.01,
"quote_asset_bal": 9393.8088165195,
"total_value_mid": 10127.9998365195,
"total_value_exit_net": 10127.4491932545,
"total_value": 10127.9998365195,
"base_cost_quote": 782.4201653425,
"unrealized_pnl_exit_net": -48.7797886075
},
{
"timestamp": "2025-01-19T23:59:00+00:00",
"base_asset_bal": 465.76,
"quote_asset_bal": 9249.7729589371,
"total_value_mid": 10070.907838937,
"total_value_exit_net": 10070.291987777,
"total_value": 10070.907838937,
"base_cost_quote": 927.718847685,
"unrealized_pnl_exit_net": -107.199818845
},
{
"timestamp": "2025-01-20T23:59:00+00:00",
"base_asset_bal": 260.66,
"quote_asset_bal": 9658.9062248871,
"total_value_mid": 10142.430524887,
"total_value_exit_net": 10142.067881662,
"total_value": 10142.430524887,
"base_cost_quote": 521.6028189325,
"unrealized_pnl_exit_net": -38.4411621575
},
{
"timestamp": "2025-01-21T23:59:00+00:00",
"base_asset_bal": 255.21,
"quote_asset_bal": 9670.432345882,
"total_value_mid": 10147.419835882,
"total_value_exit_net": 10147.0620952645,
"total_value": 10147.419835882,
"base_cost_quote": 511.5717212475,
"unrealized_pnl_exit_net": -34.941971865
},
{
"timestamp": "2025-01-22T23:59:00+00:00",
"base_asset_bal": 231.34,
"quote_asset_bal": 9716.2615518396,
"total_value_mid": 10162.0537318396,
"total_value_exit_net": 10161.7193877046,
"total_value": 10162.0537318396,
"base_cost_quote": 466.472652295,
"unrealized_pnl_exit_net": -21.01481643
},
{
"timestamp": "2025-01-23T23:59:00+00:00",
"base_asset_bal": 219.38,
"quote_asset_bal": 9742.5873573896,
"total_value_mid": 10157.2155573896,
"total_value_exit_net": 10156.9045862396,
"total_value": 10157.2155573896,
"base_cost_quote": 441.38807296,
"unrealized_pnl_exit_net": -27.07084411
},
{
"timestamp": "2025-01-24T23:59:00+00:00",
"base_asset_bal": 214.09,
"quote_asset_bal": 9753.4294822746,
"total_value_mid": 10158.0595822746,
"total_value_exit_net": 10157.7561096996,
"total_value": 10158.0595822746,
"base_cost_quote": 431.36736306,
"unrealized_pnl_exit_net": -27.040735635
},
{
"timestamp": "2025-01-25T23:59:00+00:00",
"base_asset_bal": 208.79,
"quote_asset_bal": 9764.0365883346,
"total_value_mid": 10159.9024283346,
"total_value_exit_net": 10159.6055289546,
"total_value": 10159.9024283346,
"base_cost_quote": 421.3352145875,
"unrealized_pnl_exit_net": -25.7662739675
},
{
"timestamp": "2025-01-26T23:59:00+00:00",
"base_asset_bal": 253.87,
"quote_asset_bal": 9679.1768069621,
"total_value_mid": 10150.6133969621,
"total_value_exit_net": 10150.2598195196,
"total_value": 10150.6133969621,
"base_cost_quote": 506.59057819,
"unrealized_pnl_exit_net": -35.5075656325
},
{
"timestamp": "2025-01-27T23:59:00+00:00",
"base_asset_bal": 278.49,
"quote_asset_bal": 9635.4038501446,
"total_value_mid": 10146.4330001446,
"total_value_exit_net": 10146.0497282821,
"total_value": 10146.4330001446,
"base_cost_quote": 551.6916286275,
"unrealized_pnl_exit_net": -41.04575049
},
{
"timestamp": "2025-01-28T23:59:00+00:00",
"base_asset_bal": 350.4,
"quote_asset_bal": 9511.6781457071,
"total_value_mid": 10109.1101457071,
"total_value_exit_net": 10108.6620717071,
"total_value": 10109.1101457071,
"base_cost_quote": 677.03223363,
"unrealized_pnl_exit_net": -80.04830763
},
{
"timestamp": "2025-01-29T23:59:00+00:00",
"base_asset_bal": 335.91,
"quote_asset_bal": 9537.9789169496,
"total_value_mid": 10116.4159369496,
"total_value_exit_net": 10115.9821091846,
"total_value": 10116.4159369496,
"base_cost_quote": 651.99146713,
"unrealized_pnl_exit_net": -73.988274895
},
{
"timestamp": "2025-01-30T23:59:00+00:00",
"base_asset_bal": 292.83,
"quote_asset_bal": 9613.8291694496,
"total_value_mid": 10133.6024194496,
"total_value_exit_net": 10133.2125895121,
"total_value": 10133.6024194496,
"base_cost_quote": 576.77329578,
"unrealized_pnl_exit_net": -57.3898757175
},
{
"timestamp": "2025-01-31T23:59:00+00:00",
"base_asset_bal": 317.92,
"quote_asset_bal": 9569.2814202546,
"total_value_mid": 10132.3177402546,
"total_value_exit_net": 10131.8954630146,
"total_value": 10132.3177402546,
"base_cost_quote": 621.874956675,
"unrealized_pnl_exit_net": -59.260913915
},
{
"timestamp": "2025-02-01T23:59:00+00:00",
"base_asset_bal": 440.92,
"quote_asset_bal": 9359.5694239421,
"total_value_mid": 10082.6782239421,
"total_value_exit_net": 10082.1358923421,
"total_value": 10082.6782239421,
"base_cost_quote": 832.39210621,
"unrealized_pnl_exit_net": -109.82563781
},
{
"timestamp": "2025-02-02T23:59:00+00:00",
"base_asset_bal": 525.51,
"quote_asset_bal": 9225.8242578546,
"total_value_mid": 10034.5841478546,
"total_value_exit_net": 10033.9775779371,
"total_value": 10034.5841478546,
"base_cost_quote": 967.6790653875,
"unrealized_pnl_exit_net": -159.525745305
},
{
"timestamp": "2025-02-03T23:59:00+00:00",
"base_asset_bal": 513.57,
"quote_asset_bal": 9248.2421936672,
"total_value_mid": 10053.5199536672,
"total_value_exit_net": 10052.9159953472,
"total_value": 10053.5199536672,
"base_cost_quote": 947.63719525,
"unrealized_pnl_exit_net": -142.96339357
},
{
"timestamp": "2025-02-04T23:59:00+00:00",
"base_asset_bal": 373.57,
"quote_asset_bal": 9480.7005179522,
"total_value_mid": 10063.4697179522,
"total_value_exit_net": 10063.0326410522,
"total_value": 10063.4697179522,
"base_cost_quote": 717.107887845,
"unrealized_pnl_exit_net": -134.775764745
},
{
"timestamp": "2025-02-05T23:59:00+00:00",
"base_asset_bal": 418.84,
"quote_asset_bal": 9411.8218631997,
"total_value_mid": 10052.2282231997,
"total_value_exit_net": 10051.7479184297,
"total_value": 10052.2282231997,
"base_cost_quote": 787.2845108675,
"unrealized_pnl_exit_net": -147.3584556375
},
{
"timestamp": "2025-02-06T23:59:00+00:00",
"base_asset_bal": 432.18,
"quote_asset_bal": 9393.0838451572,
"total_value_mid": 10044.8112851572,
"total_value_exit_net": 10044.3224895772,
"total_value": 10044.8112851572,
"base_cost_quote": 807.331985205,
"unrealized_pnl_exit_net": -156.093340785
},
{
"timestamp": "2025-02-07T23:59:00+00:00",
"base_asset_bal": 455.44,
"quote_asset_bal": 9358.8029413297,
"total_value_mid": 10039.6857413297,
"total_value_exit_net": 10039.1750792297,
"total_value": 10039.6857413297,
"base_cost_quote": 842.4076222175,
"unrealized_pnl_exit_net": -162.0354843175
},
{
"timestamp": "2025-02-08T23:59:00+00:00",
"base_asset_bal": 390.04,
"quote_asset_bal": 9459.9724288947,
"total_value_mid": 10060.2439888947,
"total_value_exit_net": 10059.7937852247,
"total_value": 10060.2439888947,
"base_cost_quote": 742.1817291325,
"unrealized_pnl_exit_net": -142.3603728025
},
{
"timestamp": "2025-02-09T23:59:00+00:00",
"base_asset_bal": 409.08,
"quote_asset_bal": 9430.5960455547,
"total_value_mid": 10062.2155655547,
"total_value_exit_net": 10061.7418509147,
"total_value": 10062.2155655547,
"base_cost_quote": 772.2354325175,
"unrealized_pnl_exit_net": -141.0896271575
},
{
"timestamp": "2025-02-10T23:59:00+00:00",
"base_asset_bal": 393.03,
"quote_asset_bal": 9456.5298228647,
"total_value_mid": 10074.7660128647,
"total_value_exit_net": 10074.3023357222,
"total_value": 10074.7660128647,
"base_cost_quote": 747.1891018475,
"unrealized_pnl_exit_net": -129.41658899
},
{
"timestamp": "2025-02-11T23:59:00+00:00",
"base_asset_bal": 443.64,
"quote_asset_bal": 9377.0678657172,
"total_value_mid": 10063.3789457172,
"total_value_exit_net": 10062.8642124072,
"total_value": 10063.3789457172,
"base_cost_quote": 827.3563222025,
"unrealized_pnl_exit_net": -141.5599755125
},
{
"timestamp": "2025-02-12T23:59:00+00:00",
"base_asset_bal": 405.02,
"quote_asset_bal": 9438.3347622773,
"total_value_mid": 10081.5065222773,
"total_value_exit_net": 10081.0241434573,
"total_value": 10081.5065222773,
"base_cost_quote": 767.2201738925,
"unrealized_pnl_exit_net": -124.5307927125
},
{
"timestamp": "2025-02-13T23:59:00+00:00",
"base_asset_bal": 482.78,
"quote_asset_bal": 9318.9418986498,
"total_value_mid": 10051.3191586498,
"total_value_exit_net": 10050.7698757048,
"total_value": 10051.3191586498,
"base_cost_quote": 887.509072955,
"unrealized_pnl_exit_net": -155.6810959
},
{
"timestamp": "2025-02-14T23:59:00+00:00",
"base_asset_bal": 399.11,
"quote_asset_bal": 9451.1253288998,
"total_value_mid": 10107.6612788998,
"total_value_exit_net": 10107.1688769373,
"total_value": 10107.6612788998,
"base_cost_quote": 757.1961815325,
"unrealized_pnl_exit_net": -101.152633495
},
{
"timestamp": "2025-02-15T23:59:00+00:00",
"base_asset_bal": 250.48,
"quote_asset_bal": 9725.5072457748,
"total_value_mid": 10160.5910057748,
"total_value_exit_net": 10160.2646929548,
"total_value": 10160.5910057748,
"base_cost_quote": 486.49523798,
"unrealized_pnl_exit_net": -51.7377908
},
{
"timestamp": "2025-02-16T23:59:00+00:00",
"base_asset_bal": 197.22,
"quote_asset_bal": 9839.6723705998,
"total_value_mid": 10202.5571705997,
"total_value_exit_net": 10202.2850069997,
"total_value": 10202.5571705997,
"base_cost_quote": 376.1329983325,
"unrealized_pnl_exit_net": -13.5203619325
},
{
"timestamp": "2025-02-17T23:59:00+00:00",
"base_asset_bal": 247.01,
"quote_asset_bal": 9752.1044176674,
"total_value_mid": 10193.2642776673,
"total_value_exit_net": 10192.9334077723,
"total_value": 10193.2642776673,
"base_cost_quote": 466.35094108,
"unrealized_pnl_exit_net": -25.521950975
},
{
"timestamp": "2025-02-18T23:59:00+00:00",
"base_asset_bal": 219.97,
"quote_asset_bal": 9804.4539133473,
"total_value_mid": 10194.0207833473,
"total_value_exit_net": 10193.7286081948,
"total_value": 10194.0207833473,
"base_cost_quote": 416.20716143,
"unrealized_pnl_exit_net": -26.9324665825
},
{
"timestamp": "2025-02-19T23:59:00+00:00",
"base_asset_bal": 263.09,
"quote_asset_bal": 9730.3155751048,
"total_value_mid": 10183.0934651048,
"total_value_exit_net": 10182.7538816873,
"total_value": 10183.0934651048,
"base_cost_quote": 491.434879935,
"unrealized_pnl_exit_net": -38.9965733525
},
{
"timestamp": "2025-02-20T23:59:00+00:00",
"base_asset_bal": 248.6,
"quote_asset_bal": 9756.1212864673,
"total_value_mid": 10188.4366864673,
"total_value_exit_net": 10188.1124499173,
"total_value": 10188.4366864673,
"base_cost_quote": 466.3543936675,
"unrealized_pnl_exit_net": -34.3632302175
},
{
"timestamp": "2025-02-21T23:59:00+00:00",
"base_asset_bal": 219.96,
"quote_asset_bal": 9807.6477526098,
"total_value_mid": 10198.9565926098,
"total_value_exit_net": 10198.6631109798,
"total_value": 10198.9565926098,
"base_cost_quote": 416.2272464825,
"unrealized_pnl_exit_net": -25.2118881125
},
{
"timestamp": "2025-02-22T23:59:00+00:00",
"base_asset_bal": 240.24,
"quote_asset_bal": 9773.7419825748,
"total_value_mid": 10196.8046225748,
"total_value_exit_net": 10196.4873255948,
"total_value": 10196.8046225748,
"base_cost_quote": 451.3598962225,
"unrealized_pnl_exit_net": -28.6145532025
},
{
"timestamp": "2025-02-23T23:59:00+00:00",
"base_asset_bal": 220.91,
"quote_asset_bal": 9809.7809140748,
"total_value_mid": 10198.1406940748,
"total_value_exit_net": 10197.8494242398,
"total_value": 10198.1406940748,
"base_cost_quote": 416.241166915,
"unrealized_pnl_exit_net": -28.17265675
},
{
"timestamp": "2025-02-24T23:59:00+00:00",
"base_asset_bal": 327.07,
"quote_asset_bal": 9630.7775668198,
"total_value_mid": 10161.2851068198,
"total_value_exit_net": 10160.8872261648,
"total_value": 10161.2851068198,
"base_cost_quote": 596.6940751675,
"unrealized_pnl_exit_net": -66.5844158225
},
{
"timestamp": "2025-02-25T23:59:00+00:00",
"base_asset_bal": 317.43,
"quote_asset_bal": 9647.4014315748,
"total_value_mid": 10167.0343415748,
"total_value_exit_net": 10166.6446168923,
"total_value": 10167.0343415748,
"base_cost_quote": 581.66247992,
"unrealized_pnl_exit_net": -62.4192946025
},
{
"timestamp": "2025-02-26T23:59:00+00:00",
"base_asset_bal": 287.1,
"quote_asset_bal": 9698.5213904798,
"total_value_mid": 10183.4332904798,
"total_value_exit_net": 10183.0696065548,
"total_value": 10183.4332904798,
"base_cost_quote": 531.5439491925,
"unrealized_pnl_exit_net": -46.9957331175
},
{
"timestamp": "2025-02-27T23:59:00+00:00",
"base_asset_bal": 281.19,
"quote_asset_bal": 9709.3730850423,
"total_value_mid": 10186.2713250423,
"total_value_exit_net": 10185.9136513623,
"total_value": 10186.2713250423,
"base_cost_quote": 521.492606335,
"unrealized_pnl_exit_net": -44.952040015
},
{
"timestamp": "2025-02-28T23:59:00+00:00",
"base_asset_bal": 278.06,
"quote_asset_bal": 9715.6823798148,
"total_value_mid": 10186.1598998148,
"total_value_exit_net": 10185.8070416748,
"total_value": 10186.1598998148,
"base_cost_quote": 516.466039235,
"unrealized_pnl_exit_net": -46.341377375
},
{
"timestamp": "2025-03-01T23:59:00+00:00",
"base_asset_bal": 191.95,
"quote_asset_bal": 9867.3779224222,
"total_value_mid": 10205.7857724222,
"total_value_exit_net": 10205.5319665347,
"total_value": 10205.7857724222,
"base_cost_quote": 366.121645445,
"unrealized_pnl_exit_net": -27.9676013325
},
{
"timestamp": "2025-03-02T23:59:00+00:00",
"base_asset_bal": 191.83,
"quote_asset_bal": 9869.1382942822,
"total_value_mid": 10211.7466742822,
"total_value_exit_net": 10211.4897179972,
"total_value": 10211.7466742822,
"base_cost_quote": 366.118603165,
"unrealized_pnl_exit_net": -23.76717945
},
{
"timestamp": "2025-03-03T23:59:00+00:00",
"base_asset_bal": 197.03,
"quote_asset_bal": 9860.8025083697,
"total_value_mid": 10212.6980883697,
"total_value_exit_net": 10212.4341666847,
"total_value": 10212.6980883697,
"base_cost_quote": 376.149040355,
"unrealized_pnl_exit_net": -24.51738204
},
{
"timestamp": "2025-03-04T23:59:00+00:00",
"base_asset_bal": 211.67,
"quote_asset_bal": 9837.4155332647,
"total_value_mid": 10206.3563432647,
"total_value_exit_net": 10206.0796376572,
"total_value": 10206.3563432647,
"base_cost_quote": 401.220669985,
"unrealized_pnl_exit_net": -32.5565655925
},
{
"timestamp": "2025-03-05T23:59:00+00:00",
"base_asset_bal": 208.55,
"quote_asset_bal": 9843.3504121397,
"total_value_mid": 10210.3984121397,
"total_value_exit_net": 10210.1231261397,
"total_value": 10210.3984121397,
"base_cost_quote": 396.2083635725,
"unrealized_pnl_exit_net": -29.4356495725
},
{
"timestamp": "2025-03-06T23:59:00+00:00",
"base_asset_bal": 211.63,
"quote_asset_bal": 9838.9911415822,
"total_value_mid": 10204.8994115822,
"total_value_exit_net": 10204.6249803797,
"total_value": 10204.8994115822,
"base_cost_quote": 401.20659944,
"unrealized_pnl_exit_net": -35.5727606425
},
{
"timestamp": "2025-03-07T23:59:00+00:00",
"base_asset_bal": 228.71,
"quote_asset_bal": 9809.8239137097,
"total_value_mid": 10204.5773737097,
"total_value_exit_net": 10204.2813086147,
"total_value": 10204.5773737097,
"base_cost_quote": 431.2708107,
"unrealized_pnl_exit_net": -36.813415795
},
{
"timestamp": "2025-03-08T23:59:00+00:00",
"base_asset_bal": 211.74,
"quote_asset_bal": 9841.1057124572,
"total_value_mid": 10208.2628724572,
"total_value_exit_net": 10207.9875045872,
"total_value": 10208.2628724572,
"base_cost_quote": 401.2154760925,
"unrealized_pnl_exit_net": -34.3336839625
},
{
"timestamp": "2025-03-09T23:59:00+00:00",
"base_asset_bal": 270.21,
"quote_asset_bal": 9741.9260281422,
"total_value_mid": 10196.6894581422,
"total_value_exit_net": 10196.3483855697,
"total_value": 10196.6894581422,
"base_cost_quote": 501.4645065175,
"unrealized_pnl_exit_net": -47.04214909
},
{
"timestamp": "2025-03-10T23:59:00+00:00",
"base_asset_bal": 281.28,
"quote_asset_bal": 9723.0551442097,
"total_value_mid": 10188.5735442097,
"total_value_exit_net": 10188.2244054097,
"total_value": 10188.5735442097,
"base_cost_quote": 521.4853308825,
"unrealized_pnl_exit_net": -56.3160696825
},
{
"timestamp": "2025-03-11T23:59:00+00:00",
"base_asset_bal": 260.2,
"quote_asset_bal": 9759.4260990672,
"total_value_mid": 10196.3018990672,
"total_value_exit_net": 10195.9742422172,
"total_value": 10196.3018990672,
"base_cost_quote": 486.410794695,
"unrealized_pnl_exit_net": -49.862651545
},
{
"timestamp": "2025-03-12T23:59:00+00:00",
"base_asset_bal": 213.51,
"quote_asset_bal": 9840.8683479272,
"total_value_mid": 10208.5325679272,
"total_value_exit_net": 10208.2568197622,
"total_value": 10208.5325679272,
"base_cost_quote": 406.2262313425,
"unrealized_pnl_exit_net": -38.8377595075
},
{
"timestamp": "2025-03-13T23:59:00+00:00",
"base_asset_bal": 201.94,
"quote_asset_bal": 9861.5683158197,
"total_value_mid": 10207.8954158197,
"total_value_exit_net": 10207.6356704947,
"total_value": 10207.8954158197,
"base_cost_quote": 386.16012304,
"unrealized_pnl_exit_net": -40.092768365
},
{
"timestamp": "2025-03-14T23:59:00+00:00",
"base_asset_bal": 198.99,
"quote_asset_bal": 9867.1879897597,
"total_value_mid": 10214.0275597597,
"total_value_exit_net": 10213.7674300822,
"total_value": 10214.0275597597,
"base_cost_quote": 381.13719867,
"unrealized_pnl_exit_net": -34.5577583475
},
{
"timestamp": "2025-03-15T23:59:00+00:00",
"base_asset_bal": 193.21,
"quote_asset_bal": 9877.8130738472,
"total_value_mid": 10216.5102038472,
"total_value_exit_net": 10216.2561809997,
"total_value": 10216.5102038472,
"base_cost_quote": 371.1517852225,
"unrealized_pnl_exit_net": -32.70867807
},
{
"timestamp": "2025-03-16T23:59:00+00:00",
"base_asset_bal": 176.25,
"quote_asset_bal": 9908.8559045847,
"total_value_mid": 10216.9409045847,
"total_value_exit_net": 10216.7098408347,
"total_value": 10216.9409045847,
"base_cost_quote": 341.0687998925,
"unrealized_pnl_exit_net": -33.2148636425
},
{
"timestamp": "2025-03-17T23:59:00+00:00",
"base_asset_bal": 196.29,
"quote_asset_bal": 9874.1275348697,
"total_value_mid": 10216.2610048697,
"total_value_exit_net": 10216.0044047672,
"total_value": 10216.2610048697,
"base_cost_quote": 376.15614568,
"unrealized_pnl_exit_net": -34.2792757825
},
{
"timestamp": "2025-03-18T23:59:00+00:00",
"base_asset_bal": 204.97,
"quote_asset_bal": 9859.7123532122,
"total_value_mid": 10214.9253632122,
"total_value_exit_net": 10214.6589534547,
"total_value": 10214.9253632122,
"base_cost_quote": 391.1926846325,
"unrealized_pnl_exit_net": -36.24608439
},
{
"timestamp": "2025-03-19T23:59:00+00:00",
"base_asset_bal": 237.21,
"quote_asset_bal": 9805.2004961197,
"total_value_mid": 10204.4249261197,
"total_value_exit_net": 10204.1255077972,
"total_value": 10204.4249261197,
"base_cost_quote": 446.3630513975,
"unrealized_pnl_exit_net": -47.43803972
},
{
"timestamp": "2025-03-20T23:59:00+00:00",
"base_asset_bal": 246.16,
"quote_asset_bal": 9790.6258276272,
"total_value_mid": 10203.9284676272,
"total_value_exit_net": 10203.6184906472,
"total_value": 10203.9284676272,
"base_cost_quote": 461.3895528275,
"unrealized_pnl_exit_net": -48.3968898075
},
{
"timestamp": "2025-03-21T23:59:00+00:00",
"base_asset_bal": 260.92,
"quote_asset_bal": 9766.1629682697,
"total_value_mid": 10203.2039682697,
"total_value_exit_net": 10202.8761875197,
"total_value": 10203.2039682697,
"base_cost_quote": 486.4616227875,
"unrealized_pnl_exit_net": -49.7484035375
},
{
"timestamp": "2025-03-22T23:59:00+00:00",
"base_asset_bal": 263.96,
"quote_asset_bal": 9761.3497230747,
"total_value_mid": 10201.3710430747,
"total_value_exit_net": 10201.0410270847,
"total_value": 10201.3710430747,
"base_cost_quote": 491.4948548825,
"unrealized_pnl_exit_net": -51.8035508725
},
{
"timestamp": "2025-03-23T23:59:00+00:00",
"base_asset_bal": 263.92,
"quote_asset_bal": 9761.7547553847,
"total_value_mid": 10203.0289953847,
"total_value_exit_net": 10202.6980397047,
"total_value": 10203.0289953847,
"base_cost_quote": 491.4913722725,
"unrealized_pnl_exit_net": -50.5480879525
},
{
"timestamp": "2025-03-24T23:59:00+00:00",
"base_asset_bal": 207.65,
"quote_asset_bal": 9857.4652209747,
"total_value_mid": 10215.0385209747,
"total_value_exit_net": 10214.7703409997,
"total_value": 10215.0385209747,
"base_cost_quote": 396.2275179275,
"unrealized_pnl_exit_net": -38.9223979025
},
{
"timestamp": "2025-03-25T23:59:00+00:00",
"base_asset_bal": 225.25,
"quote_asset_bal": 9828.0494400897,
"total_value_mid": 10212.1006900897,
"total_value_exit_net": 10211.8126516522,
"total_value": 10212.1006900897,
"base_cost_quote": 426.2969931325,
"unrealized_pnl_exit_net": -42.53378157
},
{
"timestamp": "2025-03-26T23:59:00+00:00",
"base_asset_bal": 204.53,
"quote_asset_bal": 9863.8907990047,
"total_value_mid": 10218.1367590047,
"total_value_exit_net": 10217.8710745347,
"total_value": 10218.1367590047,
"base_cost_quote": 391.20302238,
"unrealized_pnl_exit_net": -37.22274685
},
{
"timestamp": "2025-03-27T23:59:00+00:00",
"base_asset_bal": 207.4,
"quote_asset_bal": 9859.5297597572,
"total_value_mid": 10218.7465597572,
"total_value_exit_net": 10218.4771471572,
"total_value": 10218.7465597572,
"base_cost_quote": 396.209234225,
"unrealized_pnl_exit_net": -37.261846825
},
{
"timestamp": "2025-03-28T23:59:00+00:00",
"base_asset_bal": 228.07,
"quote_asset_bal": 9825.0752537472,
"total_value_mid": 10210.2854837472,
"total_value_exit_net": 10209.9965760747,
"total_value": 10210.2854837472,
"base_cost_quote": 431.2978809875,
"unrealized_pnl_exit_net": -46.37655866
},
{
"timestamp": "2025-03-29T23:59:00+00:00",
"base_asset_bal": 234.14,
"quote_asset_bal": 9815.7137435297,
"total_value_mid": 10206.9616835297,
"total_value_exit_net": 10206.6682475747,
"total_value": 10206.9616835297,
"base_cost_quote": 441.31689962,
"unrealized_pnl_exit_net": -50.362395575
},
{
"timestamp": "2025-03-30T23:59:00+00:00",
"base_asset_bal": 252.07,
"quote_asset_bal": 9786.1247563347,
"total_value_mid": 10205.3171663346,
"total_value_exit_net": 10205.0027720271,
"total_value": 10205.3171663346,
"base_cost_quote": 471.3886465275,
"unrealized_pnl_exit_net": -52.510630835
},
{
"timestamp": "2025-03-31T23:59:00+00:00",
"base_asset_bal": 219.19,
"quote_asset_bal": 9841.8102159096,
"total_value_mid": 10213.1180759096,
"total_value_exit_net": 10212.8395950146,
"total_value": 10213.1180759096,
"base_cost_quote": 416.253376065,
"unrealized_pnl_exit_net": -45.22399696
},
{
"timestamp": "2025-04-01T23:59:00+00:00",
"base_asset_bal": 248.75,
"quote_asset_bal": 9792.0790827746,
"total_value_mid": 10210.2278327746,
"total_value_exit_net": 10209.9142212121,
"total_value": 10210.2278327746,
"base_cost_quote": 466.3872783125,
"unrealized_pnl_exit_net": -48.552139875
},
{
"timestamp": "2025-04-02T23:59:00+00:00",
"base_asset_bal": 319.63,
"quote_asset_bal": 9677.3884163046,
"total_value_mid": 10184.0019663046,
"total_value_exit_net": 10183.6220061421,
"total_value": 10184.0019663046,
"base_cost_quote": 581.62244992,
"unrealized_pnl_exit_net": -75.3888600825
},
{
"timestamp": "2025-04-03T23:59:00+00:00",
"base_asset_bal": 319.49,
"quote_asset_bal": 9678.0107547471,
"total_value_mid": 10188.5557747471,
"total_value_exit_net": 10188.1728659821,
"total_value": 10188.5557747471,
"base_cost_quote": 581.6239410375,
"unrealized_pnl_exit_net": -71.4618298025
},
{
"timestamp": "2025-04-04T23:59:00+00:00",
"base_asset_bal": 288.4,
"quote_asset_bal": 9728.5948768771,
"total_value_mid": 10196.3796768771,
"total_value_exit_net": 10196.0288382771,
"total_value": 10196.3796768771,
"base_cost_quote": 531.54712157,
"unrealized_pnl_exit_net": -64.11316017
},
{
"timestamp": "2025-04-05T23:59:00+00:00",
"base_asset_bal": 242.03,
"quote_asset_bal": 9810.1636435521,
"total_value_mid": 10206.3667535521,
"total_value_exit_net": 10206.0696012196,
"total_value": 10206.3667535521,
"base_cost_quote": 451.32576064,
"unrealized_pnl_exit_net": -55.4198029725
},
{
"timestamp": "2025-04-06T23:59:00+00:00",
"base_asset_bal": 346.65,
"quote_asset_bal": 9645.4228852346,
"total_value_mid": 10179.6105352346,
"total_value_exit_net": 10179.2098944971,
"total_value": 10179.6105352346,
"base_cost_quote": 616.70438165,
"unrealized_pnl_exit_net": -82.9173723875
},
{
"timestamp": "2025-04-07T23:59:00+00:00",
"base_asset_bal": 320.64,
"quote_asset_bal": 9686.3454295321,
"total_value_mid": 10183.3374295321,
"total_value_exit_net": 10182.9646855321,
"total_value": 10183.3374295321,
"base_cost_quote": 576.5811617875,
"unrealized_pnl_exit_net": -79.9619057875
},
{
"timestamp": "2025-04-08T23:59:00+00:00",
"base_asset_bal": 260.93,
"quote_asset_bal": 9782.4925056771,
"total_value_mid": 10196.5884156771,
"total_value_exit_net": 10196.2778437446,
"total_value": 10196.5884156771,
"base_cost_quote": 481.3878002725,
"unrealized_pnl_exit_net": -67.602462205
},
{
"timestamp": "2025-04-09T23:59:00+00:00",
"base_asset_bal": 245.02,
"quote_asset_bal": 9808.8994277746,
"total_value_mid": 10212.2023477746,
"total_value_exit_net": 10211.8998705846,
"total_value": 10212.2023477746,
"base_cost_quote": 456.3409692275,
"unrealized_pnl_exit_net": -53.3405264175
},
{
"timestamp": "2025-04-10T23:59:00+00:00",
"base_asset_bal": 232.96,
"quote_asset_bal": 9829.7246525321,
"total_value_mid": 10212.2449725321,
"total_value_exit_net": 10211.9580822921,
"total_value": 10212.2449725321,
"base_cost_quote": 436.2934248375,
"unrealized_pnl_exit_net": -54.0599950775
},
{
"timestamp": "2025-04-11T23:59:00+00:00",
"base_asset_bal": 229.92,
"quote_asset_bal": 9835.1772017071,
"total_value_mid": 10212.9357617071,
"total_value_exit_net": 10212.6524427871,
"total_value": 10212.9357617071,
"base_cost_quote": 431.27669511,
"unrealized_pnl_exit_net": -53.80145403
},
{
"timestamp": "2025-04-12T23:59:00+00:00",
"base_asset_bal": 223.73,
"quote_asset_bal": 9845.7122136246,
"total_value_mid": 10217.9989336246,
"total_value_exit_net": 10217.7197185846,
"total_value": 10217.9989336246,
"base_cost_quote": 421.2629104,
"unrealized_pnl_exit_net": -49.25540544
},
{
"timestamp": "2025-04-13T23:59:00+00:00",
"base_asset_bal": 260.19,
"quote_asset_bal": 9786.3581022496,
"total_value_mid": 10208.1260922496,
"total_value_exit_net": 10207.8097662571,
"total_value": 10208.1260922496,
"base_cost_quote": 481.4143201475,
"unrealized_pnl_exit_net": -59.96265614
},
{
"timestamp": "2025-04-14T23:59:00+00:00",
"base_asset_bal": 232.71,
"quote_asset_bal": 9832.3602837046,
"total_value_mid": 10218.1934637046,
"total_value_exit_net": 10217.9040888196,
"total_value": 10218.1934637046,
"base_cost_quote": 436.289471875,
"unrealized_pnl_exit_net": -50.74566676
},
{
"timestamp": "2025-04-15T23:59:00+00:00",
"base_asset_bal": 272.77,
"quote_asset_bal": 9768.0520814421,
"total_value_mid": 10210.4850214421,
"total_value_exit_net": 10210.1531967371,
"total_value": 10210.4850214421,
"base_cost_quote": 501.426447995,
"unrealized_pnl_exit_net": -59.3253327
},
{
"timestamp": "2025-04-16T23:59:00+00:00",
"base_asset_bal": 260.94,
"quote_asset_bal": 9788.9624449821,
"total_value_mid": 10206.7273849821,
"total_value_exit_net": 10206.4140612771,
"total_value": 10206.7273849821,
"base_cost_quote": 481.374300155,
"unrealized_pnl_exit_net": -63.92268386
},
{
"timestamp": "2025-04-17T23:59:00+00:00",
"base_asset_bal": 251.32,
"quote_asset_bal": 9804.4935796471,
"total_value_mid": 10212.8885796471,
"total_value_exit_net": 10212.5822833971,
"total_value": 10212.8885796471,
"base_cost_quote": 466.3503506375,
"unrealized_pnl_exit_net": -58.2616468875
},
{
"timestamp": "2025-04-18T23:59:00+00:00",
"base_asset_bal": 248.26,
"quote_asset_bal": 9809.9371103521,
"total_value_mid": 10214.6009103521,
"total_value_exit_net": 10214.2974125021,
"total_value": 10214.6009103521,
"base_cost_quote": 461.340606145,
"unrealized_pnl_exit_net": -56.980303995
},
{
"timestamp": "2025-04-19T23:59:00+00:00",
"base_asset_bal": 235.97,
"quote_asset_bal": 9830.4224259046,
"total_value_mid": 10216.9412859046,
"total_value_exit_net": 10216.6513967596,
"total_value": 10216.9412859046,
"base_cost_quote": 441.2922711625,
"unrealized_pnl_exit_net": -55.0633003075
},
{
"timestamp": "2025-04-20T23:59:00+00:00",
"base_asset_bal": 185.11,
"quote_asset_bal": 9916.3926960696,
"total_value_mid": 10221.8241960696,
"total_value_exit_net": 10221.5951224446,
"total_value": 10221.8241960696,
"base_cost_quote": 356.0876155625,
"unrealized_pnl_exit_net": -50.8851891875
},
{
"timestamp": "2025-04-21T23:59:00+00:00",
"base_asset_bal": 188.01,
"quote_asset_bal": 9911.9684770795,
"total_value_mid": 10225.1931370795,
"total_value_exit_net": 10224.9582185845,
"total_value": 10225.1931370795,
"base_cost_quote": 361.1129217175,
"unrealized_pnl_exit_net": -48.1231802125
},
{
"timestamp": "2025-04-22T23:59:00+00:00",
"base_asset_bal": 210.82,
"quote_asset_bal": 9869.2569781521,
"total_value_mid": 10243.4624781521,
"total_value_exit_net": 10243.1818240271,
"total_value": 10243.4624781521,
"base_cost_quote": 406.2601767825,
"unrealized_pnl_exit_net": -32.3353309075
},
{
"timestamp": "2025-04-23T23:59:00+00:00",
"base_asset_bal": 193.84,
"quote_asset_bal": 9900.197528742,
"total_value_mid": 10252.210968742,
"total_value_exit_net": 10251.946958662,
"total_value": 10252.210968742,
"base_cost_quote": 376.1710068175,
"unrealized_pnl_exit_net": -24.4215768975
},
{
"timestamp": "2025-04-24T23:59:00+00:00",
"base_asset_bal": 185.01,
"quote_asset_bal": 9916.9070563371,
"total_value_mid": 10263.2457763371,
"total_value_exit_net": 10262.9860222971,
"total_value": 10263.2457763371,
"base_cost_quote": 361.11655444,
"unrealized_pnl_exit_net": -15.03758848
},
{
"timestamp": "2025-04-25T23:59:00+00:00",
"base_asset_bal": 183.01,
"quote_asset_bal": 9918.2355446746,
"total_value_mid": 10279.8633046746,
"total_value_exit_net": 10279.5920838546,
"total_value": 10279.8633046746,
"base_cost_quote": 361.151960975,
"unrealized_pnl_exit_net": 0.204578205
},
{
"timestamp": "2025-04-26T23:59:00+00:00",
"base_asset_bal": 180.22,
"quote_asset_bal": 9924.3139911671,
"total_value_mid": 10284.0331111671,
"total_value_exit_net": 10283.7633218271,
"total_value": 10284.0331111671,
"base_cost_quote": 356.1137751675,
"unrealized_pnl_exit_net": 3.3355554925
},
{
"timestamp": "2025-04-27T23:59:00+00:00",
"base_asset_bal": 174.66,
"quote_asset_bal": 9935.5695567595,
"total_value_mid": 10294.3211967595,
"total_value_exit_net": 10294.0521330295,
"total_value": 10294.3211967595,
"base_cost_quote": 346.0911838575,
"unrealized_pnl_exit_net": 12.3913924125
},
{
"timestamp": "2025-04-28T23:59:00+00:00",
"base_asset_bal": 170.9,
"quote_asset_bal": 9941.636294507,
"total_value_mid": 10319.667094507,
"total_value_exit_net": 10319.383571407,
"total_value": 10319.667094507,
"base_cost_quote": 341.112382555,
"unrealized_pnl_exit_net": 36.634894345
},
{
"timestamp": "2025-04-29T23:59:00+00:00",
"base_asset_bal": 159.42,
"quote_asset_bal": 9967.9832325345,
"total_value_mid": 10341.5042925345,
"total_value_exit_net": 10341.2241517395,
"total_value": 10341.5042925345,
"base_cost_quote": 316.0104001775,
"unrealized_pnl_exit_net": 57.2305190275
},
{
"timestamp": "2025-04-30T23:59:00+00:00",
"base_asset_bal": 201.2,
"quote_asset_bal": 9877.054017537,
"total_value_mid": 10310.640017537,
"total_value_exit_net": 10310.314828037,
"total_value": 10310.640017537,
"base_cost_quote": 406.3056508625,
"unrealized_pnl_exit_net": 26.9551596375
},
{
"timestamp": "2025-05-01T23:59:00+00:00",
"base_asset_bal": 191.83,
"quote_asset_bal": 9897.630822407,
"total_value_mid": 10316.203882407,
"total_value_exit_net": 10315.889952612,
"total_value": 10316.203882407,
"base_cost_quote": 386.2661324875,
"unrealized_pnl_exit_net": 31.9929977175
},
{
"timestamp": "2025-05-02T23:59:00+00:00",
"base_asset_bal": 156.84,
"quote_asset_bal": 9978.310509277,
"total_value_mid": 10350.178149277,
"total_value_exit_net": 10349.899248547,
"total_value": 10350.178149277,
"base_cost_quote": 305.9783417725,
"unrealized_pnl_exit_net": 65.6103974975
},
{
"timestamp": "2025-05-03T23:59:00+00:00",
"base_asset_bal": 162.12,
"quote_asset_bal": 9967.2586822145,
"total_value_mid": 10356.1845622145,
"total_value_exit_net": 10355.8928678045,
"total_value": 10356.1845622145,
"base_cost_quote": 316.0043156175,
"unrealized_pnl_exit_net": 72.6298699725
},
{
"timestamp": "2025-05-04T23:59:00+00:00",
"base_asset_bal": 164.72,
"quote_asset_bal": 9961.6640735795,
"total_value_mid": 10357.3215135795,
"total_value_exit_net": 10357.0247704995,
"total_value": 10357.3215135795,
"base_cost_quote": 320.994185215,
"unrealized_pnl_exit_net": 74.366511705
},
{
"timestamp": "2025-05-05T23:59:00+00:00",
"base_asset_bal": 157,
"quote_asset_bal": 9981.002110897,
"total_value_mid": 10360.628110897,
"total_value_exit_net": 10360.343391397,
"total_value": 10360.628110897,
"base_cost_quote": 300.9756925975,
"unrealized_pnl_exit_net": 78.3655879025
},
{
"timestamp": "2025-05-06T23:59:00+00:00",
"base_asset_bal": 164.25,
"quote_asset_bal": 9970.8807970745,
"total_value_mid": 10307.9217970745,
"total_value_exit_net": 10307.6690163245,
"total_value": 10307.9217970745,
"base_cost_quote": 310.94207178,
"unrealized_pnl_exit_net": 25.84614747
},
{
"timestamp": "2025-05-07T23:59:00+00:00",
"base_asset_bal": 176.4,
"quote_asset_bal": 9947.0017729995,
"total_value_mid": 10304.9173729995,
"total_value_exit_net": 10304.6489362995,
"total_value": 10304.9173729995,
"base_cost_quote": 335.990223815,
"unrealized_pnl_exit_net": 21.656939485
},
{
"timestamp": "2025-05-08T23:59:00+00:00",
"base_asset_bal": 173.9,
"quote_asset_bal": 9952.497558747,
"total_value_mid": 10310.731558747,
"total_value_exit_net": 10310.462883247,
"total_value": 10310.731558747,
"base_cost_quote": 330.9907270025,
"unrealized_pnl_exit_net": 26.9745974975
},
{
"timestamp": "2025-05-09T23:59:00+00:00",
"base_asset_bal": 166.61,
"quote_asset_bal": 9968.0831839245,
"total_value_mid": 10312.9658839245,
"total_value_exit_net": 10312.7072218995,
"total_value": 10312.9658839245,
"base_cost_quote": 315.95014502,
"unrealized_pnl_exit_net": 28.673892955
},
{
"timestamp": "2025-05-10T23:59:00+00:00",
"base_asset_bal": 164.16,
"quote_asset_bal": 9973.494104177,
"total_value_mid": 10317.080984177,
"total_value_exit_net": 10316.823294017,
"total_value": 10317.080984177,
"base_cost_quote": 310.92970251,
"unrealized_pnl_exit_net": 32.39948733
},
{
"timestamp": "2025-05-11T23:59:00+00:00",
"base_asset_bal": 252.72,
"quote_asset_bal": 9799.255454182,
"total_value_mid": 10281.192494182,
"total_value_exit_net": 10280.831041402,
"total_value": 10281.192494182,
"base_cost_quote": 486.428407895,
"unrealized_pnl_exit_net": -4.852820675
},
{
"timestamp": "2025-05-12T23:59:00+00:00",
"base_asset_bal": 298.21,
"quote_asset_bal": 9715.2750525645,
"total_value_mid": 10263.9814525645,
"total_value_exit_net": 10263.5699227645,
"total_value": 10263.9814525645,
"base_cost_quote": 571.6497259825,
"unrealized_pnl_exit_net": -23.3548557825
},
{
"timestamp": "2025-05-13T23:59:00+00:00",
"base_asset_bal": 309.15,
"quote_asset_bal": 9695.917042877,
"total_value_mid": 10261.352392877,
"total_value_exit_net": 10260.9283163645,
"total_value": 10261.352392877,
"base_cost_quote": 591.7094595075,
"unrealized_pnl_exit_net": -26.69818602
},
{
"timestamp": "2025-05-14T23:59:00+00:00",
"base_asset_bal": 292.73,
"quote_asset_bal": 9726.945803032,
"total_value_mid": 10267.910843032,
"total_value_exit_net": 10267.505119252,
"total_value": 10267.910843032,
"base_cost_quote": 561.6074198975,
"unrealized_pnl_exit_net": -21.0481036775
},
{
"timestamp": "2025-05-15T23:59:00+00:00",
"base_asset_bal": 444.46,
"quote_asset_bal": 9462.460614542,
"total_value_mid": 10199.375294542,
"total_value_exit_net": 10198.822608532,
"total_value": 10199.375294542,
"base_cost_quote": 827.24464851,
"unrealized_pnl_exit_net": -90.88265452
},
{
"timestamp": "2025-05-16T23:59:00+00:00",
"base_asset_bal": 411.46,
"quote_asset_bal": 9518.8275709695,
"total_value_mid": 10221.1897909695,
"total_value_exit_net": 10220.6630193045,
"total_value": 10221.1897909695,
"base_cost_quote": 772.1239489675,
"unrealized_pnl_exit_net": -70.2885006325
},
{
"timestamp": "2025-05-17T23:59:00+00:00",
"base_asset_bal": 453.09,
"quote_asset_bal": 9449.509903492,
"total_value_mid": 10202.545483492,
"total_value_exit_net": 10201.980706807,
"total_value": 10202.545483492,
"base_cost_quote": 842.353951995,
"unrealized_pnl_exit_net": -89.88314868
},
{
"timestamp": "2025-05-18T23:59:00+00:00",
"base_asset_bal": 483.84,
"quote_asset_bal": 9400.286590722,
"total_value_mid": 10189.913470722,
"total_value_exit_net": 10189.321250562,
"total_value": 10189.913470722,
"base_cost_quote": 892.412147505,
"unrealized_pnl_exit_net": -103.377487665
},
{
"timestamp": "2025-05-19T23:59:00+00:00",
"base_asset_bal": 527.53,
"quote_asset_bal": 9330.655708797,
"total_value_mid": 10167.318288797,
"total_value_exit_net": 10166.690791862,
"total_value": 10167.318288797,
"base_cost_quote": 962.6044022425,
"unrealized_pnl_exit_net": -126.5693191775
},
{
"timestamp": "2025-05-20T23:59:00+00:00",
"base_asset_bal": 499.38,
"quote_asset_bal": 9376.8993117071,
"total_value_mid": 10181.899871707,
"total_value_exit_net": 10181.296121287,
"total_value": 10181.899871707,
"base_cost_quote": 917.4841874425,
"unrealized_pnl_exit_net": -113.0873778625
},
{
"timestamp": "2025-05-21T23:59:00+00:00",
"base_asset_bal": 527.62,
"quote_asset_bal": 9332.5918067946,
"total_value_mid": 10166.7590267945,
"total_value_exit_net": 10166.1334013795,
"total_value": 10166.7590267945,
"base_cost_quote": 962.5848676025,
"unrealized_pnl_exit_net": -129.0432730175
},
{
"timestamp": "2025-05-22T23:59:00+00:00",
"base_asset_bal": 527.58,
"quote_asset_bal": 9333.0691643421,
"total_value_mid": 10169.2834643421,
"total_value_exit_net": 10168.6563036171,
"total_value": 10169.2834643421,
"base_cost_quote": 962.5845273475,
"unrealized_pnl_exit_net": -126.9973880725
},
{
"timestamp": "2025-05-23T23:59:00+00:00",
"base_asset_bal": 493.86,
"quote_asset_bal": 9389.6539882871,
"total_value_mid": 10176.8668282871,
"total_value_exit_net": 10176.2764186571,
"total_value": 10176.8668282871,
"base_cost_quote": 907.479479535,
"unrealized_pnl_exit_net": -120.857049165
},
{
"timestamp": "2025-05-24T23:59:00+00:00",
"base_asset_bal": 528.74,
"quote_asset_bal": 9335.4903435471,
"total_value_mid": 10161.9109635471,
"total_value_exit_net": 10161.2911480821,
"total_value": 10161.9109635471,
"base_cost_quote": 962.6373869625,
"unrealized_pnl_exit_net": -136.8365824275
},
{
"timestamp": "2025-05-25T23:59:00+00:00",
"base_asset_bal": 525.9,
"quote_asset_bal": 9341.3266736121,
"total_value_mid": 10152.2644736121,
"total_value_exit_net": 10151.6562702621,
"total_value": 10152.2644736121,
"base_cost_quote": 957.6096790075,
"unrealized_pnl_exit_net": -147.2800823575
},
{
"timestamp": "2025-05-26T23:59:00+00:00",
"base_asset_bal": 552.07,
"quote_asset_bal": 9301.6207196321,
"total_value_mid": 10139.6629796321,
"total_value_exit_net": 10139.0344479371,
"total_value": 10139.6629796321,
"base_cost_quote": 997.7213201925,
"unrealized_pnl_exit_net": -160.3075918875
},
{
"timestamp": "2025-05-27T23:59:00+00:00",
"base_asset_bal": 558.78,
"quote_asset_bal": 9292.1467605046,
"total_value_mid": 10141.4923605046,
"total_value_exit_net": 10140.8553513046,
"total_value": 10141.4923605046,
"base_cost_quote": 1007.751747375,
"unrealized_pnl_exit_net": -159.043156575
},
{
"timestamp": "2025-05-28T23:59:00+00:00",
"base_asset_bal": 562.14,
"quote_asset_bal": 9287.7164352271,
"total_value_mid": 10137.6721152271,
"total_value_exit_net": 10137.0346484671,
"total_value": 10137.6721152271,
"base_cost_quote": 1012.7404360875,
"unrealized_pnl_exit_net": -163.4222228475
},
{
"timestamp": "2025-05-29T23:59:00+00:00",
"base_asset_bal": 565.38,
"quote_asset_bal": 9283.2684741946,
"total_value_mid": 10134.7307541946,
"total_value_exit_net": 10134.0921574846,
"total_value": 10134.7307541946,
"base_cost_quote": 1017.7555446,
"unrealized_pnl_exit_net": -166.93186131
},
{
"timestamp": "2025-05-30T23:59:00+00:00",
"base_asset_bal": 716.78,
"quote_asset_bal": 9068.7549193571,
"total_value_mid": 10032.8240193571,
"total_value_exit_net": 10032.1009675321,
"total_value": 10032.8240193571,
"base_cost_quote": 1233.2105447475,
"unrealized_pnl_exit_net": -269.8644965725
},
{
"timestamp": "2025-05-31T23:59:00+00:00",
"base_asset_bal": 546.32,
"quote_asset_bal": 9316.5014281947,
"total_value_mid": 10061.6819081947,
"total_value_exit_net": 10061.1230228347,
"total_value": 10061.6819081947,
"base_cost_quote": 987.69321475,
"unrealized_pnl_exit_net": -243.07162011
},
{
"timestamp": "2025-06-01T23:59:00+00:00",
"base_asset_bal": 561.09,
"quote_asset_bal": 9297.1319956522,
"total_value_mid": 10056.8478556522,
"total_value_exit_net": 10056.2780687572,
"total_value": 10056.8478556522,
"base_cost_quote": 1007.7399685475,
"unrealized_pnl_exit_net": -248.5938954425
},
{
"timestamp": "2025-06-02T23:59:00+00:00",
"base_asset_bal": 596.69,
"quote_asset_bal": 9248.0276903972,
"total_value_mid": 10060.1227803972,
"total_value_exit_net": 10059.5137090797,
"total_value": 10060.1227803972,
"base_cost_quote": 1057.8505633275,
"unrealized_pnl_exit_net": -246.364544645
},
{
"timestamp": "2025-06-03T23:59:00+00:00",
"base_asset_bal": 615.53,
"quote_asset_bal": 9223.4631673522,
"total_value_mid": 10050.1199573522,
"total_value_exit_net": 10049.4999647597,
"total_value": 10050.1199573522,
"base_cost_quote": 1082.9231736925,
"unrealized_pnl_exit_net": -256.886376285
},
{
"timestamp": "2025-06-04T23:59:00+00:00",
"base_asset_bal": 571.57,
"quote_asset_bal": 9285.2273742572,
"total_value_mid": 10063.7057142572,
"total_value_exit_net": 10063.1218555022,
"total_value": 10063.7057142572,
"base_cost_quote": 1022.7735753025,
"unrealized_pnl_exit_net": -244.8790940575
},
{
"timestamp": "2025-06-05T23:59:00+00:00",
"base_asset_bal": 670.82,
"quote_asset_bal": 9156.0805844972,
"total_value_mid": 10002.6554244972,
"total_value_exit_net": 10002.0204933672,
"total_value": 10002.6554244972,
"base_cost_quote": 1153.0481079775,
"unrealized_pnl_exit_net": -307.1081991075
},
{
"timestamp": "2025-06-06T23:59:00+00:00",
"base_asset_bal": 718.59,
"quote_asset_bal": 9096.6750287872,
"total_value_mid": 9989.8823987872,
"total_value_exit_net": 9989.2124932597,
"total_value": 9989.8823987872,
"base_cost_quote": 1213.17099635,
"unrealized_pnl_exit_net": -320.6335318775
},
{
"timestamp": "2025-06-07T23:59:00+00:00",
"base_asset_bal": 655.3,
"quote_asset_bal": 9177.7104148597,
"total_value_mid": 10015.1838148597,
"total_value_exit_net": 10014.5557098097,
"total_value": 10015.1838148597,
"base_cost_quote": 1132.99530965,
"unrealized_pnl_exit_net": -296.1500147
},
{
"timestamp": "2025-06-08T23:59:00+00:00",
"base_asset_bal": 651.32,
"quote_asset_bal": 9183.2512723397,
"total_value_mid": 10018.2435123397,
"total_value_exit_net": 10017.6172681597,
"total_value": 10018.2435123397,
"base_cost_quote": 1127.98967824,
"unrealized_pnl_exit_net": -293.62368242
},
{
"timestamp": "2025-06-09T23:59:00+00:00",
"base_asset_bal": 628.1,
"quote_asset_bal": 9213.8432148472,
"total_value_mid": 10029.7451148472,
"total_value_exit_net": 10029.1331884222,
"total_value": 10029.7451148472,
"base_cost_quote": 1097.9495950625,
"unrealized_pnl_exit_net": -282.6596214875
},
{
"timestamp": "2025-06-10T23:59:00+00:00",
"base_asset_bal": 620.22,
"quote_asset_bal": 9224.6000430647,
"total_value_mid": 10040.1893430647,
"total_value_exit_net": 10039.5776510897,
"total_value": 10040.1893430647,
"base_cost_quote": 1087.92757418,
"unrealized_pnl_exit_net": -272.949966155
},
{
"timestamp": "2025-06-11T23:59:00+00:00",
"base_asset_bal": 579.28,
"quote_asset_bal": 9280.4986281347,
"total_value_mid": 10041.0932681347,
"total_value_exit_net": 10040.5228221547,
"total_value": 10041.0932681347,
"base_cost_quote": 1032.819133825,
"unrealized_pnl_exit_net": -272.794939805
},
{
"timestamp": "2025-06-12T23:59:00+00:00",
"base_asset_bal": 594.37,
"quote_asset_bal": 9261.7541472697,
"total_value_mid": 10039.7844772697,
"total_value_exit_net": 10039.2009545222,
"total_value": 10039.7844772697,
"base_cost_quote": 1052.848944925,
"unrealized_pnl_exit_net": -275.4021376725
},
{
"timestamp": "2025-06-13T23:59:00+00:00",
"base_asset_bal": 653.12,
"quote_asset_bal": 9187.0919668372,
"total_value_mid": 10009.3700468372,
"total_value_exit_net": 10008.7533382772,
"total_value": 10009.3700468372,
"base_cost_quote": 1128.0175691425,
"unrealized_pnl_exit_net": -306.3561977025
},
{
"timestamp": "2025-06-14T23:59:00+00:00",
"base_asset_bal": 649.16,
"quote_asset_bal": 9192.4641083072,
"total_value_mid": 10012.3531883072,
"total_value_exit_net": 10011.7382714972,
"total_value": 10012.3531883072,
"base_cost_quote": 1122.9862785025,
"unrealized_pnl_exit_net": -303.7121153125
},
{
"timestamp": "2025-06-15T23:59:00+00:00",
"base_asset_bal": 665.03,
"quote_asset_bal": 9172.7896305147,
"total_value_mid": 10008.7323405147,
"total_value_exit_net": 10008.1053834822,
"total_value": 10008.7323405147,
"base_cost_quote": 1143.0399074525,
"unrealized_pnl_exit_net": -307.724154485
},
{
"timestamp": "2025-06-16T23:59:00+00:00",
"base_asset_bal": 677.1,
"quote_asset_bal": 9158.3063771722,
"total_value_mid": 9999.2645771721,
"total_value_exit_net": 9998.6338585221,
"total_value": 9999.2645771721,
"base_cost_quote": 1158.07410465,
"unrealized_pnl_exit_net": -317.7466233
},
{
"timestamp": "2025-06-17T23:59:00+00:00",
"base_asset_bal": 759.97,
"quote_asset_bal": 9058.4414372897,
"total_value_mid": 9952.1661572896,
"total_value_exit_net": 9951.4958637496,
"total_value": 9952.1661572896,
"base_cost_quote": 1258.240633245,
"unrealized_pnl_exit_net": -365.186206785
},
{
"timestamp": "2025-06-18T23:59:00+00:00",
"base_asset_bal": 772.99,
"quote_asset_bal": 9043.7022752771,
"total_value_mid": 9947.3275852771,
"total_value_exit_net": 9946.6498662946,
"total_value": 9947.3275852771,
"base_cost_quote": 1273.2579577975,
"unrealized_pnl_exit_net": -370.31036678
},
{
"timestamp": "2025-06-19T23:59:00+00:00",
"base_asset_bal": 747.54,
"quote_asset_bal": 9074.1043907071,
"total_value_mid": 9959.1917507071,
"total_value_exit_net": 9958.5279351871,
"total_value": 9959.1917507071,
"base_cost_quote": 1243.2072766775,
"unrealized_pnl_exit_net": -358.7837321975
},
{
"timestamp": "2025-06-20T23:59:00+00:00",
"base_asset_bal": 861.52,
"quote_asset_bal": 8944.1544352096,
"total_value_mid": 9898.7185952096,
"total_value_exit_net": 9898.0026720896,
"total_value": 9898.7185952096,
"base_cost_quote": 1373.46672805,
"unrealized_pnl_exit_net": -419.61849117
},
{
"timestamp": "2025-06-21T23:59:00+00:00",
"base_asset_bal": 959.82,
"quote_asset_bal": 8839.2352690121,
"total_value_mid": 9835.5284290121,
"total_value_exit_net": 9834.7812091421,
"total_value": 9835.5284290121,
"base_cost_quote": 1478.6701614925,
"unrealized_pnl_exit_net": -483.1242213625
},
{
"timestamp": "2025-06-22T23:59:00+00:00",
"base_asset_bal": 994.47,
"quote_asset_bal": 8805.1760985821,
"total_value_mid": 9818.5410285821,
"total_value_exit_net": 9817.7810048846,
"total_value": 9818.5410285821,
"base_cost_quote": 1513.7365815975,
"unrealized_pnl_exit_net": -501.131675295
},
{
"timestamp": "2025-06-23T23:59:00+00:00",
"base_asset_bal": 908.79,
"quote_asset_bal": 8896.1659508821,
"total_value_mid": 9882.2031008821,
"total_value_exit_net": 9881.4635730196,
"total_value": 9882.2031008821,
"base_cost_quote": 1423.5662044975,
"unrealized_pnl_exit_net": -438.26858236
},
{
"timestamp": "2025-06-24T23:59:00+00:00",
"base_asset_bal": 899.67,
"quote_asset_bal": 8906.7036876021,
"total_value_mid": 9896.3406876021,
"total_value_exit_net": 9895.5984598521,
"total_value": 9896.3406876021,
"base_cost_quote": 1413.5442736825,
"unrealized_pnl_exit_net": -424.6495014325
},
{
"timestamp": "2025-06-25T23:59:00+00:00",
"base_asset_bal": 941.67,
"quote_asset_bal": 8862.0890823371,
"total_value_mid": 9860.2592823371,
"total_value_exit_net": 9859.5106546871,
"total_value": 9860.2592823371,
"base_cost_quote": 1458.5978785625,
"unrealized_pnl_exit_net": -461.1763062125
},
{
"timestamp": "2025-06-26T23:59:00+00:00",
"base_asset_bal": 989.82,
"quote_asset_bal": 8812.4643926871,
"total_value_mid": 9830.9891726871,
"total_value_exit_net": 9830.2252791021,
"total_value": 9830.9891726871,
"base_cost_quote": 1508.6737072875,
"unrealized_pnl_exit_net": -490.9128208725
},
{
"timestamp": "2025-06-27T23:59:00+00:00",
"base_asset_bal": 1013.96,
"quote_asset_bal": 8788.0322489771,
"total_value_mid": 9821.2574889771,
"total_value_exit_net": 9820.4825700471,
"total_value": 9821.2574889771,
"base_cost_quote": 1533.7157747625,
"unrealized_pnl_exit_net": -501.2654536925
},
{
"timestamp": "2025-06-28T23:59:00+00:00",
"base_asset_bal": 1004.35,
"quote_asset_bal": 8798.2657221346,
"total_value_mid": 9823.7070721346,
"total_value_exit_net": 9822.9379911221,
"total_value": 9823.7070721346,
"base_cost_quote": 1523.711307035,
"unrealized_pnl_exit_net": -499.0390380475
},
{
"timestamp": "2025-06-29T23:59:00+00:00",
"base_asset_bal": 956.04,
"quote_asset_bal": 8848.6487693871,
"total_value_mid": 9855.3588893871,
"total_value_exit_net": 9854.6038567971,
"total_value": 9855.3588893871,
"base_cost_quote": 1473.60469524,
"unrealized_pnl_exit_net": -467.64960783
},
{
"timestamp": "2025-06-30T23:59:00+00:00",
"base_asset_bal": 985.61,
"quote_asset_bal": 8819.0436878571,
"total_value_mid": 9830.2795478571,
"total_value_exit_net": 9829.5211209621,
"total_value": 9830.2795478571,
"base_cost_quote": 1503.6556665775,
"unrealized_pnl_exit_net": -493.1782334725
},
{
"timestamp": "2025-07-01T23:59:00+00:00",
"base_asset_bal": 1000.99,
"quote_asset_bal": 8804.5796345321,
"total_value_mid": 9806.5706245321,
"total_value_exit_net": 9805.8191312896,
"total_value": 9806.5706245321,
"base_cost_quote": 1518.7049650925,
"unrealized_pnl_exit_net": -517.465468335
},
{
"timestamp": "2025-07-02T23:59:00+00:00",
"base_asset_bal": 956.86,
"quote_asset_bal": 8850.2212839921,
"total_value_mid": 9836.7439439921,
"total_value_exit_net": 9836.0040519971,
"total_value": 9836.7439439921,
"base_cost_quote": 1473.60945881,
"unrealized_pnl_exit_net": -487.826690805
},
{
"timestamp": "2025-07-03T23:59:00+00:00",
"base_asset_bal": 971.48,
"quote_asset_bal": 8835.4845898546,
"total_value_mid": 9833.1945498546,
"total_value_exit_net": 9832.4462673846,
"total_value": 9833.1945498546,
"base_cost_quote": 1488.6343090025,
"unrealized_pnl_exit_net": -491.6726314725
},
{
"timestamp": "2025-07-04T23:59:00+00:00",
"base_asset_bal": 913.49,
"quote_asset_bal": 8901.9996184447,
"total_value_mid": 9838.3268684446,
"total_value_exit_net": 9837.6246230071,
"total_value": 9838.3268684446,
"base_cost_quote": 1423.5538752575,
"unrealized_pnl_exit_net": -487.928870695
},
{
"timestamp": "2025-07-05T23:59:00+00:00",
"base_asset_bal": 923.5,
"quote_asset_bal": 8892.4037117847,
"total_value_mid": 9825.1387117847,
"total_value_exit_net": 9824.4391605347,
"total_value": 9825.1387117847,
"base_cost_quote": 1433.5629764575,
"unrealized_pnl_exit_net": -501.5275277075
},
{
"timestamp": "2025-07-06T23:59:00+00:00",
"base_asset_bal": 923.72,
"quote_asset_bal": 8892.6902704172,
"total_value_mid": 9826.5711904172,
"total_value_exit_net": 9825.8707797272,
"total_value": 9826.5711904172,
"base_cost_quote": 1433.5842123725,
"unrealized_pnl_exit_net": -500.4037030625
},
{
"timestamp": "2025-07-07T23:59:00+00:00",
"base_asset_bal": 913.92,
"quote_asset_bal": 8903.1781418197,
"total_value_mid": 9836.2904618197,
"total_value_exit_net": 9835.5906275797,
"total_value": 9836.2904618197,
"base_cost_quote": 1423.55718774,
"unrealized_pnl_exit_net": -491.14470198
},
{
"timestamp": "2025-07-08T23:59:00+00:00",
"base_asset_bal": 823.94,
"quote_asset_bal": 9004.3636843122,
"total_value_mid": 9860.4373443122,
"total_value_exit_net": 9859.7952890672,
"total_value": 9860.4373443122,
"base_cost_quote": 1323.3605265625,
"unrealized_pnl_exit_net": -467.9289218075
},
{
"timestamp": "2025-07-09T23:59:00+00:00",
"base_asset_bal": 799.89,
"quote_asset_bal": 9029.7644561922,
"total_value_mid": 9873.6484061922,
"total_value_exit_net": 9873.0154932297,
"total_value": 9873.6484061922,
"base_cost_quote": 1298.3135954425,
"unrealized_pnl_exit_net": -455.062558405
},
{
"timestamp": "2025-07-10T23:59:00+00:00",
"base_asset_bal": 776.34,
"quote_asset_bal": 9055.1274779972,
"total_value_mid": 9889.6929779972,
"total_value_exit_net": 9889.0670538722,
"total_value": 9889.6929779972,
"base_cost_quote": 1273.2686257925,
"unrealized_pnl_exit_net": -439.3290499175
},
{
"timestamp": "2025-07-11T23:59:00+00:00",
"base_asset_bal": 816.45,
"quote_asset_bal": 9010.5502375597,
"total_value_mid": 9919.2590875597,
"total_value_exit_net": 9918.5775559222,
"total_value": 9919.2590875597,
"base_cost_quote": 1318.3580775375,
"unrealized_pnl_exit_net": -410.330759175
},
{
"timestamp": "2025-07-12T23:59:00+00:00",
"base_asset_bal": 774.06,
"quote_asset_bal": 9061.5433953747,
"total_value_mid": 9940.8755553747,
"total_value_exit_net": 9940.2160562547,
"total_value": 9940.8755553747,
"base_cost_quote": 1268.2719811175,
"unrealized_pnl_exit_net": -389.5993202375
},
{
"timestamp": "2025-07-13T23:59:00+00:00",
"base_asset_bal": 787.17,
"quote_asset_bal": 9047.0284071222,
"total_value_mid": 9936.5305071222,
"total_value_exit_net": 9935.8633805472,
"total_value": 9936.5305071222,
"base_cost_quote": 1283.275515335,
"unrealized_pnl_exit_net": -394.44054191
},
{
"timestamp": "2025-07-14T23:59:00+00:00",
"base_asset_bal": 782.86,
"quote_asset_bal": 9052.4090672447,
"total_value_mid": 9941.7380272447,
"total_value_exit_net": 9941.0710305247,
"total_value": 9941.7380272447,
"base_cost_quote": 1278.292100575,
"unrealized_pnl_exit_net": -389.630137295
},
{
"timestamp": "2025-07-15T23:59:00+00:00",
"base_asset_bal": 774.36,
"quote_asset_bal": 9062.6924676723,
"total_value_mid": 9950.1090276722,
"total_value_exit_net": 9949.4434652522,
"total_value": 9950.1090276722,
"base_cost_quote": 1268.2760041325,
"unrealized_pnl_exit_net": -381.5250065525
},
{
"timestamp": "2025-07-16T23:59:00+00:00",
"base_asset_bal": 800.92,
"quote_asset_bal": 9032.7240339748,
"total_value_mid": 9938.5645539748,
"total_value_exit_net": 9937.8851735848,
"total_value": 9938.5645539748,
"base_cost_quote": 1298.3043284975,
"unrealized_pnl_exit_net": -393.1431888875
},
{
"timestamp": "2025-07-17T23:59:00+00:00",
"base_asset_bal": 818.93,
"quote_asset_bal": 9012.7663450298,
"total_value_mid": 9931.6058050298,
"total_value_exit_net": 9930.9166754348,
"total_value": 9931.6058050298,
"base_cost_quote": 1318.34389691,
"unrealized_pnl_exit_net": -400.193566505
},
{
"timestamp": "2025-07-18T23:59:00+00:00",
"base_asset_bal": 823.6,
"quote_asset_bal": 9007.9865758698,
"total_value_mid": 9930.4185758698,
"total_value_exit_net": 9929.7267518698,
"total_value": 9930.4185758698,
"base_cost_quote": 1323.3821627775,
"unrealized_pnl_exit_net": -401.6419867775
},
{
"timestamp": "2025-07-19T23:59:00+00:00",
"base_asset_bal": 814.86,
"quote_asset_bal": 9018.1636783448,
"total_value_mid": 9932.4365983448,
"total_value_exit_net": 9931.7508936548,
"total_value": 9932.4365983448,
"base_cost_quote": 1313.35499804,
"unrealized_pnl_exit_net": -399.76778273
},
{
"timestamp": "2025-07-20T23:59:00+00:00",
"base_asset_bal": 806.09,
"quote_asset_bal": 9028.2786724423,
"total_value_mid": 9941.5786424423,
"total_value_exit_net": 9940.8936674648,
"total_value": 9941.5786424423,
"base_cost_quote": 1303.33572922,
"unrealized_pnl_exit_net": -390.7207341975
},
{
"timestamp": "2025-07-21T23:59:00+00:00",
"base_asset_bal": 736.93,
"quote_asset_bal": 9109.2325731573,
"total_value_mid": 9950.0697031573,
"total_value_exit_net": 9949.4390753098,
"total_value": 9950.0697031573,
"base_cost_quote": 1223.1722416625,
"unrealized_pnl_exit_net": -382.96573951
},
{
"timestamp": "2025-07-22T23:59:00+00:00",
"base_asset_bal": 737.25,
"quote_asset_bal": 9109.4038539623,
"total_value_mid": 9948.3943539623,
"total_value_exit_net": 9947.7651110873,
"total_value": 9948.3943539623,
"base_cost_quote": 1223.164706015,
"unrealized_pnl_exit_net": -384.80344889
},
{
"timestamp": "2025-07-23T23:59:00+00:00",
"base_asset_bal": 750.2,
"quote_asset_bal": 9095.0597621148,
"total_value_mid": 9951.7881621148,
"total_value_exit_net": 9951.1456158148,
"total_value": 9951.7881621148,
"base_cost_quote": 1238.2055582,
"unrealized_pnl_exit_net": -382.1197045
},
{
"timestamp": "2025-07-24T23:59:00+00:00",
"base_asset_bal": 773.18,
"quote_asset_bal": 9070.2249548898,
"total_value_mid": 9927.6815748898,
"total_value_exit_net": 9927.0384824248,
"total_value": 9927.6815748898,
"base_cost_quote": 1263.2721740725,
"unrealized_pnl_exit_net": -406.4586465375
},
{
"timestamp": "2025-07-25T23:59:00+00:00",
"base_asset_bal": 782.56,
"quote_asset_bal": 9060.7845756348,
"total_value_mid": 9927.0784956348,
"total_value_exit_net": 9926.4287751948,
"total_value": 9927.0784956348,
"base_cost_quote": 1273.28708963,
"unrealized_pnl_exit_net": -407.64289007
},
{
"timestamp": "2025-07-26T23:59:00+00:00",
"base_asset_bal": 773.82,
"quote_asset_bal": 9071.1402747724,
"total_value_mid": 9930.8542947723,
"total_value_exit_net": 9930.2095092573,
"total_value": 9930.8542947723,
"base_cost_quote": 1263.2542406325,
"unrealized_pnl_exit_net": -404.1850061475
},
{
"timestamp": "2025-07-27T23:59:00+00:00",
"base_asset_bal": 706.42,
"quote_asset_bal": 9152.8645736973,
"total_value_mid": 10007.6327736973,
"total_value_exit_net": 10006.9916975473,
"total_value": 10007.6327736973,
"base_cost_quote": 1183.1029922475,
"unrealized_pnl_exit_net": -328.9758683975
},
{
"timestamp": "2025-07-28T23:59:00+00:00",
"base_asset_bal": 559.16,
"quote_asset_bal": 9346.9807277648,
"total_value_mid": 10072.7704077648,
"total_value_exit_net": 10072.2260655048,
"total_value": 10072.7704077648,
"base_cost_quote": 992.726446845,
"unrealized_pnl_exit_net": -267.481109105
},
{
"timestamp": "2025-07-29T23:59:00+00:00",
"base_asset_bal": 705.7,
"quote_asset_bal": 9167.6909220323,
"total_value_mid": 9997.5941220323,
"total_value_exit_net": 9996.9716946323,
"total_value": 9997.5941220323,
"base_cost_quote": 1173.0964529675,
"unrealized_pnl_exit_net": -343.8156803675
},
{
"timestamp": "2025-07-30T23:59:00+00:00",
"base_asset_bal": 701.78,
"quote_asset_bal": 9173.2691617698,
"total_value_mid": 9999.2642217698,
"total_value_exit_net": 9998.6447254748,
"total_value": 9999.2642217698,
"base_cost_quote": 1168.08212504,
"unrealized_pnl_exit_net": -342.706561335
},
{
"timestamp": "2025-07-31T23:59:00+00:00",
"base_asset_bal": 706.75,
"quote_asset_bal": 9169.0068760573,
"total_value_mid": 9995.9043760572,
"total_value_exit_net": 9995.2842029322,
"total_value": 9995.9043760572,
"base_cost_quote": 1173.0810814475,
"unrealized_pnl_exit_net": -346.8037545725
},
{
"timestamp": "2025-08-01T23:59:00+00:00",
"base_asset_bal": 678.95,
"quote_asset_bal": 9205.1739533673,
"total_value_mid": 9992.7559533672,
"total_value_exit_net": 9992.1652668672,
"total_value": 9992.7559533672,
"base_cost_quote": 1138.0192247625,
"unrealized_pnl_exit_net": -351.0279112625
},
{
"timestamp": "2025-08-02T23:59:00+00:00",
"base_asset_bal": 679.18,
"quote_asset_bal": 9206.2597447347,
"total_value_mid": 10000.2211647347,
"total_value_exit_net": 9999.6256936697,
"total_value": 10000.2211647347,
"base_cost_quote": 1138.0091772325,
"unrealized_pnl_exit_net": -344.6432282975
},
{
"timestamp": "2025-08-03T23:59:00+00:00",
"base_asset_bal": 679.23,
"quote_asset_bal": 9206.5412893472,
"total_value_mid": 10001.2403893472,
"total_value_exit_net": 10000.6443650222,
"total_value": 10001.2403893472,
"base_cost_quote": 1138.018494215,
"unrealized_pnl_exit_net": -343.91541854
},
{
"timestamp": "2025-08-04T23:59:00+00:00",
"base_asset_bal": 670.85,
"quote_asset_bal": 9216.7436674172,
"total_value_mid": 10002.9798674172,
"total_value_exit_net": 10002.3901902672,
"total_value": 10002.9798674172,
"base_cost_quote": 1127.990979215,
"unrealized_pnl_exit_net": -342.344456365
},
{
"timestamp": "2025-08-05T23:59:00+00:00",
"base_asset_bal": 701.11,
"quote_asset_bal": 9181.9832826822,
"total_value_mid": 9988.2597826822,
"total_value_exit_net": 9987.6550753072,
"total_value": 9988.2597826822,
"base_cost_quote": 1163.05171506,
"unrealized_pnl_exit_net": -357.379922435
},
{
"timestamp": "2025-08-06T23:59:00+00:00",
"base_asset_bal": 688.24,
"quote_asset_bal": 9197.2440759947,
"total_value_mid": 9992.1612759947,
"total_value_exit_net": 9991.5650880947,
"total_value": 9992.1612759947,
"base_cost_quote": 1148.0331796,
"unrealized_pnl_exit_net": -353.7121675
},
{
"timestamp": "2025-08-07T23:59:00+00:00",
"base_asset_bal": 691.68,
"quote_asset_bal": 9192.6415272347,
"total_value_mid": 10015.7407272347,
"total_value_exit_net": 10015.1234028347,
"total_value": 10015.7407272347,
"base_cost_quote": 1153.042153515,
"unrealized_pnl_exit_net": -330.560277915
},
{
"timestamp": "2025-08-08T23:59:00+00:00",
"base_asset_bal": 654.24,
"quote_asset_bal": 9238.6763047922,
"total_value_mid": 10046.0084647922,
"total_value_exit_net": 10045.4029656722,
"total_value": 10046.0084647922,
"base_cost_quote": 1107.9581358425,
"unrealized_pnl_exit_net": -301.2314749625
},
{
"timestamp": "2025-08-09T23:59:00+00:00",
"base_asset_bal": 658.27,
"quote_asset_bal": 9234.6409590922,
"total_value_mid": 10044.9713290921,
"total_value_exit_net": 10044.3635813146,
"total_value": 10044.9713290921,
"base_cost_quote": 1112.9675500875,
"unrealized_pnl_exit_net": -303.244927865
},
{
"timestamp": "2025-08-10T23:59:00+00:00",
"base_asset_bal": 578.31,
"quote_asset_bal": 9338.0755091697,
"total_value_mid": 10110.1193591696,
"total_value_exit_net": 10109.5403262821,
"total_value": 10110.1193591696,
"base_cost_quote": 1012.74891244,
"unrealized_pnl_exit_net": -241.2840953275
},
{
"timestamp": "2025-08-11T23:59:00+00:00",
"base_asset_bal": 604.93,
"quote_asset_bal": 9305.1908224872,
"total_value_mid": 10086.7603824872,
"total_value_exit_net": 10086.1742053172,
"total_value": 10086.7603824872,
"base_cost_quote": 1047.8210468275,
"unrealized_pnl_exit_net": -266.8376639975
},
{
"timestamp": "2025-08-12T23:59:00+00:00",
"base_asset_bal": 574.37,
"quote_asset_bal": 9346.7885895497,
"total_value_mid": 10100.9363995497,
"total_value_exit_net": 10100.3707886922,
"total_value": 10100.9363995497,
"base_cost_quote": 1007.74155974,
"unrealized_pnl_exit_net": -254.1593605975
},
{
"timestamp": "2025-08-13T23:59:00+00:00",
"base_asset_bal": 574.2,
"quote_asset_bal": 9347.6516588072,
"total_value_mid": 10108.4666588071,
"total_value_exit_net": 10107.8960475571,
"total_value": 10108.4666588071,
"base_cost_quote": 1007.7351449325,
"unrealized_pnl_exit_net": -247.4907561825
},
{
"timestamp": "2025-08-14T23:59:00+00:00",
"base_asset_bal": 643.79,
"quote_asset_bal": 9258.5481449247,
"total_value_mid": 10079.3803949246,
"total_value_exit_net": 10078.7647707371,
"total_value": 10079.3803949246,
"base_cost_quote": 1097.933693145,
"unrealized_pnl_exit_net": -277.7170673325
},
{
"timestamp": "2025-08-15T23:59:00+00:00",
"base_asset_bal": 574.1,
"quote_asset_bal": 9350.6850699122,
"total_value_mid": 10116.5344699122,
"total_value_exit_net": 10115.9600828622,
"total_value": 10116.5344699122,
"base_cost_quote": 1007.7394681725,
"unrealized_pnl_exit_net": -242.4644552225
},
{
"timestamp": "2025-08-16T23:59:00+00:00",
"base_asset_bal": 604.21,
"quote_asset_bal": 9311.9630596872,
"total_value_mid": 10107.1034196872,
"total_value_exit_net": 10106.5070644172,
"total_value": 10107.1034196872,
"base_cost_quote": 1047.8230082975,
"unrealized_pnl_exit_net": -253.2790035675
},
{
"timestamp": "2025-08-17T23:59:00+00:00",
"base_asset_bal": 585.34,
"quote_asset_bal": 9337.7625968972,
"total_value_mid": 10106.8993568971,
"total_value_exit_net": 10106.3225043271,
"total_value": 10106.8993568971,
"base_cost_quote": 1022.7791795025,
"unrealized_pnl_exit_net": -254.2192720725
},
{
"timestamp": "2025-08-18T23:59:00+00:00",
"base_asset_bal": 631.62,
"quote_asset_bal": 9278.5426369397,
"total_value_mid": 10089.5427169396,
"total_value_exit_net": 10088.9344668796,
"total_value": 10089.5427169396,
"base_cost_quote": 1082.89632357,
"unrealized_pnl_exit_net": -272.50449363
},
{
"timestamp": "2025-08-19T23:59:00+00:00",
"base_asset_bal": 699.76,
"quote_asset_bal": 9194.0532596296,
"total_value_mid": 10050.5594996296,
"total_value_exit_net": 10049.9171199496,
"total_value": 10050.5594996296,
"base_cost_quote": 1168.0778718525,
"unrealized_pnl_exit_net": -312.2140115325
},
{
"timestamp": "2025-08-20T23:59:00+00:00",
"base_asset_bal": 699.63,
"quote_asset_bal": 9194.5387036471,
"total_value_mid": 10049.4865636471,
"total_value_exit_net": 10048.8453527521,
"total_value": 10049.4865636471,
"base_cost_quote": 1168.0728681025,
"unrealized_pnl_exit_net": -313.7662189975
},
{
"timestamp": "2025-08-21T23:59:00+00:00",
"base_asset_bal": 700.39,
"quote_asset_bal": 9195.3294119371,
"total_value_mid": 10051.9063819371,
"total_value_exit_net": 10051.2639492096,
"total_value": 10051.9063819371,
"base_cost_quote": 1168.0675841425,
"unrealized_pnl_exit_net": -312.13304687
},
{
"timestamp": "2025-08-22T23:59:00+00:00",
"base_asset_bal": 647.88,
"quote_asset_bal": 9261.1883591596,
"total_value_mid": 10080.7565591596,
"total_value_exit_net": 10080.1418830096,
"total_value": 10080.7565591596,
"base_cost_quote": 1102.93462103,
"unrealized_pnl_exit_net": -283.98109718
},
{
"timestamp": "2025-08-23T23:59:00+00:00",
"base_asset_bal": 643.8,
"quote_asset_bal": 9266.7620832671,
"total_value_mid": 10085.031883267,
"total_value_exit_net": 10084.418180917,
"total_value": 10085.031883267,
"base_cost_quote": 1097.9382865875,
"unrealized_pnl_exit_net": -280.2821889375
},
{
"timestamp": "2025-08-24T23:59:00+00:00",
"base_asset_bal": 687.73,
"quote_asset_bal": 9212.0605164871,
"total_value_mid": 10064.845716487,
"total_value_exit_net": 10064.206127587,
"total_value": 10064.845716487,
"base_cost_quote": 1153.0182255825,
"unrealized_pnl_exit_net": -300.8726144825
},
{
"timestamp": "2025-08-25T23:59:00+00:00",
"base_asset_bal": 791.92,
"quote_asset_bal": 9087.322052832,
"total_value_mid": 10004.365412832,
"total_value_exit_net": 10003.677630312,
"total_value": 10004.365412832,
"base_cost_quote": 1278.2812624525,
"unrealized_pnl_exit_net": -361.9256849725
},
{
"timestamp": "2025-08-26T23:59:00+00:00",
"base_asset_bal": 757.81,
"quote_asset_bal": 9127.779845947,
"total_value_mid": 10028.058125947,
"total_value_exit_net": 10027.382917237,
"total_value": 10028.058125947,
"base_cost_quote": 1238.19226824,
"unrealized_pnl_exit_net": -338.58919695
},
{
"timestamp": "2025-08-27T23:59:00+00:00",
"base_asset_bal": 779.29,
"quote_asset_bal": 9102.8809240995,
"total_value_mid": 10015.4295140995,
"total_value_exit_net": 10014.745102657,
"total_value": 10015.4295140995,
"base_cost_quote": 1263.2422916775,
"unrealized_pnl_exit_net": -351.37811312
},
{
"timestamp": "2025-08-28T23:59:00+00:00",
"base_asset_bal": 762.47,
"quote_asset_bal": 9123.155117757,
"total_value_mid": 10025.919597757,
"total_value_exit_net": 10025.242524397,
"total_value": 10025.919597757,
"base_cost_quote": 1243.2141418225,
"unrealized_pnl_exit_net": -341.1267351825
},
{
"timestamp": "2025-08-29T23:59:00+00:00",
"base_asset_bal": 733.74,
"quote_asset_bal": 9158.828303817,
"total_value_mid": 10026.108983817,
"total_value_exit_net": 10025.458523307,
"total_value": 10026.108983817,
"base_cost_quote": 1208.1347119675,
"unrealized_pnl_exit_net": -341.5044924775
},
{
"timestamp": "2025-08-30T23:59:00+00:00",
"base_asset_bal": 738.16,
"quote_asset_bal": 9154.043948397,
"total_value_mid": 10026.549068397,
"total_value_exit_net": 10025.894689557,
"total_value": 10026.549068397,
"base_cost_quote": 1213.1525124975,
"unrealized_pnl_exit_net": -341.3017713375
},
{
"timestamp": "2025-08-31T23:59:00+00:00",
"base_asset_bal": 811.02,
"quote_asset_bal": 9069.1029856595,
"total_value_mid": 10000.9649656595,
"total_value_exit_net": 10000.2660691745,
"total_value": 10000.9649656595,
"base_cost_quote": 1298.32229196,
"unrealized_pnl_exit_net": -367.159208445
},
{
"timestamp": "2025-09-01T23:59:00+00:00",
"base_asset_bal": 807.11,
"quote_asset_bal": 9074.561346557,
"total_value_mid": 9993.052526557,
"total_value_exit_net": 9992.363658172,
"total_value": 9993.052526557,
"base_cost_quote": 1293.3173510675,
"unrealized_pnl_exit_net": -375.5150394525
},
{
"timestamp": "2025-09-02T23:59:00+00:00",
"base_asset_bal": 807.07,
"quote_asset_bal": 9074.768900532,
"total_value_mid": 10002.092330532,
"total_value_exit_net": 10001.3968379595,
"total_value": 10002.092330532,
"base_cost_quote": 1293.320723595,
"unrealized_pnl_exit_net": -366.6927861675
},
{
"timestamp": "2025-09-03T23:59:00+00:00",
"base_asset_bal": 807.09,
"quote_asset_bal": 9074.895281837,
"total_value_mid": 10001.434601837,
"total_value_exit_net": 10000.739697347,
"total_value": 10001.434601837,
"base_cost_quote": 1293.3222947725,
"unrealized_pnl_exit_net": -367.4778792625
},
{
"timestamp": "2025-09-04T23:59:00+00:00",
"base_asset_bal": 842.9,
"quote_asset_bal": 9035.0716565595,
"total_value_mid": 9974.9051565594,
"total_value_exit_net": 9974.2002814344,
"total_value": 9974.9051565594,
"base_cost_quote": 1333.3764829,
"unrealized_pnl_exit_net": -394.247858025
},
{
"timestamp": "2025-09-05T23:59:00+00:00",
"base_asset_bal": 829.61,
"quote_asset_bal": 9050.150676952,
"total_value_mid": 9987.609976952,
"total_value_exit_net": 9986.906882477,
"total_value": 9987.609976952,
"base_cost_quote": 1318.354364755,
"unrealized_pnl_exit_net": -381.59815923
},
{
"timestamp": "2025-09-06T23:59:00+00:00",
"base_asset_bal": 851.95,
"quote_asset_bal": 9025.1356189495,
"total_value_mid": 9975.9118189495,
"total_value_exit_net": 9975.1987367995,
"total_value": 9975.9118189495,
"base_cost_quote": 1343.411343405,
"unrealized_pnl_exit_net": -393.348225555
},
{
"timestamp": "2025-09-07T23:59:00+00:00",
"base_asset_bal": 820.86,
"quote_asset_bal": 9060.2662787695,
"total_value_mid": 9991.1215187695,
"total_value_exit_net": 9990.4233773395,
"total_value": 9991.1215187695,
"base_cost_quote": 1308.3366671125,
"unrealized_pnl_exit_net": -378.1795685425
},
{
"timestamp": "2025-09-08T23:59:00+00:00",
"base_asset_bal": 803.44,
"quote_asset_bal": 9080.3672449195,
"total_value_mid": 10000.3060449195,
"total_value_exit_net": 9999.6160908195,
"total_value": 10000.3060449195,
"base_cost_quote": 1288.2991502375,
"unrealized_pnl_exit_net": -369.0503043375
},
{
"timestamp": "2025-09-09T23:59:00+00:00",
"base_asset_bal": 821.14,
"quote_asset_bal": 9060.4762312595,
"total_value_mid": 9990.8278512595,
"total_value_exit_net": 9990.1300875445,
"total_value": 9990.8278512595,
"base_cost_quote": 1308.345343615,
"unrealized_pnl_exit_net": -378.69148733
},
{
"timestamp": "2025-09-10T23:59:00+00:00",
"base_asset_bal": 807.97,
"quote_asset_bal": 9075.628930112,
"total_value_mid": 9999.138640112,
"total_value_exit_net": 9998.4460078295,
"total_value": 9999.138640112,
"base_cost_quote": 1293.315399605,
"unrealized_pnl_exit_net": -370.4983218875
},
{
"timestamp": "2025-09-11T23:59:00+00:00",
"base_asset_bal": 808.03,
"quote_asset_bal": 9075.703438912,
"total_value_mid": 9996.857638912,
"total_value_exit_net": 9996.166773262,
"total_value": 9996.857638912,
"base_cost_quote": 1293.3083243025,
"unrealized_pnl_exit_net": -372.8449899525
},
{
"timestamp": "2025-09-12T23:59:00+00:00",
"base_asset_bal": 812.46,
"quote_asset_bal": 9070.767183602,
"total_value_mid": 10001.033883602,
"total_value_exit_net": 10000.336183577,
"total_value": 10001.033883602,
"base_cost_quote": 1298.3225621625,
"unrealized_pnl_exit_net": -368.7535621875
},
{
"timestamp": "2025-09-13T23:59:00+00:00",
"base_asset_bal": 803.7,
"quote_asset_bal": 9080.9878030545,
"total_value_mid": 10007.6539030544,
"total_value_exit_net": 10006.9589034794,
"total_value": 10007.6539030544,
"base_cost_quote": 1288.31058881,
"unrealized_pnl_exit_net": -362.339488385
},
{
"timestamp": "2025-09-14T23:59:00+00:00",
"base_asset_bal": 812.61,
"quote_asset_bal": 9071.393822102,
"total_value_mid": 10002.644882102,
"total_value_exit_net": 10001.946443807,
"total_value": 10002.644882102,
"base_cost_quote": 1298.3187993425,
"unrealized_pnl_exit_net": -367.7661776375
},
{
"timestamp": "2025-09-15T23:59:00+00:00",
"base_asset_bal": 843.81,
"quote_asset_bal": 9036.4051786645,
"total_value_mid": 9982.3161886645,
"total_value_exit_net": 9981.606755407,
"total_value": 9982.3161886645,
"base_cost_quote": 1333.3959474875,
"unrealized_pnl_exit_net": -388.194370745
},
{
"timestamp": "2025-09-16T23:59:00+00:00",
"base_asset_bal": 830.57,
"quote_asset_bal": 9051.5152503845,
"total_value_mid": 9990.0593503845,
"total_value_exit_net": 9989.3554423095,
"total_value": 9990.0593503845,
"base_cost_quote": 1318.3585578975,
"unrealized_pnl_exit_net": -380.5183659725
},
{
"timestamp": "2025-09-17T23:59:00+00:00",
"base_asset_bal": 813.06,
"quote_asset_bal": 9071.6292090095,
"total_value_mid": 9998.5176090095,
"total_value_exit_net": 9997.8224427095,
"total_value": 9998.5176090095,
"base_cost_quote": 1298.321631465,
"unrealized_pnl_exit_net": -372.128397765
},
{
"timestamp": "2025-09-18T23:59:00+00:00",
"base_asset_bal": 821.98,
"quote_asset_bal": 9061.668018262,
"total_value_mid": 9991.327398262,
"total_value_exit_net": 9990.630153727,
"total_value": 9991.327398262,
"base_cost_quote": 1308.3457239,
"unrealized_pnl_exit_net": -379.383588435
},
{
"timestamp": "2025-09-19T23:59:00+00:00",
"base_asset_bal": 835.33,
"quote_asset_bal": 9046.750033712,
"total_value_mid": 9990.672933712,
"total_value_exit_net": 9989.964991537,
"total_value": 9990.672933712,
"base_cost_quote": 1323.3676519025,
"unrealized_pnl_exit_net": -380.1526940775
},
{
"timestamp": "2025-09-20T23:59:00+00:00",
"base_asset_bal": 848.82,
"quote_asset_bal": 9031.773853022,
"total_value_mid": 9983.301073022,
"total_value_exit_net": 9982.587427607,
"total_value": 9983.301073022,
"base_cost_quote": 1338.3892096275,
"unrealized_pnl_exit_net": -387.5756350425
},
{
"timestamp": "2025-09-21T23:59:00+00:00",
"base_asset_bal": 871.49,
"quote_asset_bal": 9006.822399982,
"total_value_mid": 9970.690339982,
"total_value_exit_net": 9969.967439027,
"total_value": 9970.690339982,
"base_cost_quote": 1363.4424254575,
"unrealized_pnl_exit_net": -400.2973864125
},
{
"timestamp": "2025-09-22T23:59:00+00:00",
"base_asset_bal": 969.93,
"quote_asset_bal": 8901.8712615145,
"total_value_mid": 9912.5383215145,
"total_value_exit_net": 9911.7803212195,
"total_value": 9912.5383215145,
"base_cost_quote": 1468.6226915375,
"unrealized_pnl_exit_net": -458.7136318325
},
{
"timestamp": "2025-09-23T23:59:00+00:00",
"base_asset_bal": 970.12,
"quote_asset_bal": 8902.122408357,
"total_value_mid": 9905.226488357,
"total_value_exit_net": 9904.474160297,
"total_value": 9905.226488357,
"base_cost_quote": 1468.6242326925,
"unrealized_pnl_exit_net": -466.2724807525
},
{
"timestamp": "2025-09-24T23:59:00+00:00",
"base_asset_bal": 979.87,
"quote_asset_bal": 8892.259975747,
"total_value_mid": 9904.465685747,
"total_value_exit_net": 9903.7065314645,
"total_value": 9904.465685747,
"base_cost_quote": 1478.6680999475,
"unrealized_pnl_exit_net": -467.22154423
},
{
"timestamp": "2025-09-25T23:59:00+00:00",
"base_asset_bal": 1120.56,
"quote_asset_bal": 8752.561290242,
"total_value_mid": 9847.348410242,
"total_value_exit_net": 9846.527319902,
"total_value": 9847.348410242,
"base_cost_quote": 1618.945359045,
"unrealized_pnl_exit_net": -524.979329385
},
{
"timestamp": "2025-09-26T23:59:00+00:00",
"base_asset_bal": 985.18,
"quote_asset_bal": 8889.0346244645,
"total_value_mid": 9901.7996644645,
"total_value_exit_net": 9901.0400906845,
"total_value": 9901.7996644645,
"base_cost_quote": 1483.66095178,
"unrealized_pnl_exit_net": -471.65548556
},
{
"timestamp": "2025-09-27T23:59:00+00:00",
"base_asset_bal": 1018.96,
"quote_asset_bal": 8854.6675635795,
"total_value_mid": 9892.9878035795,
"total_value_exit_net": 9892.2090633995,
"total_value": 9892.9878035795,
"base_cost_quote": 1518.705595565,
"unrealized_pnl_exit_net": -481.164095745
},
{
"timestamp": "2025-09-28T23:59:00+00:00",
"base_asset_bal": 1038.84,
"quote_asset_bal": 8834.8840489045,
"total_value_mid": 9886.1901289045,
"total_value_exit_net": 9885.4016493445,
"total_value": 9886.1901289045,
"base_cost_quote": 1538.76276717,
"unrealized_pnl_exit_net": -488.24516673
},
{
"timestamp": "2025-09-29T23:59:00+00:00",
"base_asset_bal": 1014.14,
"quote_asset_bal": 8860.4507312145,
"total_value_mid": 9893.8593912145,
"total_value_exit_net": 9893.0843347195,
"total_value": 9893.8593912145,
"base_cost_quote": 1513.68104998,
"unrealized_pnl_exit_net": -481.047446475
},
{
"timestamp": "2025-09-30T23:59:00+00:00",
"base_asset_bal": 985.26,
"quote_asset_bal": 8891.284589477,
"total_value_mid": 9911.028689477,
"total_value_exit_net": 9910.263881402,
"total_value": 9911.028689477,
"base_cost_quote": 1483.6257754175,
"unrealized_pnl_exit_net": -464.6464834925
},
{
"timestamp": "2025-10-01T23:59:00+00:00",
"base_asset_bal": 1014.25,
"quote_asset_bal": 8861.776726427,
"total_value_mid": 9899.354476427,
"total_value_exit_net": 9898.5762931145,
"total_value": 9899.354476427,
"base_cost_quote": 1513.6686907175,
"unrealized_pnl_exit_net": -476.86912403
},
{
"timestamp": "2025-10-02T23:59:00+00:00",
"base_asset_bal": 980.33,
"quote_asset_bal": 8897.201436352,
"total_value_mid": 9916.744636352,
"total_value_exit_net": 9915.979978952,
"total_value": 9916.744636352,
"base_cost_quote": 1478.6174820125,
"unrealized_pnl_exit_net": -459.8389394125
},
{
"timestamp": "2025-10-03T23:59:00+00:00",
"base_asset_bal": 985.17,
"quote_asset_bal": 8892.5075133571,
"total_value_mid": 9912.158463357,
"total_value_exit_net": 9911.3937251445,
"total_value": 9912.158463357,
"base_cost_quote": 1483.640436405,
"unrealized_pnl_exit_net": -464.7542246175
},
{
"timestamp": "2025-10-04T23:59:00+00:00",
"base_asset_bal": 980.34,
"quote_asset_bal": 8897.9598286396,
"total_value_mid": 9914.5724086395,
"total_value_exit_net": 9913.8099492045,
"total_value": 9914.5724086395,
"base_cost_quote": 1478.6222856125,
"unrealized_pnl_exit_net": -462.7721650475
},
{
"timestamp": "2025-10-05T23:59:00+00:00",
"base_asset_bal": 994.94,
"quote_asset_bal": 8883.1178736746,
"total_value_mid": 9904.9212536746,
"total_value_exit_net": 9904.1549011396,
"total_value": 9904.9212536746,
"base_cost_quote": 1493.652619915,
"unrealized_pnl_exit_net": -472.61559245
},
{
"timestamp": "2025-10-06T23:59:00+00:00",
"base_asset_bal": 994.93,
"quote_asset_bal": 8883.3139823221,
"total_value_mid": 9906.102022322,
"total_value_exit_net": 9905.334931292,
"total_value": 9906.102022322,
"base_cost_quote": 1493.64515432,
"unrealized_pnl_exit_net": -471.62420535
},
{
"timestamp": "2025-10-07T23:59:00+00:00",
"base_asset_bal": 966.47,
"quote_asset_bal": 8914.0503261121,
"total_value_mid": 9915.313246112,
"total_value_exit_net": 9914.562298922,
"total_value": 9915.313246112,
"base_cost_quote": 1463.616869985,
"unrealized_pnl_exit_net": -463.104897175
},
{
"timestamp": "2025-10-08T23:59:00+00:00",
"base_asset_bal": 948.21,
"quote_asset_bal": 8934.9779207696,
"total_value_mid": 9917.3234807695,
"total_value_exit_net": 9916.5867215995,
"total_value": 9917.3234807695,
"base_cost_quote": 1443.56998609,
"unrealized_pnl_exit_net": -461.96118526
},
{
"timestamp": "2025-10-09T23:59:00+00:00",
"base_asset_bal": 982.68,
"quote_asset_bal": 8900.3862294196,
"total_value_mid": 9899.7717894196,
"total_value_exit_net": 9899.0222502496,
"total_value": 9899.7717894196,
"base_cost_quote": 1478.6529285775,
"unrealized_pnl_exit_net": -480.0169077475
},
{
"timestamp": "2025-10-10T23:59:00+00:00",
"base_asset_bal": 1111.94,
"quote_asset_bal": 8781.2437654496,
"total_value_mid": 9669.6838254496,
"total_value_exit_net": 9669.0174954046,
"total_value": 9669.6838254496,
"base_cost_quote": 1598.8771491675,
"unrealized_pnl_exit_net": -711.1034192125
},
{
"timestamp": "2025-10-11T23:59:00+00:00",
"base_asset_bal": 1238.04,
"quote_asset_bal": 8679.0921812246,
"total_value_mid": 9676.9524212245,
"total_value_exit_net": 9676.2040260445,
"total_value": 9676.9524212245,
"base_cost_quote": 1704.0575353375,
"unrealized_pnl_exit_net": -706.9456905175
},
{
"timestamp": "2025-10-12T23:59:00+00:00",
"base_asset_bal": 1122.66,
"quote_asset_bal": 8775.5909457396,
"total_value_mid": 9720.8706657396,
"total_value_exit_net": 9720.1617059496,
"total_value": 9720.8706657396,
"base_cost_quote": 1608.9011415275,
"unrealized_pnl_exit_net": -664.3303813175
},
{
"timestamp": "2025-10-13T23:59:00+00:00",
"base_asset_bal": 1116.02,
"quote_asset_bal": 8782.2603629921,
"total_value_mid": 9756.545822992,
"total_value_exit_net": 9755.815108897,
"total_value": 9756.545822992,
"base_cost_quote": 1603.8893454975,
"unrealized_pnl_exit_net": -630.3345995925
},
{
"timestamp": "2025-10-14T23:59:00+00:00",
"base_asset_bal": 1185.67,
"quote_asset_bal": 8724.4240062845,
"total_value_mid": 9739.3575262845,
"total_value_exit_net": 9738.5963261445,
"total_value": 9739.3575262845,
"base_cost_quote": 1663.9917685325,
"unrealized_pnl_exit_net": -649.8194486725
},
{
"timestamp": "2025-10-15T23:59:00+00:00",
"base_asset_bal": 1233.23,
"quote_asset_bal": 8685.7628010995,
"total_value_mid": 9725.3756910995,
"total_value_exit_net": 9724.595981432,
"total_value": 9725.3756910995,
"base_cost_quote": 1704.052741745,
"unrealized_pnl_exit_net": -665.2195614125
},
{
"timestamp": "2025-10-16T23:59:00+00:00",
"base_asset_bal": 1316.98,
"quote_asset_bal": 8617.1916007045,
"total_value_mid": 9701.0661407045,
"total_value_exit_net": 9700.2532347995,
"total_value": 9701.0661407045,
"base_cost_quote": 1774.1730625725,
"unrealized_pnl_exit_net": -691.1114284775
},
{
"timestamp": "2025-10-17T23:59:00+00:00",
"base_asset_bal": 1347.56,
"quote_asset_bal": 8593.801077087,
"total_value_mid": 9696.105157087,
"total_value_exit_net": 9695.278429027,
"total_value": 9696.105157087,
"base_cost_quote": 1799.20619335,
"unrealized_pnl_exit_net": -697.72884141
},
{
"timestamp": "2025-10-18T23:59:00+00:00",
"base_asset_bal": 1304.75,
"quote_asset_bal": 8629.635135197,
"total_value_mid": 9704.749135197,
"total_value_exit_net": 9703.942799697,
"total_value": 9704.749135197,
"base_cost_quote": 1764.1487499725,
"unrealized_pnl_exit_net": -689.8410854725
},
{
"timestamp": "2025-10-19T23:59:00+00:00",
"base_asset_bal": 1310.79,
"quote_asset_bal": 8625.399230347,
"total_value_mid": 9706.800980347,
"total_value_exit_net": 9705.9899290345,
"total_value": 9706.800980347,
"base_cost_quote": 1769.1596653425,
"unrealized_pnl_exit_net": -688.568966655
},
{
"timestamp": "2025-10-20T23:59:00+00:00",
"base_asset_bal": 1377.16,
"quote_asset_bal": 8571.008262912,
"total_value_mid": 9698.902302912,
"total_value_exit_net": 9698.056382382,
"total_value": 9698.902302912,
"base_cost_quote": 1824.252824245,
"unrealized_pnl_exit_net": -697.204704775
},
{
"timestamp": "2025-10-21T23:59:00+00:00",
"base_asset_bal": 1520.01,
"quote_asset_bal": 8457.1405147945,
"total_value_mid": 9660.9884347945,
"total_value_exit_net": 9660.0855488545,
"total_value": 9660.9884347945,
"base_cost_quote": 1939.433865285,
"unrealized_pnl_exit_net": -736.488831225
},
{
"timestamp": "2025-10-22T23:59:00+00:00",
"base_asset_bal": 1648.78,
"quote_asset_bal": 8358.9195043394,
"total_value_mid": 9613.6410843394,
"total_value_exit_net": 9612.7000431544,
"total_value": 9613.6410843394,
"base_cost_quote": 2039.58029882,
"unrealized_pnl_exit_net": -785.799760005
},
{
"timestamp": "2025-10-23T23:59:00+00:00",
"base_asset_bal": 1635.5,
"quote_asset_bal": 8370.2761981695,
"total_value_mid": 9627.9756981694,
"total_value_exit_net": 9627.0324235444,
"total_value": 9627.9756981694,
"base_cost_quote": 2029.56371201,
"unrealized_pnl_exit_net": -772.807486635
},
{
"timestamp": "2025-10-24T23:59:00+00:00",
"base_asset_bal": 1590.19,
"quote_asset_bal": 8406.4702461269,
"total_value_mid": 9645.2282561269,
"total_value_exit_net": 9644.2991876194,
"total_value": 9645.2282561269,
"base_cost_quote": 1994.5074295025,
"unrealized_pnl_exit_net": -756.67848801
},
{
"timestamp": "2025-10-25T23:59:00+00:00",
"base_asset_bal": 1590.28,
"quote_asset_bal": 8407.3983605744,
"total_value_mid": 9639.8653605744,
"total_value_exit_net": 9638.9410103244,
"total_value": 9639.8653605744,
"base_cost_quote": 1994.506658925,
"unrealized_pnl_exit_net": -762.964009175
},
{
"timestamp": "2025-10-26T23:59:00+00:00",
"base_asset_bal": 1509.32,
"quote_asset_bal": 8473.9053671993,
"total_value_mid": 9642.1190471993,
"total_value_exit_net": 9641.2428869393,
"total_value": 9642.1190471993,
"base_cost_quote": 1929.415437095,
"unrealized_pnl_exit_net": -762.077917355
},
{
"timestamp": "2025-10-27T23:59:00+00:00",
"base_asset_bal": 1548.75,
"quote_asset_bal": 8445.0625607244,
"total_value_mid": 9620.5638107243,
"total_value_exit_net": 9619.6821847868,
"total_value": 9620.5638107243,
"base_cost_quote": 1959.46345622,
"unrealized_pnl_exit_net": -784.8438321575
},
{
"timestamp": "2025-10-28T23:59:00+00:00",
"base_asset_bal": 1696.63,
"quote_asset_bal": 8335.8641002518,
"total_value_mid": 9576.1006302518,
"total_value_exit_net": 9575.1704528543,
"total_value": 9576.1006302518,
"base_cost_quote": 2069.6294688075,
"unrealized_pnl_exit_net": -830.323116205
},
{
"timestamp": "2025-10-29T23:59:00+00:00",
"base_asset_bal": 1731.67,
"quote_asset_bal": 8311.3857547718,
"total_value_mid": 9573.7731847718,
"total_value_exit_net": 9572.8263941993,
"total_value": 9573.7731847718,
"base_cost_quote": 2094.6757194175,
"unrealized_pnl_exit_net": -833.23507999
},
{
"timestamp": "2025-10-30T23:59:00+00:00",
"base_asset_bal": 1888.07,
"quote_asset_bal": 8202.3495859969,
"total_value_mid": 9497.5656059969,
"total_value_exit_net": 9496.5941939819,
"total_value": 9497.5656059969,
"base_cost_quote": 2204.8503684775,
"unrealized_pnl_exit_net": -910.6057604925
},
{
"timestamp": "2025-10-31T23:59:00+00:00",
"base_asset_bal": 1781.24,
"quote_asset_bal": 8279.1670066669,
"total_value_mid": 9531.3787266669,
"total_value_exit_net": 9530.4395678769,
"total_value": 9531.3787266669,
"base_cost_quote": 2129.7381765525,
"unrealized_pnl_exit_net": -878.4656153425
},
{
"timestamp": "2025-11-01T23:59:00+00:00",
"base_asset_bal": 1745.8,
"quote_asset_bal": 8304.9323280919,
"total_value_mid": 9547.9419280919,
"total_value_exit_net": 9547.0096708919,
"total_value": 9547.9419280919,
"base_cost_quote": 2104.6918258675,
"unrealized_pnl_exit_net": -862.6144830675
},
{
"timestamp": "2025-11-02T23:59:00+00:00",
"base_asset_bal": 1802.76,
"quote_asset_bal": 8265.5091507369,
"total_value_mid": 9529.2439107369,
"total_value_exit_net": 9528.2961096669,
"total_value": 9529.2439107369,
"base_cost_quote": 2144.7634170375,
"unrealized_pnl_exit_net": -881.9764581075
},
{
"timestamp": "2025-11-03T23:59:00+00:00",
"base_asset_bal": 2101.8,
"quote_asset_bal": 8068.5983202894,
"total_value_mid": 9417.9539202894,
"total_value_exit_net": 9416.9419035894,
"total_value": 9417.9539202894,
"base_cost_quote": 2345.042884065,
"unrealized_pnl_exit_net": -996.699300765
},
{
"timestamp": "2025-11-04T23:59:00+00:00",
"base_asset_bal": 2094.92,
"quote_asset_bal": 8078.364752792,
"total_value_mid": 9410.7338727919,
"total_value_exit_net": 9409.7345959519,
"total_value": 9410.7338727919,
"base_cost_quote": 2340.03607177,
"unrealized_pnl_exit_net": -1008.66622861
},
{
"timestamp": "2025-11-05T23:59:00+00:00",
"base_asset_bal": 2071.35,
"quote_asset_bal": 8097.1490411645,
"total_value_mid": 9431.0984411644,
"total_value_exit_net": 9430.0979791144,
"total_value": 9431.0984411644,
"base_cost_quote": 2325.012552575,
"unrealized_pnl_exit_net": -992.063614625
},
{
"timestamp": "2025-11-06T23:59:00+00:00",
"base_asset_bal": 2110.76,
"quote_asset_bal": 8075.7058710645,
"total_value_mid": 9409.7061910645,
"total_value_exit_net": 9408.7056908245,
"total_value": 9409.7061910645,
"base_cost_quote": 2350.0446225575,
"unrealized_pnl_exit_net": -1017.0448027975
},
{
"timestamp": "2025-11-07T23:59:00+00:00",
"base_asset_bal": 1964,
"quote_asset_bal": 8175.1674955745,
"total_value_mid": 9494.9754955745,
"total_value_exit_net": 9493.9856395745,
"total_value": 9494.9754955745,
"base_cost_quote": 2254.9072630125,
"unrealized_pnl_exit_net": -936.0891190125
},
{
"timestamp": "2025-11-08T23:59:00+00:00",
"base_asset_bal": 1884.17,
"quote_asset_bal": 8234.563801507,
"total_value_mid": 9498.841871507,
"total_value_exit_net": 9497.8936629545,
"total_value": 9498.841871507,
"base_cost_quote": 2199.84180487,
"unrealized_pnl_exit_net": -936.5119434225
},
{
"timestamp": "2025-11-09T23:59:00+00:00",
"base_asset_bal": 1854.06,
"quote_asset_bal": 8258.5493419346,
"total_value_mid": 9526.7263819346,
"total_value_exit_net": 9525.7752491546,
"total_value": 9526.7263819346,
"base_cost_quote": 2179.8008754375,
"unrealized_pnl_exit_net": -912.5749682175
},
{
"timestamp": "2025-11-10T23:59:00+00:00",
"base_asset_bal": 1890.45,
"quote_asset_bal": 8235.6882741171,
"total_value_mid": 9524.9751741171,
"total_value_exit_net": 9524.0082089421,
"total_value": 9524.9751741171,
"base_cost_quote": 2204.840411015,
"unrealized_pnl_exit_net": -916.52047619
},
{
"timestamp": "2025-11-11T23:59:00+00:00",
"base_asset_bal": 2010.49,
"quote_asset_bal": 8159.3139161572,
"total_value_mid": 9470.1533961571,
"total_value_exit_net": 9469.1702665471,
"total_value": 9470.1533961571,
"base_cost_quote": 2284.950768755,
"unrealized_pnl_exit_net": -975.094418365
},
{
"timestamp": "2025-11-12T23:59:00+00:00",
"base_asset_bal": 2049.23,
"quote_asset_bal": 8138.4170456222,
"total_value_mid": 9458.1211656222,
"total_value_exit_net": 9457.1313875322,
"total_value": 9458.1211656222,
"base_cost_quote": 2309.9935968,
"unrealized_pnl_exit_net": -991.27925489
},
{
"timestamp": "2025-11-13T23:59:00+00:00",
"base_asset_bal": 2174.74,
"quote_asset_bal": 8062.1964319973,
"total_value_mid": 9417.0594519973,
"total_value_exit_net": 9416.0433047323,
"total_value": 9417.0594519973,
"base_cost_quote": 2390.1046050275,
"unrealized_pnl_exit_net": -1036.2577322925
},
{
"timestamp": "2025-11-14T23:59:00+00:00",
"base_asset_bal": 2264.33,
"quote_asset_bal": 8008.6036660948,
"total_value_mid": 9398.9022860948,
"total_value_exit_net": 9397.8595621298,
"total_value": 9398.9022860948,
"base_cost_quote": 2445.1826225825,
"unrealized_pnl_exit_net": -1055.9267265475
},
{
"timestamp": "2025-11-15T23:59:00+00:00",
"base_asset_bal": 2248.18,
"quote_asset_bal": 8019.3609786348,
"total_value_mid": 9406.4880386348,
"total_value_exit_net": 9405.4476933398,
"total_value": 9406.4880386348,
"base_cost_quote": 2435.1673167325,
"unrealized_pnl_exit_net": -1049.0806020275
},
{
"timestamp": "2025-11-16T23:59:00+00:00",
"base_asset_bal": 2379.96,
"quote_asset_bal": 7940.0878647098,
"total_value_mid": 9372.8237847098,
"total_value_exit_net": 9371.7492327698,
"total_value": 9372.8237847098,
"base_cost_quote": 2515.2743519825,
"unrealized_pnl_exit_net": -1083.6129839225
},
{
"timestamp": "2025-11-17T23:59:00+00:00",
"base_asset_bal": 2481.84,
"quote_asset_bal": 7880.7128829848,
"total_value_mid": 9335.0711229848,
"total_value_exit_net": 9333.9803543048,
"total_value": 9335.0711229848,
"base_cost_quote": 2575.3622641425,
"unrealized_pnl_exit_net": -1122.0947928225
},
{
"timestamp": "2025-11-18T23:59:00+00:00",
"base_asset_bal": 2422.6,
"quote_asset_bal": 7916.7320990198,
"total_value_mid": 9360.6016990198,
"total_value_exit_net": 9359.5187968198,
"total_value": 9360.6016990198,
"base_cost_quote": 2540.310785235,
"unrealized_pnl_exit_net": -1097.524087435
},
{
"timestamp": "2025-11-19T23:59:00+00:00",
"base_asset_bal": 2577.14,
"quote_asset_bal": 7827.3495854373,
"total_value_mid": 9304.0508054373,
"total_value_exit_net": 9302.9432795223,
"total_value": 9304.0508054373,
"base_cost_quote": 2630.435928435,
"unrealized_pnl_exit_net": -1154.84223435
},
{
"timestamp": "2025-11-20T23:59:00+00:00",
"base_asset_bal": 2499.94,
"quote_asset_bal": 7873.5468759223,
"total_value_mid": 9323.5120759223,
"total_value_exit_net": 9322.4246020223,
"total_value": 9323.5120759223,
"base_cost_quote": 2585.37573862,
"unrealized_pnl_exit_net": -1136.49801252
},
{
"timestamp": "2025-11-21T23:59:00+00:00",
"base_asset_bal": 2586.9,
"quote_asset_bal": 7825.9575440022,
"total_value_mid": 9290.1429440022,
"total_value_exit_net": 9289.0448049522,
"total_value": 9290.1429440022,
"base_cost_quote": 2635.44738421,
"unrealized_pnl_exit_net": -1172.36012326
},
{
"timestamp": "2025-11-22T23:59:00+00:00",
"base_asset_bal": 2631.12,
"quote_asset_bal": 7802.9073348497,
"total_value_mid": 9289.4901348497,
"total_value_exit_net": 9288.3751977497,
"total_value": 9289.4901348497,
"base_cost_quote": 2660.4772125125,
"unrealized_pnl_exit_net": -1175.0093496125
},
{
"timestamp": "2025-11-23T23:59:00+00:00",
"base_asset_bal": 2543.43,
"quote_asset_bal": 7853.7135077197,
"total_value_mid": 9311.0988977197,
"total_value_exit_net": 9310.0058586772,
"total_value": 9311.0988977197,
"base_cost_quote": 2610.4099301925,
"unrealized_pnl_exit_net": -1154.117579235
},
{
"timestamp": "2025-11-24T23:59:00+00:00",
"base_asset_bal": 2491.46,
"quote_asset_bal": 7884.6180298097,
"total_value_mid": 9339.6306698097,
"total_value_exit_net": 9338.5394103297,
"total_value": 9339.6306698097,
"base_cost_quote": 2580.36562385,
"unrealized_pnl_exit_net": -1126.44424333
},
{
"timestamp": "2025-11-25T23:59:00+00:00",
"base_asset_bal": 2525.93,
"quote_asset_bal": 7865.1477014772,
"total_value_mid": 9332.7130314772,
"total_value_exit_net": 9331.6123574797,
"total_value": 9332.7130314772,
"base_cost_quote": 2600.3975265175,
"unrealized_pnl_exit_net": -1133.932870515
},
{
"timestamp": "2025-11-26T23:59:00+00:00",
"base_asset_bal": 2466.15,
"quote_asset_bal": 7900.8896966797,
"total_value_mid": 9346.0535966797,
"total_value_exit_net": 9344.9697237547,
"total_value": 9346.0535966797,
"base_cost_quote": 2565.3445564925,
"unrealized_pnl_exit_net": -1121.2645294175
},
{
"timestamp": "2025-11-27T23:59:00+00:00",
"base_asset_bal": 2491.77,
"quote_asset_bal": 7886.1853238347,
"total_value_mid": 9343.8707738347,
"total_value_exit_net": 9342.7775097472,
"total_value": 9343.8707738347,
"base_cost_quote": 2580.3663944275,
"unrealized_pnl_exit_net": -1123.774208515
},
{
"timestamp": "2025-11-28T23:59:00+00:00",
"base_asset_bal": 2595.91,
"quote_asset_bal": 7826.8116966397,
"total_value_mid": 9309.0763066397,
"total_value_exit_net": 9307.9646081822,
"total_value": 9309.0763066397,
"base_cost_quote": 2640.453836235,
"unrealized_pnl_exit_net": -1159.3009246925
},
{
"timestamp": "2025-11-29T23:59:00+00:00",
"base_asset_bal": 2639.97,
"quote_asset_bal": 7802.2548893322,
"total_value_mid": 9296.4779093322,
"total_value_exit_net": 9295.3572420672,
"total_value": 9296.4779093322,
"base_cost_quote": 2665.4875674625,
"unrealized_pnl_exit_net": -1172.3852147275
},
{
"timestamp": "2025-11-30T23:59:00+00:00",
"base_asset_bal": 2622.34,
"quote_asset_bal": 7812.8004574072,
"total_value_mid": 9302.2895774071,
"total_value_exit_net": 9301.1724605671,
"total_value": 9302.2895774071,
"base_cost_quote": 2655.4756841775,
"unrealized_pnl_exit_net": -1167.1036810175
},
{
"timestamp": "2025-12-01T23:59:00+00:00",
"base_asset_bal": 2721.87,
"quote_asset_bal": 7762.3810845771,
"total_value_mid": 9259.4095845771,
"total_value_exit_net": 9258.2868132021,
"total_value": 9259.4095845771,
"base_cost_quote": 2710.548848095,
"unrealized_pnl_exit_net": -1214.64311947
},
{
"timestamp": "2025-12-02T23:59:00+00:00",
"base_asset_bal": 2579.44,
"quote_asset_bal": 7845.1549095746,
"total_value_mid": 9320.5945895746,
"total_value_exit_net": 9319.4880098146,
"total_value": 9320.5945895746,
"base_cost_quote": 2630.439491105,
"unrealized_pnl_exit_net": -1156.106390865
},
{
"timestamp": "2025-12-03T23:59:00+00:00",
"base_asset_bal": 2553.32,
"quote_asset_bal": 7860.6945780346,
"total_value_mid": 9328.8535780346,
"total_value_exit_net": 9327.7524587846,
"total_value": 9328.8535780346,
"base_cost_quote": 2615.4154615275,
"unrealized_pnl_exit_net": -1148.3575807775
},
{
"timestamp": "2025-12-04T23:59:00+00:00",
"base_asset_bal": 2183.92,
"quote_asset_bal": 8087.580932662,
"total_value_mid": 9391.3811726621,
"total_value_exit_net": 9390.4033224821,
"total_value": 9391.3811726621,
"base_cost_quote": 2390.1043448325,
"unrealized_pnl_exit_net": -1087.2819550125
},
{
"timestamp": "2025-12-05T23:59:00+00:00",
"base_asset_bal": 2426.67,
"quote_asset_bal": 7949.279541402,
"total_value_mid": 9313.068081402,
"total_value_exit_net": 9312.045239997,
"total_value": 9313.068081402,
"base_cost_quote": 2530.2968704275,
"unrealized_pnl_exit_net": -1167.5311718325
},
{
"timestamp": "2025-12-06T23:59:00+00:00",
"base_asset_bal": 2312.3,
"quote_asset_bal": 8016.1519068819,
"total_value_mid": 9348.036706882,
"total_value_exit_net": 9347.037793282,
"total_value": 9348.036706882,
"base_cost_quote": 2465.2112928275,
"unrealized_pnl_exit_net": -1134.3254064275
},
{
"timestamp": "2025-12-07T23:59:00+00:00",
"base_asset_bal": 2158.96,
"quote_asset_bal": 8107.613880552,
"total_value_mid": 9400.830920552,
"total_value_exit_net": 9399.861007772,
"total_value": 9400.830920552,
"base_cost_quote": 2375.0811258625,
"unrealized_pnl_exit_net": -1082.8339986425
},
{
"timestamp": "2025-12-08T23:59:00+00:00",
"base_asset_bal": 2101.61,
"quote_asset_bal": 8149.6219792094,
"total_value_mid": 9429.5024692094,
"total_value_exit_net": 9428.5425588419,
"total_value": 9429.5024692094,
"base_cost_quote": 2335.02667754,
"unrealized_pnl_exit_net": -1056.1060979075
},
{
"timestamp": "2025-12-09T23:59:00+00:00",
"base_asset_bal": 2077.43,
"quote_asset_bal": 8165.7078885444,
"total_value_mid": 9439.1724785445,
"total_value_exit_net": 9438.217380102,
"total_value": 9439.1724785445,
"base_cost_quote": 2320.00690115,
"unrealized_pnl_exit_net": -1047.4974095925
},
{
"timestamp": "2025-12-10T23:59:00+00:00",
"base_asset_bal": 2184.9,
"quote_asset_bal": 8101.137686952,
"total_value_mid": 9409.892786952,
"total_value_exit_net": 9408.911220627,
"total_value": 9409.892786952,
"base_cost_quote": 2385.1014154475,
"unrealized_pnl_exit_net": -1077.3278817725
},
{
"timestamp": "2025-12-11T23:59:00+00:00",
"base_asset_bal": 2286.59,
"quote_asset_bal": 8041.6896717595,
"total_value_mid": 9383.9180017595,
"total_value_exit_net": 9382.911330512,
"total_value": 9383.9180017595,
"base_cost_quote": 2445.182292335,
"unrealized_pnl_exit_net": -1103.9606335825
},
{
"timestamp": "2025-12-12T23:59:00+00:00",
"base_asset_bal": 2154.13,
"quote_asset_bal": 8122.868420282,
"total_value_mid": 9400.267510282,
"total_value_exit_net": 9399.3094609645,
"total_value": 9400.267510282,
"base_cost_quote": 2365.0713641675,
"unrealized_pnl_exit_net": -1088.630323485
},
{
"timestamp": "2025-12-13T23:59:00+00:00",
"base_asset_bal": 2186.8,
"quote_asset_bal": 8103.9825757195,
"total_value_mid": 9409.5021757195,
"total_value_exit_net": 9408.5230360195,
"total_value": 9409.5021757195,
"base_cost_quote": 2385.1027164225,
"unrealized_pnl_exit_net": -1080.5622561225
},
{
"timestamp": "2025-12-14T23:59:00+00:00",
"base_asset_bal": 2147.31,
"quote_asset_bal": 8130.4324460095,
"total_value_mid": 9401.6399660095,
"total_value_exit_net": 9400.6865603695,
"total_value": 9401.6399660095,
"base_cost_quote": 2360.0648921275,
"unrealized_pnl_exit_net": -1089.8107777675
},
{
"timestamp": "2025-12-15T23:59:00+00:00",
"base_asset_bal": 2310.96,
"quote_asset_bal": 8035.8326756795,
"total_value_mid": 9360.0127556795,
"total_value_exit_net": 9359.0196206195,
"total_value": 9360.0127556795,
"base_cost_quote": 2455.196677495,
"unrealized_pnl_exit_net": -1132.009732555
},
{
"timestamp": "2025-12-16T23:59:00+00:00",
"base_asset_bal": 2363.87,
"quote_asset_bal": 8006.3192309194,
"total_value_mid": 9341.9057809195,
"total_value_exit_net": 9340.904091007,
"total_value": 9341.9057809195,
"base_cost_quote": 2485.23400861,
"unrealized_pnl_exit_net": -1150.6491485225
},
{
"timestamp": "2025-12-17T23:59:00+00:00",
"base_asset_bal": 2517.28,
"quote_asset_bal": 7923.2930243119,
"total_value_mid": 9297.7279043119,
"total_value_exit_net": 9296.6970781519,
"total_value": 9297.7279043119,
"base_cost_quote": 2570.345414325,
"unrealized_pnl_exit_net": -1196.941360485
},
{
"timestamp": "2025-12-18T23:59:00+00:00",
"base_asset_bal": 2629.31,
"quote_asset_bal": 7868.0991179218,
"total_value_mid": 9259.0041079219,
"total_value_exit_net": 9257.9609291794,
"total_value": 9259.0041079219,
"base_cost_quote": 2630.4229487075,
"unrealized_pnl_exit_net": -1240.56113745
},
{
"timestamp": "2025-12-19T23:59:00+00:00",
"base_asset_bal": 2427.4,
"quote_asset_bal": 7981.4913953518,
"total_value_mid": 9328.6983953518,
"total_value_exit_net": 9327.6879901018,
"total_value": 9328.6983953518,
"base_cost_quote": 2520.2782621025,
"unrealized_pnl_exit_net": -1174.0816673525
},
{
"timestamp": "2025-12-20T23:59:00+00:00",
"base_asset_bal": 2474.3300000001,
"quote_asset_bal": 7961.7902021317,
"total_value_mid": 9320.1973721318,
"total_value_exit_net": 9319.1785667543,
"total_value": 9320.1973721318,
"base_cost_quote": 2545.3172872975,
"unrealized_pnl_exit_net": -1187.928922675
},
{
"timestamp": "2025-12-21T23:59:00+00:00",
"base_asset_bal": 2323.6800000001,
"quote_asset_bal": 8050.8955886892,
"total_value_mid": 9361.4511086893,
"total_value_exit_net": 9360.4681920493,
"total_value": 9361.4511086893,
"base_cost_quote": 2460.2007177125,
"unrealized_pnl_exit_net": -1150.6281143525
},
{
"timestamp": "2025-12-22T23:59:00+00:00",
"base_asset_bal": 2385.8900000001,
"quote_asset_bal": 8018.6059651542,
"total_value_mid": 9354.7043651542,
"total_value_exit_net": 9353.7022913542,
"total_value": 9354.7043651542,
"base_cost_quote": 2495.2483837625,
"unrealized_pnl_exit_net": -1160.1520575625
},
{
"timestamp": "2025-12-23T23:59:00+00:00",
"base_asset_bal": 2333.0800000001,
"quote_asset_bal": 8051.4993535092,
"total_value_mid": 9374.3557135092,
"total_value_exit_net": 9373.3635712392,
"total_value": 9374.3557135092,
"base_cost_quote": 2465.2083506225,
"unrealized_pnl_exit_net": -1143.3441328924
},
{
"timestamp": "2025-12-24T23:59:00+00:00",
"base_asset_bal": 2414.2900000001,
"quote_asset_bal": 8010.9041742966,
"total_value_mid": 9350.8351242967,
"total_value_exit_net": 9349.8301760842,
"total_value": 9350.8351242967,
"base_cost_quote": 2510.26901079,
"unrealized_pnl_exit_net": -1171.3430090024
},
{
"timestamp": "2025-12-25T23:59:00+00:00",
"base_asset_bal": 2441.6000000001,
"quote_asset_bal": 8000.198697794,
"total_value_mid": 9345.5202977941,
"total_value_exit_net": 9344.5113065941,
"total_value": 9345.5202977941,
"base_cost_quote": 2525.289367615,
"unrealized_pnl_exit_net": -1180.9767588149
},
{
"timestamp": "2025-12-26T23:59:00+00:00",
"base_asset_bal": 2378.7800000001,
"quote_asset_bal": 8037.979745404,
"total_value_mid": 9362.9602054041,
"total_value_exit_net": 9361.9664700591,
"total_value": 9362.9602054041,
"base_cost_quote": 2490.244023305,
"unrealized_pnl_exit_net": -1166.2572986499
},
{
"timestamp": "2025-12-27T23:59:00+00:00",
"base_asset_bal": 2370.4500000001,
"quote_asset_bal": 8046.5971601115,
"total_value_mid": 9376.4196101115,
"total_value_exit_net": 9375.422243274,
"total_value": 9376.4196101115,
"base_cost_quote": 2485.2327576725,
"unrealized_pnl_exit_net": -1156.4076745099
},
{
"timestamp": "2025-12-28T23:59:00+00:00",
"base_asset_bal": 2370.4100000001,
"quote_asset_bal": 8049.0333331689,
"total_value_mid": 9378.833343169,
"total_value_exit_net": 9377.8359931615,
"total_value": 9378.833343169,
"base_cost_quote": 2485.237030875,
"unrealized_pnl_exit_net": -1156.4343708824
},
{
"timestamp": "2025-12-29T23:59:00+00:00",
"base_asset_bal": 2415.4100000001,
"quote_asset_bal": 8026.2678291514,
"total_value_mid": 9371.6511991514,
"total_value_exit_net": 9370.6421616239,
"total_value": 9371.6511991514,
"base_cost_quote": 2510.2707621025,
"unrealized_pnl_exit_net": -1165.8964296299
},
{
"timestamp": "2025-12-30T23:59:00+00:00",
"base_asset_bal": 2416.2600000002,
"quote_asset_bal": 8029.6378615139,
"total_value_mid": 9375.494681514,
"total_value_exit_net": 9374.485288899,
"total_value": 9375.494681514,
"base_cost_quote": 2510.2707621025,
"unrealized_pnl_exit_net": -1165.4233347174
},
{
"timestamp": "2025-12-31T23:59:00+00:00",
"base_asset_bal": 2327.2000000002,
"quote_asset_bal": 8081.9026182438,
"total_value_mid": 9399.0978182439,
"total_value_exit_net": 9398.1099218439,
"total_value": 9399.0978182439,
"base_cost_quote": 2460.2022588675,
"unrealized_pnl_exit_net": -1143.9949552674
},
{
"timestamp": "2026-01-01T23:59:00+00:00",
"base_asset_bal": 2318.2800000002,
"quote_asset_bal": 8087.1459847113,
"total_value_mid": 9406.2473047114,
"total_value_exit_net": 9405.2579787214,
"total_value": 9406.2473047114,
"base_cost_quote": 2455.197157855,
"unrealized_pnl_exit_net": -1137.0851638449
},
{
"timestamp": "2026-01-02T23:59:00+00:00",
"base_asset_bal": 2248.1100000002,
"quote_asset_bal": 8127.5014028488,
"total_value_mid": 9431.4052028489,
"total_value_exit_net": 9430.4272749989,
"total_value": 9431.4052028489,
"base_cost_quote": 2415.1380260225,
"unrealized_pnl_exit_net": -1112.2121538724
},
{
"timestamp": "2026-01-03T23:59:00+00:00",
"base_asset_bal": 2222.0300000002,
"quote_asset_bal": 8142.8322074013,
"total_value_mid": 9440.4977274014,
"total_value_exit_net": 9439.5244782614,
"total_value": 9440.4977274014,
"base_cost_quote": 2400.112195095,
"unrealized_pnl_exit_net": -1103.4199242349
},
{
"timestamp": "2026-01-04T23:59:00+00:00",
"base_asset_bal": 2187.8900000002,
"quote_asset_bal": 8163.0943979138,
"total_value_mid": 9445.1979379139,
"total_value_exit_net": 9444.2363602589,
"total_value": 9445.1979379139,
"base_cost_quote": 2380.08232395,
"unrealized_pnl_exit_net": -1098.9403616049
},
{
"timestamp": "2026-01-05T23:59:00+00:00",
"base_asset_bal": 2196.4900000002,
"quote_asset_bal": 8158.3981967988,
"total_value_mid": 9445.5413367989,
"total_value_exit_net": 9444.5759794439,
"total_value": 9445.5413367989,
"base_cost_quote": 2385.0878252625,
"unrealized_pnl_exit_net": -1098.9100426174
},
{
"timestamp": "2026-01-06T23:59:00+00:00",
"base_asset_bal": 2153.9400000002,
"quote_asset_bal": 8183.7750187613,
"total_value_mid": 9461.0614387614,
"total_value_exit_net": 9460.1034739464,
"total_value": 9461.0614387614,
"base_cost_quote": 2360.05971825,
"unrealized_pnl_exit_net": -1083.7312630649
},
{
"timestamp": "2026-01-07T23:59:00+00:00",
"base_asset_bal": 2078.1600000002,
"quote_asset_bal": 8229.3364282238,
"total_value_mid": 9469.9979482239,
"total_value_exit_net": 9469.0674520839,
"total_value": 9469.9979482239,
"base_cost_quote": 2315.002210445,
"unrealized_pnl_exit_net": -1075.2711865849
},
{
"timestamp": "2026-01-08T23:59:00+00:00",
"base_asset_bal": 2205.1300000002,
"quote_asset_bal": 8154.6039110813,
"total_value_mid": 9442.3998310814,
"total_value_exit_net": 9441.4339841414,
"total_value": 9442.3998310814,
"base_cost_quote": 2390.104174705,
"unrealized_pnl_exit_net": -1103.2741016449
},
{
"timestamp": "2026-01-09T23:59:00+00:00",
"base_asset_bal": 2179.5400000002,
"quote_asset_bal": 8170.0310954988,
"total_value_mid": 9453.7801554989,
"total_value_exit_net": 9452.8173437039,
"total_value": 9453.7801554989,
"base_cost_quote": 2375.0818464025,
"unrealized_pnl_exit_net": -1092.2955981974
},
{
"timestamp": "2026-01-10T23:59:00+00:00",
"base_asset_bal": 2162.5100000002,
"quote_asset_bal": 8180.3069928788,
"total_value_mid": 9456.1878928789,
"total_value_exit_net": 9455.2309822039,
"total_value": 9456.1878928789,
"base_cost_quote": 2365.07147425,
"unrealized_pnl_exit_net": -1090.1474849249
},
{
"timestamp": "2026-01-11T23:59:00+00:00",
"base_asset_bal": 2196.7000000002,
"quote_asset_bal": 8160.6084632688,
"total_value_mid": 9445.6779632689,
"total_value_exit_net": 9444.7141611439,
"total_value": 9445.6779632689,
"base_cost_quote": 2385.0977927325,
"unrealized_pnl_exit_net": -1100.9920948574
},
{
"timestamp": "2026-01-12T23:59:00+00:00",
"base_asset_bal": 2179.7100000002,
"quote_asset_bal": 8170.9805781138,
"total_value_mid": 9450.4703481139,
"total_value_exit_net": 9449.5107307864,
"total_value": 9450.4703481139,
"base_cost_quote": 2375.0808256375,
"unrealized_pnl_exit_net": -1096.5506729649
},
{
"timestamp": "2026-01-13T23:59:00+00:00",
"base_asset_bal": 2154.5500000002,
"quote_asset_bal": 8186.3382314263,
"total_value_mid": 9463.9863814264,
"total_value_exit_net": 9463.0281453139,
"total_value": 9463.9863814264,
"base_cost_quote": 2360.0634310325,
"unrealized_pnl_exit_net": -1083.3735171449
},
{
"timestamp": "2026-01-14T23:59:00+00:00",
"base_asset_bal": 2154.5400000002,
"quote_asset_bal": 8186.5619411638,
"total_value_mid": 9464.2041611639,
"total_value_exit_net": 9463.2459294989,
"total_value": 9464.2041611639,
"base_cost_quote": 2360.06452185,
"unrealized_pnl_exit_net": -1083.3805335149
},
{
"timestamp": "2026-01-15T23:59:00+00:00",
"base_asset_bal": 2153.7400000002,
"quote_asset_bal": 8187.4490384163,
"total_value_mid": 9479.6930384164,
"total_value_exit_net": 9478.7238554164,
"total_value": 9479.6930384164,
"base_cost_quote": 2360.0665934025,
"unrealized_pnl_exit_net": -1068.7917764024
},
{
"timestamp": "2026-01-16T23:59:00+00:00",
"base_asset_bal": 2128.8000000002,
"quote_asset_bal": 8202.9775271238,
"total_value_mid": 9493.0303271239,
"total_value_exit_net": 9492.0627875239,
"total_value": 9493.0303271239,
"base_cost_quote": 2345.0483981975,
"unrealized_pnl_exit_net": -1055.9631377974
},
{
"timestamp": "2026-01-17T23:59:00+00:00",
"base_asset_bal": 2137.2300000002,
"quote_asset_bal": 8198.3578724063,
"total_value_mid": 9482.8331024064,
"total_value_exit_net": 9481.8697459839,
"total_value": 9482.8331024064,
"base_cost_quote": 2350.0495062175,
"unrealized_pnl_exit_net": -1066.5376326399
},
{
"timestamp": "2026-01-18T23:59:00+00:00",
"base_asset_bal": 2281.9000000002,
"quote_asset_bal": 8113.5352991363,
"total_value_mid": 9434.7553991363,
"total_value_exit_net": 9433.7644840613,
"total_value": 9434.7553991363,
"base_cost_quote": 2435.1685176325,
"unrealized_pnl_exit_net": -1114.9393327074
},
{
"timestamp": "2026-01-19T23:59:00+00:00",
"base_asset_bal": 2343.2700000002,
"quote_asset_bal": 8081.4791436637,
"total_value_mid": 9421.8295836638,
"total_value_exit_net": 9420.8243208338,
"total_value": 9421.8295836638,
"base_cost_quote": 2470.21735456,
"unrealized_pnl_exit_net": -1130.8721773899
},
{
"timestamp": "2026-01-20T23:59:00+00:00",
"base_asset_bal": 2459.0600000002,
"quote_asset_bal": 8017.9476783837,
"total_value_mid": 9382.7259783838,
"total_value_exit_net": 9381.7023946588,
"total_value": 9382.7259783838,
"base_cost_quote": 2535.301551125,
"unrealized_pnl_exit_net": -1171.5468348499
},
{
"timestamp": "2026-01-21T23:59:00+00:00",
"base_asset_bal": 2423.2500000002,
"quote_asset_bal": 8040.1258329161,
"total_value_mid": 9399.5690829162,
"total_value_exit_net": 9398.5495004787,
"total_value": 9399.5690829162,
"base_cost_quote": 2515.2748723725,
"unrealized_pnl_exit_net": -1156.8512048099
},
{
"timestamp": "2026-01-22T23:59:00+00:00",
"base_asset_bal": 2450.1800000002,
"quote_asset_bal": 8027.1710039036,
"total_value_mid": 9391.9212639037,
"total_value_exit_net": 9390.8977012087,
"total_value": 9391.9212639037,
"base_cost_quote": 2530.298441605,
"unrealized_pnl_exit_net": -1166.5717442999
},
{
"timestamp": "2026-01-23T23:59:00+00:00",
"base_asset_bal": 2414.6500000002,
"quote_asset_bal": 8051.0742155985,
"total_value_mid": 9396.0342655986,
"total_value_exit_net": 9395.0255455611,
"total_value": 9396.0342655986,
"base_cost_quote": 2510.26636881,
"unrealized_pnl_exit_net": -1166.3150388474
},
{
"timestamp": "2026-01-24T23:59:00+00:00",
"base_asset_bal": 2414.8700000002,
"quote_asset_bal": 8054.2218268985,
"total_value_mid": 9399.3044168986,
"total_value_exit_net": 9398.2956049561,
"total_value": 9399.3044168986,
"base_cost_quote": 2510.26636881,
"unrealized_pnl_exit_net": -1166.1925907524
},
{
"timestamp": "2026-01-25T23:59:00+00:00",
"base_asset_bal": 2599.1500000002,
"quote_asset_bal": 7957.3141568335,
"total_value_mid": 9340.0619568336,
"total_value_exit_net": 9339.0248959836,
"total_value": 9340.0619568336,
"base_cost_quote": 2610.3994023025,
"unrealized_pnl_exit_net": -1228.6886631524
},
{
"timestamp": "2026-01-26T23:59:00+00:00",
"base_asset_bal": 2506.3900000002,
"quote_asset_bal": 8010.5821209359,
"total_value_mid": 9379.071060936,
"total_value_exit_net": 9378.044694231,
"total_value": 9379.071060936,
"base_cost_quote": 2560.331269345,
"unrealized_pnl_exit_net": -1192.8686960499
},
{
"timestamp": "2026-01-27T23:59:00+00:00",
"base_asset_bal": 2433.8000000002,
"quote_asset_bal": 8054.9726398683,
"total_value_mid": 9410.5992398684,
"total_value_exit_net": 9409.5825199184,
"total_value": 9410.5992398684,
"base_cost_quote": 2520.28387631,
"unrealized_pnl_exit_net": -1165.6739962599
},
{
"timestamp": "2026-01-28T23:59:00+00:00",
"base_asset_bal": 2488.2100000002,
"quote_asset_bal": 8028.0777017583,
"total_value_mid": 9404.0578317584,
"total_value_exit_net": 9403.0258466609,
"total_value": 9404.0578317584,
"base_cost_quote": 2550.323128865,
"unrealized_pnl_exit_net": -1175.3749839624
},
{
"timestamp": "2026-01-29T23:59:00+00:00",
"base_asset_bal": 2730.5000000002,
"quote_asset_bal": 7900.2040997433,
"total_value_mid": 9330.9860997434,
"total_value_exit_net": 9329.9130132434,
"total_value": 9330.9860997434,
"base_cost_quote": 2680.490281065,
"unrealized_pnl_exit_net": -1250.7813675649
},
{
"timestamp": "2026-01-30T23:59:00+00:00",
"base_asset_bal": 2702.2500000002,
"quote_asset_bal": 7918.4819644708,
"total_value_mid": 9342.5677144709,
"total_value_exit_net": 9341.4996501584,
"total_value": 9342.5677144709,
"base_cost_quote": 2665.4672322225,
"unrealized_pnl_exit_net": -1242.4495465349
},
{
"timestamp": "2026-01-31T23:59:00+00:00",
"base_asset_bal": 2899.5100000002,
"quote_asset_bal": 7821.5200803458,
"total_value_mid": 9265.4760603459,
"total_value_exit_net": 9264.3930933609,
"total_value": 9265.4760603459,
"base_cost_quote": 2765.6078514,
"unrealized_pnl_exit_net": -1322.7348383849
},
{
"timestamp": "2026-02-01T23:59:00+00:00",
"base_asset_bal": 2970.8400000002,
"quote_asset_bal": 7790.2754273033,
"total_value_mid": 9237.0745073034,
"total_value_exit_net": 9235.9894079934,
"total_value": 9237.0745073034,
"base_cost_quote": 2800.65843964,
"unrealized_pnl_exit_net": -1354.9444589499
},
{
"timestamp": "2026-02-02T23:59:00+00:00",
"base_asset_bal": 2940.5600000002,
"quote_asset_bal": 7807.3190093708,
"total_value_mid": 9268.7773293709,
"total_value_exit_net": 9267.6812356309,
"total_value": 9268.7773293709,
"base_cost_quote": 2785.644247435,
"unrealized_pnl_exit_net": -1325.2820211749
},
{
"timestamp": "2026-02-03T23:59:00+00:00",
"base_asset_bal": 2950.8400000002,
"quote_asset_bal": 7804.2715561858,
"total_value_mid": 9264.9373561859,
"total_value_exit_net": 9263.8418568359,
"total_value": 9264.9373561859,
"base_cost_quote": 2790.647997435,
"unrealized_pnl_exit_net": -1331.0776967849
},
{
"timestamp": "2026-02-04T23:59:00+00:00",
"base_asset_bal": 2992.1000000003,
"quote_asset_bal": 7785.7376890983,
"total_value_mid": 9254.8587890984,
"total_value_exit_net": 9253.7569482734,
"total_value": 9254.8587890984,
"base_cost_quote": 2810.6761572975,
"unrealized_pnl_exit_net": -1342.6568981224
},
{
"timestamp": "2026-02-05T23:59:00+00:00",
"base_asset_bal": 3404.3500000002,
"quote_asset_bal": 7598.2437382983,
"total_value_mid": 9085.9446882984,
"total_value_exit_net": 9084.8289125859,
"total_value": 9085.9446882984,
"base_cost_quote": 3000.9136084575,
"unrealized_pnl_exit_net": -1514.3284341699
},
{
"timestamp": "2026-02-06T23:59:00+00:00",
"base_asset_bal": 3149.5800000003,
"quote_asset_bal": 7718.0012826883,
"total_value_mid": 9207.7526226884,
"total_value_exit_net": 9206.6353091834,
"total_value": 9207.7526226884,
"base_cost_quote": 2885.7734180325,
"unrealized_pnl_exit_net": -1397.1393915374
},
{
"timestamp": "2026-02-07T23:59:00+00:00",
"base_asset_bal": 3160.2200000002,
"quote_asset_bal": 7714.7018096333,
"total_value_mid": 9209.4858696334,
"total_value_exit_net": 9208.3647815884,
"total_value": 9209.4858696334,
"base_cost_quote": 2890.7779686325,
"unrealized_pnl_exit_net": -1397.1149966774
},
{
"timestamp": "2026-02-08T23:59:00+00:00",
"base_asset_bal": 3088.0100000002,
"quote_asset_bal": 7750.6724648058,
"total_value_mid": 9198.9491548059,
"total_value_exit_net": 9197.8629472884,
"total_value": 9198.9491548059,
"base_cost_quote": 2855.733575035,
"unrealized_pnl_exit_net": -1408.5430925524
},
{
"timestamp": "2026-02-09T23:59:00+00:00",
"base_asset_bal": 3130.8800000002,
"quote_asset_bal": 7733.8000723058,
"total_value_mid": 9189.6592723059,
"total_value_exit_net": 9188.5673779059,
"total_value": 9189.6592723059,
"base_cost_quote": 2875.75728156,
"unrealized_pnl_exit_net": -1420.9899759599
},
{
"timestamp": "2026-02-10T23:59:00+00:00",
"base_asset_bal": 2760.6300000003,
"quote_asset_bal": 7923.6043064333,
"total_value_mid": 9292.8767864334,
"total_value_exit_net": 9291.8498320734,
"total_value": 9292.8767864334,
"base_cost_quote": 2690.5188268375,
"unrealized_pnl_exit_net": -1322.2733011974
},
{
"timestamp": "2026-02-11T23:59:00+00:00",
"base_asset_bal": 2925.6200000003,
"quote_asset_bal": 7844.2400949958,
"total_value_mid": 9254.3889349959,
"total_value_exit_net": 9253.3313233659,
"total_value": 9254.3889349959,
"base_cost_quote": 2770.62084833,
"unrealized_pnl_exit_net": -1361.5296199599
},
{
"timestamp": "2026-02-12T23:59:00+00:00",
"base_asset_bal": 2842.7700000003,
"quote_asset_bal": 7885.1349007333,
"total_value_mid": 9261.0355807334,
"total_value_exit_net": 9260.0036552234,
"total_value": 9261.0355807334,
"base_cost_quote": 2730.5702829175,
"unrealized_pnl_exit_net": -1355.7015284274
},
{
"timestamp": "2026-02-13T23:59:00+00:00",
"base_asset_bal": 2821.8800000003,
"quote_asset_bal": 7895.6915797183,
"total_value_mid": 9272.7690197184,
"total_value_exit_net": 9271.7362116384,
"total_value": 9272.7690197184,
"base_cost_quote": 2720.559590525,
"unrealized_pnl_exit_net": -1344.5149586049
},
{
"timestamp": "2026-02-14T23:59:00+00:00",
"base_asset_bal": 2781.0600000003,
"quote_asset_bal": 7916.1124762583,
"total_value_mid": 9284.3939962584,
"total_value_exit_net": 9283.3677851184,
"total_value": 9284.3939962584,
"base_cost_quote": 2700.53392253,
"unrealized_pnl_exit_net": -1333.2786136699
},
{
"timestamp": "2026-02-15T23:59:00+00:00",
"base_asset_bal": 2851.0700000003,
"quote_asset_bal": 7882.6288842533,
"total_value_mid": 9282.5042542534,
"total_value_exit_net": 9281.4543477259,
"total_value": 9282.5042542534,
"base_cost_quote": 2735.58591182,
"unrealized_pnl_exit_net": -1336.7604483474
},
{
"timestamp": "2026-02-16T23:59:00+00:00",
"base_asset_bal": 2861.8800000003,
"quote_asset_bal": 7878.4532779283,
"total_value_mid": 9277.9125979284,
"total_value_exit_net": 9276.8630034384,
"total_value": 9277.9125979284,
"base_cost_quote": 2740.589761895,
"unrealized_pnl_exit_net": -1342.1800363849
},
{
"timestamp": "2026-02-17T23:59:00+00:00",
"base_asset_bal": 2882.4700000003,
"quote_asset_bal": 7868.8714677533,
"total_value_mid": 9269.7518877534,
"total_value_exit_net": 9268.7012274384,
"total_value": 9269.7518877534,
"base_cost_quote": 2750.5996937175,
"unrealized_pnl_exit_net": -1350.7699340324
},
{
"timestamp": "2026-02-18T23:59:00+00:00",
"base_asset_bal": 2944.6800000003,
"quote_asset_bal": 7839.1100939808,
"total_value_mid": 9255.5011739809,
"total_value_exit_net": 9254.4388806709,
"total_value": 9255.5011739809,
"base_cost_quote": 2780.63815568,
"unrealized_pnl_exit_net": -1365.3093689899
},
{
"timestamp": "2026-02-19T23:59:00+00:00",
"base_asset_bal": 2892.8300000003,
"quote_asset_bal": 7864.5486901583,
"total_value_mid": 9279.1425601584,
"total_value_exit_net": 9278.0816147559,
"total_value": 9279.1425601584,
"base_cost_quote": 2755.6073266275,
"unrealized_pnl_exit_net": -1342.0744020299
},
{
"timestamp": "2026-02-20T23:59:00+00:00",
"base_asset_bal": 2851.6900000003,
"quote_asset_bal": 7885.0112879633,
"total_value_mid": 9282.3393879634,
"total_value_exit_net": 9281.2913918884,
"total_value": 9282.3393879634,
"base_cost_quote": 2735.584010395,
"unrealized_pnl_exit_net": -1339.3039064699
},
{
"timestamp": "2026-02-21T23:59:00+00:00",
"base_asset_bal": 2325.8600000003,
"quote_asset_bal": 8167.9686310758,
"total_value_mid": 9463.4726510759,
"total_value_exit_net": 9462.5010230609,
"total_value": 9463.4726510759,
"base_cost_quote": 2455.194515875,
"unrealized_pnl_exit_net": -1160.6621238898
},
{
"timestamp": "2026-02-22T23:59:00+00:00",
"base_asset_bal": 2552.4300000003,
"quote_asset_bal": 8053.6997782757,
"total_value_mid": 9368.2012282759,
"total_value_exit_net": 9367.2153521884,
"total_value": 9368.2012282759,
"base_cost_quote": 2575.3444608,
"unrealized_pnl_exit_net": -1261.8288868874
},
{
"timestamp": "2026-02-23T23:59:00+00:00",
"base_asset_bal": 2632.9200000003,
"quote_asset_bal": 8015.4985796107,
"total_value_mid": 9316.1610596109,
"total_value_exit_net": 9315.1855627509,
"total_value": 9316.1610596109,
"base_cost_quote": 2615.4142606275,
"unrealized_pnl_exit_net": -1315.7272774874
},
{
"timestamp": "2026-02-24T23:59:00+00:00",
"base_asset_bal": 2643.1500000003,
"quote_asset_bal": 8011.0557267782,
"total_value_mid": 9316.7718267784,
"total_value_exit_net": 9315.7925397034,
"total_value": 9316.7718267784,
"base_cost_quote": 2620.42188353,
"unrealized_pnl_exit_net": -1315.6850706049
},
{
"timestamp": "2026-02-25T23:59:00+00:00",
"base_asset_bal": 2632.1400000003,
"quote_asset_bal": 8017.6495516407,
"total_value_mid": 9341.6159716409,
"total_value_exit_net": 9340.6229968259,
"total_value": 9341.6159716409,
"base_cost_quote": 2615.4116987075,
"unrealized_pnl_exit_net": -1292.4382535224
}
]
trades.json payload is intentionally not embedded in this report (deprecated). The CSV attachment below is a 100-row audit sample of the full ledger, not the complete trade list - fetch the canonical full population (102,892 closed trades) via GET /backtests/8fdaad0e-f5b6-4804-9bde-5af3e5bd90fe/trades (paginate through all pages).100-row audit sample from 102,892 closed trades (RFC 4180 CSV)
100-row audit sample from 102,892 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:02:00Z,2024-04-24T00:02:00Z,3.075,3.083,1.63,,,0.005511845,0.1099674797,0.0037591875,0.0037689675,,,TP
,,2024-04-24T00:03:00Z,2024-04-24T00:05:00Z,3.08,3.088,1.63,,,0.00549962,0.1095454545,0.0037653,0.00377508,,,TP
,,2024-04-24T00:06:00Z,2024-04-24T00:06:00Z,3.082,3.09,1.63,,,0.00549473,0.1093770279,0.003767745,0.003777525,,,TP
,,2024-04-24T00:06:00Z,2024-04-24T00:08:00Z,3.073,3.081,1.63,,,0.005516735,0.1101366743,0.0037567425,0.0037665225,,,TP
,,2024-04-24T00:14:00Z,2024-04-24T00:40:00Z,3.08,3.088,1.63,,,0.00549962,0.1095454545,0.0037653,0.00377508,,,TP
,,2024-04-24T00:17:00Z,2024-04-24T00:40:00Z,3.076,3.084,1.63,,,0.0055094,0.1098829649,0.00376041,0.00377019,,,TP
,,2024-04-24T00:18:00Z,2024-04-24T00:38:00Z,3.068,3.076,1.63,,,0.00552896,0.1105606258,0.00375063,0.00376041,,,TP
,,2024-04-24T00:19:00Z,2024-04-24T00:31:00Z,3.059,3.067,1.64,,,0.00558502,0.1113272311,0.00376257,0.00377241,,,TP
,,2024-04-24T00:37:00Z,2024-04-24T00:39:00Z,3.072,3.08,1.63,,,0.00551918,0.1102213542,0.00375552,0.0037653,,,TP
,,2024-04-24T00:41:00Z,2024-04-24T00:50:00Z,3.077,3.085,1.63,,,0.005506955,0.109798505,0.0037616325,0.0037714125,,,TP
,,2024-04-24T00:50:00Z,2024-04-24T00:58:00Z,3.078,3.086,1.63,,,0.00550451,0.1097141001,0.003762855,0.003772635,,,TP
,,2024-04-24T00:55:00Z,2024-04-24T01:00:00Z,3.082,3.09,1.63,,,0.00549473,0.1093770279,0.003767745,0.003777525,,,TP
,,2024-04-24T00:59:00Z,2024-04-24T01:00:00Z,3.086,3.094,1.63,,,0.00548495,0.1090408296,0.003772635,0.003782415,,,TP
,,2024-04-24T01:02:00Z,2024-04-24T01:04:00Z,3.09,3.098,1.62,,,0.00544158,0.1087055016,0.00375435,0.00376407,,,TP
,,2024-04-24T01:02:00Z,2024-04-24T01:06:00Z,3.095,3.103,1.62,,,0.00542943,0.1082875606,0.003760425,0.003770145,,,TP
,,2024-04-24T01:09:00Z,2024-04-24T01:37:00Z,3.091,3.099,1.62,,,0.00543915,0.1086218052,0.003755565,0.003765285,,,TP
,,2024-04-24T01:27:00Z,2024-04-24T01:37:00Z,3.095,3.103,1.62,,,0.00542943,0.1082875606,0.003760425,0.003770145,,,TP
,,2024-04-24T01:37:00Z,2024-04-24T01:46:00Z,3.099,3.107,1.62,,,0.00541971,0.1079541788,0.003765285,0.003775005,,,TP
,,2024-04-24T01:46:00Z,2024-04-24T05:00:00Z,3.106,3.114,1.61,,,0.00536935,0.1073728268,0.003750495,0.003760155,,,TP
,,2024-04-24T01:49:00Z,2024-04-24T02:00:00Z,3.092,3.1,1.62,,,0.00543672,0.108538163,0.00375678,0.0037665,,,TP
,,2024-04-24T02:01:00Z,2024-04-24T04:51:00Z,3.097,3.105,1.62,,,0.00542457,0.108120762,0.003762855,0.003772575,,,TP
,,2024-04-24T02:01:00Z,2024-04-24T04:48:00Z,3.092,3.1,1.62,,,0.00543672,0.108538163,0.00375678,0.0037665,,,TP
,,2024-04-24T02:05:00Z,2024-04-24T02:08:00Z,3.083,3.091,1.63,,,0.005492285,0.1092928965,0.0037689675,0.0037787475,,,TP
,,2024-04-24T02:10:00Z,2024-04-24T02:11:00Z,3.084,3.092,1.63,,,0.00548984,0.1092088197,0.00377019,0.00377997,,,TP
,,2024-04-24T02:14:00Z,2024-04-24T04:41:00Z,3.086,3.094,1.63,,,0.00548495,0.1090408296,0.003772635,0.003782415,,,TP
,,2024-05-01T19:49:00Z,2024-05-01T20:03:00Z,2.4,2.406,2.09,,,0.00498264,0.0998125,0.003762,0.00375336,,,TP
,,2024-05-02T08:01:00Z,2024-05-02T08:01:00Z,2.4,2.406,2.09,,,0.00498264,0.0998125,0.003762,0.00375336,,,TP
,,2024-05-02T09:37:00Z,2024-05-02T09:50:00Z,2.4,2.406,2.09,,,0.00498264,0.0998125,0.003762,0.00375336,,,TP
,,2024-05-08T22:29:00Z,2024-05-08T23:53:00Z,2.4,2.406,2.09,,,0.00498264,0.0998125,0.003762,0.00375336,,,TP
,,2024-05-11T01:42:00Z,2024-05-11T06:44:00Z,2.4,2.406,2.09,,,0.00498264,0.0998125,0.003762,0.00375336,,,TP
,,2024-05-15T13:09:00Z,2024-05-15T13:14:00Z,2.4,2.406,2.09,,,0.00498264,0.0998125,0.003762,0.00375336,,,TP
,,2024-05-16T13:05:00Z,2024-05-16T13:07:00Z,2.4,2.406,2.09,,,0.00498264,0.0998125,0.003762,0.00375336,,,TP
,,2024-06-08T12:50:00Z,2024-06-08T12:51:00Z,2.4,2.406,2.09,,,0.00498264,0.0998125,0.003762,0.00375336,,,TP
,,2024-06-09T07:05:00Z,2024-06-09T08:25:00Z,2.4,2.406,2.09,,,0.00498264,0.0998125,0.003762,0.00375336,,,TP
,,2024-06-09T21:39:00Z,2024-06-09T22:14:00Z,2.4,2.406,2.09,,,0.00498264,0.0998125,0.003762,0.00375336,,,TP
,,2024-10-30T20:21:00Z,2024-10-30T20:21:00Z,2.4,2.406,2.09,,,0.00498264,0.0998125,0.003762,0.00375336,,,TP
,,2024-10-30T20:25:00Z,2024-10-30T20:26:00Z,2.4,2.406,2.09,,,0.00498264,0.0998125,0.003762,0.00375336,,,TP
,,2024-10-30T22:09:00Z,2024-10-30T22:14:00Z,2.4,2.406,2.09,,,0.00498264,0.0998125,0.003762,0.00375336,,,TP
,,2024-10-31T14:28:00Z,2024-10-31T14:28:00Z,2.4,2.406,2.09,,,0.00498264,0.0998125,0.003762,0.00375336,,,TP
,,2024-11-26T09:33:00Z,2024-11-26T09:55:00Z,2.4,2.406,2.09,,,0.00498264,0.0998125,0.003762,0.00375336,,,TP
,,2024-12-04T10:22:00Z,2024-12-04T10:24:00Z,2.4,2.406,2.09,,,0.00498264,0.0998125,0.003762,0.00375336,,,TP
,,2024-12-05T00:03:00Z,2024-12-05T04:38:00Z,2.4,2.406,2.09,,,0.00498264,0.0998125,0.003762,0.00375336,,,TP
,,2024-12-05T21:01:00Z,2024-12-05T21:04:00Z,2.4,2.406,2.09,,,0.00498264,0.0998125,0.003762,0.00375336,,,TP
,,2024-12-05T21:33:00Z,2024-12-06T05:55:00Z,2.4,2.406,2.09,,,0.00498264,0.0998125,0.003762,0.00375336,,,TP
,,2024-12-10T02:29:00Z,2024-12-10T02:54:00Z,2.4,2.406,2.09,,,0.00498264,0.0998125,0.003762,0.00375336,,,TP
,,2024-12-18T20:52:00Z,2024-12-18T20:53:00Z,2.4,2.406,2.09,,,0.00498264,0.0998125,0.003762,0.00375336,,,TP
,,2024-12-18T21:41:00Z,2024-12-19T04:10:00Z,2.4,2.406,2.09,,,0.00498264,0.0998125,0.003762,0.00375336,,,TP
,,2025-05-04T18:29:00Z,2025-05-04T18:32:00Z,2.4,2.406,2.09,,,0.00498264,0.0998125,0.003762,0.00375336,,,TP
,,2025-05-05T17:31:00Z,2025-05-05T17:42:00Z,2.4,2.406,2.09,,,0.00498264,0.0998125,0.003762,0.00375336,,,TP
,,2025-05-06T19:19:00Z,2025-05-06T20:23:00Z,2.4,2.406,2.09,,,0.00498264,0.0998125,0.003762,0.00375336,,,TP
,,2026-02-05T20:54:00Z,2026-02-05T20:57:00Z,0.438,0.44,11.42,,,0.01531993,0.3062785388,0.00375147,0.0037686,,,TP
,,2026-02-05T21:19:00Z,2026-02-05T21:23:00Z,0.438,0.44,11.42,,,0.01531993,0.3062785388,0.00375147,0.0037686,,,TP
,,2026-02-05T21:20:00Z,2026-02-05T21:22:00Z,0.437,0.439,11.45,,,0.01537735,0.3073226545,0.0037527375,0.0037699125,,,TP
,,2026-02-05T21:57:00Z,2026-02-05T22:04:00Z,0.438,0.44,11.42,,,0.01531993,0.3062785388,0.00375147,0.0037686,,,TP
,,2026-02-05T22:06:00Z,2026-02-05T22:10:00Z,0.438,0.44,11.42,,,0.01531993,0.3062785388,0.00375147,0.0037686,,,TP
,,2026-02-05T22:16:00Z,2026-02-05T22:29:00Z,0.438,0.44,11.42,,,0.01531993,0.3062785388,0.00375147,0.0037686,,,TP
,,2026-02-05T22:20:00Z,2026-02-05T22:28:00Z,0.436,0.438,11.47,,,0.015421415,0.3083715596,0.00375069,0.003767895,,,TP
,,2026-02-05T22:22:00Z,2026-02-05T22:28:00Z,0.435,0.437,11.5,,,0.015479,0.3094252874,0.003751875,0.003769125,,,TP
,,2026-02-05T23:56:00Z,2026-02-06T00:39:00Z,0.437,0.439,11.45,,,0.01537735,0.3073226545,0.0037527375,0.0037699125,,,TP
,,2026-02-06T00:04:00Z,2026-02-06T00:40:00Z,0.435,0.437,11.5,,,0.015479,0.3094252874,0.003751875,0.003769125,,,TP
,,2026-02-06T00:08:00Z,2026-02-06T00:40:00Z,0.434,0.436,11.53,,,0.015536675,0.310483871,0.003753015,0.00377031,,,TP
,,2026-02-06T00:10:00Z,2026-02-06T00:35:00Z,0.432,0.434,11.58,,,0.01563879,0.3126157407,0.00375192,0.00376929,,,TP
,,2026-02-06T00:11:00Z,2026-02-06T00:35:00Z,0.431,0.433,11.61,,,0.01569672,0.3136890951,0.0037529325,0.0037703475,,,TP
,,2026-02-06T00:13:00Z,2026-02-06T00:34:00Z,0.429,0.431,11.66,,,0.0157993,0.3158508159,0.003751605,0.003769095,,,TP
,,2026-02-06T00:15:00Z,2026-02-06T00:16:00Z,0.424,0.426,11.8,,,0.0160775,0.3213443396,0.0037524,0.0037701,,,TP
,,2026-02-06T00:18:00Z,2026-02-06T00:27:00Z,0.425,0.427,11.77,,,0.01601897,0.3202352941,0.0037516875,0.0037693425,,,TP
,,2026-02-06T00:18:00Z,2026-02-06T00:33:00Z,0.428,0.43,11.69,,,0.015857485,0.3169392523,0.00375249,0.003770025,,,TP
,,2026-02-06T00:19:00Z,2026-02-06T00:21:00Z,0.422,0.424,11.85,,,0.016181175,0.3235781991,0.003750525,0.0037683,,,TP
,,2026-02-06T00:24:00Z,2026-02-06T00:25:00Z,0.422,0.424,11.85,,,0.016181175,0.3235781991,0.003750525,0.0037683,,,TP
,,2026-02-06T00:27:00Z,2026-02-06T00:30:00Z,0.426,0.428,11.74,,,0.01596053,0.3191314554,0.00375093,0.00376854,,,TP
,,2026-02-06T00:36:00Z,2026-02-06T00:38:00Z,0.433,0.435,11.55,,,0.01558095,0.3115473441,0.0037508625,0.0037681875,,,TP
,,2026-02-06T00:40:00Z,2026-02-06T00:41:00Z,0.436,0.438,11.47,,,0.015421415,0.3083715596,0.00375069,0.003767895,,,TP
,,2026-02-06T00:40:00Z,2026-02-06T00:40:00Z,0.437,0.439,11.45,,,0.01537735,0.3073226545,0.0037527375,0.0037699125,,,TP
,,2026-02-06T00:49:00Z,2026-02-06T00:50:00Z,0.438,0.44,11.42,,,0.01531993,0.3062785388,0.00375147,0.0037686,,,TP
,,2026-02-06T03:53:00Z,2026-02-06T03:54:00Z,0.438,0.44,11.42,,,0.01531993,0.3062785388,0.00375147,0.0037686,,,TP
,,2026-02-23T16:58:00Z,2026-02-25T21:36:00Z,0.507,0.509,9.87,,,0.01221906,0.2441814596,0.0037530675,0.0037678725,,,TP
,,2026-02-23T16:58:00Z,2026-02-25T20:36:00Z,0.506,0.508,9.89,,,0.012258655,0.2449604743,0.003753255,0.00376809,,,TP
,,2026-02-23T17:19:00Z,2026-02-25T20:32:00Z,0.505,0.507,9.91,,,0.01229831,0.2457425743,0.0037534125,0.0037682775,,,TP
,,2026-02-25T16:37:00Z,2026-02-25T20:31:00Z,0.504,0.506,9.93,,,0.012338025,0.2465277778,0.00375354,0.003768435,,,TP
,,2026-02-25T17:22:00Z,2026-02-25T20:26:00Z,0.503,0.505,9.95,,,0.0123778,0.2473161034,0.0037536375,0.0037685625,,,TP
,,2026-02-25T19:50:00Z,2026-02-25T19:50:00Z,0.502,0.504,9.97,,,0.012417635,0.2481075697,0.003753705,0.00376866,,,TP
,,2026-02-25T19:56:00Z,2026-02-25T20:26:00Z,0.502,0.504,9.97,,,0.012417635,0.2481075697,0.003753705,0.00376866,,,TP
,,2026-02-25T20:32:00Z,2026-02-25T20:34:00Z,0.505,0.507,9.91,,,0.01229831,0.2457425743,0.0037534125,0.0037682775,,,TP
,,2026-02-25T20:43:00Z,2026-02-25T21:36:00Z,0.506,0.508,9.89,,,0.012258655,0.2449604743,0.003753255,0.00376809,,,TP
,,2026-02-25T20:50:00Z,2026-02-25T20:56:00Z,0.505,0.507,9.91,,,0.01229831,0.2457425743,0.0037534125,0.0037682775,,,TP
,,2026-02-25T20:59:00Z,2026-02-25T21:25:00Z,0.505,0.507,9.91,,,0.01229831,0.2457425743,0.0037534125,0.0037682775,,,TP
,,2026-02-25T21:38:00Z,2026-02-25T22:05:00Z,0.508,0.51,9.85,,,0.012179525,0.2434055118,0.00375285,0.003767625,,,TP
,,2026-02-25T21:38:00Z,2026-02-25T21:39:00Z,0.507,0.509,9.87,,,0.01221906,0.2441814596,0.0037530675,0.0037678725,,,TP
,,2026-02-25T21:47:00Z,2026-02-25T22:03:00Z,0.507,0.509,9.87,,,0.01221906,0.2441814596,0.0037530675,0.0037678725,,,TP
,,2026-02-25T22:07:00Z,2026-02-25T22:07:00Z,0.51,0.512,9.81,,,0.012100635,0.2418627451,0.003752325,0.00376704,,,TP
,,2026-02-25T22:08:00Z,2026-02-25T22:08:00Z,0.51,0.512,9.81,,,0.012100635,0.2418627451,0.003752325,0.00376704,,,TP
,,2026-02-25T22:12:00Z,2026-02-25T22:12:00Z,0.507,0.509,9.87,,,0.01221906,0.2441814596,0.0037530675,0.0037678725,,,TP
,,2026-02-25T22:14:00Z,2026-02-25T22:16:00Z,0.508,0.51,9.85,,,0.012179525,0.2434055118,0.00375285,0.003767625,,,TP
,,2026-02-25T22:22:00Z,2026-02-25T22:23:00Z,0.505,0.507,9.91,,,0.01229831,0.2457425743,0.0037534125,0.0037682775,,,TP
,,2026-02-25T22:27:00Z,2026-02-25T22:27:00Z,0.505,0.507,9.91,,,0.01229831,0.2457425743,0.0037534125,0.0037682775,,,TP
,,2026-02-25T22:50:00Z,2026-02-25T23:06:00Z,0.503,0.505,9.95,,,0.0123778,0.2473161034,0.0037536375,0.0037685625,,,TP
,,2026-02-25T22:55:00Z,2026-02-25T22:58:00Z,0.502,0.504,9.97,,,0.012417635,0.2481075697,0.003753705,0.00376866,,,TP
,,2026-02-25T23:21:00Z,2026-02-25T23:22:00Z,0.503,0.505,9.95,,,0.0123778,0.2473161034,0.0037536375,0.0037685625,,,TP
,,2026-02-25T23:51:00Z,2026-02-25T23:52:00Z,0.501,0.503,9.99,,,0.01245753,0.2489021956,0.0037537425,0.0037687275,,,TP
,,2026-02-25T23:53:00Z,2026-02-25T23:54:00Z,0.501,0.503,9.99,,,0.01245753,0.2489021956,0.0037537425,0.0037687275,,,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 BARUSDT?
Did it beat Buy & Hold of BARUSDT?
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 BARUSDT (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: 9,340.62 USDT
P&L: -659.38 USDT (-6.59%)
Result: LOSS
Completed trades: 102892
Open orders at end: 523
Win rate: 100.0%
Avg. profit/trade: 0.007253 USDT
Best trade: 0.016181 USDT
Worst trade: 0.004983 USDT
Total profit (trades only): 746.274457 USDT
Max drawdown: -12.31%
Profit factor: inf (no losing trades)
Sharpe ratio: -0.66
Total fees: 773.94 USDT
Avg hold time: 10.7h
TP / SL / TSL: 102892 / 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: 420.9s
bt.summary_textAre these results guaranteed for live trading?
Are these results guaranteed for live trading?
static disclaimerGlossary
| Term | Definition |
|---|---|
| Return % | Total percentage change of portfolio value over the backtest window: (final_value - start_balance) / start_balance x 100. |
| CAGR | Compound Annual Growth Rate. Annualized return assuming compounding: (final/start)^(365.25/days) - 1. |
| Win Rate | Share of closed trades with positive net P&L (after fees): wins / (wins + losses) x 100. |
| Max Drawdown | Largest peak-to-trough decline of equity, measured in % of the previous peak. The single most important risk metric. |
| Drawdown Duration | Number of days spent below the previous equity peak before recovering (or end of window if not recovered). |
| Sharpe Ratio (annualized) | Mean daily return divided by standard deviation of daily returns, scaled by 365. Risk-adjusted return - higher is better, > 1 is decent. |
| Sortino Ratio (annualized) | Like Sharpe but only penalizes downside volatility. Often more representative for asymmetric strategies. |
| Volatility (ann.) | Standard deviation of daily returns x 365, expressed as a percentage. |
| Time in Market | Fraction of the period where the strategy held base-asset exposure (not 100% cash). |
| Buy & Hold | Reference benchmark: simply buying the underlying token at the start and holding to the end of the window. |
| Outperformance (pp) | Strategy return minus Buy & Hold return, in percentage points (not percent change). |
| Fulfilled Trades | Round-trip trades that have both an entry fill and an exit fill within the window. |
| Active Orders | Open positions still pending exit at the end of the backtest - their unrealized P&L is included in final_value. |
| Lookahead Bias | Using information that wouldn’t have been available at trade time. The validator flags trades whose buy_time precedes the configured from date. |
How to Read This Report
GET /backtests/{id} * Fields used: return_pct, fulfilled_trades, win_rateCheck the headline return
Reproduce This Run
GET /backtests/{id} * Fields used: symbol, mode_name, config (replayed verbatim)X-API-Key. Payload fields are validated against ENGINE.md Section 20; non-engine keys are stripped so the replay produces the exact same run.curl -X POST https://uncoded-backtest-api-production.up.railway.app/backtests \
-H "X-API-Key: $UNCODED_API_KEY" \
-H "Content-Type: application/json" \
-d '{"symbol":"BARUSDT","mode_name":"3LongTimeLong.json","interval":"1m","from":"2024-04-24 00:00:01","to":"2026-02-25 23:59:59","canBuy":true,"canSell":true,"canBuyUp":true,"startBal":10000,"stepSize":0.01,"stopLoss":false,"tickSize":0.001,"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": "BARUSDT LongTimeLong Backtest",
"alternateName": "BARUSDT-3LongTimeLong.json-8fdaad0e-f5b6-4804-9bde-5af3e5bd90fe",
"description": "Backtest of the LongTimeLong strategy on BARUSDT: -6.59% return over 2024-04-24 to 2026-02-25.",
"identifier": "8fdaad0e-f5b6-4804-9bde-5af3e5bd90fe",
"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": [
"BARUSDT",
"LongTimeLong",
"crypto backtest",
"trading strategy",
"quantitative finance",
"algorithmic trading"
],
"about": [
{
"@type": "Thing",
"name": "BARUSDT",
"description": "Trading pair: BARUSDT"
},
{
"@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": -6.5938,
"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": 746.27445662,
"unitText": "USDT",
"description": "Total realized profit in quote currency"
},
{
"@type": "PropertyValue",
"name": "Final Portfolio Value",
"value": 9340.62299683,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Initial Capital",
"value": 10000,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Fulfilled Trades",
"value": 102892,
"unitText": "trades",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Active Orders",
"value": 523,
"unitText": "orders",
"description": "Open positions still pending exit at end of window",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Best Trade Profit",
"value": 0.01618117,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Worst Trade Profit",
"value": 0.00498264,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Average Trade Profit",
"value": 0.00725299,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Engine Elapsed Time",
"value": 420.95,
"unitText": "seconds",
"unitCode": "SEC",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "CAGR",
"value": -3.639625879880559,
"unitText": "%",
"unitCode": "P1",
"description": "Compound Annual Growth Rate"
},
{
"@type": "PropertyValue",
"name": "Max Drawdown",
"value": -12.311507742786402,
"unitText": "%",
"unitCode": "P1",
"description": "Largest peak-to-trough decline of equity (negative)",
"maxValue": 0
},
{
"@type": "PropertyValue",
"name": "Max Drawdown (absolute)",
"value": -1275.514478811101,
"unitText": "USDT",
"maxValue": 0
},
{
"@type": "PropertyValue",
"name": "Drawdown Duration",
"value": 276,
"unitText": "days",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Sharpe Ratio (annualized)",
"value": -0.6578097875935877,
"description": "Mean / std of daily returns x 365"
},
{
"@type": "PropertyValue",
"name": "Sortino Ratio (annualized)",
"value": -0.5880227019168663,
"description": "Like Sharpe but only penalizes downside volatility"
},
{
"@type": "PropertyValue",
"name": "Volatility (annualized)",
"value": 5.391730451234087,
"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.009586007700000005,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Average Win",
"value": 0.009586007700000005,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Average Loss",
"value": 0,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Median Trade Profit",
"value": 0.0088428275,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Gross Profit",
"value": 0.9586007700000004,
"unitText": "USDT",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Gross Loss",
"value": 0,
"unitText": "USDT",
"maxValue": 0
},
{
"@type": "PropertyValue",
"name": "Total Fees Paid",
"value": 0.7522692300000007,
"unitText": "USDT",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Total Volume Traded",
"value": 1003.6271399999988,
"unitText": "USDT",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Longest Winning Streak",
"value": 100,
"unitText": "trades",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Longest Losing Streak",
"value": 0,
"unitText": "trades",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Median Holding Time",
"value": 0.15,
"unitText": "hours",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Mean Holding Time",
"value": 2.4142322097378286,
"unitText": "hours",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Trades per Month",
"value": 4653.1671259266295,
"unitText": "trades/month",
"minValue": 0
}
],
"dateCreated": "2026-05-11T13:30:07.711Z",
"dateModified": "2026-05-15T13:01:02.464Z",
"temporalCoverage": "2024-04-23T22:00:01.000Z/2026-02-25T22:59:59.000Z"
}
[!] Disclaimer
Backtester: uncoded.ch/backtesting * Generated 2026-05-15 13:01:02 UTC