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.
TLMUSDT * LongTimeLong
TLMUSDT | 3LongTimeLong.json | 2024-04-24 - 2026-02-25 | -19.58% | 114,316 closed trades | 100.0% closed WR | 679 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,479.57 USDT | Sum of all winning trades before fees. |
| Gross Loss | 0.00 USDT | Absolute sum of all losing trades. |
| Total Fees | 859.24 USDT | Buy + sell fees across all trades. |
| Fee Drag | 58.1% of gross profit | What share of edge the exchange consumed. |
| Avg Hold Time | 17.7 h | Mean duration a position is open. |
Exit Mix (Fill Types)
| Exit Type | Count | Share | What It Means |
|---|---|---|---|
| TP (Take Profit) | 114,316 | 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 TLMUSDT, the strategy’s profit factor of inf (no losing trades) indicates gross winners materially exceeded gross losers in this window, exits are TP-dominant (100.0%), so most profit comes from hitting take-profit targets, fees ate 58.1% 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="fb0ea8cc-28c7-49a9-b97b-54b191f66d84" */}
...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 TLMUSDT, 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 TLMUSDT 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: TLMUSDT 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 -19.58% return on TLMUSDT a good backtest result?
Is a -19.58% return on TLMUSDT 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 TLMUSDT backtest?
What is the annualised return for this TLMUSDT 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 TLMUSDT?
How is this backtest different from others on TLMUSDT?
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 | TLMUSDT |
| 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 | 8,041.53 USDT |
| Avg Profit / Trade | +0.0054 USDT |
| Trades / Month | 5169.8 |
| Status | completed |
| Created | 2026-05-08 13:39:08 UTC |
| Started | 2026-05-11 01:51:24 UTC |
| Completed | 2026-05-11 02:17:30 UTC |
| Compute Time | 18m 35s |
| Backtest ID | fb0ea8cc-28c7-49a9-b97b-54b191f66d84 |
| Engine summary: |
Backtest TLMUSDT (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: 8,041.53 USDT
P&L: -1,958.47 USDT (-19.58%)
Result: LOSS
Completed trades: 114316
Open orders at end: 679
Win rate: 100.0%
Avg. profit/trade: 0.005426 USDT
Best trade: 0.008106 USDT
Worst trade: 0.004991 USDT
Total profit (trades only): 620.330297 USDT
Max drawdown: -23.22%
Profit factor: inf (no losing trades)
Sharpe ratio: -0.73
Total fees: 859.24 USDT
Avg hold time: 17.7h
TP / SL / TSL: 114316 / 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: 1115.1s
Verifiable Claims
| Claim | Evidence | Source |
|---|---|---|
| Strategy returned -19.58% over the tested window | return_pct = -19.5847 | GET /backtests/{id} -> return_pct |
| Capital grew from 10,000.00 to 8,041.53 USDT | final_value - start_balance = -1,958.47 USDT | GET /backtests/{id} -> start_balance, final_value |
| Roughly 114316 of 114316 trades were profitable | win_rate = 100% | GET /backtests/{id} -> win_rate, fulfilled_trades |
| Worst peak-to-trough loss was 23.22% | max_drawdown_pct = 23.2244 | derived client-side from /equity series |
| Risk-adjusted return (Sharpe, annualized, rf=0) = -0.73 | sharpe_annualized = -0.7293 | derived from daily-resampled equity returns |
Strategy Configuration
GET /backtests/{id} * Fields used: mode_name, config (full JSON payload)- Highlights
- Full JSON
| Parameter | Value |
|---|---|
canBuy | true |
canSell | true |
canBuyUp | true |
startBal | 10000 |
stepSize | 1 |
stopLoss | false |
tickSize | 0.000001 |
buySplits | 9 |
{
"to": "2026-02-25 23:59:59",
"from": "2024-04-24 00:00:01",
"canBuy": true,
"symbol": "TLMUSDT",
"canSell": true,
"canBuyUp": true,
"startBal": 10000,
"stepSize": 1,
"stopLoss": false,
"tickSize": 0.000001,
"buySplits": 9,
"buyVolumes": [
20,
15,
10,
10,
10,
10,
5,
5,
5
],
"canBuyDown": false,
"minNotional": 5,
"buyPercentage": 0.1,
"fees_in_quote": true,
"intrabar_mode": "OLHC",
"maker_fee_bps": 7.5,
"taker_fee_bps": 7.5,
"sellPercentages": [
0.25,
0.35,
0.5,
0.75,
1,
2.5,
5,
10,
15
],
"triggerCoolDown": 1,
"investmentPerBuy": 25,
"assumed_spread_bps": 0,
"stopLossPercentage": 5,
"investmentPercentMode": false,
"minInvestmentPerQuote": 25,
"order_latency_seconds": 2,
"trailingStopLossPercentages": [
0,
0,
0,
0,
0,
0,
0,
0,
0
],
"sellCancelDistancePercentage": 1,
"dontBuyBelowQuoteAssetBalance": 1,
"investmentPerFreeQuotePercent": 0.01,
"sellActivateDistancePercentage": 0.1
}
Full Mode Configuration
POST /backtests to reproduce the run.- Engine Parameters
- YAML
| Parameter | Value | Meaning |
|---|---|---|
assumed_spread_bps | 0 | Spread (basis points) added to taker fills on top of the candle price. |
buyPercentage | 0.1 | Buy-trigger threshold as a fraction (e.g. 0.1 = -0.1% from last reference price). |
buySplits | 9 | Number of price levels in the buy-ladder (DCA depth). |
buyVolumes | [20,15,10,10,10,10,5,5,5] | Per-split sizing weights (sum ~ 100). Distributes investmentPerBuy x buySplits across the ladder. |
canBuy | true | Master switch - disables all buy-side logic when false. |
canBuyDown | false | Allow re-entries below the last buy price. |
canBuyUp | true | Allow re-entries above the last buy price (true) or only below (false). |
canSell | true | Master switch - disables all sell-side logic when false. |
dontBuyBelowQuoteAssetBalance | 1 | Refuse to open new buys if free quote drops below this absolute USDT amount. |
fees_in_quote | true | If true, fees are deducted from the quote (USDT) leg of every fill. |
intrabar_mode | OLHC | Intra-bar fill model (OLHC, OHLC, …) - see ENGINE.md Section 4. |
investmentPerBuy | 25 | Notional invested per buy event, in quote (USDT). |
investmentPerFreeQuotePercent | 0.01 | When investmentPercentMode = true: fraction of free quote balance to commit per buy. |
investmentPercentMode | false | If true, sizing is taken as a fraction of free quote balance instead of fixed USDT. |
maker_fee_bps | 7.5 | Maker fee in basis points (e.g. 7.5 = 0.075%). |
minInvestmentPerQuote | 25 | Hard floor on per-buy notional, regardless of percent-mode math. |
minNotional | 5 | Exchange minimum notional per order (USDT). |
order_latency_seconds | 2 | Latency injected between signal time and order placement. |
sellActivateDistancePercentage | 0.1 | Distance from buy price (%) at which a TSL becomes armed. |
sellCancelDistancePercentage | 1 | Distance (%) at which an unfilled sell order is cancelled and re-priced. |
sellPercentages | [0.25,0.35,0.5,0.75,1,2.5,5,10,15] | Take-profit ladder, each value is the per-tier profit target as a fraction. |
startBal | 10000 | Initial portfolio value in the quote currency (USDT). |
stepSize | 1 | Exchange size step (base asset). |
stopLoss | false | Hard stop-loss enabled flag. |
stopLossPercentage | 5 | Hard stop-loss distance from entry as a percent (5.0 = -5%). |
taker_fee_bps | 7.5 | Taker fee in basis points. |
tickSize | 0.000001 | Exchange price tick (quote currency). |
trailingStopLossPercentages | [0,0,0,0,0,0,0,0,0] | Per-tier trailing-SL distances. Zero entries disable TSL on that tier. |
triggerCoolDown | 1 | Minimum bars/ticks between two consecutive buys on the same level. |
to: "2026-02-25 23:59:59"
from: "2024-04-24 00:00:01"
canBuy: true
symbol: TLMUSDT
canSell: true
canBuyUp: true
startBal: 10000
stepSize: 1
stopLoss: false
tickSize: 0.000001
buySplits: 9
buyVolumes:
- 20
- 15
- 10
- 10
- 10
- 10
- 5
- 5
- 5
canBuyDown: false
minNotional: 5
buyPercentage: 0.1
fees_in_quote: true
intrabar_mode: OLHC
maker_fee_bps: 7.5
taker_fee_bps: 7.5
sellPercentages:
- 0.25
- 0.35
- 0.5
- 0.75
- 1
- 2.5
- 5
- 10
- 15
triggerCoolDown: 1
investmentPerBuy: 25
assumed_spread_bps: 0
stopLossPercentage: 5
investmentPercentMode: false
minInvestmentPerQuote: 25
order_latency_seconds: 2
trailingStopLossPercentages:
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
sellCancelDistancePercentage: 1
dontBuyBelowQuoteAssetBalance: 1
investmentPerFreeQuotePercent: 0.01
sellActivateDistancePercentage: 0.1
Strategy Logic
strategyLogic object to buildVerifiableMdx (or wire up getModes() so the exporter can derive a sketch) to remove this notice.GET /modes and select the entry whose filename == "3LongTimeLong.json" to inspect the public rule fields, or consult the engine source for the executable logic.
Engine Specification
engine_version field in this document’s frontmatter (see also the Data Source Metadata section).Engine Specification
uncoded.ch/docs/engine; this report only pins which revision applied (engine_version in the frontmatter).
Data Source Metadata
buildVerifiableMdx({ dataSource: ... }) to fill it in. The engine spec describes deterministic execution semantics (segment order, fill rules, fee classification) that cannot be reverse-engineered from trades alone.| Field | Value | Source |
|---|---|---|
| Market-data provider | Binance Spot | caller DataSourceInput.provider |
| Exchange / venue | binance | caller DataSourceInput.exchange |
| Symbol | TLMUSDT | 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,307 | #
|#### ##:###
|::::## ## ########::::::#
|::::::#:: :::::::::::::::
|:::::::::#:::::::::::::::### #
|::::::::::::::::::::::::::::## ##:# # #
|::::::::::::::::::::::::::::::# ::::# #:#:#####
|:::::::::::::::::::::::::::::::#:::::##:::::::::##
|::::::::::::::::::::::::::::::::::::::::::::::::::### ###
8,052 |:::::::::::::::::::::::::::::::::::::::::::::::::::::##:::##
+------------------------------------------------------------
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,403.72 USDT @ 2024-12-08 23:59:00 UTC |
| Trough | 7,987.52 USDT @ 2026-02-05 23:59:00 UTC |
| Drawdown Duration | 424.0 days |
| Recovery | not yet recovered within window |
| All-time Peak | 10,403.72 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) | 7,224.15 | 7,224.15 | 89.8% |
| TLM | 494,850.00000000 | 0.00 | 0.0% |
| Other (open positions, fee reserves, …) | - | 817.37 | 10.2% |
| Total | - | 8,041.53 | 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.64 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.64 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 | 858.48 USDT | bt.total_fees - closed-trade subtotal - buy-side fees on the 679 orders still open at end of window (no matching sell row yet) |
| Total Fees Paid (authoritative) | 859.24 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 | 134218.00% | 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/fb0ea8cc-28c7-49a9-b97b-54b191f66d84/trades |
| Closed-trade sell fees | Sum row.sell_fee_in_quote | sell_fee_in_quote per row | GET /backtests/fb0ea8cc-28c7-49a9-b97b-54b191f66d84/trades |
| (A) Closed-trade subtotal | Sum (buy_fee_in_quote + sell_fee_in_quote) | both fee fields, matched-pair rows only | GET /backtests/fb0ea8cc-28c7-49a9-b97b-54b191f66d84/trades |
| (B) Total Fees Paid (engine) | direct read | total_fees (scalar) | GET /backtests/fb0ea8cc-28c7-49a9-b97b-54b191f66d84 |
| (C) = (B) - (A) Open-position buy fees | bt.total_fees - closed_subtotal | derived | - |
| Open orders count | direct read | active_orders | GET /backtests/fb0ea8cc-28c7-49a9-b97b-54b191f66d84 |
| Numerical walk-through for this run: |
(A) Closed-trade subtotal = 0.375214 + 0.376257
= 0.751471 USDT
(B) bt.total_fees = 859.235515 USDT <- authoritative
(C) Open-position buy fees = (B) - (A)
= 859.235515 - 0.751471
= 858.484044 USDT
Identity check: (A) + (C) ?= (B)
0.751471 + 858.484044 = 859.235515 USDT
vs bt.total_fees = 859.235515 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 679 open orders.Holding Period Distribution
| Min | Median | Avg | Max |
|---|---|---|---|
| 0.0h | 0.4h | 11.2h | 103.2h |
Trade Timeline
| First Trade | Last Trade |
|---|---|
| 2024-04-24 00:02:00 UTC | 2026-02-25 23:52:00 UTC |
Breakdown by Exit Type
| Type | Count | Cumulative Profit | Avg Return |
|---|---|---|---|
TP | 100 | +0.64 USDT | +0.13% |
Monthly Performance
GET /backtests/{id}/trades * Fields used: sell_time (bucket key), profit| Month | Trades | Wins | Win Rate | Net P&L (USDT) |
|---|---|---|---|---|
| 2024-04 | 25 | 25 | 100.0% | +0.13 |
| 2024-08 | 3 | 3 | 100.0% | +0.01 |
| 2024-09 | 9 | 9 | 100.0% | +0.04 |
| 2024-10 | 1 | 1 | 100.0% | +0.00 |
| 2024-11 | 1 | 1 | 100.0% | +0.00 |
| 2025-01 | 3 | 3 | 100.0% | +0.01 |
| 2025-12 | 3 | 3 | 100.0% | +0.01 |
| 2026-01 | 4 | 4 | 100.0% | +0.02 |
| 2026-02 | 51 | 51 | 100.0% | +0.39 |
Top Trades
GET /backtests/{id}/trades * Fields used: fill_type, buy_time, sell_time, buy_price, sell_price, profit, profit_percentageTop 10 Winners
Top 10 Winners
| # | Type | Period | Buy | Sell | Profit | % |
|---|---|---|---|---|---|---|
| 1 | TP | 2026-02-05 -> 2026-02-05 | 0.001601 | 0.001606 | +0.0081 | +0.16% |
| 2 | TP | 2026-02-05 -> 2026-02-05 | 0.001601 | 0.001606 | +0.0081 | +0.16% |
| 3 | TP | 2026-02-06 -> 2026-02-06 | 0.001601 | 0.001606 | +0.0081 | +0.16% |
| 4 | TP | 2026-02-06 -> 2026-02-06 | 0.001601 | 0.001606 | +0.0081 | +0.16% |
| 5 | TP | 2026-02-06 -> 2026-02-06 | 0.001601 | 0.001606 | +0.0081 | +0.16% |
| 6 | TP | 2026-02-06 -> 2026-02-06 | 0.001601 | 0.001606 | +0.0081 | +0.16% |
| 7 | TP | 2026-02-25 -> 2026-02-25 | 0.001601 | 0.001606 | +0.0081 | +0.16% |
| 8 | TP | 2026-02-25 -> 2026-02-25 | 0.001601 | 0.001606 | +0.0081 | +0.16% |
| 9 | TP | 2026-02-05 -> 2026-02-05 | 0.001602 | 0.001607 | +0.0081 | +0.16% |
| 10 | TP | 2026-02-05 -> 2026-02-05 | 0.001602 | 0.001607 | +0.0081 | +0.16% |
Top 10 Losers
Top 10 Losers
Charts Catalogue
GET /backtests/{id} + /equity + /trades * Fields used: every chart from the live <AnalyticsCharts> UI, with the exact transform + API fields it consumesX-API-Key.- Equity & Balance
- Trade Analysis
- Risk & Recovery
- Deep Dive
- Advanced
Drawdown
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net * Transform: computeDrawdown(equity)drawdown).| Stat | Value |
|---|---|
| Shallowest DD | 0.00% @ 2024-04-24 23:59:00 UTC |
| Deepest DD | -23.22% @ 2026-02-05 23:59:00 UTC |
| Mean | -10.46% |
| Std Dev | 7.57% |
| Last | -22.71% |
| Points | 673 |
| Across 673 points the series ranged from -23.22% (2026-02-05 23:59:00 UTC) to 0.00% (2024-04-24 23:59:00 UTC), averaging -10.46%. 0% of points were positive, 97% negative. The most recent value is -22.71%. | |
| 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},{"timestamp":"2024-05-17T23:59:00+00:00","drawdown":-0.10499898030647356},{"timestamp":"2024-05-28T23:59:00+00:00","drawdown":0},{"timestamp":"2024-06-09T23:59:00+00:00","drawdown":-0.8789130888600333},{"timestamp":"2024-06-20T23:59:00+00:00","drawdown":-3.034039704672097},{"timestamp":"2024-07-01T23:59:00+00:00","drawdown":-3.158800687884504},{"timestamp":"2024-07-13T23:59:00+00:00","drawdown":-4.615223863883321},{"timestamp":"2024-07-24T23:59:00+00:00","drawdown":-3.5182844205999007},{"timestamp":"2024-08-05T23:59:00+00:00","drawdown":-7.499104281159245},{"timestamp":"2024-08-16T23:59:00+00:00","drawdown":-6.28578126768701},{"timestamp":"2024-08-27T23:59:00+00:00","drawdown":-1.6266880507552353},{"timestamp":"2024-09-08T23:59:00+00:00","drawdown":-2.299867838479812},{"timestamp":"2024-09-19T23:59:00+00:00","drawdown":-2.1191439044541034},{"timestamp":"2024-09-30T23:59:00+00:00","drawdown":-2.0028270935731123},{"timestamp":"2024-10-12T23:59:00+00:00","drawdown":-2.524492132539162},{"timestamp":"2024-10-23T23:59:00+00:00","drawdown":-2.2409702763633},{"timestamp":"2024-11-04T23:59:00+00:00","drawdown":-4.271717748798274},{"timestamp":"2024-11-15T23:59:00+00:00","drawdown":-1.0766098248994922},{"timestamp":"2024-11-26T23:59:00+00:00","drawdown":-0.6361322236168863},{"timestamp":"2024-12-08T23:59:00+00:00","drawdown":0},{"timestamp":"2024-12-19T23:59:00+00:00","drawdown":-2.853883717012369},{"timestamp":"2024-12-31T23:59:00+00:00","drawdown":-3.0570601698794126},{"timestamp":"2025-01-11T23:59:00+00:00","drawdown":-3.6117986647935516},{"timestamp":"2025-01-22T23:59:00+00:00","drawdown":-5.754139060984807},{"timestamp":"2025-02-03T23:59:00+00:00","drawdown":-9.718130268291587},{"timestamp":"2025-02-14T23:59:00+00:00","drawdown":-8.821150495390292},{"timestamp":"2025-02-26T23:59:00+00:00","drawdown":-10.877562673211798},{"timestamp":"2025-03-09T23:59:00+00:00","drawdown":-14.63154544560637},{"timestamp":"2025-03-20T23:59:00+00:00","drawdown":-12.637721905151581},{"timestamp":"2025-04-01T23:59:00+00:00","drawdown":-14.635671037547993},{"timestamp":"2025-04-12T23:59:00+00:00","drawdown":-16.05623640778429},{"timestamp":"2025-04-23T23:59:00+00:00","drawdown":-12.889452636682014},{"timestamp":"2025-05-05T23:59:00+00:00","drawdown":-15.260288900053748},{"timestamp":"2025-05-16T23:59:00+00:00","drawdown":-11.736252674317676},{"timestamp":"2025-05-28T23:59:00+00:00","drawdown":-12.438792592992854},{"timestamp":"2025-06-08T23:59:00+00:00","drawdown":-15.75798959698353},{"timestamp":"2025-06-19T23:59:00+00:00","drawdown":-17.528956493581628},{"timestamp":"2025-07-01T23:59:00+00:00","drawdown":-17.823668491393715},{"timestamp":"2025-07-12T23:59:00+00:00","drawdown":-14.117333318854797},{"timestamp":"2025-07-24T23:59:00+00:00","drawdown":-13.15789130927294},{"timestamp":"2025-08-04T23:59:00+00:00","drawdown":-14.53242256866134},{"timestamp":"2025-08-15T23:59:00+00:00","drawdown":-14.664549013722727},{"timestamp":"2025-08-27T23:59:00+00:00","drawdown":-14.747901143020906},{"timestamp":"2025-09-07T23:59:00+00:00","drawdown":-16.398027152426334},{"timestamp":"2025-09-19T23:59:00+00:00","drawdown":-14.610627400004553},{"timestamp":"2025-09-30T23:59:00+00:00","drawdown":-16.932715100422996},{"timestamp":"2025-10-11T23:59:00+00:00","drawdown":-18.47542951284295},{"timestamp":"2025-10-23T23:59:00+00:00","drawdown":-18.252307171794754},{"timestamp":"2025-11-03T23:59:00+00:00","drawdown":-20.60977187178528},{"timestamp":"2025-11-14T23:59:00+00:00","drawdown":-20.24088341135279},{"timestamp":"2025-11-26T23:59:00+00:00","drawdown":-20.439410189039915},{"timestamp":"2025-12-07T23:59:00+00:00","drawdown":-21.414091437612072},{"timestamp":"2025-12-19T23:59:00+00:00","drawdown":-22.005025115088305},{"timestamp":"2025-12-30T23:59:00+00:00","drawdown":-22.11464934057941},{"timestamp":"2026-01-10T23:59:00+00:00","drawdown":-20.24315791698873},{"timestamp":"2026-01-22T23:59:00+00:00","drawdown":-20.493467226674035},{"timestamp":"2026-02-02T23:59:00+00:00","drawdown":-21.82591664216554},{"timestamp":"2026-02-14T23:59:00+00:00","drawdown":-22.119854357477582},{"timestamp":"2026-02-25T23:59:00+00:00","drawdown":-22.70531395136097}]
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 | 186.22 USDT @ 2024-12-08 23:59:00 UTC |
| Worst Unrealized | -2,623.46 USDT @ 2026-02-24 23:59:00 UTC |
| Mean | -1,120.01 USDT |
| Std Dev | 842.88 USDT |
| Last | -2,578.80 USDT |
| Points | 673 |
| Sum | -753,765.95 USDT |
| Across 673 points the series ranged from -2,623.46 USDT (2026-02-24 23:59:00 UTC) to 186.22 USDT (2024-12-08 23:59:00 UTC), averaging -1,120.01 USDT. 5% of points were positive, 95% negative. The most recent value is -2,578.80 USDT. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T23:59:00+00:00","pnl":-12.3556870563},{"timestamp":"2024-05-05T23:59:00+00:00","pnl":7.038266173},{"timestamp":"2024-05-17T23:59:00+00:00","pnl":-10.3489108183},{"timestamp":"2024-05-28T23:59:00+00:00","pnl":13.583461922},{"timestamp":"2024-06-09T23:59:00+00:00","pnl":-69.367868091},{"timestamp":"2024-06-20T23:59:00+00:00","pnl":-295.368507687},{"timestamp":"2024-07-01T23:59:00+00:00","pnl":-312.7929584133},{"timestamp":"2024-07-13T23:59:00+00:00","pnl":-468.2110983823},{"timestamp":"2024-07-24T23:59:00+00:00","pnl":-368.1040898258},{"timestamp":"2024-08-05T23:59:00+00:00","pnl":-779.484202736},{"timestamp":"2024-08-16T23:59:00+00:00","pnl":-669.0913703937},{"timestamp":"2024-08-27T23:59:00+00:00","pnl":-219.316930227},{"timestamp":"2024-09-08T23:59:00+00:00","pnl":-297.3914375835},{"timestamp":"2024-09-19T23:59:00+00:00","pnl":-284.4955670718},{"timestamp":"2024-09-30T23:59:00+00:00","pnl":-278.6606084918},{"timestamp":"2024-10-12T23:59:00+00:00","pnl":-340.3167896578},{"timestamp":"2024-10-23T23:59:00+00:00","pnl":-318.9096943527},{"timestamp":"2024-11-04T23:59:00+00:00","pnl":-531.4494972588},{"timestamp":"2024-11-15T23:59:00+00:00","pnl":-225.7679672463},{"timestamp":"2024-11-26T23:59:00+00:00","pnl":-120.1196484643},{"timestamp":"2024-12-08T23:59:00+00:00","pnl":186.22183129},{"timestamp":"2024-12-19T23:59:00+00:00","pnl":-131.7306543352},{"timestamp":"2024-12-31T23:59:00+00:00","pnl":-168.5192188222},{"timestamp":"2025-01-11T23:59:00+00:00","pnl":-233.5779966103},{"timestamp":"2025-01-22T23:59:00+00:00","pnl":-467.1658557693},{"timestamp":"2025-02-03T23:59:00+00:00","pnl":-896.1860015298},{"timestamp":"2025-02-14T23:59:00+00:00","pnl":-819.009773453},{"timestamp":"2025-02-26T23:59:00+00:00","pnl":-1043.8366769273},{"timestamp":"2025-03-09T23:59:00+00:00","pnl":-1446.1607535222},{"timestamp":"2025-03-20T23:59:00+00:00","pnl":-1248.6117604535},{"timestamp":"2025-04-01T23:59:00+00:00","pnl":-1462.3361386282},{"timestamp":"2025-04-12T23:59:00+00:00","pnl":-1620.0180838975},{"timestamp":"2025-04-23T23:59:00+00:00","pnl":-1301.7386373542},{"timestamp":"2025-05-05T23:59:00+00:00","pnl":-1559.3290865155},{"timestamp":"2025-05-16T23:59:00+00:00","pnl":-1208.4838956815},{"timestamp":"2025-05-28T23:59:00+00:00","pnl":-1293.3900534478},{"timestamp":"2025-06-08T23:59:00+00:00","pnl":-1647.970737652},{"timestamp":"2025-06-19T23:59:00+00:00","pnl":-1839.89186464},{"timestamp":"2025-07-01T23:59:00+00:00","pnl":-1876.8228697623},{"timestamp":"2025-07-12T23:59:00+00:00","pnl":-1500.8517067905},{"timestamp":"2025-07-24T23:59:00+00:00","pnl":-1414.3879482947},{"timestamp":"2025-08-04T23:59:00+00:00","pnl":-1567.8687539255},{"timestamp":"2025-08-15T23:59:00+00:00","pnl":-1591.8136898953},{"timestamp":"2025-08-27T23:59:00+00:00","pnl":-1607.9775214858},{"timestamp":"2025-09-07T23:59:00+00:00","pnl":-1784.4216969523},{"timestamp":"2025-09-19T23:59:00+00:00","pnl":-1607.5613215348},{"timestamp":"2025-09-30T23:59:00+00:00","pnl":-1854.1224393052},{"timestamp":"2025-10-11T23:59:00+00:00","pnl":-2026.8390780033},{"timestamp":"2025-10-23T23:59:00+00:00","pnl":-2017.4620900935},{"timestamp":"2025-11-03T23:59:00+00:00","pnl":-2268.4816224873},{"timestamp":"2025-11-14T23:59:00+00:00","pnl":-2240.9908852835},{"timestamp":"2025-11-26T23:59:00+00:00","pnl":-2278.861303696},{"timestamp":"2025-12-07T23:59:00+00:00","pnl":-2389.0564008285},{"timestamp":"2025-12-19T23:59:00+00:00","pnl":-2457.7951359772},{"timestamp":"2025-12-30T23:59:00+00:00","pnl":-2473.509761721},{"timestamp":"2026-01-10T23:59:00+00:00","pnl":-2290.2499145037},{"timestamp":"2026-01-22T23:59:00+00:00","pnl":-2326.0539146225},{"timestamp":"2026-02-02T23:59:00+00:00","pnl":-2472.833054388},{"timestamp":"2026-02-14T23:59:00+00:00","pnl":-2510.7637993465},{"timestamp":"2026-02-25T23:59:00+00:00","pnl":-2578.8046920578}]
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,403.72 USDT @ 2024-12-08 23:59:00 UTC |
| Trough Total Equity | 7,987.52 USDT @ 2026-02-05 23:59:00 UTC |
| Mean | 9,202.48 USDT |
| Std Dev | 670.70 USDT |
| Last | 8,041.53 USDT |
| Points | 673 |
| Sum | 6,193,270.45 USDT |
| Across 673 points the series ranged from 7,987.52 USDT (2026-02-05 23:59:00 UTC) to 10,403.72 USDT (2024-12-08 23:59:00 UTC), averaging 9,202.48 USDT. 100% of points were positive, 0% negative. The most recent value is 8,041.53 USDT. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T23:59:00+00:00","quote":9750.8067112972,"base":238.23468987500019,"total":9989.0414011722},{"timestamp":"2024-05-05T23:59:00+00:00","quote":9776.3160924347,"base":242.621577240001,"total":10018.9376696747},{"timestamp":"2024-05-17T23:59:00+00:00","quote":9659.8963492399,"base":350.5757708250003,"total":10010.4721200649},{"timestamp":"2024-05-28T23:59:00+00:00","quote":9854.316075429,"base":189.02258665499903,"total":10043.338662084},{"timestamp":"2024-06-09T23:59:00+00:00","quote":9409.2236999411,"base":562.2751371300001,"total":9971.4988370711},{"timestamp":"2024-06-20T23:59:00+00:00","quote":8792.0345505599,"base":962.6603428399994,"total":9754.6948933999},{"timestamp":"2024-07-01T23:59:00+00:00","quote":8741.805599282,"base":1000.3384430550013,"total":9742.144042337},{"timestamp":"2024-07-13T23:59:00+00:00","quote":8480.2028906683,"base":1115.4261924574985,"total":9595.6290831258},{"timestamp":"2024-07-24T23:59:00+00:00","quote":8605.6624558122,"base":1100.3178222399001,"total":9705.9802780521},{"timestamp":"2024-08-05T23:59:00+00:00","quote":7880.3541051358,"base":1425.1590084900008,"total":9305.5131136258},{"timestamp":"2024-08-16T23:59:00+00:00","quote":8147.437820388,"base":1280.13457845,"total":9427.572398838},{"timestamp":"2024-08-27T23:59:00+00:00","quote":9088.1872177857,"base":808.0860805499997,"total":9896.2732983357},{"timestamp":"2024-09-08T23:59:00+00:00","quote":8923.2303728555,"base":905.3215991750003,"total":9828.5519720305},{"timestamp":"2024-09-19T23:59:00+00:00","quote":8948.5556177405,"base":898.177031622401,"total":9846.7326493629},{"timestamp":"2024-09-30T23:59:00+00:00","quote":8979.4474084805,"base":878.9866152374998,"total":9858.434023718},{"timestamp":"2024-10-12T23:59:00+00:00","quote":8853.3779240204,"base":952.5770309999989,"total":9805.9549550204},{"timestamp":"2024-10-23T23:59:00+00:00","quote":8925.6013061644,"base":908.8757115899989,"total":9834.4770177544},{"timestamp":"2024-11-04T23:59:00+00:00","quote":8498.0635811215,"base":1132.1219312550002,"total":9630.1855123765},{"timestamp":"2024-11-15T23:59:00+00:00","quote":9340.3489404039,"base":611.26176958,"total":9951.6107099839},{"timestamp":"2024-11-26T23:59:00+00:00","quote":9344.8864291345,"base":731.9510846550002,"total":10076.8375137895},{"timestamp":"2024-12-08T23:59:00+00:00","quote":10012.1036892239,"base":391.62005450749893,"total":10403.7237437314},{"timestamp":"2024-12-19T23:59:00+00:00","quote":9155.8518424561,"base":950.961723389999,"total":10106.8135658461},{"timestamp":"2024-12-31T23:59:00+00:00","quote":9016.16883114,"base":1069.5068178375004,"total":10085.6756489775},{"timestamp":"2025-01-11T23:59:00+00:00","quote":8963.4311859665,"base":1064.5310024999999,"total":10027.9621884665},{"timestamp":"2025-01-22T23:59:00+00:00","quote":8663.5563465839,"base":1141.5226654125,"total":9805.0790119964},{"timestamp":"2025-02-03T23:59:00+00:00","quote":7758.7087330474,"base":1633.9675845150005,"total":9392.6763175624},{"timestamp":"2025-02-14T23:59:00+00:00","quote":7844.9482244972,"base":1641.0473906750003,"total":9485.9956151722},{"timestamp":"2025-02-26T23:59:00+00:00","quote":7600.4643549967,"base":1671.5878181624994,"total":9272.0521731592},{"timestamp":"2025-03-09T23:59:00+00:00","quote":7201.723912412,"base":1679.77426372,"total":8881.498176132},{"timestamp":"2025-03-20T23:59:00+00:00","quote":7391.8340565609,"base":1697.096012657501,"total":9088.9300692184},{"timestamp":"2025-04-01T23:59:00+00:00","quote":7192.4449295311,"base":1688.6240314124998,"total":8881.0689609436},{"timestamp":"2025-04-12T23:59:00+00:00","quote":7017.1109550251,"base":1716.1663092,"total":8733.2772642251},{"timestamp":"2025-04-23T23:59:00+00:00","quote":7253.5776800144,"base":1809.1630193174997,"total":9062.7406993319},{"timestamp":"2025-05-05T23:59:00+00:00","quote":6984.1450306245,"base":1831.940413450001,"total":8816.0854440745},{"timestamp":"2025-05-16T23:59:00+00:00","quote":7340.3374589792,"base":1842.3789786499,"total":9182.7164376291},{"timestamp":"2025-05-28T23:59:00+00:00","quote":7206.9732659907,"base":1902.6528593099993,"total":9109.6261253007},{"timestamp":"2025-06-08T23:59:00+00:00","quote":6955.8871306753,"base":1808.4189078200006,"total":8764.3060384953},{"timestamp":"2025-06-19T23:59:00+00:00","quote":6893.4872136303,"base":1686.5723213500005,"total":8580.0595349803},{"timestamp":"2025-07-01T23:59:00+00:00","quote":6809.6498037633,"base":1739.7487091249996,"total":8549.3985128883},{"timestamp":"2025-07-12T23:59:00+00:00","quote":7069.5713633611,"base":1865.424021894899,"total":8934.995385256},{"timestamp":"2025-07-24T23:59:00+00:00","quote":7208.1078886017,"base":1826.7051928125002,"total":9034.8130814142},{"timestamp":"2025-08-04T23:59:00+00:00","quote":7033.3319416237,"base":1858.4787047924992,"total":8891.8106464162},{"timestamp":"2025-08-15T23:59:00+00:00","quote":7088.6006813296,"base":1789.4638947499998,"total":8878.0645760796},{"timestamp":"2025-08-27T23:59:00+00:00","quote":7111.113070423,"base":1758.2797803898993,"total":8869.3928508129},{"timestamp":"2025-09-07T23:59:00+00:00","quote":6935.652180866,"base":1762.0661185048994,"total":8697.7182993709},{"timestamp":"2025-09-19T23:59:00+00:00","quote":7129.9813388215,"base":1753.6930929875007,"total":8883.674431809},{"timestamp":"2025-09-30T23:59:00+00:00","quote":7064.8899708653,"base":1577.2008715050006,"total":8642.0908423703},{"timestamp":"2025-10-11T23:59:00+00:00","quote":7282.3804797724,"base":1199.2106169749995,"total":8481.5910967474},{"timestamp":"2025-10-23T23:59:00+00:00","quote":7276.1851545681,"base":1228.6189741524995,"total":8504.8041287206},{"timestamp":"2025-11-03T23:59:00+00:00","quote":7096.7584447102,"base":1162.7815692673994,"total":8259.5400139776},{"timestamp":"2025-11-14T23:59:00+00:00","quote":7247.7962528835,"base":1050.1218974399999,"total":8297.9181503235},{"timestamp":"2025-11-26T23:59:00+00:00","quote":7355.1107468356,"base":922.1532259799988,"total":8277.2639728156},{"timestamp":"2025-12-07T23:59:00+00:00","quote":7293.8390811523,"base":882.0217471798996,"total":8175.8608283322},{"timestamp":"2025-12-19T23:59:00+00:00","quote":7231.0301519539,"base":883.3515690650001,"total":8114.3817210189},{"timestamp":"2025-12-30T23:59:00+00:00","quote":7165.2654427586,"base":937.711276684,"total":8102.9767194426},{"timestamp":"2026-01-10T23:59:00+00:00","quote":7191.7358938194,"base":1105.9456232212005,"total":8297.6815170406},{"timestamp":"2026-01-22T23:59:00+00:00","quote":7331.6234825214,"base":940.0165454347007,"total":8271.6400279561},{"timestamp":"2026-02-02T23:59:00+00:00","quote":7369.8124188072,"base":763.2032529362004,"total":8133.0156717434},{"timestamp":"2026-02-14T23:59:00+00:00","quote":7212.0065426017,"base":890.4286612619999,"total":8102.4352038637},{"timestamp":"2026-02-25T23:59:00+00:00","quote":7224.1520453725,"base":817.3735597124005,"total":8041.5256050849}]
Base Exposure (% of Portfolio)
GET /backtests/{id}/equity * Fields used: base_value_exit_net, quote_asset_bal, total_value_exit_net * Transform: baseExposure(equity)exposure).| Stat | Value |
|---|---|
| Peak Exposure | 21.17% @ 2025-08-02 23:59:00 UTC |
| Min Exposure | 1.39% @ 2024-05-27 23:59:00 UTC |
| Mean | 13.45% |
| Std Dev | 5.40% |
| Last | 10.16% |
| Points | 673 |
| Across 673 points the series ranged from 1.39% (2024-05-27 23:59:00 UTC) to 21.17% (2025-08-02 23:59:00 UTC), averaging 13.45%. 100% of points were positive, 0% negative. The most recent value is 10.16%. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T23:59:00+00:00","exposure":2.384960481263434},{"timestamp":"2024-05-05T23:59:00+00:00","exposure":2.421629769934266},{"timestamp":"2024-05-17T23:59:00+00:00","exposure":3.5020902772638403},{"timestamp":"2024-05-28T23:59:00+00:00","exposure":1.8820692303108768},{"timestamp":"2024-06-09T23:59:00+00:00","exposure":5.638822671669243},{"timestamp":"2024-06-20T23:59:00+00:00","exposure":9.86868736910821},{"timestamp":"2024-07-01T23:59:00+00:00","exposure":10.268154922651242},{"timestamp":"2024-07-13T23:59:00+00:00","exposure":11.624315433565567},{"timestamp":"2024-07-24T23:59:00+00:00","exposure":11.336493488741393},{"timestamp":"2024-08-05T23:59:00+00:00","exposure":15.315211435285397},{"timestamp":"2024-08-16T23:59:00+00:00","exposure":13.578623682675547},{"timestamp":"2024-08-27T23:59:00+00:00","exposure":8.16555946050822},{"timestamp":"2024-09-08T23:59:00+00:00","exposure":9.211139156116891},{"timestamp":"2024-09-19T23:59:00+00:00","exposure":9.121574268399726},{"timestamp":"2024-09-30T23:59:00+00:00","exposure":8.916087617189323},{"timestamp":"2024-10-12T23:59:00+00:00","exposure":9.714270923835967},{"timestamp":"2024-10-23T23:59:00+00:00","exposure":9.241728969920672},{"timestamp":"2024-11-04T23:59:00+00:00","exposure":11.755972195966757},{"timestamp":"2024-11-15T23:59:00+00:00","exposure":6.142340043172659},{"timestamp":"2024-11-26T23:59:00+00:00","exposure":7.263698393998837},{"timestamp":"2024-12-08T23:59:00+00:00","exposure":3.7642296561696327},{"timestamp":"2024-12-19T23:59:00+00:00","exposure":9.409115120155958},{"timestamp":"2024-12-31T23:59:00+00:00","exposure":10.604215870712922},{"timestamp":"2025-01-11T23:59:00+00:00","exposure":10.61562641036235},{"timestamp":"2025-01-22T23:59:00+00:00","exposure":11.642156723223342},{"timestamp":"2025-02-03T23:59:00+00:00","exposure":17.39618751111238},{"timestamp":"2025-02-14T23:59:00+00:00","exposure":17.299685317693562},{"timestamp":"2025-02-26T23:59:00+00:00","exposure":18.028239994177593},{"timestamp":"2025-03-09T23:59:00+00:00","exposure":18.913185933362},{"timestamp":"2025-03-20T23:59:00+00:00","exposure":18.672120917786334},{"timestamp":"2025-04-01T23:59:00+00:00","exposure":19.01374754366378},{"timestamp":"2025-04-12T23:59:00+00:00","exposure":19.65088542682693},{"timestamp":"2025-04-23T23:59:00+00:00","exposure":19.962647937735547},{"timestamp":"2025-05-05T23:59:00+00:00","exposure":20.779521989334746},{"timestamp":"2025-05-16T23:59:00+00:00","exposure":20.063550814878333},{"timestamp":"2025-05-28T23:59:00+00:00","exposure":20.88617944512179},{"timestamp":"2025-06-08T23:59:00+00:00","exposure":20.63390871880689},{"timestamp":"2025-06-19T23:59:00+00:00","exposure":19.656883666995125},{"timestamp":"2025-07-01T23:59:00+00:00","exposure":20.349369683753913},{"timestamp":"2025-07-12T23:59:00+00:00","exposure":20.877727871836523},{"timestamp":"2025-07-24T23:59:00+00:00","exposure":20.218516712540218},{"timestamp":"2025-08-04T23:59:00+00:00","exposure":20.901015312798524},{"timestamp":"2025-08-15T23:59:00+00:00","exposure":20.156013502891145},{"timestamp":"2025-08-27T23:59:00+00:00","exposure":19.824127873969964},{"timestamp":"2025-09-07T23:59:00+00:00","exposure":20.258946747359573},{"timestamp":"2025-09-19T23:59:00+00:00","exposure":19.740627669877277},{"timestamp":"2025-09-30T23:59:00+00:00","exposure":18.250223241953513},{"timestamp":"2025-10-11T23:59:00+00:00","exposure":14.138981746418832},{"timestamp":"2025-10-23T23:59:00+00:00","exposure":14.446176014841672},{"timestamp":"2025-11-03T23:59:00+00:00","exposure":14.078042691234948},{"timestamp":"2025-11-14T23:59:00+00:00","exposure":12.655245308717106},{"timestamp":"2025-11-26T23:59:00+00:00","exposure":11.140797599406735},{"timestamp":"2025-12-07T23:59:00+00:00","exposure":10.788120856012956},{"timestamp":"2025-12-19T23:59:00+00:00","exposure":10.886246166813066},{"timestamp":"2025-12-30T23:59:00+00:00","exposure":11.572429603975275},{"timestamp":"2026-01-10T23:59:00+00:00","exposure":13.328369146851038},{"timestamp":"2026-01-22T23:59:00+00:00","exposure":11.364330921772186},{"timestamp":"2026-02-02T23:59:00+00:00","exposure":9.384013061573254},{"timestamp":"2026-02-14T23:59:00+00:00","exposure":10.989642482267469},{"timestamp":"2026-02-25T23:59:00+00:00","exposure":10.164409091672237}]
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 | 361.13 USDT @ 2024-08-18 23:59:00 UTC |
| Worst Day | -481.29 USDT @ 2025-10-10 23:59:00 UTC |
| Mean | -2.90 USDT |
| Std Dev | 69.51 USDT |
| Last | 45.25 USDT |
| Points | 672 |
| Sum | -1,947.52 USDT |
| Across 672 points the series ranged from -481.29 USDT (2025-10-10 23:59:00 UTC) to 361.13 USDT (2024-08-18 23:59:00 UTC), averaging -2.90 USDT. 47% of points were positive, 53% negative. The most recent value is 45.25 USDT. | |
| Showing 60 of 672 points (down-sampled for readability). |
[{"timestamp":"2024-04-25T23:59:00+00:00","delta":5.295548600499387},{"timestamp":"2024-05-06T23:59:00+00:00","delta":-9.36016908880083},{"timestamp":"2024-05-18T23:59:00+00:00","delta":-1.3517017315007251},{"timestamp":"2024-05-29T23:59:00+00:00","delta":-4.3194850412983214},{"timestamp":"2024-06-09T23:59:00+00:00","delta":7.270627759999115},{"timestamp":"2024-06-21T23:59:00+00:00","delta":-6.405893397099135},{"timestamp":"2024-07-02T23:59:00+00:00","delta":-2.761167468401254},{"timestamp":"2024-07-14T23:59:00+00:00","delta":99.8954076457012},{"timestamp":"2024-07-25T23:59:00+00:00","delta":-14.117067519400734},{"timestamp":"2024-08-05T23:59:00+00:00","delta":-96.1185707679997},{"timestamp":"2024-08-17T23:59:00+00:00","delta":175.4324859158005},{"timestamp":"2024-08-28T23:59:00+00:00","delta":-35.27173817030052},{"timestamp":"2024-09-08T23:59:00+00:00","delta":-17.98588377119995},{"timestamp":"2024-09-20T23:59:00+00:00","delta":25.356339420599397},{"timestamp":"2024-10-01T23:59:00+00:00","delta":-108.2198613413002},{"timestamp":"2024-10-13T23:59:00+00:00","delta":-3.8682812429997284},{"timestamp":"2024-10-24T23:59:00+00:00","delta":19.51107256599971},{"timestamp":"2024-11-04T23:59:00+00:00","delta":-20.880657972500558},{"timestamp":"2024-11-16T23:59:00+00:00","delta":42.15006614270169},{"timestamp":"2024-11-27T23:59:00+00:00","delta":20.2100698956001},{"timestamp":"2024-12-08T23:59:00+00:00","delta":101.69876736219885},{"timestamp":"2024-12-20T23:59:00+00:00","delta":7.333894078999947},{"timestamp":"2024-12-31T23:59:00+00:00","delta":0.10697975519906322},{"timestamp":"2025-01-12T23:59:00+00:00","delta":-15.613327098199079},{"timestamp":"2025-01-23T23:59:00+00:00","delta":24.06137147769914},{"timestamp":"2025-02-03T23:59:00+00:00","delta":10.69381596580024},{"timestamp":"2025-02-15T23:59:00+00:00","delta":-56.61233399199955},{"timestamp":"2025-02-26T23:59:00+00:00","delta":15.567003999300141},{"timestamp":"2025-03-09T23:59:00+00:00","delta":-183.2219341934997},{"timestamp":"2025-03-21T23:59:00+00:00","delta":-52.245997125100985},{"timestamp":"2025-04-01T23:59:00+00:00","delta":10.748607857000025},{"timestamp":"2025-04-13T23:59:00+00:00","delta":-138.35985707500004},{"timestamp":"2025-04-24T23:59:00+00:00","delta":99.82650556870067},{"timestamp":"2025-05-05T23:59:00+00:00","delta":-21.603328006898664},{"timestamp":"2025-05-17T23:59:00+00:00","delta":-68.94960367120075},{"timestamp":"2025-05-28T23:59:00+00:00","delta":-8.987185518000842},{"timestamp":"2025-06-08T23:59:00+00:00","delta":-15.087640826999632},{"timestamp":"2025-06-20T23:59:00+00:00","delta":-39.87148289430115},{"timestamp":"2025-07-01T23:59:00+00:00","delta":-91.65918296150085},{"timestamp":"2025-07-13T23:59:00+00:00","delta":48.781397638100316},{"timestamp":"2025-07-24T23:59:00+00:00","delta":-67.70213585869897},{"timestamp":"2025-08-04T23:59:00+00:00","delta":91.26339780099988},{"timestamp":"2025-08-16T23:59:00+00:00","delta":96.04571190450042},{"timestamp":"2025-08-27T23:59:00+00:00","delta":-14.343101116501202},{"timestamp":"2025-09-07T23:59:00+00:00","delta":29.395199648699418},{"timestamp":"2025-09-19T23:59:00+00:00","delta":-98.44991164719977},{"timestamp":"2025-09-30T23:59:00+00:00","delta":-27.039593770199644},{"timestamp":"2025-10-12T23:59:00+00:00","delta":132.31047425690122},{"timestamp":"2025-10-23T23:59:00+00:00","delta":7.726777300500544},{"timestamp":"2025-11-03T23:59:00+00:00","delta":-169.78868677900027},{"timestamp":"2025-11-15T23:59:00+00:00","delta":19.517769349000446},{"timestamp":"2025-11-26T23:59:00+00:00","delta":26.293125698999575},{"timestamp":"2025-12-07T23:59:00+00:00","delta":-34.50870701199983},{"timestamp":"2025-12-19T23:59:00+00:00","delta":70.04653918029999},{"timestamp":"2025-12-30T23:59:00+00:00","delta":3.8439170240008025},{"timestamp":"2026-01-11T23:59:00+00:00","delta":-24.444434626000657},{"timestamp":"2026-01-22T23:59:00+00:00","delta":-8.281589905000146},{"timestamp":"2026-02-02T23:59:00+00:00","delta":27.182324243300172},{"timestamp":"2026-02-14T23:59:00+00:00","delta":43.54800125249949},{"timestamp":"2026-02-25T23:59:00+00:00","delta":45.248312546200395}]
Monthly Returns
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net * Transform: monthlyReturns(equity)returnPct).| Stat | Value |
|---|---|
| Best Month | 4.20% @ 2024-11 |
| Worst Month | -4.60% @ 2025-05 |
| Mean | -0.75% |
| Std Dev | 2.59% |
| Last | -0.79% |
| Points | 23 |
| Across 23 points the series ranged from -4.60% (2025-05) to 4.20% (2024-11), averaging -0.75%. 35% of points were positive, 65% negative. The most recent value is -0.79%. | |
| Full series - 23 points. |
[{"month":"2024-04","returnPct":-0.3922646120387764},{"month":"2024-05","returnPct":0.892035783247263},{"month":"2024-06","returnPct":-2.8312830027029547},{"month":"2024-07","returnPct":-0.9033086272587011},{"month":"2024-08","returnPct":1.8739703632583087},{"month":"2024-09","returnPct":0.950436404140567},{"month":"2024-10","returnPct":0.01939079654471317},{"month":"2024-11","returnPct":4.197346944992154},{"month":"2024-12","returnPct":-0.7180677520615089},{"month":"2025-01","returnPct":-3.841593373464781},{"month":"2025-02","returnPct":-3.3073487005365907},{"month":"2025-03","returnPct":-4.390672562788356},{"month":"2025-04","returnPct":3.45848355117001},{"month":"2025-05","returnPct":-4.597480515874036},{"month":"2025-06","returnPct":-1.9152987511781114},{"month":"2025-07","returnPct":3.358176445388403},{"month":"2025-08","returnPct":-0.1771794077654001},{"month":"2025-09","returnPct":-0.5287081399427026},{"month":"2025-10","returnPct":-3.8493588259893183},{"month":"2025-11","returnPct":-2.6721965939801526},{"month":"2025-12","returnPct":2.469093525829173},{"month":"2026-01","returnPct":-3.5466966913106206},{"month":"2026-02","returnPct":-0.79335140087765}]
Cumulative Trade Profit
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: cumulativeProfit(trades)cumProfit).| Stat | Value |
|---|---|
| Peak Cum. | 620.33 USDT @ 2026-02-25 |
| Trough Cum. | 1.40 USDT @ 2024-04-24 |
| Mean | 322.49 USDT |
| Std Dev | 187.67 USDT |
| Last | 620.33 USDT |
| Points | 673 |
| Sum | 217,036.41 USDT |
| Across 673 points the series ranged from 1.40 USDT (2024-04-24) to 620.33 USDT (2026-02-25), averaging 322.49 USDT. 100% of points were positive, 0% negative. The most recent value is 620.33 USDT. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24","cumProfit":1.397088},{"timestamp":"2024-05-05","cumProfit":11.899404000000002},{"timestamp":"2024-05-17","cumProfit":20.821032000000002},{"timestamp":"2024-05-28","cumProfit":29.75520300000001},{"timestamp":"2024-06-09","cumProfit":40.86670900000001},{"timestamp":"2024-06-20","cumProfit":50.06340500000002},{"timestamp":"2024-07-01","cumProfit":54.93700600000002},{"timestamp":"2024-07-13","cumProfit":63.840188000000026},{"timestamp":"2024-07-24","cumProfit":74.08437400000004},{"timestamp":"2024-08-05","cumProfit":84.99732200000005},{"timestamp":"2024-08-16","cumProfit":96.66377500000007},{"timestamp":"2024-08-27","cumProfit":115.59023400000007},{"timestamp":"2024-09-08","cumProfit":125.94341400000009},{"timestamp":"2024-09-19","cumProfit":131.22822000000005},{"timestamp":"2024-09-30","cumProfit":137.0946360000001},{"timestamp":"2024-10-12","cumProfit":146.27174900000006},{"timestamp":"2024-10-23","cumProfit":153.38671500000004},{"timestamp":"2024-11-04","cumProfit":161.635012},{"timestamp":"2024-11-15","cumProfit":177.37867899999995},{"timestamp":"2024-11-26","cumProfit":196.95716599999992},{"timestamp":"2024-12-08","cumProfit":217.50191699999996},{"timestamp":"2024-12-19","cumProfit":238.54422299999996},{"timestamp":"2024-12-31","cumProfit":254.19487299999997},{"timestamp":"2025-01-11","cumProfit":261.540191},{"timestamp":"2025-01-22","cumProfit":272.24487400000004},{"timestamp":"2025-02-03","cumProfit":288.8623270000001},{"timestamp":"2025-02-14","cumProfit":305.0053960000002},{"timestamp":"2025-02-26","cumProfit":315.8888580000002},{"timestamp":"2025-03-09","cumProfit":327.6589380000002},{"timestamp":"2025-03-20","cumProfit":337.54183900000027},{"timestamp":"2025-04-01","cumProfit":343.40510800000027},{"timestamp":"2025-04-12","cumProfit":353.29535600000025},{"timestamp":"2025-04-23","cumProfit":364.47934400000025},{"timestamp":"2025-05-05","cumProfit":375.4145380000003},{"timestamp":"2025-05-16","cumProfit":391.2003420000002},{"timestamp":"2025-05-28","cumProfit":403.0161890000003},{"timestamp":"2025-06-08","cumProfit":412.27678600000036},{"timestamp":"2025-06-19","cumProfit":419.95141000000035},{"timestamp":"2025-07-01","cumProfit":426.2213920000003},{"timestamp":"2025-07-12","cumProfit":435.8471020000003},{"timestamp":"2025-07-24","cumProfit":449.20104100000026},{"timestamp":"2025-08-04","cumProfit":459.67941100000024},{"timestamp":"2025-08-15","cumProfit":469.87827600000026},{"timestamp":"2025-08-27","cumProfit":477.3703820000002},{"timestamp":"2025-09-07","cumProfit":482.1400050000001},{"timestamp":"2025-09-19","cumProfit":491.235763},{"timestamp":"2025-09-30","cumProfit":496.213291},{"timestamp":"2025-10-11","cumProfit":508.430184},{"timestamp":"2025-10-23","cumProfit":522.2662299999998},{"timestamp":"2025-11-03","cumProfit":528.0216479999998},{"timestamp":"2025-11-14","cumProfit":538.9090469999999},{"timestamp":"2025-11-26","cumProfit":556.1252879999998},{"timestamp":"2025-12-07","cumProfit":564.9172399999998},{"timestamp":"2025-12-19","cumProfit":572.1768679999997},{"timestamp":"2025-12-30","cumProfit":576.4864939999998},{"timestamp":"2026-01-10","cumProfit":587.9314449999998},{"timestamp":"2026-01-22","cumProfit":597.693957},{"timestamp":"2026-02-02","cumProfit":605.8487419999999},{"timestamp":"2026-02-14","cumProfit":613.19902},{"timestamp":"2026-02-25","cumProfit":620.330314}]
Daily Trade Profit
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: dailyTradeProfit(trades)profit).| Stat | Value |
|---|---|
| Best Day | 3.85 USDT @ 2024-08-18 |
| Worst Day | 0.1303 USDT @ 2025-12-28 |
| Mean | 0.9217 USDT |
| Std Dev | 0.5630 USDT |
| Last | 0.5972 USDT |
| Points | 673 |
| Sum | 620.33 USDT |
| Across 673 points the series ranged from 0.1303 USDT (2025-12-28) to 3.85 USDT (2024-08-18), averaging 0.9217 USDT. 100% of points were positive, 0% negative. The most recent value is 0.5972 USDT. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"day":"2024-04-24","profit":1.397088},{"day":"2024-05-05","profit":1.02362},{"day":"2024-05-17","profit":0.5971},{"day":"2024-05-28","profit":1.202394},{"day":"2024-06-09","profit":0.458359},{"day":"2024-06-20","profit":0.86863},{"day":"2024-07-01","profit":0.264949},{"day":"2024-07-13","profit":0.178099},{"day":"2024-07-24","profit":0.472448},{"day":"2024-08-05","profit":3.515945},{"day":"2024-08-16","profit":1.088038},{"day":"2024-08-27","profit":0.866896},{"day":"2024-09-08","profit":1.061224},{"day":"2024-09-19","profit":0.573644},{"day":"2024-09-30","profit":0.705271},{"day":"2024-10-12","profit":0.196037},{"day":"2024-10-23","profit":0.466941},{"day":"2024-11-04","profit":1.398835},{"day":"2024-11-15","profit":1.387885},{"day":"2024-11-26","profit":2.240501},{"day":"2024-12-08","profit":2.345564},{"day":"2024-12-19","profit":2.041891},{"day":"2024-12-31","profit":0.802742},{"day":"2025-01-11","profit":0.290433},{"day":"2025-01-22","profit":0.752199},{"day":"2025-02-03","profit":3.021467},{"day":"2025-02-14","profit":1.180897},{"day":"2025-02-26","profit":1.055881},{"day":"2025-03-09","profit":1.221436},{"day":"2025-03-20","profit":0.42312},{"day":"2025-04-01","profit":0.585748},{"day":"2025-04-12","profit":0.395308},{"day":"2025-04-23","profit":1.039488},{"day":"2025-05-05","profit":0.939218},{"day":"2025-05-16","profit":0.919127},{"day":"2025-05-28","profit":0.971915},{"day":"2025-06-08","profit":0.33026},{"day":"2025-06-19","profit":0.504771},{"day":"2025-07-01","profit":0.5561},{"day":"2025-07-12","profit":1.55337},{"day":"2025-07-24","profit":1.269337},{"day":"2025-08-04","profit":0.685007},{"day":"2025-08-15","profit":0.85164},{"day":"2025-08-27","profit":0.54785},{"day":"2025-09-07","profit":0.273151},{"day":"2025-09-19","profit":0.560385},{"day":"2025-09-30","profit":0.495223},{"day":"2025-10-11","profit":2.157168},{"day":"2025-10-23","profit":0.295349},{"day":"2025-11-03","profit":0.986269},{"day":"2025-11-14","profit":1.030495},{"day":"2025-11-26","profit":1.130024},{"day":"2025-12-07","profit":0.538065},{"day":"2025-12-19","profit":0.684585},{"day":"2025-12-30","profit":0.186827},{"day":"2026-01-10","profit":0.228345},{"day":"2026-01-22","profit":1.144034},{"day":"2026-02-02","profit":0.806466},{"day":"2026-02-14","profit":0.37742},{"day":"2026-02-25","profit":0.597208}]
Trades per Day
GET /backtests/{id}/trades * Fields used: sell_time * Transform: tradesPerDay(trades)count).| Stat | Value |
|---|---|
| Busiest Day | 743 trades @ 2024-08-18 |
| Quietest Day | 19 trades @ 2025-12-28 |
| Mean | 170 trades |
| Std Dev | 106 trades |
| Last | 85 trades |
| Points | 673 |
| Sum | 114316 trades |
| Across 673 points the series ranged from 19 trades (2025-12-28) to 743 trades (2024-08-18), averaging 170 trades. The most recent value is 85 trades. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"day":"2024-04-24","count":272},{"day":"2024-05-05","count":199},{"day":"2024-05-17","count":116},{"day":"2024-05-28","count":235},{"day":"2024-06-09","count":89},{"day":"2024-06-20","count":169},{"day":"2024-07-01","count":51},{"day":"2024-07-13","count":34},{"day":"2024-07-24","count":91},{"day":"2024-08-05","count":660},{"day":"2024-08-16","count":209},{"day":"2024-08-27","count":167},{"day":"2024-09-08","count":203},{"day":"2024-09-19","count":110},{"day":"2024-09-30","count":135},{"day":"2024-10-12","count":37},{"day":"2024-10-23","count":90},{"day":"2024-11-04","count":268},{"day":"2024-11-15","count":266},{"day":"2024-11-26","count":433},{"day":"2024-12-08","count":457},{"day":"2024-12-19","count":394},{"day":"2024-12-31","count":154},{"day":"2025-01-11","count":56},{"day":"2025-01-22","count":143},{"day":"2025-02-03","count":559},{"day":"2025-02-14","count":219},{"day":"2025-02-26","count":199},{"day":"2025-03-09","count":218},{"day":"2025-03-20","count":82},{"day":"2025-04-01","count":104},{"day":"2025-04-12","count":73},{"day":"2025-04-23","count":194},{"day":"2025-05-05","count":164},{"day":"2025-05-16","count":166},{"day":"2025-05-28","count":180},{"day":"2025-06-08","count":62},{"day":"2025-06-19","count":88},{"day":"2025-07-01","count":95},{"day":"2025-07-12","count":289},{"day":"2025-07-24","count":231},{"day":"2025-08-04","count":128},{"day":"2025-08-15","count":153},{"day":"2025-08-27","count":105},{"day":"2025-09-07","count":50},{"day":"2025-09-19","count":103},{"day":"2025-09-30","count":87},{"day":"2025-10-11","count":364},{"day":"2025-10-23","count":51},{"day":"2025-11-03","count":173},{"day":"2025-11-14","count":188},{"day":"2025-11-26","count":178},{"day":"2025-12-07","count":99},{"day":"2025-12-19","count":109},{"day":"2025-12-30","count":26},{"day":"2026-01-10","count":34},{"day":"2026-01-22","count":189},{"day":"2026-02-02","count":139},{"day":"2026-02-14","count":59},{"day":"2026-02-25","count":85}]
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 | 859.24 USDT @ 2026-02-25 |
| Start | 2.05 USDT @ 2024-04-24 |
| Mean | 458.48 USDT |
| Std Dev | 262.24 USDT |
| Last | 859.24 USDT |
| Points | 673 |
| Sum | 308,555.47 USDT |
| Across 673 points the series ranged from 2.05 USDT (2024-04-24) to 859.24 USDT (2026-02-25), averaging 458.48 USDT. 100% of points were positive, 0% negative. The most recent value is 859.24 USDT. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"index":0,"timestamp":"2024-04-24","cumFees":2.04626},{"index":11,"timestamp":"2024-05-05","cumFees":17.390819},{"index":23,"timestamp":"2024-05-17","cumFees":30.426890999999998},{"index":34,"timestamp":"2024-05-28","cumFees":43.50921399999999},{"index":46,"timestamp":"2024-06-09","cumFees":59.82184299999999},{"index":57,"timestamp":"2024-06-20","cumFees":73.185048},{"index":68,"timestamp":"2024-07-01","cumFees":80.23804499999999},{"index":80,"timestamp":"2024-07-13","cumFees":93.018104},{"index":91,"timestamp":"2024-07-24","cumFees":107.831226},{"index":103,"timestamp":"2024-08-05","cumFees":123.46642600000001},{"index":114,"timestamp":"2024-08-16","cumFees":140.16719100000003},{"index":125,"timestamp":"2024-08-27","cumFees":167.57515599999996},{"index":137,"timestamp":"2024-09-08","cumFees":182.43792299999993},{"index":148,"timestamp":"2024-09-19","cumFees":190.06866999999994},{"index":159,"timestamp":"2024-09-30","cumFees":198.53394999999998},{"index":171,"timestamp":"2024-10-12","cumFees":211.696979},{"index":182,"timestamp":"2024-10-23","cumFees":221.93610300000003},{"index":194,"timestamp":"2024-11-04","cumFees":233.7675370000001},{"index":205,"timestamp":"2024-11-15","cumFees":256.47838900000005},{"index":216,"timestamp":"2024-11-26","cumFees":284.8193890000001},{"index":228,"timestamp":"2024-12-08","cumFees":314.81770900000015},{"index":239,"timestamp":"2024-12-19","cumFees":345.5621590000001},{"index":251,"timestamp":"2024-12-31","cumFees":368.2882470000001},{"index":262,"timestamp":"2025-01-11","cumFees":378.9440490000001},{"index":273,"timestamp":"2025-01-22","cumFees":394.3788930000001},{"index":285,"timestamp":"2025-02-03","cumFees":418.00979700000016},{"index":296,"timestamp":"2025-02-14","cumFees":440.6813420000001},{"index":308,"timestamp":"2025-02-26","cumFees":456.00376300000005},{"index":319,"timestamp":"2025-03-09","cumFees":472.4144760000001},{"index":330,"timestamp":"2025-03-20","cumFees":486.1496550000002},{"index":342,"timestamp":"2025-04-01","cumFees":494.2119960000003},{"index":353,"timestamp":"2025-04-12","cumFees":507.4583290000003},{"index":364,"timestamp":"2025-04-23","cumFees":522.7638770000002},{"index":376,"timestamp":"2025-05-05","cumFees":537.9195940000002},{"index":387,"timestamp":"2025-05-16","cumFees":559.845304},{"index":399,"timestamp":"2025-05-28","cumFees":576.202402},{"index":410,"timestamp":"2025-06-08","cumFees":588.7506359999998},{"index":421,"timestamp":"2025-06-19","cumFees":599.1494799999998},{"index":433,"timestamp":"2025-07-01","cumFees":607.4137409999997},{"index":444,"timestamp":"2025-07-12","cumFees":620.4951289999996},{"index":456,"timestamp":"2025-07-24","cumFees":639.0243269999995},{"index":467,"timestamp":"2025-08-04","cumFees":653.2853239999995},{"index":478,"timestamp":"2025-08-15","cumFees":667.1186989999994},{"index":490,"timestamp":"2025-08-27","cumFees":677.5180119999994},{"index":501,"timestamp":"2025-09-07","cumFees":684.0620949999994},{"index":513,"timestamp":"2025-09-19","cumFees":696.5872989999995},{"index":524,"timestamp":"2025-09-30","cumFees":703.2961879999993},{"index":535,"timestamp":"2025-10-11","cumFees":719.5474009999996},{"index":547,"timestamp":"2025-10-23","cumFees":737.8783969999997},{"index":558,"timestamp":"2025-11-03","cumFees":745.540908},{"index":569,"timestamp":"2025-11-14","cumFees":759.8363589999999},{"index":581,"timestamp":"2025-11-26","cumFees":781.148304},{"index":592,"timestamp":"2025-12-07","cumFees":792.3035800000002},{"index":604,"timestamp":"2025-12-19","cumFees":801.4830710000002},{"index":615,"timestamp":"2025-12-30","cumFees":806.3360110000001},{"index":626,"timestamp":"2026-01-10","cumFees":821.052047},{"index":638,"timestamp":"2026-01-22","cumFees":832.8612059999998},{"index":649,"timestamp":"2026-02-02","cumFees":843.0096759999999},{"index":661,"timestamp":"2026-02-14","cumFees":851.1376769999998},{"index":672,"timestamp":"2026-02-25","cumFees":859.2354989999999}]
Profit Distribution (%)
GET /backtests/{id}/trades * Fields used: profit_percentage * Transform: profitDistribution(trades, 30)count).| Stat | Value |
|---|---|
| Most Populated Bin | 10636 trades @ 0.10% |
| Least Populated Bin | 17 trades @ 0.16% |
| Mean | 1905 trades |
| Std Dev | 3119 trades |
| Last | 31 trades |
| Points | 60 |
| Sum | 114316 trades |
| Across 60 points the series ranged from 17 trades (0.16%) to 10636 trades (0.10%), averaging 1905 trades. The most recent value is 31 trades. | |
| Full series - 60 points. |
[{"bin":"0.10%","count":10636,"from":0.099812},{"bin":"0.10%","count":10622,"from":0.10085},{"bin":"0.10%","count":10327,"from":0.101888},{"bin":"0.10%","count":10491,"from":0.102925},{"bin":"0.10%","count":10007,"from":0.103963},{"bin":"0.11%","count":9241,"from":0.105001},{"bin":"0.11%","count":6357,"from":0.106038},{"bin":"0.11%","count":5920,"from":0.107076},{"bin":"0.11%","count":4701,"from":0.108114},{"bin":"0.11%","count":3994,"from":0.109151},{"bin":"0.11%","count":3354,"from":0.110189},{"bin":"0.11%","count":3021,"from":0.111226},{"bin":"0.11%","count":2715,"from":0.112264},{"bin":"0.11%","count":2553,"from":0.113302},{"bin":"0.11%","count":2552,"from":0.114339},{"bin":"0.12%","count":2209,"from":0.115377},{"bin":"0.12%","count":2131,"from":0.116415},{"bin":"0.12%","count":1407,"from":0.117452},{"bin":"0.12%","count":1419,"from":0.11849},{"bin":"0.12%","count":1298,"from":0.119528},{"bin":"0.12%","count":725,"from":0.120565},{"bin":"0.12%","count":892,"from":0.121603},{"bin":"0.12%","count":470,"from":0.12264},{"bin":"0.12%","count":519,"from":0.123678},{"bin":"0.12%","count":431,"from":0.124716},{"bin":"0.13%","count":416,"from":0.125753},{"bin":"0.13%","count":397,"from":0.126791},{"bin":"0.13%","count":358,"from":0.127829},{"bin":"0.13%","count":482,"from":0.128866},{"bin":"0.13%","count":368,"from":0.129904},{"bin":"0.13%","count":363,"from":0.130942},{"bin":"0.13%","count":362,"from":0.131979},{"bin":"0.13%","count":303,"from":0.133017},{"bin":"0.13%","count":362,"from":0.134054},{"bin":"0.14%","count":343,"from":0.135092},{"bin":"0.14%","count":302,"from":0.13613},{"bin":"0.14%","count":279,"from":0.137167},{"bin":"0.14%","count":296,"from":0.138205},{"bin":"0.14%","count":295,"from":0.139243},{"bin":"0.14%","count":218,"from":0.14028},{"bin":"0.14%","count":131,"from":0.141318},{"bin":"0.14%","count":115,"from":0.142356},{"bin":"0.14%","count":88,"from":0.143393},{"bin":"0.14%","count":113,"from":0.144431},{"bin":"0.15%","count":76,"from":0.145468},{"bin":"0.15%","count":97,"from":0.146506},{"bin":"0.15%","count":88,"from":0.147544},{"bin":"0.15%","count":94,"from":0.148581},{"bin":"0.15%","count":48,"from":0.149619},{"bin":"0.15%","count":38,"from":0.150657},{"bin":"0.15%","count":42,"from":0.151694},{"bin":"0.15%","count":39,"from":0.152732},{"bin":"0.15%","count":25,"from":0.15377},{"bin":"0.15%","count":36,"from":0.154807},{"bin":"0.16%","count":26,"from":0.155845},{"bin":"0.16%","count":21,"from":0.156882},{"bin":"0.16%","count":26,"from":0.15792},{"bin":"0.16%","count":17,"from":0.158958},{"bin":"0.16%","count":29,"from":0.159995},{"bin":"0.16%","count":31,"from":0.161033}]
Rolling Win Rate (50 Trades)
GET /backtests/{id}/trades * Fields used: profit * Transform: rollingWinRate(trades, 50)winRate).| Stat | Value |
|---|---|
| Hottest Window | 100.00% @ 1143 |
| Coldest Window | 100.00% @ 1143 |
| Mean | 100.00% |
| Std Dev | 0.00% |
| Last | 100.00% |
| Points | 1000 |
| Across 1000 points the series ranged from 100.00% (1143) to 100.00% (1143), 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":1143,"winRate":100},{"index":3069,"winRate":100},{"index":4995,"winRate":100},{"index":6921,"winRate":100},{"index":8846,"winRate":100},{"index":10772,"winRate":100},{"index":12698,"winRate":100},{"index":14624,"winRate":100},{"index":16437,"winRate":100},{"index":18363,"winRate":100},{"index":20288,"winRate":100},{"index":22214,"winRate":100},{"index":24140,"winRate":100},{"index":26066,"winRate":100},{"index":27992,"winRate":100},{"index":29918,"winRate":100},{"index":31844,"winRate":100},{"index":33769,"winRate":100},{"index":35695,"winRate":100},{"index":37621,"winRate":100},{"index":39547,"winRate":100},{"index":41473,"winRate":100},{"index":43399,"winRate":100},{"index":45211,"winRate":100},{"index":47137,"winRate":100},{"index":49063,"winRate":100},{"index":50989,"winRate":100},{"index":52915,"winRate":100},{"index":54841,"winRate":100},{"index":56767,"winRate":100},{"index":58692,"winRate":100},{"index":60618,"winRate":100},{"index":62544,"winRate":100},{"index":64470,"winRate":100},{"index":66396,"winRate":100},{"index":68322,"winRate":100},{"index":70248,"winRate":100},{"index":72060,"winRate":100},{"index":73986,"winRate":100},{"index":75912,"winRate":100},{"index":77838,"winRate":100},{"index":79764,"winRate":100},{"index":81690,"winRate":100},{"index":83615,"winRate":100},{"index":85541,"winRate":100},{"index":87467,"winRate":100},{"index":89393,"winRate":100},{"index":91319,"winRate":100},{"index":93245,"winRate":100},{"index":95171,"winRate":100},{"index":97096,"winRate":100},{"index":99022,"winRate":100},{"index":100835,"winRate":100},{"index":102761,"winRate":100},{"index":104687,"winRate":100},{"index":106613,"winRate":100},{"index":108538,"winRate":100},{"index":110464,"winRate":100},{"index":112390,"winRate":100},{"index":114316,"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.6402 USDT @ 2026-02-25 23:52:00 UTC |
| Trough Net | 0.0052 USDT @ 2024-04-24 00:25:00 UTC |
| Mean | 0.2918 USDT |
| Std Dev | 0.1878 USDT |
| Last | 0.6402 USDT |
| Points | 100 |
| Sum | 29.18 USDT |
| Across 100 points the series ranged from 0.0052 USDT (2024-04-24 00:25:00 UTC) to 0.6402 USDT (2026-02-25 23:52:00 UTC), averaging 0.2918 USDT. 100% of points were positive, 0% negative. The most recent value is 0.6402 USDT. | |
| Showing 60 of 100 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T00:25:00Z","net":0.0052088273,"gross":0.012735},{"timestamp":"2024-04-24T00:31:00Z","net":0.015512179599999999,"gross":0.03807},{"timestamp":"2024-04-24T00:32:00Z","net":0.0206336154,"gross":0.050714999999999996},{"timestamp":"2024-04-24T00:39:00Z","net":0.0308204162,"gross":0.07596},{"timestamp":"2024-04-24T01:07:00Z","net":0.0409247754,"gross":0.1011149999},{"timestamp":"2024-04-24T01:13:00Z","net":0.0459985854,"gross":0.1137149999},{"timestamp":"2024-04-24T01:24:00Z","net":0.0560375731,"gross":0.1387799998},{"timestamp":"2024-04-24T01:38:00Z","net":0.0660903615,"gross":0.16388999980000002},{"timestamp":"2024-04-24T02:00:00Z","net":0.0711125707,"gross":0.17644499980000003},{"timestamp":"2024-04-24T02:41:00Z","net":0.081399048,"gross":0.20177999980000003},{"timestamp":"2024-04-24T03:37:00Z","net":0.0916069388,"gross":0.22702499980000002},{"timestamp":"2024-04-24T03:47:00Z","net":0.096633333,"gross":0.23957999980000003},{"timestamp":"2024-04-24T03:49:00Z","net":0.1068945215,"gross":0.26487799980000004},{"timestamp":"2024-04-24T03:53:00Z","net":0.11738042900000001,"gross":0.29040799980000004},{"timestamp":"2024-04-24T09:36:00Z","net":0.1224235632,"gross":0.3029629998},{"timestamp":"2024-08-30T20:02:00Z","net":0.1326149248,"gross":0.3281989999},{"timestamp":"2024-08-31T14:30:00Z","net":0.14259697340000002,"gross":0.3532010001},{"timestamp":"2024-09-07T23:18:00Z","net":0.15257902200000004,"gross":0.3782030003},{"timestamp":"2024-09-08T06:45:00Z","net":0.15757004630000004,"gross":0.3907040004},{"timestamp":"2024-09-09T23:18:00Z","net":0.16755209490000006,"gross":0.41570600059999996},{"timestamp":"2024-09-14T15:11:00Z","net":0.17753414350000007,"gross":0.44070800079999994},{"timestamp":"2024-09-15T02:51:00Z","net":0.18252516780000008,"gross":0.45320900089999994},{"timestamp":"2024-10-15T11:28:00Z","net":0.1925072164000001,"gross":0.4782110010999999},{"timestamp":"2025-01-19T12:03:00Z","net":0.2024892650000001,"gross":0.5032130012999999},{"timestamp":"2025-01-19T22:40:00Z","net":0.20748028930000012,"gross":0.5157140013999999},{"timestamp":"2025-12-18T11:49:00Z","net":0.21746193860000013,"gross":0.5407150014999998},{"timestamp":"2025-12-21T19:30:00Z","net":0.22744318860000012,"gross":0.5657150014999998},{"timestamp":"2026-01-29T15:11:00Z","net":0.23243381360000012,"gross":0.5782150014999997},{"timestamp":"2026-01-31T10:25:00Z","net":0.24241506360000012,"gross":0.6032150014999996},{"timestamp":"2026-02-01T19:45:00Z","net":0.25239631360000014,"gross":0.6282150014999995},{"timestamp":"2026-02-05T21:01:00Z","net":0.26049244010000017,"gross":0.6438250014999995},{"timestamp":"2026-02-05T21:28:00Z","net":0.27669456560000016,"gross":0.6750550014999995},{"timestamp":"2026-02-05T22:03:00Z","net":0.29287696410000014,"gross":0.7062650014999995},{"timestamp":"2026-02-06T00:45:00Z","net":0.30095336360000013,"gross":0.7218550014999995},{"timestamp":"2026-02-06T00:53:00Z","net":0.31711603510000014,"gross":0.7530450014999995},{"timestamp":"2026-02-06T01:33:00Z","net":0.3332885791000001,"gross":0.7842450014999995},{"timestamp":"2026-02-06T03:00:00Z","net":0.34139457810000007,"gross":0.7998650014999995},{"timestamp":"2026-02-06T03:44:00Z","net":0.35757697660000004,"gross":0.8310750014999995},{"timestamp":"2026-02-06T04:10:00Z","net":0.3737692356,"gross":0.8622950014999994},{"timestamp":"2026-02-23T08:06:00Z","net":0.3818357806,"gross":0.8778750014999994},{"timestamp":"2026-02-23T09:18:00Z","net":0.39802803360000005,"gross":0.9090950014999994},{"timestamp":"2026-02-23T12:37:00Z","net":0.41419069310000006,"gross":0.9402850014999994},{"timestamp":"2026-02-25T01:18:00Z","net":0.4222868196000001,"gross":0.9558950014999994},{"timestamp":"2026-02-25T02:07:00Z","net":0.4384396246000001,"gross":0.9870750014999994},{"timestamp":"2026-02-25T11:28:00Z","net":0.4546516226,"gross":1.0183150014999993},{"timestamp":"2026-02-25T18:12:00Z","net":0.46960722960000006,"gross":1.0482950014999994},{"timestamp":"2026-02-25T18:13:00Z","net":0.47703067140000005,"gross":1.0632300015999994},{"timestamp":"2026-02-25T18:24:00Z","net":0.49190598440000005,"gross":1.0931300015999994},{"timestamp":"2026-02-25T19:35:00Z","net":0.5067459037,"gross":1.1229950016999992},{"timestamp":"2026-02-25T19:50:00Z","net":0.5141340687,"gross":1.1378950016999991},{"timestamp":"2026-02-25T20:10:00Z","net":0.5288425075,"gross":1.1676300016999992},{"timestamp":"2026-02-25T20:50:00Z","net":0.5435133432999999,"gross":1.197325001799999},{"timestamp":"2026-02-25T21:31:00Z","net":0.5508920827999999,"gross":1.212215001799999},{"timestamp":"2026-02-25T21:34:00Z","net":0.5655980273999999,"gross":1.241945001999999},{"timestamp":"2026-02-25T21:38:00Z","net":0.5801730808999999,"gross":1.271545001999999},{"timestamp":"2026-02-25T21:40:00Z","net":0.5874465615999999,"gross":1.286330001999999},{"timestamp":"2026-02-25T22:44:00Z","net":0.6022422945999998,"gross":1.316150001999999},{"timestamp":"2026-02-25T23:09:00Z","net":0.6171719002999997,"gross":1.346105001899999},{"timestamp":"2026-02-25T23:32:00Z","net":0.6248400772999997,"gross":1.361285001899999},{"timestamp":"2026-02-25T23:52:00Z","net":0.6401790470999997,"gross":1.3916500018999989}]
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) | 10.10 @ 2024-12-04 23:59:00 UTC |
| Worst Sharpe (30d) | -9.78 @ 2024-07-05 23:59:00 UTC |
| Mean | -0.96 |
| Std Dev | 3.09 |
| Last | -2.96 |
| Points | 643 |
| Across 643 points the series ranged from -9.78 (2024-07-05 23:59:00 UTC) to 10.10 (2024-12-04 23:59:00 UTC), averaging -0.96. The most recent value is -2.96. | |
| Showing 60 of 643 points (down-sampled for readability). |
[{"timestamp":"2024-05-24T23:59:00+00:00","sharpe30":1.9634991239248265,"sharpe90":-1.5345164056169296},{"timestamp":"2024-06-04T23:59:00+00:00","sharpe30":1.8179690279450913,"sharpe90":-3.145710747912286},{"timestamp":"2024-06-15T23:59:00+00:00","sharpe30":-4.3550115996596706,"sharpe90":-2.5742345680467476},{"timestamp":"2024-06-26T23:59:00+00:00","sharpe30":-7.4662542509197225,"sharpe90":-0.18322623348922126},{"timestamp":"2024-07-07T23:59:00+00:00","sharpe30":-7.275485005916456,"sharpe90":-0.7496220421385185},{"timestamp":"2024-07-17T23:59:00+00:00","sharpe30":0.7938499726217539,"sharpe90":-0.03990405839429094},{"timestamp":"2024-07-28T23:59:00+00:00","sharpe30":-0.2276050952223174,"sharpe90":0.5258399288271008},{"timestamp":"2024-08-08T23:59:00+00:00","sharpe30":-1.321470248711318,"sharpe90":0.6163888516451028},{"timestamp":"2024-08-19T23:59:00+00:00","sharpe30":0.7936158128017392,"sharpe90":0.056911223832720285},{"timestamp":"2024-08-30T23:59:00+00:00","sharpe30":1.3461858540999345,"sharpe90":0.5342172692342624},{"timestamp":"2024-09-10T23:59:00+00:00","sharpe30":3.322063822952631,"sharpe90":1.7023893525094558},{"timestamp":"2024-09-21T23:59:00+00:00","sharpe30":-1.6789306890412252,"sharpe90":-0.25590752109108694},{"timestamp":"2024-10-02T23:59:00+00:00","sharpe30":-1.8893109322055606,"sharpe90":1.5590922325981034},{"timestamp":"2024-10-12T23:59:00+00:00","sharpe30":-0.43260336154337176,"sharpe90":2.356777349562043},{"timestamp":"2024-10-23T23:59:00+00:00","sharpe30":-0.4312002857156642,"sharpe90":1.0675140950832427},{"timestamp":"2024-11-03T23:59:00+00:00","sharpe30":-1.7740849041479139,"sharpe90":1.8453027126375285},{"timestamp":"2024-11-14T23:59:00+00:00","sharpe30":0.6612991312635861,"sharpe90":0.4398226826580728},{"timestamp":"2024-11-25T23:59:00+00:00","sharpe30":4.84332325037153,"sharpe90":0.0920548636863754},{"timestamp":"2024-12-06T23:59:00+00:00","sharpe30":8.91883609792796,"sharpe90":-2.018293337894903},{"timestamp":"2024-12-17T23:59:00+00:00","sharpe30":3.886054142115207,"sharpe90":-1.7955390456305667},{"timestamp":"2024-12-28T23:59:00+00:00","sharpe30":0.4117714137788789,"sharpe90":-2.6007723995973833},{"timestamp":"2025-01-08T23:59:00+00:00","sharpe30":-3.15879760934782,"sharpe90":-3.931432165559445},{"timestamp":"2025-01-18T23:59:00+00:00","sharpe30":-1.7889248168886474,"sharpe90":-2.659528748512366},{"timestamp":"2025-01-29T23:59:00+00:00","sharpe30":-4.901948813656409,"sharpe90":-3.1276351964768403},{"timestamp":"2025-02-09T23:59:00+00:00","sharpe30":-6.708551326304564,"sharpe90":-3.449298382451398},{"timestamp":"2025-02-20T23:59:00+00:00","sharpe30":-3.342430889023839,"sharpe90":-2.1196473025518947},{"timestamp":"2025-03-03T23:59:00+00:00","sharpe30":-2.7552331704379873,"sharpe90":-1.029099963429387},{"timestamp":"2025-03-14T23:59:00+00:00","sharpe30":-3.981081208356487,"sharpe90":-0.15158516483029658},{"timestamp":"2025-03-25T23:59:00+00:00","sharpe30":-1.6389758480878112,"sharpe90":-0.6497894608993847},{"timestamp":"2025-04-05T23:59:00+00:00","sharpe30":-3.634960329710358,"sharpe90":-0.7017665006235443},{"timestamp":"2025-04-15T23:59:00+00:00","sharpe30":-2.8650023982093042,"sharpe90":-0.7049741896872532},{"timestamp":"2025-04-26T23:59:00+00:00","sharpe30":0.5290600201318694,"sharpe90":-1.2579037811867844},{"timestamp":"2025-05-07T23:59:00+00:00","sharpe30":1.549538759834667,"sharpe90":0.1063168935556105},{"timestamp":"2025-05-18T23:59:00+00:00","sharpe30":3.2230110856976086,"sharpe90":1.0031116805715126},{"timestamp":"2025-05-29T23:59:00+00:00","sharpe30":-0.6940183991676993,"sharpe90":-0.17187841087357866},{"timestamp":"2025-06-09T23:59:00+00:00","sharpe30":-3.0797124049905107,"sharpe90":-1.030917050399071},{"timestamp":"2025-06-20T23:59:00+00:00","sharpe30":-4.597988365381088,"sharpe90":-0.9691750616033193},{"timestamp":"2025-07-01T23:59:00+00:00","sharpe30":-2.1745333419804176,"sharpe90":-0.019051539927612857},{"timestamp":"2025-07-11T23:59:00+00:00","sharpe30":0.356711626599346,"sharpe90":-0.3843844210088167},{"timestamp":"2025-07-22T23:59:00+00:00","sharpe30":8.325506845292951,"sharpe90":1.4608511985618169},{"timestamp":"2025-08-02T23:59:00+00:00","sharpe30":0.14092940661884154,"sharpe90":0.0781623008979316},{"timestamp":"2025-08-13T23:59:00+00:00","sharpe30":1.1308654272813885,"sharpe90":-0.8006775683843335},{"timestamp":"2025-08-24T23:59:00+00:00","sharpe30":-0.8476853042764002,"sharpe90":-1.3391968406842434},{"timestamp":"2025-09-04T23:59:00+00:00","sharpe30":-1.2531978660660494,"sharpe90":-1.315174074124386},{"timestamp":"2025-09-15T23:59:00+00:00","sharpe30":-0.7004739374168417,"sharpe90":-1.6499324758865344},{"timestamp":"2025-09-26T23:59:00+00:00","sharpe30":-2.042070161713553,"sharpe90":-1.6112275941700926},{"timestamp":"2025-10-07T23:59:00+00:00","sharpe30":0.27604347121132283,"sharpe90":-1.292306958890926},{"timestamp":"2025-10-17T23:59:00+00:00","sharpe30":-2.3136133298286325,"sharpe90":-2.3175556315077306},{"timestamp":"2025-10-28T23:59:00+00:00","sharpe30":-1.2772473569491665,"sharpe90":-1.610861380509595},{"timestamp":"2025-11-08T23:59:00+00:00","sharpe30":-2.7202710102075205,"sharpe90":-1.7845820722674393},{"timestamp":"2025-11-19T23:59:00+00:00","sharpe30":-4.041293349918248,"sharpe90":-1.4185338639927039},{"timestamp":"2025-11-30T23:59:00+00:00","sharpe30":-2.4315326640546417,"sharpe90":-0.7703971533612052},{"timestamp":"2025-12-11T23:59:00+00:00","sharpe30":-3.5722038964209353,"sharpe90":-1.5599197555700977},{"timestamp":"2025-12-22T23:59:00+00:00","sharpe30":-1.6379734678082318,"sharpe90":-0.5915087065205664},{"timestamp":"2026-01-02T23:59:00+00:00","sharpe30":1.9997374429111072,"sharpe90":null},{"timestamp":"2026-01-12T23:59:00+00:00","sharpe30":0.5126164662595664,"sharpe90":null},{"timestamp":"2026-01-23T23:59:00+00:00","sharpe30":1.5001939785916973,"sharpe90":null},{"timestamp":"2026-02-03T23:59:00+00:00","sharpe30":-3.64485099210324,"sharpe90":null},{"timestamp":"2026-02-14T23:59:00+00:00","sharpe30":-2.3060753202539606,"sharpe90":null},{"timestamp":"2026-02-25T23:59:00+00:00","sharpe30":-2.9633508588138673,"sharpe90":null}]
Drawdown Recovery Episodes
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net * Transform: drawdownRecoveryEpisodes(equity)depth).| Stat | Value |
|---|---|
| Shallowest | -0.14% @ 1 |
| Deepest Episode | -23.22% @ 443 |
| Mean | -4.67% |
| Std Dev | 7.96% |
| Last | -23.22% |
| Points | 7 |
| Across 7 points the series ranged from -23.22% (443) to -0.14% (1), averaging -4.67%. 0% of points were positive, 100% negative. The most recent value is -23.22%. | |
| Full series - 7 points. |
[{"start":"2024-04-28T23:59:00+00:00","end":"2024-05-03T23:59:00+00:00","depth":-0.44504226065954133,"durationDays":5},{"start":"2024-05-07T23:59:00+00:00","end":"2024-05-09T23:59:00+00:00","depth":-0.22638719310983466,"durationDays":2},{"start":"2024-05-10T23:59:00+00:00","end":"2024-05-20T23:59:00+00:00","depth":-0.5172260342302403,"durationDays":10},{"start":"2024-06-06T23:59:00+00:00","end":"2024-11-23T23:59:00+00:00","depth":-7.499104281159245,"durationDays":170},{"start":"2024-11-25T23:59:00+00:00","end":"2024-11-30T23:59:00+00:00","depth":-0.6361322236168863,"durationDays":5},{"start":"2024-12-07T23:59:00+00:00","end":"2024-12-08T23:59:00+00:00","depth":-0.1391481067448344,"durationDays":1},{"start":"2024-12-09T23:59:00+00:00","end":"ongoing","depth":-23.224421768007307,"durationDays":443}]
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 | 21.17% @ 2025-08-02 23:59:00 UTC |
| Min Utilization | 1.39% @ 2024-05-27 23:59:00 UTC |
| Mean | 13.45% |
| Std Dev | 5.40% |
| Last | 10.16% |
| Points | 673 |
| Across 673 points the series ranged from 1.39% (2024-05-27 23:59:00 UTC) to 21.17% (2025-08-02 23:59:00 UTC), averaging 13.45%. 100% of points were positive, 0% negative. The most recent value is 10.16%. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T23:59:00+00:00","exposure":2.384960481263434},{"timestamp":"2024-05-05T23:59:00+00:00","exposure":2.421629769934266},{"timestamp":"2024-05-17T23:59:00+00:00","exposure":3.5020902772638403},{"timestamp":"2024-05-28T23:59:00+00:00","exposure":1.8820692303108768},{"timestamp":"2024-06-09T23:59:00+00:00","exposure":5.638822671669243},{"timestamp":"2024-06-20T23:59:00+00:00","exposure":9.86868736910821},{"timestamp":"2024-07-01T23:59:00+00:00","exposure":10.268154922651242},{"timestamp":"2024-07-13T23:59:00+00:00","exposure":11.624315433565567},{"timestamp":"2024-07-24T23:59:00+00:00","exposure":11.336493488741393},{"timestamp":"2024-08-05T23:59:00+00:00","exposure":15.315211435285397},{"timestamp":"2024-08-16T23:59:00+00:00","exposure":13.578623682675547},{"timestamp":"2024-08-27T23:59:00+00:00","exposure":8.16555946050822},{"timestamp":"2024-09-08T23:59:00+00:00","exposure":9.211139156116891},{"timestamp":"2024-09-19T23:59:00+00:00","exposure":9.121574268399726},{"timestamp":"2024-09-30T23:59:00+00:00","exposure":8.916087617189323},{"timestamp":"2024-10-12T23:59:00+00:00","exposure":9.714270923835967},{"timestamp":"2024-10-23T23:59:00+00:00","exposure":9.241728969920672},{"timestamp":"2024-11-04T23:59:00+00:00","exposure":11.755972195966757},{"timestamp":"2024-11-15T23:59:00+00:00","exposure":6.142340043172659},{"timestamp":"2024-11-26T23:59:00+00:00","exposure":7.263698393998837},{"timestamp":"2024-12-08T23:59:00+00:00","exposure":3.7642296561696327},{"timestamp":"2024-12-19T23:59:00+00:00","exposure":9.409115120155958},{"timestamp":"2024-12-31T23:59:00+00:00","exposure":10.604215870712922},{"timestamp":"2025-01-11T23:59:00+00:00","exposure":10.61562641036235},{"timestamp":"2025-01-22T23:59:00+00:00","exposure":11.642156723223342},{"timestamp":"2025-02-03T23:59:00+00:00","exposure":17.39618751111238},{"timestamp":"2025-02-14T23:59:00+00:00","exposure":17.299685317693562},{"timestamp":"2025-02-26T23:59:00+00:00","exposure":18.028239994177593},{"timestamp":"2025-03-09T23:59:00+00:00","exposure":18.913185933362},{"timestamp":"2025-03-20T23:59:00+00:00","exposure":18.672120917786334},{"timestamp":"2025-04-01T23:59:00+00:00","exposure":19.01374754366378},{"timestamp":"2025-04-12T23:59:00+00:00","exposure":19.65088542682693},{"timestamp":"2025-04-23T23:59:00+00:00","exposure":19.962647937735547},{"timestamp":"2025-05-05T23:59:00+00:00","exposure":20.779521989334746},{"timestamp":"2025-05-16T23:59:00+00:00","exposure":20.063550814878333},{"timestamp":"2025-05-28T23:59:00+00:00","exposure":20.88617944512179},{"timestamp":"2025-06-08T23:59:00+00:00","exposure":20.63390871880689},{"timestamp":"2025-06-19T23:59:00+00:00","exposure":19.656883666995125},{"timestamp":"2025-07-01T23:59:00+00:00","exposure":20.349369683753913},{"timestamp":"2025-07-12T23:59:00+00:00","exposure":20.877727871836523},{"timestamp":"2025-07-24T23:59:00+00:00","exposure":20.218516712540218},{"timestamp":"2025-08-04T23:59:00+00:00","exposure":20.901015312798524},{"timestamp":"2025-08-15T23:59:00+00:00","exposure":20.156013502891145},{"timestamp":"2025-08-27T23:59:00+00:00","exposure":19.824127873969964},{"timestamp":"2025-09-07T23:59:00+00:00","exposure":20.258946747359573},{"timestamp":"2025-09-19T23:59:00+00:00","exposure":19.740627669877277},{"timestamp":"2025-09-30T23:59:00+00:00","exposure":18.250223241953513},{"timestamp":"2025-10-11T23:59:00+00:00","exposure":14.138981746418832},{"timestamp":"2025-10-23T23:59:00+00:00","exposure":14.446176014841672},{"timestamp":"2025-11-03T23:59:00+00:00","exposure":14.078042691234948},{"timestamp":"2025-11-14T23:59:00+00:00","exposure":12.655245308717106},{"timestamp":"2025-11-26T23:59:00+00:00","exposure":11.140797599406735},{"timestamp":"2025-12-07T23:59:00+00:00","exposure":10.788120856012956},{"timestamp":"2025-12-19T23:59:00+00:00","exposure":10.886246166813066},{"timestamp":"2025-12-30T23:59:00+00:00","exposure":11.572429603975275},{"timestamp":"2026-01-10T23:59:00+00:00","exposure":13.328369146851038},{"timestamp":"2026-01-22T23:59:00+00:00","exposure":11.364330921772186},{"timestamp":"2026-02-02T23:59:00+00:00","exposure":9.384013061573254},{"timestamp":"2026-02-14T23:59:00+00:00","exposure":10.989642482267469},{"timestamp":"2026-02-25T23:59:00+00:00","exposure":10.164409091672237}]
Price Chart with Buy/Sell Markers
GET /backtests/{id}/trades * Fields used: buy_time, buy_price, sell_time, sell_price * Transform: priceWithMarkers(trades)price).| Stat | Value |
|---|---|
| Highest Price | 0.0181 @ 2024-04-24 03:53:00 UTC |
| Lowest Price | 0.0016 @ 2026-02-05 21:13:00 UTC |
| Mean | 0.0075 |
| Std Dev | 0.0070 |
| Last | 0.0016 |
| Points | 184 |
| Across 184 points the series ranged from 0.0016 (2026-02-05 21:13:00 UTC) to 0.0181 (2024-04-24 03:53:00 UTC), averaging 0.0075. The most recent value is 0.0016. | |
| Showing 60 of 184 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T00:02:00Z","price":0.017857},{"timestamp":"2024-04-24T00:13:00Z","price":0.017917},{"timestamp":"2024-04-24T00:19:00Z","price":0.017757},{"timestamp":"2024-04-24T00:25:00Z","price":0.017752},{"timestamp":"2024-04-24T00:32:00Z","price":0.017872},{"timestamp":"2024-04-24T01:05:00Z","price":0.017957},{"timestamp":"2024-04-24T01:08:00Z","price":0.017987},{"timestamp":"2024-04-24T01:21:00Z","price":0.017982},{"timestamp":"2024-04-24T01:31:00Z","price":0.018002},{"timestamp":"2024-04-24T01:45:00Z","price":0.017977},{"timestamp":"2024-04-24T02:26:00Z","price":0.017897},{"timestamp":"2024-04-24T02:32:00Z","price":0.017767},{"timestamp":"2024-04-24T02:43:00Z","price":0.017927},{"timestamp":"2024-04-24T03:47:00Z","price":0.018012},{"timestamp":"2024-04-24T03:50:00Z","price":0.018084},{"timestamp":"2024-08-30T19:58:00Z","price":0.0108},{"timestamp":"2024-08-31T09:06:00Z","price":0.010827},{"timestamp":"2024-09-03T13:34:00Z","price":0.0108},{"timestamp":"2024-09-07T23:18:00Z","price":0.010827},{"timestamp":"2024-09-09T08:04:00Z","price":0.0108},{"timestamp":"2024-09-09T23:18:00Z","price":0.010827},{"timestamp":"2024-09-14T14:35:00Z","price":0.0108},{"timestamp":"2024-09-15T02:51:00Z","price":0.010827},{"timestamp":"2024-10-15T11:24:00Z","price":0.0108},{"timestamp":"2024-11-21T02:45:00Z","price":0.010827},{"timestamp":"2025-01-19T22:40:00Z","price":0.010827},{"timestamp":"2025-12-18T09:17:00Z","price":0.002},{"timestamp":"2025-12-19T10:55:00Z","price":0.002005},{"timestamp":"2026-01-29T15:09:00Z","price":0.002},{"timestamp":"2026-01-31T09:02:00Z","price":0.002005},{"timestamp":"2026-01-31T12:05:00Z","price":0.002},{"timestamp":"2026-02-01T19:45:00Z","price":0.002005},{"timestamp":"2026-02-05T21:13:00Z","price":0.001601},{"timestamp":"2026-02-05T21:28:00Z","price":0.001607},{"timestamp":"2026-02-05T22:03:00Z","price":0.001606},{"timestamp":"2026-02-06T00:46:00Z","price":0.001605},{"timestamp":"2026-02-06T01:05:00Z","price":0.001601},{"timestamp":"2026-02-06T02:57:00Z","price":0.001601},{"timestamp":"2026-02-06T03:18:00Z","price":0.001601},{"timestamp":"2026-02-06T04:08:00Z","price":0.001601},{"timestamp":"2026-02-21T16:16:00Z","price":0.001682},{"timestamp":"2026-02-21T21:43:00Z","price":0.001678},{"timestamp":"2026-02-21T22:42:00Z","price":0.001669},{"timestamp":"2026-02-23T08:06:00Z","price":0.00161},{"timestamp":"2026-02-23T09:18:00Z","price":0.001607},{"timestamp":"2026-02-23T12:37:00Z","price":0.001609},{"timestamp":"2026-02-25T01:29:00Z","price":0.001605},{"timestamp":"2026-02-25T02:07:00Z","price":0.00161},{"timestamp":"2026-02-25T11:28:00Z","price":0.001606},{"timestamp":"2026-02-25T18:05:00Z","price":0.001667},{"timestamp":"2026-02-25T18:13:00Z","price":0.001679},{"timestamp":"2026-02-25T19:05:00Z","price":0.001675},{"timestamp":"2026-02-25T20:00:00Z","price":0.001689},{"timestamp":"2026-02-25T20:13:00Z","price":0.001679},{"timestamp":"2026-02-25T21:15:00Z","price":0.001682},{"timestamp":"2026-02-25T21:37:00Z","price":0.001696},{"timestamp":"2026-02-25T21:57:00Z","price":0.001687},{"timestamp":"2026-02-25T22:50:00Z","price":0.001667},{"timestamp":"2026-02-25T23:32:00Z","price":0.001652},{"timestamp":"2026-02-25T23:52:00Z","price":0.001648}]
Trade Size Distribution (Notional)
GET /backtests/{id}/trades * Fields used: buy_price, buy_quantity * Transform: tradeSizeDistribution(trades, 25)buy_price x buy_quantity) in quote currency.How to read it. A tight peak => uniform sizing. A long right-tail => a few oversized positions that dominate PnL and risk.Why it matters. Position-size variance is a hidden risk factor - strategies that ape into one mega-trade are not as repeatable as their headline numbers suggest.Insights (auto-derived from count).| Stat | Value |
|---|---|
| Most Populated Bin | 36 trades @ $5.00 |
| Least Populated Bin | 1 trades @ $5.00 |
| Mean | 7 trades |
| Std Dev | 11 trades |
| Last | 1 trades |
| Points | 15 |
| Sum | 100 trades |
| Across 15 points the series ranged from 1 trades (5.00)to∗∗36trades∗∗(5.00), averaging 7 trades. The most recent value is 1 trades. | |
| Full series - 15 points. |
[
{
"bin": "$5.00",
"count": 36,
"from": 5
},
{
"bin": "$5.00",
"count": 32,
"from": 5.001
},
{
"bin": "$5.00",
"count": 12,
"from": 5.002
},
{
"bin": "$5.00",
"count": 1,
"from": 5.003
},
{
"bin": "$5.00",
"count": 2,
"from": 5.004
},
{
"bin": "$5.01",
"count": 1,
"from": 5.007
},
{
"bin": "$5.01",
"count": 1,
"from": 5.008
},
{
"bin": "$5.01",
"count": 3,
"from": 5.009
},
{
"bin": "$5.01",
"count": 2,
"from": 5.01
},
{
"bin": "$5.01",
"count": 3,
"from": 5.011
},
{
"bin": "$5.01",
"count": 1,
"from": 5.013
},
{
"bin": "$5.01",
"count": 1,
"from": 5.015
},
{
"bin": "$5.02",
"count": 2,
"from": 5.016
},
{
"bin": "$5.02",
"count": 2,
"from": 5.017
},
{
"bin": "$5.02",
"count": 1,
"from": 5.018
}
]
Return Distribution by Fill Type
GET /backtests/{id}/trades * Fields used: fill_type, profit_percentage * Transform: returnByFillType(trades)TP).| Stat | Value |
|---|---|
| Largest TP Bin | 43 trades @ 0.1 |
| Smallest TP Bin | 0 trades @ 0.11 |
| Mean | 5 trades |
| Std Dev | 11 trades |
| Last | 25 trades |
| Points | 20 |
| Sum | 100 trades |
| Across 20 points the series ranged from 0 trades (0.11) to 43 trades (0.1), averaging 5 trades. The most recent value is 25 trades. | |
| Full series - 20 points. |
[
{
"bin": 0.1,
"TP": 43,
"SL": 0,
"TSL": 0
},
{
"bin": 0.1,
"TP": 7,
"SL": 0,
"TSL": 0
},
{
"bin": 0.11,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.11,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.11,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.12,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.12,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.12,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.12,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.13,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.13,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.13,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.14,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.14,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.14,
"TP": 5,
"SL": 0,
"TSL": 0
},
{
"bin": 0.15,
"TP": 14,
"SL": 0,
"TSL": 0
},
{
"bin": 0.15,
"TP": 4,
"SL": 0,
"TSL": 0
},
{
"bin": 0.15,
"TP": 2,
"SL": 0,
"TSL": 0
},
{
"bin": 0.16,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.16,
"TP": 25,
"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 | 96.16 @ Jan |
| Worst Indexed Value | 81.17 @ Nov |
| Mean | 87.08 |
| Std Dev | 4.03 |
| Last | 82.55 |
| Points | 12 |
| Across 12 points the series ranged from 81.17 (Nov) to 96.16 (Jan), averaging 87.08. The most recent value is 82.55. | |
| Full series - 12 points. |
[
{
"2025": 96.15840662653522,
"2026": 96.45330330868937,
"month": "Jan"
},
{
"2025": 91.66948256200183,
"2026": 95.74476839904565,
"month": "Feb"
},
{
"2025": 87.72035261918418,
"month": "Mar"
},
{
"2024": 99.60773538796123,
"2025": 90.86411789370898,
"month": "Apr"
},
{
"2024": 100.60864854149634,
"2025": 86.69561469488444,
"month": "May"
},
{
"2024": 97.69392128641725,
"2025": 85.45312885107921,
"month": "Jun"
},
{
"2024": 96.64733608561978,
"2025": 87.38592019125377,
"month": "Jul"
},
{
"2024": 98.27057494133794,
"2025": 86.6990796284021,
"month": "Aug"
},
{
"2024": 98.69249338140821,
"2025": 85.46334584138825,
"month": "Sep"
},
{
"2024": 97.62803471235192,
"2025": 83.12315469314683,
"month": "Oct"
},
{
"2024": 101.68434443835777,
"2025": 81.1682199126855,
"month": "Nov"
},
{
"2024": 100.96740261577011,
"2025": 82.54685932427638,
"month": "Dec"
}
]
Profit by Weekday
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: profitByWeekday(trades)profit).| Stat | Value |
|---|---|
| Best Weekday | 104.09 USDT @ Sun |
| Worst Weekday | 72.49 USDT @ Fri |
| Mean | 88.62 USDT |
| Std Dev | 9.72 USDT |
| Last | 104.09 USDT |
| Points | 7 |
| Sum | 620.33 USDT |
| Across 7 points the series ranged from 72.49 USDT (Fri) to 104.09 USDT (Sun), averaging 88.62 USDT. 100% of points were positive, 0% negative. The most recent value is 104.09 USDT. | |
| Full series - 7 points. |
[
{
"day": "Mon",
"profit": 94.813092
},
{
"day": "Tue",
"profit": 89.552004
},
{
"day": "Wed",
"profit": 90.350149
},
{
"day": "Thu",
"profit": 91.055486
},
{
"day": "Fri",
"profit": 72.491767
},
{
"day": "Sat",
"profit": 77.976166
},
{
"day": "Sun",
"profit": 104.091634
}
]
Profit by Hour (UTC)
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: profitByHour(trades)profit).| Stat | Value |
|---|---|
| Best Hour (UTC) | 37.49 USDT @ 14:00 |
| Worst Hour (UTC) | 18.48 USDT @ 23:00 |
| Mean | 25.85 USDT |
| Std Dev | 5.24 USDT |
| Last | 18.48 USDT |
| Points | 24 |
| Sum | 620.33 USDT |
| Across 24 points the series ranged from 18.48 USDT (23:00) to 37.49 USDT (14:00), averaging 25.85 USDT. 100% of points were positive, 0% negative. The most recent value is 18.48 USDT. | |
| Full series - 24 points. |
[{"hour":"0:00","profit":27.583567},{"hour":"1:00","profit":25.60918},{"hour":"2:00","profit":22.052339},{"hour":"3:00","profit":19.497646},{"hour":"4:00","profit":19.526465},{"hour":"5:00","profit":20.238286},{"hour":"6:00","profit":21.850225},{"hour":"7:00","profit":23.360101},{"hour":"8:00","profit":24.857074},{"hour":"9:00","profit":24.458622},{"hour":"10:00","profit":22.868772},{"hour":"11:00","profit":22.398298},{"hour":"12:00","profit":26.776289},{"hour":"13:00","profit":32.90174},{"hour":"14:00","profit":37.494738},{"hour":"15:00","profit":36.286019},{"hour":"16:00","profit":35.438462},{"hour":"17:00","profit":30.573088},{"hour":"18:00","profit":28.053505},{"hour":"19:00","profit":26.462478},{"hour":"20:00","profit":26.858307},{"hour":"21:00","profit":24.203377},{"hour":"22:00","profit":22.504142},{"hour":"23:00","profit":18.477577}]
Profit vs. Hold Time
GET /backtests/{id}/trades * Fields used: buy_time, sell_time, profit_percentage * Transform: holdTimes(trades)profitPct).| Stat | Value |
|---|---|
| Best Trade Return | 0.16% @ 0.16666666666666666 |
| Worst Trade Return | 0.10% @ 0.06666666666666667 |
| Mean | 0.13% |
| Std Dev | 0.03% |
| Last | 0.15% |
| Points | 100 |
| Across 100 points the series ranged from 0.10% (0.06666666666666667) to 0.16% (0.16666666666666666), averaging 0.13%. 100% of points were positive, 0% negative. The most recent value is 0.15%. | |
| Showing 60 of 100 points (down-sampled for readability). |
[{"hours":0.5166666666666667,"profitPct":0.1018130145,"profit":0.0051087908},{"hours":0.4666666666666667,"profitPct":0.1013906748,"profit":0.00507801},{"hours":0.8833333333333333,"profitPct":0.1009697494,"profit":0.00506541},{"hours":0.23333333333333334,"profitPct":0.1026619655,"profit":0.0051340808},{"hours":0.05,"profitPct":0.1039461795,"profit":0.0052088273},{"hours":14.666666666666666,"profitPct":0.1036596717,"profit":0.0052003373},{"hours":0.43333333333333335,"profitPct":0.1004107033,"profit":0.0050305792},{"hours":0.11666666666666667,"profitPct":0.1006899147,"profit":0.0050389492},{"hours":2.433333333333333,"profitPct":0.1048259231,"profit":0.005256563},{"hours":2.283333333333333,"profitPct":0.0998541424,"profit":0.0049958685},{"hours":2.183333333333333,"profitPct":0.1051229394,"profit":0.00526532},{"hours":0.25,"profitPct":0.1001321133,"profit":0.0050222092},{"hours":1.1833333333333333,"profitPct":0.1012502095,"profit":0.00507381},{"hours":0.8666666666666667,"profitPct":0.1026619655,"profit":0.0051340808},{"hours":0.03333333333333333,"profitPct":0.1030885912,"profit":0.0051650415},{"hours":0.06666666666666667,"profitPct":0.0998125,"profit":0.0049910243},{"hours":0.4666666666666667,"profitPct":0.0998125,"profit":0.0049910243},{"hours":0.03333333333333333,"profitPct":0.0998125,"profit":0.0049910243},{"hours":0.11666666666666667,"profitPct":0.0998125,"profit":0.0049910243},{"hours":0.03333333333333333,"profitPct":0.0998125,"profit":0.0049910243},{"hours":0.6,"profitPct":0.0998125,"profit":0.0049910243},{"hours":11.283333333333333,"profitPct":0.0998125,"profit":0.0049910243},{"hours":0.06666666666666667,"profitPct":0.0998125,"profit":0.0049910243},{"hours":0.23333333333333334,"profitPct":0.0998125,"profit":0.0049910243},{"hours":0.016666666666666666,"profitPct":0.0998125,"profit":0.0049910243},{"hours":2.533333333333333,"profitPct":0.0998125,"profit":0.004990625},{"hours":1.4333333333333333,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.03333333333333333,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.4,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.2,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.03333333333333333,"profitPct":0.1618757803,"profit":0.0080961265},{"hours":0.016666666666666666,"profitPct":0.1618757803,"profit":0.0080961265},{"hours":0.31666666666666665,"profitPct":0.1620705809,"profit":0.008105999},{"hours":0.95,"profitPct":0.1614869077,"profit":0.0080763995},{"hours":0.11666666666666667,"profitPct":0.1612928349,"profit":0.008066545},{"hours":0,"profitPct":0.1620705809,"profit":0.008105999},{"hours":0.65,"profitPct":0.1614869077,"profit":0.0080763995},{"hours":0.43333333333333335,"profitPct":0.1620705809,"profit":0.008105999},{"hours":0.03333333333333333,"profitPct":0.1620705809,"profit":0.008105999},{"hours":101.6,"profitPct":0.1454612655,"profit":0.0072734807},{"hours":99.73333333333333,"profitPct":0.1466894299,"profit":0.0073366425},{"hours":96.03333333333333,"profitPct":0.1473958333,"profit":0.0073717963},{"hours":94.11666666666666,"profitPct":0.147750298,"profit":0.007388165},{"hours":92.1,"profitPct":0.1488187799,"profit":0.0074423557},{"hours":7.6,"profitPct":0.1618757803,"profit":0.0080961265},{"hours":0.4166666666666667,"profitPct":0.1618757803,"profit":0.0080961265},{"hours":1.3333333333333333,"profitPct":0.1616812227,"profit":0.00808626},{"hours":35.75,"profitPct":0.1618757803,"profit":0.0080961265},{"hours":0.5166666666666667,"profitPct":0.1616812227,"profit":0.00808626},{"hours":0.13333333333333333,"profitPct":0.1620705809,"profit":0.008105999},{"hours":8.133333333333333,"profitPct":0.1533545841,"profit":0.007668177},{"hours":4.65,"profitPct":0.149715057,"profit":0.00748725},{"hours":0.016666666666666666,"profitPct":0.1481056086,"profit":0.007407034},{"hours":0.5,"profitPct":0.1482835821,"profit":0.0074164775},{"hours":1.3,"profitPct":0.1475729601,"profit":0.0073787395},{"hours":0.26666666666666666,"profitPct":0.1470422117,"profit":0.0073529723},{"hours":0.03333333333333333,"profitPct":0.1454612655,"profit":0.0072734807},{"hours":0.4166666666666667,"profitPct":0.1488187799,"profit":0.0074423557},{"hours":0.13333333333333333,"profitPct":0.149715057,"profit":0.00748725},{"hours":0.16666666666666666,"profitPct":0.1540931223,"profit":0.007706647}]
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": "fb0ea8cc-28c7-49a9-b97b-54b191f66d84",
"symbol": "TLMUSDT",
"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": 8041.52560508,
"return_pct": -19.5847,
"total_profit_usdt": 620.3302971,
"avg_profit_per_trade_usdt": 0.00542645,
"fulfilled_trades": 114316,
"active_orders": 679,
"win_rate_pct": 100,
"best_trade_usdt": 0.008106,
"worst_trade_usdt": 0.00499063,
"trades_per_month": 5169.803805615875,
"max_drawdown_pct": 23.224421768007307,
"max_drawdown_abs_usdt": 2416.2046818225,
"drawdown_duration_days": 424,
"recovery_days": null,
"cagr_pct": -11.172198883265294,
"volatility_annualized_pct": 14.670371008256824,
"sharpe_annualized": -0.7292826146801408,
"sortino_annualized": -0.7143254743287669,
"time_in_market_pct": 100,
"final_cash_usdt": 7224.1520453725,
"final_base_value_usdt": null,
"final_unrealized_pnl_usdt": -2578.8046920578,
"median_hold_hours": 0.43333333333333335,
"avg_hold_hours": 11.162794612794613,
"buyhold_return_pct": null,
"outperformance_vs_buyhold_pp": null
}
| Key | Value |
|---|---|
backtest_id | fb0ea8cc-28c7-49a9-b97b-54b191f66d84 |
symbol | TLMUSDT |
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 | 8041.52560508 |
return_pct | -19.5847 |
total_profit_usdt | 620.3302971 |
avg_profit_per_trade_usdt | 0.00542645 |
fulfilled_trades | 114316 |
active_orders | 679 |
win_rate_pct | 100 |
best_trade_usdt | 0.008106 |
worst_trade_usdt | 0.00499063 |
trades_per_month | 5169.803805615875 |
max_drawdown_pct | 23.224421768007307 |
max_drawdown_abs_usdt | 2416.2046818225 |
drawdown_duration_days | 424 |
recovery_days | null |
cagr_pct | -11.172198883265294 |
volatility_annualized_pct | 14.670371008256824 |
sharpe_annualized | -0.7292826146801408 |
sortino_annualized | -0.7143254743287669 |
time_in_market_pct | 100 |
final_cash_usdt | 7224.1520453725 |
final_base_value_usdt | null |
final_unrealized_pnl_usdt | -2578.8046920578 |
median_hold_hours | 0.43333333333333335 |
avg_hold_hours | 11.162794612794613 |
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 | TLMUSDT |
| 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 | 8,041.53 USDT |
| Return % | GET /backtests/{id} | $.return_pct | direct API value (cross-check: (final_value/start_balance - 1) * 100) | -19.58% |
| Total profit | GET /backtests/{id} | $.total_profit | direct API value (cross-check: Sum trades[].profit) | +620.33 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)) | 114,316 |
| Best trade | GET /backtests/{id} | $.max_profit | direct API value (cross-check: max(trades[].profit)) | +0.0081 USDT |
| Worst trade | GET /backtests/{id} | $.min_profit | direct API value (cross-check: min(trades[].profit)) | +0.0050 USDT |
| Avg profit / trade | GET /backtests/{id} | $.avg_profit | direct API value | +0.0054 USDT |
| Trades / month | derived | n/a | fulfilled_trades / (durationDays / 30.4375) | 5169.8 |
| Max drawdown % | GET /backtests/{id}/equity | $[*].total_value_* | maxDrawdown(equity) - running peak vs. trough | -23.22% |
| Max drawdown abs | GET /backtests/{id}/equity | $[*].total_value_* | maxDrawdown(equity).abs | -2,416.20 USDT |
| CAGR % | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | (final/start)^(365.25/days) - 1 | -11.17% |
| Volatility (ann.) % | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | std(daily_returns) * sqrt(365) | 14.67% |
| Sharpe ratio (ann.) | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | mean(daily_returns) / std(daily_returns) * sqrt(365) (rf=0) | -0.73 |
| Sortino ratio (ann.) | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | mean(daily_returns) / std(downside_returns) * sqrt(365) (rf=0) | -0.71 |
| 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.64 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.0064 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 | 11.2h |
| Median holding (h) | GET /backtests/{id}/trades | $[*].buy_time, $[*].sell_time | median(sell_time - buy_time) / 3600 | 0.4h |
| Total volume (notional) | GET /backtests/{id}/trades | $[*].buy_quantity, $[*].buy_price | Sum (buy_quantity * buy_price) | 1,002 USDT |
Raw API Attachments
/trades. Full trade population: 114,316 closed trades - fetch the complete list via GET /backtests/fb0ea8cc-28c7-49a9-b97b-54b191f66d84/trades. Aggregate KPIs are computed server-side against the full population, not from this sample.GET /backtests/fb0ea8cc-28c7-49a9-b97b-54b191f66d84 - backtest summary (verbatim)
GET /backtests/fb0ea8cc-28c7-49a9-b97b-54b191f66d84 - backtest summary (verbatim)
{
"id": "fb0ea8cc-28c7-49a9-b97b-54b191f66d84",
"status": "completed",
"error_message": null,
"created_at": "2026-05-08T13:39:08.402418Z",
"started_at": "2026-05-11T01:51:24.652702Z",
"completed_at": "2026-05-11T02:17:30.244598Z",
"mode_name": "3LongTimeLong.json",
"symbol": "TLMUSDT",
"data_file": "",
"start_balance": 10000,
"final_value": 8041.52560508,
"return_pct": -19.5847,
"total_profit": 620.3302971,
"fulfilled_trades": 114316,
"active_orders": 679,
"win_rate": 100,
"avg_profit": 0.00542645,
"max_profit": 0.008106,
"min_profit": 0.00499063,
"elapsed_sec": 1115.09,
"max_drawdown": -23.2244,
"profit_factor": null,
"sharpe_ratio": -0.7293,
"total_fees": 859.23551522,
"avg_hold_time_hours": 17.6792,
"tp_count": 114316,
"sl_count": 0,
"tsl_count": 0,
"start_price": 0.01707,
"end_price": 0.001653,
"gross_profit_quote": 1479.565812,
"gross_loss_quote": 0,
"wins": 114316,
"losses": 0,
"breakeven": 0,
"consecutive_wins_max": 114316,
"consecutive_losses_max": 0,
"holding_minutes_p50": 11,
"holding_minutes_p95": 1329,
"holding_minutes_max": 270902,
"description": "TLMUSDT | 3LongTimeLong.json | 2024-04-24 - 2026-02-25 | -19.58% | 114316 trades | 100% WR",
"summary_text": "Backtest TLMUSDT (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: 8,041.53 USDT\nP&L: -1,958.47 USDT (-19.58%)\nResult: LOSS\nCompleted trades: 114316\nOpen orders at end: 679\nWin rate: 100.0%\nAvg. profit/trade: 0.005426 USDT\nBest trade: 0.008106 USDT\nWorst trade: 0.004991 USDT\nTotal profit (trades only): 620.330297 USDT\nMax drawdown: -23.22%\nProfit factor: inf (no losing trades)\nSharpe ratio: -0.73\nTotal fees: 859.24 USDT\nAvg hold time: 17.7h\nTP / SL / TSL: 114316 / 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: 1115.1s",
"share_token": null,
"config_hash": "40322a15a7cb4eed61f34c3fc80a560650e487af60ac0f33a4dd45b548c9b211",
"config": {
"to": "2026-02-25 23:59:59",
"from": "2024-04-24 00:00:01",
"canBuy": true,
"symbol": "TLMUSDT",
"canSell": true,
"canBuyUp": true,
"startBal": 10000,
"stepSize": 1,
"stopLoss": false,
"tickSize": 0.000001,
"buySplits": 9,
"buyVolumes": [
20,
15,
10,
10,
10,
10,
5,
5,
5
],
"canBuyDown": false,
"minNotional": 5,
"buyPercentage": 0.1,
"fees_in_quote": true,
"intrabar_mode": "OLHC",
"maker_fee_bps": 7.5,
"taker_fee_bps": 7.5,
"sellPercentages": [
0.25,
0.35,
0.5,
0.75,
1,
2.5,
5,
10,
15
],
"triggerCoolDown": 1,
"investmentPerBuy": 25,
"assumed_spread_bps": 0,
"stopLossPercentage": 5,
"investmentPercentMode": false,
"minInvestmentPerQuote": 25,
"order_latency_seconds": 2,
"trailingStopLossPercentages": [
0,
0,
0,
0,
0,
0,
0,
0,
0
],
"sellCancelDistancePercentage": 1,
"dontBuyBelowQuoteAssetBalance": 1,
"investmentPerFreeQuotePercent": 0.01,
"sellActivateDistancePercentage": 0.1
},
"is_duplicate": false,
"compact": false
}
GET /backtests/fb0ea8cc-28c7-49a9-b97b-54b191f66d84/equity - equity series (verbatim, 673 points)
GET /backtests/fb0ea8cc-28c7-49a9-b97b-54b191f66d84/equity - equity series (verbatim, 673 points)
[
{
"timestamp": "2024-04-24T23:59:00+00:00",
"base_asset_bal": 13975,
"quote_asset_bal": 9750.8067112972,
"total_value_mid": 9989.2202112972,
"total_value_exit_net": 9989.0414011722,
"total_value": 9989.2202112972,
"base_cost_quote": 250.5903769313,
"unrealized_pnl_exit_net": -12.3556870563
},
{
"timestamp": "2024-04-25T23:59:00+00:00",
"base_asset_bal": 11945,
"quote_asset_bal": 9787.2466340852,
"total_value_mid": 9994.4923840852,
"total_value_exit_net": 9994.3369497727,
"total_value": 9994.4923840852,
"base_cost_quote": 215.4952833372,
"unrealized_pnl_exit_net": -8.4049676497
},
{
"timestamp": "2024-04-26T23:59:00+00:00",
"base_asset_bal": 14556,
"quote_asset_bal": 9743.1982109595,
"total_value_mid": 9991.8146909595,
"total_value_exit_net": 9991.6282285995,
"total_value": 9991.8146909595,
"base_cost_quote": 260.6066394982,
"unrealized_pnl_exit_net": -12.1766218582
},
{
"timestamp": "2024-04-27T23:59:00+00:00",
"base_asset_bal": 17211,
"quote_asset_bal": 9699.0484180735,
"total_value_mid": 9990.2585380735,
"total_value_exit_net": 9990.0401304835,
"total_value": 9990.2585380735,
"base_cost_quote": 305.715658908,
"unrealized_pnl_exit_net": -14.723946498
},
{
"timestamp": "2024-04-28T23:59:00+00:00",
"base_asset_bal": 19352,
"quote_asset_bal": 9664.49049276,
"total_value_mid": 9982.25033276,
"total_value_exit_net": 9982.01201288,
"total_value": 9982.25033276,
"base_cost_quote": 340.8273749595,
"unrealized_pnl_exit_net": -23.3058548395
},
{
"timestamp": "2024-04-29T23:59:00+00:00",
"base_asset_bal": 22739,
"quote_asset_bal": 9610.2594571902,
"total_value_mid": 9978.1764771902,
"total_value_exit_net": 9977.9005394252,
"total_value": 9978.1764771902,
"base_cost_quote": 395.971932382,
"unrealized_pnl_exit_net": -28.330850147
},
{
"timestamp": "2024-04-30T23:59:00+00:00",
"base_asset_bal": 34966,
"quote_asset_bal": 9420.8697256035,
"total_value_mid": 9950.2549656035,
"total_value_exit_net": 9949.8579266735,
"total_value": 9950.2549656035,
"base_cost_quote": 586.3872028065,
"unrealized_pnl_exit_net": -57.3990017365
},
{
"timestamp": "2024-05-01T23:59:00+00:00",
"base_asset_bal": 33042,
"quote_asset_bal": 9452.1886771147,
"total_value_mid": 9961.3658971147,
"total_value_exit_net": 9960.9840141997,
"total_value": 9961.3658971147,
"base_cost_quote": 556.3237721315,
"unrealized_pnl_exit_net": -47.5284350465
},
{
"timestamp": "2024-05-02T23:59:00+00:00",
"base_asset_bal": 29509,
"quote_asset_bal": 9507.9958118182,
"total_value_mid": 9974.8281918182,
"total_value_exit_net": 9974.4780675332,
"total_value": 9974.8281918182,
"base_cost_quote": 501.2101208713,
"unrealized_pnl_exit_net": -34.7278651563
},
{
"timestamp": "2024-05-03T23:59:00+00:00",
"base_asset_bal": 21176,
"quote_asset_bal": 9644.1185585115,
"total_value_mid": 9998.6047985115,
"total_value_exit_net": 9998.3389338315,
"total_value": 9998.6047985115,
"base_cost_quote": 365.864284569,
"unrealized_pnl_exit_net": -11.643909249
},
{
"timestamp": "2024-05-04T23:59:00+00:00",
"base_asset_bal": 15397,
"quote_asset_bal": 9745.259094481,
"total_value_mid": 10009.779554481,
"total_value_exit_net": 10009.581164136,
"total_value": 10009.779554481,
"base_cost_quote": 265.6166892195,
"unrealized_pnl_exit_net": -1.2946195645
},
{
"timestamp": "2024-05-05T23:59:00+00:00",
"base_asset_bal": 13656,
"quote_asset_bal": 9776.3160924347,
"total_value_mid": 10019.1197724347,
"total_value_exit_net": 10018.9376696747,
"total_value": 10019.1197724347,
"base_cost_quote": 235.583311067,
"unrealized_pnl_exit_net": 7.038266173
},
{
"timestamp": "2024-05-06T23:59:00+00:00",
"base_asset_bal": 21216,
"quote_asset_bal": 9641.7559737859,
"total_value_mid": 10009.8535737859,
"total_value_exit_net": 10009.5775005859,
"total_value": 10009.8535737859,
"base_cost_quote": 370.9498058515,
"unrealized_pnl_exit_net": -3.1282790515
},
{
"timestamp": "2024-05-07T23:59:00+00:00",
"base_asset_bal": 23558,
"quote_asset_bal": 9602.4263319099,
"total_value_mid": 9996.5516719099,
"total_value_exit_net": 9996.2560779049,
"total_value": 9996.5516719099,
"base_cost_quote": 410.9981676125,
"unrealized_pnl_exit_net": -17.1684216175
},
{
"timestamp": "2024-05-08T23:59:00+00:00",
"base_asset_bal": 24169,
"quote_asset_bal": 9593.4602695522,
"total_value_mid": 9996.8408795522,
"total_value_exit_net": 9996.5383440947,
"total_value": 9996.8408795522,
"base_cost_quote": 421.0366258137,
"unrealized_pnl_exit_net": -17.9585512713
},
{
"timestamp": "2024-05-09T23:59:00+00:00",
"base_asset_bal": 15499,
"quote_asset_bal": 9744.6992782662,
"total_value_mid": 10021.2014382662,
"total_value_exit_net": 10020.9940616462,
"total_value": 10021.2014382662,
"base_cost_quote": 270.677507989,
"unrealized_pnl_exit_net": 5.617275391
},
{
"timestamp": "2024-05-10T23:59:00+00:00",
"base_asset_bal": 23024,
"quote_asset_bal": 9615.0833035792,
"total_value_mid": 10002.8074635792,
"total_value_exit_net": 10002.5166704592,
"total_value": 10002.8074635792,
"base_cost_quote": 400.988800213,
"unrealized_pnl_exit_net": -13.555433333
},
{
"timestamp": "2024-05-11T23:59:00+00:00",
"base_asset_bal": 26609,
"quote_asset_bal": 9555.3252849669,
"total_value_mid": 9995.7042349669,
"total_value_exit_net": 9995.3739507544,
"total_value": 9995.7042349669,
"base_cost_quote": 461.1547808805,
"unrealized_pnl_exit_net": -21.106115093
},
{
"timestamp": "2024-05-12T23:59:00+00:00",
"base_asset_bal": 29088,
"quote_asset_bal": 9515.5007436677,
"total_value_mid": 9985.8537036677,
"total_value_exit_net": 9985.5009389477,
"total_value": 9985.8537036677,
"base_cost_quote": 501.2483735393,
"unrealized_pnl_exit_net": -31.2481782593
},
{
"timestamp": "2024-05-13T23:59:00+00:00",
"base_asset_bal": 26352,
"quote_asset_bal": 9561.6498680857,
"total_value_mid": 9998.0389880857,
"total_value_exit_net": 9997.7116962457,
"total_value": 9998.0389880857,
"base_cost_quote": 456.138655606,
"unrealized_pnl_exit_net": -20.076827446
},
{
"timestamp": "2024-05-14T23:59:00+00:00",
"base_asset_bal": 33183,
"quote_asset_bal": 9452.2278936982,
"total_value_mid": 9969.5508636982,
"total_value_exit_net": 9969.1628714707,
"total_value": 9969.5508636982,
"base_cost_quote": 566.4282728275,
"unrealized_pnl_exit_net": -49.493295055
},
{
"timestamp": "2024-05-15T23:59:00+00:00",
"base_asset_bal": 23222,
"quote_asset_bal": 9613.6118072257,
"total_value_mid": 10003.0447472257,
"total_value_exit_net": 10002.7526725207,
"total_value": 10003.0447472257,
"base_cost_quote": 406.0013668205,
"unrealized_pnl_exit_net": -16.8605015255
},
{
"timestamp": "2024-05-16T23:59:00+00:00",
"base_asset_bal": 25937,
"quote_asset_bal": 9569.0966450999,
"total_value_mid": 9998.6133650999,
"total_value_exit_net": 9998.2912275599,
"total_value": 9998.6133650999,
"base_cost_quote": 451.1272858955,
"unrealized_pnl_exit_net": -21.9327034355
},
{
"timestamp": "2024-05-17T23:59:00+00:00",
"base_asset_bal": 20565,
"quote_asset_bal": 9659.8963492399,
"total_value_mid": 10010.7352492399,
"total_value_exit_net": 10010.4721200649,
"total_value": 10010.7352492399,
"base_cost_quote": 360.9246816432,
"unrealized_pnl_exit_net": -10.3489108183
},
{
"timestamp": "2024-05-18T23:59:00+00:00",
"base_asset_bal": 22334,
"quote_asset_bal": 9630.1735218234,
"total_value_mid": 10009.4048418234,
"total_value_exit_net": 10009.1204183334,
"total_value": 10009.4048418234,
"base_cost_quote": 390.992732781,
"unrealized_pnl_exit_net": -12.045836271
},
{
"timestamp": "2024-05-19T23:59:00+00:00",
"base_asset_bal": 28385,
"quote_asset_bal": 9530.3560162344,
"total_value_mid": 9991.3284162344,
"total_value_exit_net": 9990.9826869344,
"total_value": 9991.3284162344,
"base_cost_quote": 491.2112953723,
"unrealized_pnl_exit_net": -30.5846246723
},
{
"timestamp": "2024-05-20T23:59:00+00:00",
"base_asset_bal": 13164,
"quote_asset_bal": 9791.9977646824,
"total_value_mid": 10029.3446846824,
"total_value_exit_net": 10029.1666744924,
"total_value": 10029.3446846824,
"base_cost_quote": 230.5936426202,
"unrealized_pnl_exit_net": 6.5752671898
},
{
"timestamp": "2024-05-21T23:59:00+00:00",
"base_asset_bal": 12023,
"quote_asset_bal": 9813.0663882351,
"total_value_mid": 10032.1254482351,
"total_value_exit_net": 10031.9611539401,
"total_value": 10032.1254482351,
"base_cost_quote": 210.5395243035,
"unrealized_pnl_exit_net": 8.3552414015
},
{
"timestamp": "2024-05-22T23:59:00+00:00",
"base_asset_bal": 16501,
"quote_asset_bal": 9733.7629019016,
"total_value_mid": 10028.6357719016,
"total_value_exit_net": 10028.4146172491,
"total_value": 10028.6357719016,
"base_cost_quote": 290.744631052,
"unrealized_pnl_exit_net": 3.9070842955
},
{
"timestamp": "2024-05-23T23:59:00+00:00",
"base_asset_bal": 12057,
"quote_asset_bal": 9815.4486137813,
"total_value_mid": 10031.2689137813,
"total_value_exit_net": 10031.1070485563,
"total_value": 10031.2689137813,
"base_cost_quote": 210.4813396978,
"unrealized_pnl_exit_net": 5.1770950772
},
{
"timestamp": "2024-05-24T23:59:00+00:00",
"base_asset_bal": 9578,
"quote_asset_bal": 9861.5110961315,
"total_value_mid": 10037.5547361315,
"total_value_exit_net": 10037.4227034015,
"total_value": 10037.5547361315,
"base_cost_quote": 165.389445122,
"unrealized_pnl_exit_net": 10.522162148
},
{
"timestamp": "2024-05-25T23:59:00+00:00",
"base_asset_bal": 11457,
"quote_asset_bal": 9826.8123139198,
"total_value_mid": 10037.0482639198,
"total_value_exit_net": 10036.8905869573,
"total_value": 10037.0482639198,
"base_cost_quote": 200.4740408485,
"unrealized_pnl_exit_net": 9.604232189
},
{
"timestamp": "2024-05-26T23:59:00+00:00",
"base_asset_bal": 15613,
"quote_asset_bal": 9752.0518233378,
"total_value_mid": 10030.7438733378,
"total_value_exit_net": 10030.5348543003,
"total_value": 10030.7438733378,
"base_cost_quote": 275.6379525343,
"unrealized_pnl_exit_net": 2.8450784282
},
{
"timestamp": "2024-05-27T23:59:00+00:00",
"base_asset_bal": 7395,
"quote_asset_bal": 9903.2657887083,
"total_value_mid": 10042.7354887083,
"total_value_exit_net": 10042.6308864333,
"total_value": 10042.7354887083,
"base_cost_quote": 125.2870178423,
"unrealized_pnl_exit_net": 14.0780798827
},
{
"timestamp": "2024-05-28T23:59:00+00:00",
"base_asset_bal": 10014,
"quote_asset_bal": 9854.316075429,
"total_value_mid": 10043.480535429,
"total_value_exit_net": 10043.338662084,
"total_value": 10043.480535429,
"base_cost_quote": 175.439124733,
"unrealized_pnl_exit_net": 13.583461922
},
{
"timestamp": "2024-05-29T23:59:00+00:00",
"base_asset_bal": 13518,
"quote_asset_bal": 9790.0692895977,
"total_value_mid": 10039.2060295977,
"total_value_exit_net": 10039.0191770427,
"total_value": 10039.2060295977,
"base_cost_quote": 240.572578213,
"unrealized_pnl_exit_net": 8.377309232
},
{
"timestamp": "2024-05-30T23:59:00+00:00",
"base_asset_bal": 13273,
"quote_asset_bal": 9796.0062575192,
"total_value_mid": 10039.8312675192,
"total_value_exit_net": 10039.6483987617,
"total_value": 10039.8312675192,
"base_cost_quote": 235.6006370518,
"unrealized_pnl_exit_net": 8.0415041907
},
{
"timestamp": "2024-05-31T23:59:00+00:00",
"base_asset_bal": 10797,
"quote_asset_bal": 9842.3689657024,
"total_value_mid": 10049.9952757024,
"total_value_exit_net": 10049.8395559699,
"total_value": 10049.9952757024,
"base_cost_quote": 190.4947850158,
"unrealized_pnl_exit_net": 16.9758052517
},
{
"timestamp": "2024-06-01T23:59:00+00:00",
"base_asset_bal": 15940,
"quote_asset_bal": 9742.9485601744,
"total_value_mid": 10043.2581601744,
"total_value_exit_net": 10043.0329279744,
"total_value": 10043.2581601744,
"base_cost_quote": 290.7923408075,
"unrealized_pnl_exit_net": 9.2920269925
},
{
"timestamp": "2024-06-02T23:59:00+00:00",
"base_asset_bal": 15389,
"quote_asset_bal": 9753.8638656616,
"total_value_mid": 10047.6398756616,
"total_value_exit_net": 10047.4195436541,
"total_value": 10047.6398756616,
"base_cost_quote": 280.7424780592,
"unrealized_pnl_exit_net": 12.8131999332
},
{
"timestamp": "2024-06-03T23:59:00+00:00",
"base_asset_bal": 14585,
"quote_asset_bal": 9756.3390663852,
"total_value_mid": 10060.1446163852,
"total_value_exit_net": 10059.9167622227,
"total_value": 10060.1446163852,
"base_cost_quote": 280.7602253597,
"unrealized_pnl_exit_net": 22.8174704778
},
{
"timestamp": "2024-06-04T23:59:00+00:00",
"base_asset_bal": 15069,
"quote_asset_bal": 9747.1421155966,
"total_value_mid": 10059.3717955966,
"total_value_exit_net": 10059.1376233366,
"total_value": 10059.3717955966,
"base_cost_quote": 290.7746005122,
"unrealized_pnl_exit_net": 21.2209072277
},
{
"timestamp": "2024-06-05T23:59:00+00:00",
"base_asset_bal": 16036,
"quote_asset_bal": 9727.6484658114,
"total_value_mid": 10056.5468258114,
"total_value_exit_net": 10056.3001520414,
"total_value": 10056.5468258114,
"base_cost_quote": 310.8066432847,
"unrealized_pnl_exit_net": 17.8450429453
},
{
"timestamp": "2024-06-06T23:59:00+00:00",
"base_asset_bal": 20777,
"quote_asset_bal": 9632.7134674159,
"total_value_mid": 10045.5524574159,
"total_value_exit_net": 10045.2428281734,
"total_value": 10045.5524574159,
"base_cost_quote": 406.1000007405,
"unrealized_pnl_exit_net": 6.429360017
},
{
"timestamp": "2024-06-07T23:59:00+00:00",
"base_asset_bal": 22674,
"quote_asset_bal": 9593.5280631944,
"total_value_mid": 9994.6311231944,
"total_value_exit_net": 9994.3302958994,
"total_value": 9994.6311231944,
"base_cost_quote": 446.18190564,
"unrealized_pnl_exit_net": -45.379672935
},
{
"timestamp": "2024-06-08T23:59:00+00:00",
"base_asset_bal": 34767,
"quote_asset_bal": 9383.7073567386,
"total_value_mid": 9964.6639267386,
"total_value_exit_net": 9964.2282093111,
"total_value": 9964.6639267386,
"base_cost_quote": 656.7009896247,
"unrealized_pnl_exit_net": -76.1801370523
},
{
"timestamp": "2024-06-09T23:59:00+00:00",
"base_asset_bal": 33276,
"quote_asset_bal": 9409.2236999411,
"total_value_mid": 9971.9208599411,
"total_value_exit_net": 9971.4988370711,
"total_value": 9971.9208599411,
"base_cost_quote": 631.643005221,
"unrealized_pnl_exit_net": -69.367868091
},
{
"timestamp": "2024-06-10T23:59:00+00:00",
"base_asset_bal": 39625,
"quote_asset_bal": 9304.6375593668,
"total_value_mid": 9949.3363093668,
"total_value_exit_net": 9948.8527853043,
"total_value": 9949.3363093668,
"base_cost_quote": 736.8984246237,
"unrealized_pnl_exit_net": -92.6831986863
},
{
"timestamp": "2024-06-11T23:59:00+00:00",
"base_asset_bal": 47838,
"quote_asset_bal": 9175.2663049838,
"total_value_mid": 9916.2769249838,
"total_value_exit_net": 9915.7211670188,
"total_value": 9916.2769249838,
"base_cost_quote": 867.1776828403,
"unrealized_pnl_exit_net": -126.7228208053
},
{
"timestamp": "2024-06-12T23:59:00+00:00",
"base_asset_bal": 41863,
"quote_asset_bal": 9271.3938585548,
"total_value_mid": 9937.0155585548,
"total_value_exit_net": 9936.5163422798,
"total_value": 9937.0155585548,
"base_cost_quote": 771.9729227828,
"unrealized_pnl_exit_net": -106.8504390578
},
{
"timestamp": "2024-06-13T23:59:00+00:00",
"base_asset_bal": 51284,
"quote_asset_bal": 9126.8160191774,
"total_value_mid": 9896.0760191773,
"total_value_exit_net": 9895.4990741773,
"total_value": 9896.0760191773,
"base_cost_quote": 917.282346175,
"unrealized_pnl_exit_net": -148.599291175
},
{
"timestamp": "2024-06-14T23:59:00+00:00",
"base_asset_bal": 53723,
"quote_asset_bal": 9092.5964263163,
"total_value_mid": 9871.0426963163,
"total_value_exit_net": 9870.4588616138,
"total_value": 9871.0426963163,
"base_cost_quote": 952.3887782665,
"unrealized_pnl_exit_net": -174.526342969
},
{
"timestamp": "2024-06-15T23:59:00+00:00",
"base_asset_bal": 53694,
"quote_asset_bal": 9092.9644150708,
"total_value_mid": 9873.6751750708,
"total_value_exit_net": 9873.0896420008,
"total_value": 9873.6751750708,
"base_cost_quote": 952.3760527295,
"unrealized_pnl_exit_net": -172.2508257995
},
{
"timestamp": "2024-06-16T23:59:00+00:00",
"base_asset_bal": 51977,
"quote_asset_bal": 9118.3611157974,
"total_value_mid": 9885.0218657973,
"total_value_exit_net": 9884.4468702348,
"total_value": 9885.0218657973,
"base_cost_quote": 927.3200668235,
"unrealized_pnl_exit_net": -161.234312386
},
{
"timestamp": "2024-06-17T23:59:00+00:00",
"base_asset_bal": 66598,
"quote_asset_bal": 8914.0096069083,
"total_value_mid": 9808.4207469083,
"total_value_exit_net": 9807.7499385533,
"total_value": 9808.4207469083,
"base_cost_quote": 1132.785600486,
"unrealized_pnl_exit_net": -239.045268841
},
{
"timestamp": "2024-06-18T23:59:00+00:00",
"base_asset_bal": 76323,
"quote_asset_bal": 8790.2750197618,
"total_value_mid": 9730.5743797618,
"total_value_exit_net": 9729.8691552418,
"total_value": 9730.5743797618,
"base_cost_quote": 1258.035887801,
"unrealized_pnl_exit_net": -318.441752321
},
{
"timestamp": "2024-06-19T23:59:00+00:00",
"base_asset_bal": 75896,
"quote_asset_bal": 8796.1703529731,
"total_value_mid": 9750.1830729731,
"total_value_exit_net": 9749.4675634331,
"total_value": 9750.1830729731,
"base_cost_quote": 1253.0244180155,
"unrealized_pnl_exit_net": -299.7272075555
},
{
"timestamp": "2024-06-20T23:59:00+00:00",
"base_asset_bal": 76217,
"quote_asset_bal": 8792.0345505599,
"total_value_mid": 9755.4174305599,
"total_value_exit_net": 9754.6948933999,
"total_value": 9755.4174305599,
"base_cost_quote": 1258.028850527,
"unrealized_pnl_exit_net": -295.368507687
},
{
"timestamp": "2024-06-21T23:59:00+00:00",
"base_asset_bal": 78982,
"quote_asset_bal": 8757.8083180778,
"total_value_mid": 9749.0324180778,
"total_value_exit_net": 9748.2890000028,
"total_value": 9749.0324180778,
"base_cost_quote": 1293.105418237,
"unrealized_pnl_exit_net": -302.624736312
},
{
"timestamp": "2024-06-22T23:59:00+00:00",
"base_asset_bal": 79382,
"quote_asset_bal": 8753.0736446361,
"total_value_mid": 9745.3486446361,
"total_value_exit_net": 9744.6044383861,
"total_value": 9745.3486446361,
"base_cost_quote": 1298.1176445895,
"unrealized_pnl_exit_net": -306.5868508395
},
{
"timestamp": "2024-06-23T23:59:00+00:00",
"base_asset_bal": 84312,
"quote_asset_bal": 8693.2671286233,
"total_value_mid": 9711.7560886233,
"total_value_exit_net": 9710.9922219033,
"total_value": 9711.7560886233,
"base_cost_quote": 1358.271496167,
"unrealized_pnl_exit_net": -340.546402887
},
{
"timestamp": "2024-06-24T23:59:00+00:00",
"base_asset_bal": 80647,
"quote_asset_bal": 8739.4535531091,
"total_value_mid": 9740.282823109,
"total_value_exit_net": 9739.5322011565,
"total_value": 9740.282823109,
"base_cost_quote": 1313.159239331,
"unrealized_pnl_exit_net": -313.0805912835
},
{
"timestamp": "2024-06-25T23:59:00+00:00",
"base_asset_bal": 79821,
"quote_asset_bal": 8749.8722703845,
"total_value_mid": 9758.8097103845,
"total_value_exit_net": 9758.0530073045,
"total_value": 9758.8097103845,
"base_cost_quote": 1303.1347245795,
"unrealized_pnl_exit_net": -294.9539876595
},
{
"timestamp": "2024-06-26T23:59:00+00:00",
"base_asset_bal": 80251,
"quote_asset_bal": 8745.2067094138,
"total_value_mid": 9736.3065594138,
"total_value_exit_net": 9735.5632345263,
"total_value": 9736.3065594138,
"base_cost_quote": 1308.1540062195,
"unrealized_pnl_exit_net": -317.797481107
},
{
"timestamp": "2024-06-27T23:59:00+00:00",
"base_asset_bal": 77445,
"quote_asset_bal": 8780.6110201061,
"total_value_mid": 9768.0347701061,
"total_value_exit_net": 9767.2942022936,
"total_value": 9768.0347701061,
"base_cost_quote": 1273.075034708,
"unrealized_pnl_exit_net": -286.3918525205
},
{
"timestamp": "2024-06-28T23:59:00+00:00",
"base_asset_bal": 80631,
"quote_asset_bal": 8741.0190522501,
"total_value_mid": 9748.1002422501,
"total_value_exit_net": 9747.3449313576,
"total_value": 9748.1002422501,
"base_cost_quote": 1313.1702495825,
"unrealized_pnl_exit_net": -306.844370475
},
{
"timestamp": "2024-06-29T23:59:00+00:00",
"base_asset_bal": 82667,
"quote_asset_bal": 8716.1204172001,
"total_value_mid": 9723.8311472,
"total_value_exit_net": 9723.0753641525,
"total_value": 9723.8311472,
"base_cost_quote": 1338.2141104015,
"unrealized_pnl_exit_net": -331.259163449
},
{
"timestamp": "2024-06-30T23:59:00+00:00",
"base_asset_bal": 79405,
"quote_asset_bal": 8756.5532575913,
"total_value_mid": 9759.4384075913,
"total_value_exit_net": 9758.6862437288,
"total_value": 9759.4384075913,
"base_cost_quote": 1298.1187944513,
"unrealized_pnl_exit_net": -295.9858083138
},
{
"timestamp": "2024-07-01T23:59:00+00:00",
"base_asset_bal": 80603,
"quote_asset_bal": 8741.805599282,
"total_value_mid": 9742.894859282,
"total_value_exit_net": 9742.144042337,
"total_value": 9742.894859282,
"base_cost_quote": 1313.1314014683,
"unrealized_pnl_exit_net": -312.7929584133
},
{
"timestamp": "2024-07-02T23:59:00+00:00",
"base_asset_bal": 83041,
"quote_asset_bal": 8712.1063305536,
"total_value_mid": 9740.1539105536,
"total_value_exit_net": 9739.3828748686,
"total_value": 9740.1539105536,
"base_cost_quote": 1343.1870322978,
"unrealized_pnl_exit_net": -315.9104879828
},
{
"timestamp": "2024-07-03T23:59:00+00:00",
"base_asset_bal": 88908,
"quote_asset_bal": 8642.3599483755,
"total_value_mid": 9680.8053883755,
"total_value_exit_net": 9680.0265542955,
"total_value": 9680.8053883755,
"base_cost_quote": 1413.3362737995,
"unrealized_pnl_exit_net": -375.6696678795
},
{
"timestamp": "2024-07-04T23:59:00+00:00",
"base_asset_bal": 107295,
"quote_asset_bal": 8442.7081504753,
"total_value_mid": 9546.7737004753,
"total_value_exit_net": 9545.9456513128,
"total_value": 9546.7737004753,
"base_cost_quote": 1613.6763172253,
"unrealized_pnl_exit_net": -510.4388163878
},
{
"timestamp": "2024-07-05T23:59:00+00:00",
"base_asset_bal": 123150,
"quote_asset_bal": 8289.5987894537,
"total_value_mid": 9490.3112894537,
"total_value_exit_net": 9489.4107550787,
"total_value": 9490.3112894537,
"base_cost_quote": 1768.968548112,
"unrealized_pnl_exit_net": -569.156582487
},
{
"timestamp": "2024-07-06T23:59:00+00:00",
"base_asset_bal": 113175,
"quote_asset_bal": 8390.604272829,
"total_value_mid": 9578.941772829,
"total_value_exit_net": 9578.050519704,
"total_value": 9578.941772829,
"base_cost_quote": 1668.795202408,
"unrealized_pnl_exit_net": -481.348955533
},
{
"timestamp": "2024-07-07T23:59:00+00:00",
"base_asset_bal": 119095,
"quote_asset_bal": 8331.2023183317,
"total_value_mid": 9513.8156683317,
"total_value_exit_net": 9512.9287083192,
"total_value": 9513.8156683317,
"base_cost_quote": 1728.933984692,
"unrealized_pnl_exit_net": -547.2075947045
},
{
"timestamp": "2024-07-08T23:59:00+00:00",
"base_asset_bal": 108924,
"quote_asset_bal": 8433.1962076705,
"total_value_mid": 9548.5779676705,
"total_value_exit_net": 9547.7414313505,
"total_value": 9548.5779676705,
"base_cost_quote": 1628.6994421248,
"unrealized_pnl_exit_net": -514.1542184448
},
{
"timestamp": "2024-07-09T23:59:00+00:00",
"base_asset_bal": 104102,
"quote_asset_bal": 8483.8809295055,
"total_value_mid": 9589.4441695055,
"total_value_exit_net": 9588.6149970755,
"total_value": 9589.4441695055,
"base_cost_quote": 1578.6167182323,
"unrealized_pnl_exit_net": -473.8826506623
},
{
"timestamp": "2024-07-10T23:59:00+00:00",
"base_asset_bal": 106006,
"quote_asset_bal": 8464.2672813245,
"total_value_mid": 9578.3903413245,
"total_value_exit_net": 9577.5547490295,
"total_value": 9578.3903413245,
"base_cost_quote": 1598.6429566548,
"unrealized_pnl_exit_net": -485.3554889498
},
{
"timestamp": "2024-07-11T23:59:00+00:00",
"base_asset_bal": 109333,
"quote_asset_bal": 8429.662184724,
"total_value_mid": 9557.978744724,
"total_value_exit_net": 9557.132507304,
"total_value": 9557.978744724,
"base_cost_quote": 1633.6963169723,
"unrealized_pnl_exit_net": -506.2259943923
},
{
"timestamp": "2024-07-12T23:59:00+00:00",
"base_asset_bal": 107440,
"quote_asset_bal": 8449.994865874,
"total_value_mid": 9584.561265874,
"total_value_exit_net": 9583.710341074,
"total_value": 9584.561265874,
"base_cost_quote": 1613.6672164048,
"unrealized_pnl_exit_net": -479.9517412048
},
{
"timestamp": "2024-07-13T23:59:00+00:00",
"base_asset_bal": 104617,
"quote_asset_bal": 8480.2028906683,
"total_value_mid": 9596.4662806683,
"total_value_exit_net": 9595.6290831258,
"total_value": 9596.4662806683,
"base_cost_quote": 1583.6372908398,
"unrealized_pnl_exit_net": -468.2110983823
},
{
"timestamp": "2024-07-14T23:59:00+00:00",
"base_asset_bal": 83886,
"quote_asset_bal": 8721.5002372615,
"total_value_mid": 9696.2555572615,
"total_value_exit_net": 9695.5244907715,
"total_value": 9696.2555572615,
"base_cost_quote": 1343.1968856823,
"unrealized_pnl_exit_net": -369.1726321723
},
{
"timestamp": "2024-07-15T23:59:00+00:00",
"base_asset_bal": 84266,
"quote_asset_bal": 8717.621590499,
"total_value_mid": 9726.285610499,
"total_value_exit_net": 9725.529112484,
"total_value": 9726.285610499,
"base_cost_quote": 1348.207353717,
"unrealized_pnl_exit_net": -340.299831732
},
{
"timestamp": "2024-07-16T23:59:00+00:00",
"base_asset_bal": 84665,
"quote_asset_bal": 8713.5420994457,
"total_value_mid": 9738.8352494457,
"total_value_exit_net": 9738.0662795832,
"total_value": 9738.8352494457,
"base_cost_quote": 1353.2043176313,
"unrealized_pnl_exit_net": -328.6801374938
},
{
"timestamp": "2024-07-17T23:59:00+00:00",
"base_asset_bal": 65598,
"quote_asset_bal": 8966.1751580227,
"total_value_mid": 9874.0514780227,
"total_value_exit_net": 9873.3705707827,
"total_value": 9874.0514780227,
"base_cost_quote": 1102.6961563155,
"unrealized_pnl_exit_net": -195.5007435555
},
{
"timestamp": "2024-07-18T23:59:00+00:00",
"base_asset_bal": 77151,
"quote_asset_bal": 8812.3439601924,
"total_value_mid": 9813.7639401924,
"total_value_exit_net": 9813.0128752074,
"total_value": 9813.7639401924,
"base_cost_quote": 1257.999196303,
"unrealized_pnl_exit_net": -257.330281288
},
{
"timestamp": "2024-07-19T23:59:00+00:00",
"base_asset_bal": 74127,
"quote_asset_bal": 8853.2065237817,
"total_value_mid": 9841.3194337817,
"total_value_exit_net": 9840.5783490992,
"total_value": 9841.3194337817,
"base_cost_quote": 1217.926736482,
"unrealized_pnl_exit_net": -230.5549111645
},
{
"timestamp": "2024-07-20T23:59:00+00:00",
"base_asset_bal": 75263,
"quote_asset_bal": 8838.604059214,
"total_value_mid": 9832.8282892139,
"total_value_exit_net": 9832.0826210414,
"total_value": 9832.8282892139,
"base_cost_quote": 1232.9448296105,
"unrealized_pnl_exit_net": -239.466267783
},
{
"timestamp": "2024-07-21T23:59:00+00:00",
"base_asset_bal": 74489,
"quote_asset_bal": 8849.3485205412,
"total_value_mid": 9842.2868905412,
"total_value_exit_net": 9841.5421867637,
"total_value": 9842.2868905412,
"base_cost_quote": 1222.9361147,
"unrealized_pnl_exit_net": -230.7424484775
},
{
"timestamp": "2024-07-22T23:59:00+00:00",
"base_asset_bal": 83472,
"quote_asset_bal": 8734.7487107694,
"total_value_mid": 9771.4709507694,
"total_value_exit_net": 9770.6934090894,
"total_value": 9771.4709507694,
"base_cost_quote": 1338.170103421,
"unrealized_pnl_exit_net": -302.225405101
},
{
"timestamp": "2024-07-23T23:59:00+00:00",
"base_asset_bal": 90892,
"quote_asset_bal": 8645.2559831177,
"total_value_mid": 9730.5064631177,
"total_value_exit_net": 9729.6925252577,
"total_value": 9730.5064631177,
"base_cost_quote": 1428.3559371047,
"unrealized_pnl_exit_net": -343.9193949648
},
{
"timestamp": "2024-07-24T23:59:00+00:00",
"base_asset_bal": 94276,
"quote_asset_bal": 8605.6624558122,
"total_value_mid": 9706.8061358121,
"total_value_exit_net": 9705.9802780521,
"total_value": 9706.8061358121,
"base_cost_quote": 1468.4219120657,
"unrealized_pnl_exit_net": -368.1040898258
},
{
"timestamp": "2024-07-25T23:59:00+00:00",
"base_asset_bal": 96465,
"quote_asset_bal": 8581.4198681327,
"total_value_mid": 9692.6966681327,
"total_value_exit_net": 9691.8632105327,
"total_value": 9692.6966681327,
"base_cost_quote": 1493.4689122375,
"unrealized_pnl_exit_net": -383.0255698375
},
{
"timestamp": "2024-07-26T23:59:00+00:00",
"base_asset_bal": 90518,
"quote_asset_bal": 8651.9266023754,
"total_value_mid": 9745.3840423754,
"total_value_exit_net": 9744.5639492954,
"total_value": 9745.3840423754,
"base_cost_quote": 1423.3333770077,
"unrealized_pnl_exit_net": -330.6960300877
},
{
"timestamp": "2024-07-27T23:59:00+00:00",
"base_asset_bal": 90940,
"quote_asset_bal": 8647.3282798884,
"total_value_mid": 9739.5176798884,
"total_value_exit_net": 9738.6985378384,
"total_value": 9739.5176798884,
"base_cost_quote": 1428.3512495918,
"unrealized_pnl_exit_net": -336.9809916418
},
{
"timestamp": "2024-07-28T23:59:00+00:00",
"base_asset_bal": 93898,
"quote_asset_bal": 8612.4345573709,
"total_value_mid": 9728.8817773709,
"total_value_exit_net": 9728.0444419559,
"total_value": 9728.8817773709,
"base_cost_quote": 1463.4202926625,
"unrealized_pnl_exit_net": -347.8104080775
},
{
"timestamp": "2024-07-29T23:59:00+00:00",
"base_asset_bal": 93462,
"quote_asset_bal": 8617.9413091371,
"total_value_mid": 9723.5967691371,
"total_value_exit_net": 9722.7675275421,
"total_value": 9723.5967691371,
"base_cost_quote": 1458.3894153322,
"unrealized_pnl_exit_net": -353.5631969272
},
{
"timestamp": "2024-07-30T23:59:00+00:00",
"base_asset_bal": 96496,
"quote_asset_bal": 8583.3344756031,
"total_value_mid": 9686.2837556031,
"total_value_exit_net": 9685.4565436431,
"total_value": 9686.2837556031,
"base_cost_quote": 1493.4699139882,
"unrealized_pnl_exit_net": -391.3478459483
},
{
"timestamp": "2024-07-31T23:59:00+00:00",
"base_asset_bal": 100463,
"quote_asset_bal": 8538.8355926701,
"total_value_mid": 9654.9795226701,
"total_value_exit_net": 9654.1424147226,
"total_value": 9654.9795226701,
"base_cost_quote": 1538.5536484485,
"unrealized_pnl_exit_net": -423.246826396
},
{
"timestamp": "2024-08-01T23:59:00+00:00",
"base_asset_bal": 102652,
"quote_asset_bal": 8514.5730477599,
"total_value_mid": 9636.5594077599,
"total_value_exit_net": 9635.7179179899,
"total_value": 9636.5594077599,
"base_cost_quote": 1563.5736964212,
"unrealized_pnl_exit_net": -442.4288261912
},
{
"timestamp": "2024-08-02T23:59:00+00:00",
"base_asset_bal": 119609,
"quote_asset_bal": 8340.2260838959,
"total_value_mid": 9529.1395438958,
"total_value_exit_net": 9528.2478588008,
"total_value": 9529.1395438958,
"base_cost_quote": 1738.8927031332,
"unrealized_pnl_exit_net": -550.8709282283
},
{
"timestamp": "2024-08-03T23:59:00+00:00",
"base_asset_bal": 136445,
"quote_asset_bal": 8181.1605851108,
"total_value_mid": 9443.2768351108,
"total_value_exit_net": 9442.3302479233,
"total_value": 9443.2768351108,
"base_cost_quote": 1899.140724077,
"unrealized_pnl_exit_net": -637.9710612645
},
{
"timestamp": "2024-08-04T23:59:00+00:00",
"base_asset_bal": 151287,
"quote_asset_bal": 8047.1168130338,
"total_value_mid": 9402.6483330338,
"total_value_exit_net": 9401.6316843938,
"total_value": 9402.6483330338,
"base_cost_quote": 2034.364557946,
"unrealized_pnl_exit_net": -679.849686586
},
{
"timestamp": "2024-08-05T23:59:00+00:00",
"base_asset_bal": 171628,
"quote_asset_bal": 7880.3541051358,
"total_value_mid": 9306.5827851358,
"total_value_exit_net": 9305.5131136258,
"total_value": 9306.5827851358,
"base_cost_quote": 2204.643211226,
"unrealized_pnl_exit_net": -779.484202736
},
{
"timestamp": "2024-08-06T23:59:00+00:00",
"base_asset_bal": 162034,
"quote_asset_bal": 7962.33747953,
"total_value_mid": 9378.51463953,
"total_value_exit_net": 9377.45250666,
"total_value": 9378.51463953,
"base_cost_quote": 2124.5176000545,
"unrealized_pnl_exit_net": -709.4025729245
},
{
"timestamp": "2024-08-07T23:59:00+00:00",
"base_asset_bal": 176021,
"quote_asset_bal": 7843.7132774275,
"total_value_mid": 9331.0907274275,
"total_value_exit_net": 9329.97519434,
"total_value": 9331.0907274275,
"base_cost_quote": 2244.6990846165,
"unrealized_pnl_exit_net": -758.437167704
},
{
"timestamp": "2024-08-08T23:59:00+00:00",
"base_asset_bal": 144313,
"quote_asset_bal": 8125.4326340915,
"total_value_mid": 9467.5435340915,
"total_value_exit_net": 9466.5369509165,
"total_value": 9467.5435340915,
"base_cost_quote": 1964.2390972665,
"unrealized_pnl_exit_net": -623.1347804415
},
{
"timestamp": "2024-08-09T23:59:00+00:00",
"base_asset_bal": 151931,
"quote_asset_bal": 8056.0682344145,
"total_value_mid": 9447.7561944145,
"total_value_exit_net": 9446.7124284445,
"total_value": 9447.7561944145,
"base_cost_quote": 2034.3560565747,
"unrealized_pnl_exit_net": -643.7118625448
},
{
"timestamp": "2024-08-10T23:59:00+00:00",
"base_asset_bal": 137874,
"quote_asset_bal": 8187.0651749185,
"total_value_mid": 9495.4894349185,
"total_value_exit_net": 9494.5081167235,
"total_value": 9495.4894349185,
"base_cost_quote": 1904.148180855,
"unrealized_pnl_exit_net": -596.70523905
},
{
"timestamp": "2024-08-11T23:59:00+00:00",
"base_asset_bal": 160783,
"quote_asset_bal": 7977.4334250745,
"total_value_mid": 9403.5786350745,
"total_value_exit_net": 9402.509026167,
"total_value": 9403.5786350745,
"base_cost_quote": 2114.4790377752,
"unrealized_pnl_exit_net": -689.4034366828
},
{
"timestamp": "2024-08-12T23:59:00+00:00",
"base_asset_bal": 145903,
"quote_asset_bal": 8114.0444092648,
"total_value_mid": 9469.4832792648,
"total_value_exit_net": 9468.4667001123,
"total_value": 9469.4832792648,
"base_cost_quote": 1979.2678573892,
"unrealized_pnl_exit_net": -624.8455665418
},
{
"timestamp": "2024-08-13T23:59:00+00:00",
"base_asset_bal": 140487,
"quote_asset_bal": 8164.9560116653,
"total_value_mid": 9485.5338116653,
"total_value_exit_net": 9484.5433783153,
"total_value": 9485.5338116653,
"base_cost_quote": 1929.1820471837,
"unrealized_pnl_exit_net": -609.5946805337
},
{
"timestamp": "2024-08-14T23:59:00+00:00",
"base_asset_bal": 150830,
"quote_asset_bal": 8070.4247274765,
"total_value_mid": 9445.9943274765,
"total_value_exit_net": 9444.9626502765,
"total_value": 9445.9943274765,
"base_cost_quote": 2024.3335343165,
"unrealized_pnl_exit_net": -649.7956115165
},
{
"timestamp": "2024-08-15T23:59:00+00:00",
"base_asset_bal": 160437,
"quote_asset_bal": 7986.0956260025,
"total_value_mid": 9389.9193760025,
"total_value_exit_net": 9388.86650819,
"total_value": 9389.9193760025,
"base_cost_quote": 2109.4801053857,
"unrealized_pnl_exit_net": -706.7092231982
},
{
"timestamp": "2024-08-16T23:59:00+00:00",
"base_asset_bal": 142820,
"quote_asset_bal": 8147.437820388,
"total_value_mid": 9428.533220388,
"total_value_exit_net": 9427.572398838,
"total_value": 9428.533220388,
"base_cost_quote": 1949.2259488437,
"unrealized_pnl_exit_net": -669.0913703937
},
{
"timestamp": "2024-08-17T23:59:00+00:00",
"base_asset_bal": 120188,
"quote_asset_bal": 8369.5998728238,
"total_value_mid": 9603.9306328238,
"total_value_exit_net": 9603.0048847538,
"total_value": 9603.9306328238,
"base_cost_quote": 1728.846755319,
"unrealized_pnl_exit_net": -495.441743389
},
{
"timestamp": "2024-08-18T23:59:00+00:00",
"base_asset_bal": 50721,
"quote_asset_bal": 9315.3912729633,
"total_value_mid": 9964.6200729633,
"total_value_exit_net": 9964.1331513633,
"total_value": 9964.6200729633,
"base_cost_quote": 786.9067707748,
"unrealized_pnl_exit_net": -138.1648923748
},
{
"timestamp": "2024-08-19T23:59:00+00:00",
"base_asset_bal": 46896,
"quote_asset_bal": 9368.0707434105,
"total_value_mid": 9946.7673834105,
"total_value_exit_net": 9946.3333609305,
"total_value": 9946.7673834105,
"base_cost_quote": 736.811890772,
"unrealized_pnl_exit_net": -158.549273252
},
{
"timestamp": "2024-08-20T23:59:00+00:00",
"base_asset_bal": 45225,
"quote_asset_bal": 9390.0258700595,
"total_value_mid": 9961.6698700595,
"total_value_exit_net": 9961.2411370595,
"total_value": 9961.6698700595,
"base_cost_quote": 716.736213298,
"unrealized_pnl_exit_net": -145.520946298
},
{
"timestamp": "2024-08-21T23:59:00+00:00",
"base_asset_bal": 47590,
"quote_asset_bal": 9361.1390783315,
"total_value_mid": 9960.7730783315,
"total_value_exit_net": 9960.3233528315,
"total_value": 9960.7730783315,
"base_cost_quote": 746.7985331405,
"unrealized_pnl_exit_net": -147.6142586405
},
{
"timestamp": "2024-08-22T23:59:00+00:00",
"base_asset_bal": 45497,
"quote_asset_bal": 9387.659787346,
"total_value_mid": 9991.404977346,
"total_value_exit_net": 9990.9521684535,
"total_value": 9991.404977346,
"base_cost_quote": 721.7845877412,
"unrealized_pnl_exit_net": -118.4922066338
},
{
"timestamp": "2024-08-23T23:59:00+00:00",
"base_asset_bal": 45362,
"quote_asset_bal": 9389.4581604892,
"total_value_mid": 10024.9797804892,
"total_value_exit_net": 10024.5031392742,
"total_value": 10024.9797804892,
"base_cost_quote": 721.7757441135,
"unrealized_pnl_exit_net": -86.7307653285
},
{
"timestamp": "2024-08-24T23:59:00+00:00",
"base_asset_bal": 50748,
"quote_asset_bal": 9315.5053993717,
"total_value_mid": 10009.7380393717,
"total_value_exit_net": 10009.2173648917,
"total_value": 10009.7380393717,
"base_cost_quote": 796.9485184413,
"unrealized_pnl_exit_net": -103.2365529213
},
{
"timestamp": "2024-08-25T23:59:00+00:00",
"base_asset_bal": 52658,
"quote_asset_bal": 9291.5487651549,
"total_value_mid": 9988.7406851549,
"total_value_exit_net": 9988.2177912149,
"total_value": 9988.7406851549,
"base_cost_quote": 821.994361746,
"unrealized_pnl_exit_net": -125.325335686
},
{
"timestamp": "2024-08-26T23:59:00+00:00",
"base_asset_bal": 61222,
"quote_asset_bal": 9182.5107227902,
"total_value_mid": 9942.2757427902,
"total_value_exit_net": 9941.7059190252,
"total_value": 9942.2757427902,
"base_cost_quote": 932.2126094805,
"unrealized_pnl_exit_net": -173.0174132455
},
{
"timestamp": "2024-08-27T23:59:00+00:00",
"base_asset_bal": 69060,
"quote_asset_bal": 9088.1872177857,
"total_value_mid": 9896.8798177857,
"total_value_exit_net": 9896.2732983357,
"total_value": 9896.8798177857,
"base_cost_quote": 1027.403010777,
"unrealized_pnl_exit_net": -219.316930227
},
{
"timestamp": "2024-08-28T23:59:00+00:00",
"base_asset_bal": 76868,
"quote_asset_bal": 8999.1894443854,
"total_value_mid": 9861.6484043854,
"total_value_exit_net": 9861.0015601654,
"total_value": 9861.6484043854,
"base_cost_quote": 1117.5583696218,
"unrealized_pnl_exit_net": -255.7462538418
},
{
"timestamp": "2024-08-29T23:59:00+00:00",
"base_asset_bal": 80004,
"quote_asset_bal": 8964.9148149572,
"total_value_mid": 9854.5592949572,
"total_value_exit_net": 9853.8920615972,
"total_value": 9854.5592949572,
"base_cost_quote": 1152.6389903693,
"unrealized_pnl_exit_net": -263.6617437293
},
{
"timestamp": "2024-08-30T23:59:00+00:00",
"base_asset_bal": 80925,
"quote_asset_bal": 8955.6478180842,
"total_value_mid": 9846.6320680842,
"total_value_exit_net": 9845.9638298967,
"total_value": 9846.6320680842,
"base_cost_quote": 1162.6523217395,
"unrealized_pnl_exit_net": -272.336309927
},
{
"timestamp": "2024-08-31T23:59:00+00:00",
"base_asset_bal": 85550,
"quote_asset_bal": 8905.8642466852,
"total_value_mid": 9816.9717466852,
"total_value_exit_net": 9816.2884160602,
"total_value": 9816.9717466852,
"base_cost_quote": 1212.7541699645,
"unrealized_pnl_exit_net": -302.3300005895
},
{
"timestamp": "2024-09-01T23:59:00+00:00",
"base_asset_bal": 94243,
"quote_asset_bal": 8816.3610719057,
"total_value_mid": 9766.3305119057,
"total_value_exit_net": 9765.6180348257,
"total_value": 9766.3305119057,
"base_cost_quote": 1302.920073712,
"unrealized_pnl_exit_net": -353.663110792
},
{
"timestamp": "2024-09-02T23:59:00+00:00",
"base_asset_bal": 79602,
"quote_asset_bal": 8972.9748919275,
"total_value_mid": 9850.9849519275,
"total_value_exit_net": 9850.3264443825,
"total_value": 9850.9849519275,
"base_cost_quote": 1147.6316086475,
"unrealized_pnl_exit_net": -270.2800561925
},
{
"timestamp": "2024-09-03T23:59:00+00:00",
"base_asset_bal": 87983,
"quote_asset_bal": 8883.3272360537,
"total_value_mid": 9796.5907760537,
"total_value_exit_net": 9795.9058283987,
"total_value": 9796.5907760537,
"base_cost_quote": 1237.779206676,
"unrealized_pnl_exit_net": -325.200614331
},
{
"timestamp": "2024-09-04T23:59:00+00:00",
"base_asset_bal": 87466,
"quote_asset_bal": 8889.055868263,
"total_value_mid": 9802.200908263,
"total_value_exit_net": 9801.516049483,
"total_value": 9802.200908263,
"base_cost_quote": 1232.7796568237,
"unrealized_pnl_exit_net": -320.3194756038
},
{
"timestamp": "2024-09-05T23:59:00+00:00",
"base_asset_bal": 93312,
"quote_asset_bal": 8829.4589014807,
"total_value_mid": 9767.2445014807,
"total_value_exit_net": 9766.5411622807,
"total_value": 9767.2445014807,
"base_cost_quote": 1292.8857125813,
"unrealized_pnl_exit_net": -355.8034517813
},
{
"timestamp": "2024-09-06T23:59:00+00:00",
"base_asset_bal": 105594,
"quote_asset_bal": 8710.103844908,
"total_value_mid": 9735.421584908,
"total_value_exit_net": 9734.652596603,
"total_value": 9735.421584908,
"base_cost_quote": 1413.1083820088,
"unrealized_pnl_exit_net": -388.5596303138
},
{
"timestamp": "2024-09-07T23:59:00+00:00",
"base_asset_bal": 79590,
"quote_asset_bal": 8977.2715948267,
"total_value_mid": 9847.1902948267,
"total_value_exit_net": 9846.5378558017,
"total_value": 9847.1902948267,
"base_cost_quote": 1147.610590896,
"unrealized_pnl_exit_net": -278.344329921
},
{
"timestamp": "2024-09-08T23:59:00+00:00",
"base_asset_bal": 84673,
"quote_asset_bal": 8923.2303728555,
"total_value_mid": 9829.2314728555,
"total_value_exit_net": 9828.5519720305,
"total_value": 9829.2314728555,
"base_cost_quote": 1202.7130367585,
"unrealized_pnl_exit_net": -297.3914375835
},
{
"timestamp": "2024-09-09T23:59:00+00:00",
"base_asset_bal": 82805,
"quote_asset_bal": 8943.8825290677,
"total_value_mid": 9836.5204290677,
"total_value_exit_net": 9835.8509506427,
"total_value": 9836.5204290677,
"base_cost_quote": 1182.695805086,
"unrealized_pnl_exit_net": -290.727383511
},
{
"timestamp": "2024-09-10T23:59:00+00:00",
"base_asset_bal": 85145,
"quote_asset_bal": 8919.2143665102,
"total_value_mid": 9832.8202165102,
"total_value_exit_net": 9832.1350121227,
"total_value": 9832.8202165102,
"base_cost_quote": 1207.731427731,
"unrealized_pnl_exit_net": -294.8107821185
},
{
"timestamp": "2024-09-11T23:59:00+00:00",
"base_asset_bal": 89893,
"quote_asset_bal": 8869.5651566167,
"total_value_mid": 9802.6544966167,
"total_value_exit_net": 9801.9546796117,
"total_value": 9802.6544966167,
"base_cost_quote": 1257.829693271,
"unrealized_pnl_exit_net": -325.440170276
},
{
"timestamp": "2024-09-12T23:59:00+00:00",
"base_asset_bal": 84674,
"quote_asset_bal": 8925.0624361392,
"total_value_mid": 9831.0742361392,
"total_value_exit_net": 9830.3947272892,
"total_value": 9831.0742361392,
"base_cost_quote": 1202.732341226,
"unrealized_pnl_exit_net": -297.400050076
},
{
"timestamp": "2024-09-13T23:59:00+00:00",
"base_asset_bal": 80507,
"quote_asset_bal": 8970.6373113867,
"total_value_mid": 9857.8244513867,
"total_value_exit_net": 9857.1590610317,
"total_value": 9857.8244513867,
"base_cost_quote": 1157.63561603,
"unrealized_pnl_exit_net": -271.113866385
},
{
"timestamp": "2024-09-14T23:59:00+00:00",
"base_asset_bal": 83279,
"quote_asset_bal": 8940.7243531237,
"total_value_mid": 9835.9736031237,
"total_value_exit_net": 9835.3021661862,
"total_value": 9835.9736031237,
"base_cost_quote": 1187.6982761275,
"unrealized_pnl_exit_net": -293.120463065
},
{
"timestamp": "2024-09-15T23:59:00+00:00",
"base_asset_bal": 90802,
"quote_asset_bal": 8860.9415304925,
"total_value_mid": 9796.2021304925,
"total_value_exit_net": 9795.5006850425,
"total_value": 9796.2021304925,
"base_cost_quote": 1267.8369550925,
"unrealized_pnl_exit_net": -333.2778005425
},
{
"timestamp": "2024-09-16T23:59:00+00:00",
"base_asset_bal": 98724,
"quote_asset_bal": 8781.4296620265,
"total_value_mid": 9762.7462220265,
"total_value_exit_net": 9762.0102346065,
"total_value": 9762.7462220265,
"base_cost_quote": 1347.9738837458,
"unrealized_pnl_exit_net": -367.3933111658
},
{
"timestamp": "2024-09-17T23:59:00+00:00",
"base_asset_bal": 90208,
"quote_asset_bal": 8867.1120774855,
"total_value_mid": 9790.8419974855,
"total_value_exit_net": 9790.1492000455,
"total_value": 9790.8419974855,
"base_cost_quote": 1262.8193987455,
"unrealized_pnl_exit_net": -339.7822761855
},
{
"timestamp": "2024-09-18T23:59:00+00:00",
"base_asset_bal": 85949,
"quote_asset_bal": 8912.912448048,
"total_value_mid": 9830.847768048,
"total_value_exit_net": 9830.159316558,
"total_value": 9830.847768048,
"base_cost_quote": 1217.7421241265,
"unrealized_pnl_exit_net": -300.4952556165
},
{
"timestamp": "2024-09-19T23:59:00+00:00",
"base_asset_bal": 82691,
"quote_asset_bal": 8948.5556177405,
"total_value_mid": 9847.4067877404,
"total_value_exit_net": 9846.7326493629,
"total_value": 9847.4067877404,
"base_cost_quote": 1182.6725986942,
"unrealized_pnl_exit_net": -284.4955670718
},
{
"timestamp": "2024-09-20T23:59:00+00:00",
"base_asset_bal": 80827,
"quote_asset_bal": 8969.1208631785,
"total_value_mid": 9872.7667231785,
"total_value_exit_net": 9872.0889887835,
"total_value": 9872.7667231785,
"base_cost_quote": 1162.6607930883,
"unrealized_pnl_exit_net": -259.6926674833
},
{
"timestamp": "2024-09-21T23:59:00+00:00",
"base_asset_bal": 77251,
"quote_asset_bal": 9009.6015438649,
"total_value_mid": 9889.4904338649,
"total_value_exit_net": 9888.8305171974,
"total_value": 9889.4904338649,
"base_cost_quote": 1122.5742467103,
"unrealized_pnl_exit_net": -243.3452733778
},
{
"timestamp": "2024-09-22T23:59:00+00:00",
"base_asset_bal": 83157,
"quote_asset_bal": 8944.8404223689,
"total_value_mid": 9843.7675923689,
"total_value_exit_net": 9843.0933969914,
"total_value": 9843.7675923689,
"base_cost_quote": 1187.688670929,
"unrealized_pnl_exit_net": -289.4356963065
},
{
"timestamp": "2024-09-23T23:59:00+00:00",
"base_asset_bal": 81678,
"quote_asset_bal": 8960.4183303782,
"total_value_mid": 9861.3266703782,
"total_value_exit_net": 9860.6509891232,
"total_value": 9861.3266703782,
"base_cost_quote": 1172.682344619,
"unrealized_pnl_exit_net": -272.449685874
},
{
"timestamp": "2024-09-24T23:59:00+00:00",
"base_asset_bal": 74620,
"quote_asset_bal": 9041.3724337652,
"total_value_mid": 9906.2182337652,
"total_value_exit_net": 9905.5695994152,
"total_value": 9906.2182337652,
"base_cost_quote": 1092.5253939605,
"unrealized_pnl_exit_net": -228.3282283105
},
{
"timestamp": "2024-09-25T23:59:00+00:00",
"base_asset_bal": 78124,
"quote_asset_bal": 9001.7079380489,
"total_value_mid": 9881.3841780489,
"total_value_exit_net": 9880.7244208689,
"total_value": 9881.3841780489,
"base_cost_quote": 1132.617774711,
"unrealized_pnl_exit_net": -253.601291891
},
{
"timestamp": "2024-09-26T23:59:00+00:00",
"base_asset_bal": 74609,
"quote_asset_bal": 9042.3510097987,
"total_value_mid": 9909.3075897987,
"total_value_exit_net": 9908.6573723637,
"total_value": 9909.3075897987,
"base_cost_quote": 1092.5292558548,
"unrealized_pnl_exit_net": -226.2228932898
},
{
"timestamp": "2024-09-27T23:59:00+00:00",
"base_asset_bal": 70768,
"quote_asset_bal": 9088.0261187952,
"total_value_mid": 9938.6574787952,
"total_value_exit_net": 9938.0195052752,
"total_value": 9938.6574787952,
"base_cost_quote": 1047.4341608805,
"unrealized_pnl_exit_net": -197.4407744005
},
{
"timestamp": "2024-09-28T23:59:00+00:00",
"base_asset_bal": 72883,
"quote_asset_bal": 9063.348632411,
"total_value_mid": 9921.910372411,
"total_value_exit_net": 9921.266451106,
"total_value": 9921.910372411,
"base_cost_quote": 1072.489572356,
"unrealized_pnl_exit_net": -214.571753661
},
{
"timestamp": "2024-09-29T23:59:00+00:00",
"base_asset_bal": 72048,
"quote_asset_bal": 9073.9242261849,
"total_value_mid": 9929.8544661849,
"total_value_exit_net": 9929.2125185049,
"total_value": 9929.8544661849,
"base_cost_quote": 1062.4651346623,
"unrealized_pnl_exit_net": -207.1768423423
},
{
"timestamp": "2024-09-30T23:59:00+00:00",
"base_asset_bal": 80333,
"quote_asset_bal": 8979.4474084805,
"total_value_mid": 9859.0937584805,
"total_value_exit_net": 9858.434023718,
"total_value": 9859.0937584805,
"base_cost_quote": 1157.6472237293,
"unrealized_pnl_exit_net": -278.6606084918
},
{
"timestamp": "2024-10-01T23:59:00+00:00",
"base_asset_bal": 100396,
"quote_asset_bal": 8775.0969292167,
"total_value_mid": 9750.9460492167,
"total_value_exit_net": 9750.2141623767,
"total_value": 9750.9460492167,
"base_cost_quote": 1363.0291087022,
"unrealized_pnl_exit_net": -387.9118755423
},
{
"timestamp": "2024-10-02T23:59:00+00:00",
"base_asset_bal": 109856,
"quote_asset_bal": 8686.1418239912,
"total_value_mid": 9728.6752639912,
"total_value_exit_net": 9727.8933639112,
"total_value": 9728.6752639912,
"base_cost_quote": 1453.2163654525,
"unrealized_pnl_exit_net": -411.4648255325
},
{
"timestamp": "2024-10-03T23:59:00+00:00",
"base_asset_bal": 114097,
"quote_asset_bal": 8647.2271471189,
"total_value_mid": 9718.5979771189,
"total_value_exit_net": 9717.7944489964,
"total_value": 9718.5979771189,
"base_cost_quote": 1493.2853236492,
"unrealized_pnl_exit_net": -422.7180217717
},
{
"timestamp": "2024-10-04T23:59:00+00:00",
"base_asset_bal": 106692,
"quote_asset_bal": 8718.3348972374,
"total_value_mid": 9762.8495772374,
"total_value_exit_net": 9762.0661912274,
"total_value": 9762.8495772374,
"base_cost_quote": 1423.147544738,
"unrealized_pnl_exit_net": -379.416250748
},
{
"timestamp": "2024-10-05T23:59:00+00:00",
"base_asset_bal": 105184,
"quote_asset_bal": 8734.0214526619,
"total_value_mid": 9759.5654526619,
"total_value_exit_net": 9758.7962946619,
"total_value": 9759.5654526619,
"base_cost_quote": 1408.0975837265,
"unrealized_pnl_exit_net": -383.3227417265
},
{
"timestamp": "2024-10-06T23:59:00+00:00",
"base_asset_bal": 95001,
"quote_asset_bal": 8834.7252597481,
"total_value_mid": 9789.4853097481,
"total_value_exit_net": 9788.7692397106,
"total_value": 9789.4853097481,
"base_cost_quote": 1307.9295670163,
"unrealized_pnl_exit_net": -353.8855870538
},
{
"timestamp": "2024-10-07T23:59:00+00:00",
"base_asset_bal": 99518,
"quote_asset_bal": 8790.1211719159,
"total_value_mid": 9773.3590119159,
"total_value_exit_net": 9772.6215835359,
"total_value": 9773.3590119159,
"base_cost_quote": 1353.0471878722,
"unrealized_pnl_exit_net": -370.5467762523
},
{
"timestamp": "2024-10-08T23:59:00+00:00",
"base_asset_bal": 109761,
"quote_asset_bal": 8690.6873444046,
"total_value_mid": 9756.4666544046,
"total_value_exit_net": 9755.6673199221,
"total_value": 9756.4666544046,
"base_cost_quote": 1453.2251890653,
"unrealized_pnl_exit_net": -388.2452135478
},
{
"timestamp": "2024-10-09T23:59:00+00:00",
"base_asset_bal": 114009,
"quote_asset_bal": 8651.4385132121,
"total_value_mid": 9726.5433832121,
"total_value_exit_net": 9725.7370545596,
"total_value": 9726.5433832121,
"base_cost_quote": 1493.2792090667,
"unrealized_pnl_exit_net": -418.9806677193
},
{
"timestamp": "2024-10-10T23:59:00+00:00",
"base_asset_bal": 109763,
"quote_asset_bal": 8692.2080899159,
"total_value_mid": 9741.5423699159,
"total_value_exit_net": 9740.7553692059,
"total_value": 9741.5423699159,
"base_cost_quote": 1453.2191325263,
"unrealized_pnl_exit_net": -404.6718532363
},
{
"timestamp": "2024-10-11T23:59:00+00:00",
"base_asset_bal": 96931,
"quote_asset_bal": 8818.0855747884,
"total_value_mid": 9787.3955747884,
"total_value_exit_net": 9786.6685922884,
"total_value": 9787.3955747884,
"base_cost_quote": 1327.9901331653,
"unrealized_pnl_exit_net": -359.4071156653
},
{
"timestamp": "2024-10-12T23:59:00+00:00",
"base_asset_bal": 93460,
"quote_asset_bal": 8853.3779240204,
"total_value_mid": 9806.6699240204,
"total_value_exit_net": 9805.9549550204,
"total_value": 9806.6699240204,
"base_cost_quote": 1292.8938206578,
"unrealized_pnl_exit_net": -340.3167896578
},
{
"timestamp": "2024-10-13T23:59:00+00:00",
"base_asset_bal": 96465,
"quote_asset_bal": 8823.7012635899,
"total_value_mid": 9802.8210135898,
"total_value_exit_net": 9802.0866737774,
"total_value": 9802.8210135898,
"base_cost_quote": 1322.9364817673,
"unrealized_pnl_exit_net": -344.5510715798
},
{
"timestamp": "2024-10-14T23:59:00+00:00",
"base_asset_bal": 89210,
"quote_asset_bal": 8899.3232544754,
"total_value_mid": 9854.7623544754,
"total_value_exit_net": 9854.0457751504,
"total_value": 9854.7623544754,
"base_cost_quote": 1247.8089103163,
"unrealized_pnl_exit_net": -293.0863896413
},
{
"timestamp": "2024-10-15T23:59:00+00:00",
"base_asset_bal": 90153,
"quote_asset_bal": 8890.4295277766,
"total_value_mid": 9855.0666277766,
"total_value_exit_net": 9854.3431499516,
"total_value": 9855.0666277766,
"base_cost_quote": 1257.8485644138,
"unrealized_pnl_exit_net": -293.9349422388
},
{
"timestamp": "2024-10-16T23:59:00+00:00",
"base_asset_bal": 93012,
"quote_asset_bal": 8860.9514820626,
"total_value_mid": 9831.0666420626,
"total_value_exit_net": 9830.3390556926,
"total_value": 9831.0666420626,
"base_cost_quote": 1287.8831434663,
"unrealized_pnl_exit_net": -318.4955698363
},
{
"timestamp": "2024-10-17T23:59:00+00:00",
"base_asset_bal": 95398,
"quote_asset_bal": 8836.3736985241,
"total_value_mid": 9805.6173785241,
"total_value_exit_net": 9804.8904457641,
"total_value": 9805.6173785241,
"base_cost_quote": 1312.921905464,
"unrealized_pnl_exit_net": -344.405158224
},
{
"timestamp": "2024-10-18T23:59:00+00:00",
"base_asset_bal": 88159,
"quote_asset_bal": 8912.0439125562,
"total_value_mid": 9849.1740825562,
"total_value_exit_net": 9848.4712349287,
"total_value": 9849.1740825562,
"base_cost_quote": 1237.7790405515,
"unrealized_pnl_exit_net": -301.351718179
},
{
"timestamp": "2024-10-19T23:59:00+00:00",
"base_asset_bal": 84556,
"quote_asset_bal": 8952.9874687491,
"total_value_mid": 9866.1922687491,
"total_value_exit_net": 9865.5073651491,
"total_value": 9866.1922687491,
"base_cost_quote": 1197.725112619,
"unrealized_pnl_exit_net": -285.205216219
},
{
"timestamp": "2024-10-20T23:59:00+00:00",
"base_asset_bal": 75776,
"quote_asset_bal": 9054.0869050097,
"total_value_mid": 9927.0264250097,
"total_value_exit_net": 9926.3717203697,
"total_value": 9927.0264250097,
"base_cost_quote": 1097.5354646975,
"unrealized_pnl_exit_net": -225.2506493375
},
{
"timestamp": "2024-10-21T23:59:00+00:00",
"base_asset_bal": 80674,
"quote_asset_bal": 8999.4803808911,
"total_value_mid": 9894.1550408911,
"total_value_exit_net": 9893.4840348961,
"total_value": 9894.1550408911,
"base_cost_quote": 1152.636773708,
"unrealized_pnl_exit_net": -258.633119703
},
{
"timestamp": "2024-10-22T23:59:00+00:00",
"base_asset_bal": 78390,
"quote_asset_bal": 9025.3222738364,
"total_value_mid": 9904.8580738364,
"total_value_exit_net": 9904.1984219864,
"total_value": 9904.8580738364,
"base_cost_quote": 1127.5974973248,
"unrealized_pnl_exit_net": -248.7213491748
},
{
"timestamp": "2024-10-23T23:59:00+00:00",
"base_asset_bal": 87626,
"quote_asset_bal": 8925.6013061644,
"total_value_mid": 9835.1591861644,
"total_value_exit_net": 9834.4770177544,
"total_value": 9835.1591861644,
"base_cost_quote": 1227.7854059428,
"unrealized_pnl_exit_net": -318.9096943527
},
{
"timestamp": "2024-10-24T23:59:00+00:00",
"base_asset_bal": 87614,
"quote_asset_bal": 8925.9762216204,
"total_value_mid": 9854.6846216204,
"total_value_exit_net": 9853.9880903204,
"total_value": 9854.6846216204,
"base_cost_quote": 1227.7703546628,
"unrealized_pnl_exit_net": -299.7584859628
},
{
"timestamp": "2024-10-25T23:59:00+00:00",
"base_asset_bal": 95690,
"quote_asset_bal": 8841.4193686649,
"total_value_mid": 9728.4656686649,
"total_value_exit_net": 9727.8003839399,
"total_value": 9728.4656686649,
"base_cost_quote": 1312.967319499,
"unrealized_pnl_exit_net": -426.586304224
},
{
"timestamp": "2024-10-26T23:59:00+00:00",
"base_asset_bal": 101545,
"quote_asset_bal": 8787.0493860734,
"total_value_mid": 9742.5878360734,
"total_value_exit_net": 9741.8711822359,
"total_value": 9742.5878360734,
"base_cost_quote": 1368.0688196528,
"unrealized_pnl_exit_net": -413.2470234903
},
{
"timestamp": "2024-10-27T23:59:00+00:00",
"base_asset_bal": 102548,
"quote_asset_bal": 8777.4854174306,
"total_value_mid": 9758.8697774306,
"total_value_exit_net": 9758.1337391606,
"total_value": 9758.8697774306,
"base_cost_quote": 1378.0820809705,
"unrealized_pnl_exit_net": -397.4337592405
},
{
"timestamp": "2024-10-28T23:59:00+00:00",
"base_asset_bal": 99789,
"quote_asset_bal": 8803.5171037489,
"total_value_mid": 9765.4830637488,
"total_value_exit_net": 9764.7615892788,
"total_value": 9765.4830637488,
"base_cost_quote": 1353.0367300348,
"unrealized_pnl_exit_net": -391.7922445048
},
{
"timestamp": "2024-10-29T23:59:00+00:00",
"base_asset_bal": 87545,
"quote_asset_bal": 8924.5349040064,
"total_value_mid": 9812.2412040063,
"total_value_exit_net": 9811.5754242813,
"total_value": 9812.2412040063,
"base_cost_quote": 1232.8255001805,
"unrealized_pnl_exit_net": -345.7849799055
},
{
"timestamp": "2024-10-30T23:59:00+00:00",
"base_asset_bal": 86549,
"quote_asset_bal": 8934.9786025803,
"total_value_mid": 9805.6615425803,
"total_value_exit_net": 9805.0085303753,
"total_value": 9805.6615425803,
"base_cost_quote": 1222.8028938592,
"unrealized_pnl_exit_net": -352.7729660643
},
{
"timestamp": "2024-10-31T23:59:00+00:00",
"base_asset_bal": 105968,
"quote_asset_bal": 8745.1049433276,
"total_value_mid": 9752.8606233276,
"total_value_exit_net": 9752.1048065676,
"total_value": 9752.8606233276,
"base_cost_quote": 1413.145708983,
"unrealized_pnl_exit_net": -406.145845743
},
{
"timestamp": "2024-11-01T23:59:00+00:00",
"base_asset_bal": 110264,
"quote_asset_bal": 8705.8133741253,
"total_value_mid": 9748.9108141253,
"total_value_exit_net": 9748.1284910453,
"total_value": 9748.9108141253,
"base_cost_quote": 1453.2160732335,
"unrealized_pnl_exit_net": -410.9009563135
},
{
"timestamp": "2024-11-02T23:59:00+00:00",
"base_asset_bal": 119462,
"quote_asset_bal": 8621.0844698053,
"total_value_mid": 9716.5510098053,
"total_value_exit_net": 9715.7294099003,
"total_value": 9716.5510098053,
"base_cost_quote": 1538.357523465,
"unrealized_pnl_exit_net": -443.71258337
},
{
"timestamp": "2024-11-03T23:59:00+00:00",
"base_asset_bal": 139770,
"quote_asset_bal": 8441.565776499,
"total_value_mid": 9651.973976499,
"total_value_exit_net": 9651.066170349,
"total_value": 9651.973976499,
"base_cost_quote": 1718.6703977707,
"unrealized_pnl_exit_net": -509.1700039208
},
{
"timestamp": "2024-11-04T23:59:00+00:00",
"base_asset_bal": 133921,
"quote_asset_bal": 8498.0635811215,
"total_value_mid": 9631.0352411215,
"total_value_exit_net": 9630.1855123765,
"total_value": 9631.0352411215,
"base_cost_quote": 1663.5714285138,
"unrealized_pnl_exit_net": -531.4494972588
},
{
"timestamp": "2024-11-05T23:59:00+00:00",
"base_asset_bal": 123459,
"quote_asset_bal": 8589.1108045565,
"total_value_mid": 9685.4267245565,
"total_value_exit_net": 9684.6044876165,
"total_value": 9685.4267245565,
"base_cost_quote": 1573.4262042643,
"unrealized_pnl_exit_net": -477.9325212043
},
{
"timestamp": "2024-11-06T23:59:00+00:00",
"base_asset_bal": 94554,
"quote_asset_bal": 8861.028281748,
"total_value_mid": 9793.330721748,
"total_value_exit_net": 9792.631494918,
"total_value": 9793.330721748,
"base_cost_quote": 1302.956424955,
"unrealized_pnl_exit_net": -371.353211785
},
{
"timestamp": "2024-11-07T23:59:00+00:00",
"base_asset_bal": 87980,
"quote_asset_bal": 8927.1003616848,
"total_value_mid": 9808.6599616847,
"total_value_exit_net": 9807.9987919847,
"total_value": 9808.6599616847,
"base_cost_quote": 1237.862573154,
"unrealized_pnl_exit_net": -356.964142854
},
{
"timestamp": "2024-11-08T23:59:00+00:00",
"base_asset_bal": 88484,
"quote_asset_bal": 8922.8881859975,
"total_value_mid": 9811.2675459975,
"total_value_exit_net": 9810.6012614775,
"total_value": 9811.2675459975,
"base_cost_quote": 1242.866147022,
"unrealized_pnl_exit_net": -355.153071542
},
{
"timestamp": "2024-11-09T23:59:00+00:00",
"base_asset_bal": 69848,
"quote_asset_bal": 9124.2335516598,
"total_value_mid": 9873.7025916598,
"total_value_exit_net": 9873.1404898798,
"total_value": 9873.7025916598,
"base_cost_quote": 1042.465567228,
"unrealized_pnl_exit_net": -293.558629008
},
{
"timestamp": "2024-11-10T23:59:00+00:00",
"base_asset_bal": 71589,
"quote_asset_bal": 9105.7291796435,
"total_value_mid": 9920.4119996435,
"total_value_exit_net": 9919.8009875285,
"total_value": 9920.4119996435,
"base_cost_quote": 1062.4782264737,
"unrealized_pnl_exit_net": -248.4064185888
},
{
"timestamp": "2024-11-11T23:59:00+00:00",
"base_asset_bal": 49623,
"quote_asset_bal": 9388.3345527636,
"total_value_mid": 9978.3520227636,
"total_value_exit_net": 9977.9095096611,
"total_value": 9978.3520227636,
"base_cost_quote": 781.9106424868,
"unrealized_pnl_exit_net": -192.3356855893
},
{
"timestamp": "2024-11-12T23:59:00+00:00",
"base_asset_bal": 51258,
"quote_asset_bal": 9370.2096671718,
"total_value_mid": 9958.1389271718,
"total_value_exit_net": 9957.6979802268,
"total_value": 9958.1389271718,
"base_cost_quote": 801.964846868,
"unrealized_pnl_exit_net": -214.476533813
},
{
"timestamp": "2024-11-13T23:59:00+00:00",
"base_asset_bal": 59294,
"quote_asset_bal": 9282.2970745763,
"total_value_mid": 9918.5216945763,
"total_value_exit_net": 9918.0445261113,
"total_value": 9918.5216945763,
"base_cost_quote": 892.1350658495,
"unrealized_pnl_exit_net": -256.3876143145
},
{
"timestamp": "2024-11-14T23:59:00+00:00",
"base_asset_bal": 66217,
"quote_asset_bal": 9208.7162260646,
"total_value_mid": 9903.9947260646,
"total_value_exit_net": 9903.4732671896,
"total_value": 9903.9947260646,
"base_cost_quote": 967.2745662405,
"unrealized_pnl_exit_net": -272.5175251155
},
{
"timestamp": "2024-11-15T23:59:00+00:00",
"base_asset_bal": 54472,
"quote_asset_bal": 9340.3489404039,
"total_value_mid": 9952.0695004039,
"total_value_exit_net": 9951.6107099839,
"total_value": 9952.0695004039,
"base_cost_quote": 837.0297368262,
"unrealized_pnl_exit_net": -225.7679672463
},
{
"timestamp": "2024-11-16T23:59:00+00:00",
"base_asset_bal": 48393,
"quote_asset_bal": 9411.5460449166,
"total_value_mid": 9994.1977649166,
"total_value_exit_net": 9993.7607761266,
"total_value": 9994.1977649166,
"base_cost_quote": 766.9014240093,
"unrealized_pnl_exit_net": -184.6866927993
},
{
"timestamp": "2024-11-17T23:59:00+00:00",
"base_asset_bal": 59049,
"quote_asset_bal": 9287.6602196919,
"total_value_mid": 9960.8188196919,
"total_value_exit_net": 9960.3139507419,
"total_value": 9960.8188196919,
"base_cost_quote": 892.119412118,
"unrealized_pnl_exit_net": -219.465681068
},
{
"timestamp": "2024-11-18T23:59:00+00:00",
"base_asset_bal": 48689,
"quote_asset_bal": 9409.6331589131,
"total_value_mid": 10031.3916889131,
"total_value_exit_net": 10030.9253700156,
"total_value": 10031.3916889131,
"base_cost_quote": 771.9106601207,
"unrealized_pnl_exit_net": -150.6184490183
},
{
"timestamp": "2024-11-19T23:59:00+00:00",
"base_asset_bal": 58300,
"quote_asset_bal": 9290.9980603786,
"total_value_mid": 10000.5090603786,
"total_value_exit_net": 9999.9769271286,
"total_value": 10000.5090603786,
"base_cost_quote": 892.1359194893,
"unrealized_pnl_exit_net": -183.1570527393
},
{
"timestamp": "2024-11-20T23:59:00+00:00",
"base_asset_bal": 68636,
"quote_asset_bal": 9171.7525935073,
"total_value_mid": 9940.4757935073,
"total_value_exit_net": 9939.8992511073,
"total_value": 9940.4757935073,
"base_cost_quote": 1012.3706939888,
"unrealized_pnl_exit_net": -244.2240363888
},
{
"timestamp": "2024-11-21T23:59:00+00:00",
"base_asset_bal": 62125,
"quote_asset_bal": 9248.2286347626,
"total_value_mid": 9987.5161347626,
"total_value_exit_net": 9986.9616691376,
"total_value": 9987.5161347626,
"base_cost_quote": 937.2300727578,
"unrealized_pnl_exit_net": -198.4970383828
},
{
"timestamp": "2024-11-22T23:59:00+00:00",
"base_asset_bal": 55082,
"quote_asset_bal": 9334.7007055678,
"total_value_mid": 10012.7601255678,
"total_value_exit_net": 10012.2515810028,
"total_value": 10012.7601255678,
"base_cost_quote": 852.0462587773,
"unrealized_pnl_exit_net": -174.4953833423
},
{
"timestamp": "2024-11-23T23:59:00+00:00",
"base_asset_bal": 47585,
"quote_asset_bal": 9432.3278960963,
"total_value_mid": 10069.4910460963,
"total_value_exit_net": 10069.0131737338,
"total_value": 10069.4910460963,
"base_cost_quote": 756.8699080108,
"unrealized_pnl_exit_net": -120.1846303733
},
{
"timestamp": "2024-11-24T23:59:00+00:00",
"base_asset_bal": 42420,
"quote_asset_bal": 9505.527133467,
"total_value_mid": 10141.827133467,
"total_value_exit_net": 10141.349908467,
"total_value": 10141.827133467,
"base_cost_quote": 686.713513148,
"unrealized_pnl_exit_net": -50.890738148
},
{
"timestamp": "2024-11-25T23:59:00+00:00",
"base_asset_bal": 51307,
"quote_asset_bal": 9382.7406289858,
"total_value_mid": 10089.2380189858,
"total_value_exit_net": 10088.7081459433,
"total_value": 10089.2380189858,
"base_cost_quote": 811.9760326303,
"unrealized_pnl_exit_net": -106.0085156728
},
{
"timestamp": "2024-11-26T23:59:00+00:00",
"base_asset_bal": 54099,
"quote_asset_bal": 9344.8864291345,
"total_value_mid": 10077.3868891345,
"total_value_exit_net": 10076.8375137895,
"total_value": 10077.3868891345,
"base_cost_quote": 852.0707331193,
"unrealized_pnl_exit_net": -120.1196484643
},
{
"timestamp": "2024-11-27T23:59:00+00:00",
"base_asset_bal": 51839,
"quote_asset_bal": 9376.5079040526,
"total_value_mid": 10097.5883940526,
"total_value_exit_net": 10097.0475836851,
"total_value": 10097.5883940526,
"base_cost_quote": 822.0094790755,
"unrealized_pnl_exit_net": -101.469799443
},
{
"timestamp": "2024-11-28T23:59:00+00:00",
"base_asset_bal": 51494,
"quote_asset_bal": 9382.8318985235,
"total_value_mid": 10102.7180185235,
"total_value_exit_net": 10102.1781039335,
"total_value": 10102.7180185235,
"base_cost_quote": 817.0095239195,
"unrealized_pnl_exit_net": -97.6633185095
},
{
"timestamp": "2024-11-29T23:59:00+00:00",
"base_asset_bal": 46545,
"quote_asset_bal": 9453.8933232685,
"total_value_mid": 10126.4685732685,
"total_value_exit_net": 10125.964141831,
"total_value": 10126.4685732685,
"base_cost_quote": 746.8442584087,
"unrealized_pnl_exit_net": -74.7734398463
},
{
"timestamp": "2024-11-30T23:59:00+00:00",
"base_asset_bal": 45393,
"quote_asset_bal": 9470.1030924206,
"total_value_mid": 10157.8070424206,
"total_value_exit_net": 10157.2912644581,
"total_value": 10157.8070424206,
"base_cost_quote": 731.8136228805,
"unrealized_pnl_exit_net": -44.625450843
},
{
"timestamp": "2024-12-01T23:59:00+00:00",
"base_asset_bal": 46044,
"quote_asset_bal": 9461.1179138258,
"total_value_mid": 10159.1449538258,
"total_value_exit_net": 10158.6214335458,
"total_value": 10159.1449538258,
"base_cost_quote": 741.8339234738,
"unrealized_pnl_exit_net": -44.3304037538
},
{
"timestamp": "2024-12-02T23:59:00+00:00",
"base_asset_bal": 43767,
"quote_asset_bal": 9498.2348118341,
"total_value_mid": 10179.6870018341,
"total_value_exit_net": 10179.1759126916,
"total_value": 10179.6870018341,
"base_cost_quote": 706.75739079,
"unrealized_pnl_exit_net": -25.8162899325
},
{
"timestamp": "2024-12-03T23:59:00+00:00",
"base_asset_bal": 39631,
"quote_asset_bal": 9570.7921792133,
"total_value_mid": 10261.9568192133,
"total_value_exit_net": 10261.4384457333,
"total_value": 10261.9568192133,
"base_cost_quote": 636.5480552515,
"unrealized_pnl_exit_net": 54.0982112685
},
{
"timestamp": "2024-12-04T23:59:00+00:00",
"base_asset_bal": 38088,
"quote_asset_bal": 9598.4532319028,
"total_value_mid": 10284.4181119028,
"total_value_exit_net": 10283.9036382428,
"total_value": 10284.4181119028,
"base_cost_quote": 611.515861176,
"unrealized_pnl_exit_net": 73.934545164
},
{
"timestamp": "2024-12-05T23:59:00+00:00",
"base_asset_bal": 38768,
"quote_asset_bal": 9585.8217035752,
"total_value_mid": 10298.7652235752,
"total_value_exit_net": 10298.2305159352,
"total_value": 10298.7652235752,
"base_cost_quote": 626.5050776632,
"unrealized_pnl_exit_net": 85.9037346968
},
{
"timestamp": "2024-12-06T23:59:00+00:00",
"base_asset_bal": 38472,
"quote_asset_bal": 9592.495584677,
"total_value_mid": 10316.923344677,
"total_value_exit_net": 10316.380023857,
"total_value": 10316.923344677,
"base_cost_quote": 621.5464404725,
"unrealized_pnl_exit_net": 102.3379987075
},
{
"timestamp": "2024-12-07T23:59:00+00:00",
"base_asset_bal": 42775,
"quote_asset_bal": 9513.4181254317,
"total_value_mid": 10302.6168754317,
"total_value_exit_net": 10302.0249763692,
"total_value": 10302.6168754317,
"base_cost_quote": 701.7382232355,
"unrealized_pnl_exit_net": 86.868627702
},
{
"timestamp": "2024-12-08T23:59:00+00:00",
"base_asset_bal": 17953,
"quote_asset_bal": 10012.1036892239,
"total_value_mid": 10404.0176792239,
"total_value_exit_net": 10403.7237437314,
"total_value": 10404.0176792239,
"base_cost_quote": 205.3982232175,
"unrealized_pnl_exit_net": 186.22183129
},
{
"timestamp": "2024-12-09T23:59:00+00:00",
"base_asset_bal": 34387,
"quote_asset_bal": 9688.9758620062,
"total_value_mid": 10258.4245820062,
"total_value_exit_net": 10257.9974954662,
"total_value": 10258.4245820062,
"base_cost_quote": 531.315896281,
"unrealized_pnl_exit_net": 37.705737179
},
{
"timestamp": "2024-12-10T23:59:00+00:00",
"base_asset_bal": 35853,
"quote_asset_bal": 9666.8152815569,
"total_value_mid": 10268.4286215569,
"total_value_exit_net": 10267.9774115519,
"total_value": 10268.4286215569,
"base_cost_quote": 556.396496634,
"unrealized_pnl_exit_net": 44.765633361
},
{
"timestamp": "2024-12-11T23:59:00+00:00",
"base_asset_bal": 30978,
"quote_asset_bal": 9754.3147976166,
"total_value_mid": 10328.3371376166,
"total_value_exit_net": 10327.9066208616,
"total_value": 10328.3371376166,
"base_cost_quote": 471.1534512632,
"unrealized_pnl_exit_net": 102.4383719818
},
{
"timestamp": "2024-12-12T23:59:00+00:00",
"base_asset_bal": 31407,
"quote_asset_bal": 9746.4330174489,
"total_value_mid": 10326.2062374489,
"total_value_exit_net": 10325.7714075339,
"total_value": 10326.2062374489,
"base_cost_quote": 481.2337378122,
"unrealized_pnl_exit_net": 98.1046522728
},
{
"timestamp": "2024-12-13T23:59:00+00:00",
"base_asset_bal": 34409,
"quote_asset_bal": 9692.8134296566,
"total_value_mid": 10323.5303996566,
"total_value_exit_net": 10323.0573619291,
"total_value": 10323.5303996566,
"base_cost_quote": 536.3572754817,
"unrealized_pnl_exit_net": 93.8866567907
},
{
"timestamp": "2024-12-14T23:59:00+00:00",
"base_asset_bal": 46875,
"quote_asset_bal": 9473.0951088796,
"total_value_mid": 10272.7826088796,
"total_value_exit_net": 10272.1828432546,
"total_value": 10272.7826088796,
"base_cost_quote": 756.9894556042,
"unrealized_pnl_exit_net": 42.0982787707
},
{
"timestamp": "2024-12-15T23:59:00+00:00",
"base_asset_bal": 44579,
"quote_asset_bal": 9514.3942467686,
"total_value_mid": 10286.9483167686,
"total_value_exit_net": 10286.3689012161,
"total_value": 10286.9483167686,
"base_cost_quote": 716.9039730235,
"unrealized_pnl_exit_net": 55.070681424
},
{
"timestamp": "2024-12-16T23:59:00+00:00",
"base_asset_bal": 44826,
"quote_asset_bal": 9510.9493070286,
"total_value_mid": 10275.2326070286,
"total_value_exit_net": 10274.6593945536,
"total_value": 10275.2326070286,
"base_cost_quote": 721.901284198,
"unrealized_pnl_exit_net": 41.808803327
},
{
"timestamp": "2024-12-17T23:59:00+00:00",
"base_asset_bal": 46273,
"quote_asset_bal": 9492.8604582886,
"total_value_mid": 10255.4394982886,
"total_value_exit_net": 10254.8675640086,
"total_value": 10255.4394982886,
"base_cost_quote": 741.9072003902,
"unrealized_pnl_exit_net": 20.0999053298
},
{
"timestamp": "2024-12-18T23:59:00+00:00",
"base_asset_bal": 57757,
"quote_asset_bal": 9314.1880266523,
"total_value_mid": 10178.2327466523,
"total_value_exit_net": 10177.5847131123,
"total_value": 10178.2327466523,
"base_cost_quote": 922.3143023137,
"unrealized_pnl_exit_net": -58.9176158538
},
{
"timestamp": "2024-12-19T23:59:00+00:00",
"base_asset_bal": 69012,
"quote_asset_bal": 9155.8518424561,
"total_value_mid": 10107.5273224561,
"total_value_exit_net": 10106.8135658461,
"total_value": 10107.5273224561,
"base_cost_quote": 1082.6923777252,
"unrealized_pnl_exit_net": -131.7306543352
},
{
"timestamp": "2024-12-20T23:59:00+00:00",
"base_asset_bal": 69732,
"quote_asset_bal": 9148.3868040651,
"total_value_mid": 10114.8723240651,
"total_value_exit_net": 10114.1474599251,
"total_value": 10114.8723240651,
"base_cost_quote": 1092.7065146992,
"unrealized_pnl_exit_net": -126.9458588392
},
{
"timestamp": "2024-12-21T23:59:00+00:00",
"base_asset_bal": 70790,
"quote_asset_bal": 9135.5244658105,
"total_value_mid": 10108.1790658105,
"total_value_exit_net": 10107.4495748605,
"total_value": 10108.1790658105,
"base_cost_quote": 1107.7497166452,
"unrealized_pnl_exit_net": -135.8246075952
},
{
"timestamp": "2024-12-22T23:59:00+00:00",
"base_asset_bal": 73303,
"quote_asset_bal": 9102.1946477643,
"total_value_mid": 10091.0521177643,
"total_value_exit_net": 10090.3104746618,
"total_value": 10091.0521177643,
"base_cost_quote": 1142.8372045393,
"unrealized_pnl_exit_net": -154.7213776418
},
{
"timestamp": "2024-12-23T23:59:00+00:00",
"base_asset_bal": 64975,
"quote_asset_bal": 9219.486667621,
"total_value_mid": 10160.324667621,
"total_value_exit_net": 10159.619039121,
"total_value": 10160.324667621,
"base_cost_quote": 1027.588417728,
"unrealized_pnl_exit_net": -87.456046228
},
{
"timestamp": "2024-12-24T23:59:00+00:00",
"base_asset_bal": 66376,
"quote_asset_bal": 9200.631404468,
"total_value_mid": 10153.790764468,
"total_value_exit_net": 10153.075894948,
"total_value": 10153.790764468,
"base_cost_quote": 1047.6231054827,
"unrealized_pnl_exit_net": -95.1786150028
},
{
"timestamp": "2024-12-25T23:59:00+00:00",
"base_asset_bal": 71342,
"quote_asset_bal": 9131.2622640536,
"total_value_mid": 10129.3368440536,
"total_value_exit_net": 10128.5882881185,
"total_value": 10129.3368440536,
"base_cost_quote": 1117.8210845102,
"unrealized_pnl_exit_net": -120.4950604452
},
{
"timestamp": "2024-12-26T23:59:00+00:00",
"base_asset_bal": 80340,
"quote_asset_bal": 9011.7968380391,
"total_value_mid": 10053.8066380391,
"total_value_exit_net": 10053.0251306891,
"total_value": 10053.8066380391,
"base_cost_quote": 1238.0346921465,
"unrealized_pnl_exit_net": -196.8063994965
},
{
"timestamp": "2024-12-27T23:59:00+00:00",
"base_asset_bal": 78040,
"quote_asset_bal": 9042.9184722301,
"total_value_mid": 10077.72887223,
"total_value_exit_net": 10076.95276443,
"total_value": 10077.72887223,
"base_cost_quote": 1207.9891668905,
"unrealized_pnl_exit_net": -173.9548746905
},
{
"timestamp": "2024-12-28T23:59:00+00:00",
"base_asset_bal": 71727,
"quote_asset_bal": 9128.9247048898,
"total_value_mid": 10135.2545148898,
"total_value_exit_net": 10134.4997675323,
"total_value": 10135.2545148898,
"base_cost_quote": 1122.7993534137,
"unrealized_pnl_exit_net": -117.2242907712
},
{
"timestamp": "2024-12-29T23:59:00+00:00",
"base_asset_bal": 78295,
"quote_asset_bal": 9039.2511305696,
"total_value_mid": 10086.8382305695,
"total_value_exit_net": 10086.0525402445,
"total_value": 10086.8382305695,
"base_cost_quote": 1212.9902098617,
"unrealized_pnl_exit_net": -166.1888001868
},
{
"timestamp": "2024-12-30T23:59:00+00:00",
"base_asset_bal": 78288,
"quote_asset_bal": 9040.4254349823,
"total_value_mid": 10086.3531149823,
"total_value_exit_net": 10085.5686692223,
"total_value": 10086.3531149823,
"base_cost_quote": 1212.966691236,
"unrealized_pnl_exit_net": -167.823456996
},
{
"timestamp": "2024-12-31T23:59:00+00:00",
"base_asset_bal": 80173,
"quote_asset_bal": 9016.16883114,
"total_value_mid": 10086.47838114,
"total_value_exit_net": 10085.6756489775,
"total_value": 10086.47838114,
"base_cost_quote": 1238.0260366597,
"unrealized_pnl_exit_net": -168.5192188222
},
{
"timestamp": "2025-01-01T23:59:00+00:00",
"base_asset_bal": 77615,
"quote_asset_bal": 9051.8423549703,
"total_value_mid": 10112.8394049703,
"total_value_exit_net": 10112.0436571828,
"total_value": 10112.8394049703,
"base_cost_quote": 1202.9612057458,
"unrealized_pnl_exit_net": -142.7599035333
},
{
"timestamp": "2025-01-02T23:59:00+00:00",
"base_asset_bal": 69366,
"quote_asset_bal": 9167.8539375216,
"total_value_mid": 10154.2384575216,
"total_value_exit_net": 10153.4986691316,
"total_value": 10154.2384575216,
"base_cost_quote": 1087.7146436017,
"unrealized_pnl_exit_net": -102.0699119917
},
{
"timestamp": "2025-01-03T23:59:00+00:00",
"base_asset_bal": 64169,
"quote_asset_bal": 9243.6407139806,
"total_value_mid": 10196.5503639806,
"total_value_exit_net": 10195.8356817431,
"total_value": 10196.5503639806,
"base_cost_quote": 1012.5516155782,
"unrealized_pnl_exit_net": -60.3566478157
},
{
"timestamp": "2025-01-04T23:59:00+00:00",
"base_asset_bal": 62150,
"quote_asset_bal": 9274.1947654583,
"total_value_mid": 10202.7157654583,
"total_value_exit_net": 10202.0193747083,
"total_value": 10202.7157654583,
"base_cost_quote": 982.4825947137,
"unrealized_pnl_exit_net": -54.6579854637
},
{
"timestamp": "2025-01-05T23:59:00+00:00",
"base_asset_bal": 64515,
"quote_asset_bal": 9239.5482447328,
"total_value_mid": 10189.2090447328,
"total_value_exit_net": 10188.4967991328,
"total_value": 10189.2090447328,
"base_cost_quote": 1017.5561801887,
"unrealized_pnl_exit_net": -68.6076257887
},
{
"timestamp": "2025-01-06T23:59:00+00:00",
"base_asset_bal": 62512,
"quote_asset_bal": 9270.3263726656,
"total_value_mid": 10211.7570926656,
"total_value_exit_net": 10211.0510196256,
"total_value": 10211.7570926656,
"base_cost_quote": 987.4570687732,
"unrealized_pnl_exit_net": -46.7324218132
},
{
"timestamp": "2025-01-07T23:59:00+00:00",
"base_asset_bal": 76432,
"quote_asset_bal": 9075.4833948751,
"total_value_mid": 10079.035554875,
"total_value_exit_net": 10078.282890755,
"total_value": 10079.035554875,
"base_cost_quote": 1182.8966245877,
"unrealized_pnl_exit_net": -180.0971287078
},
{
"timestamp": "2025-01-08T23:59:00+00:00",
"base_asset_bal": 82311,
"quote_asset_bal": 9001.4176334478,
"total_value_mid": 10040.1824534478,
"total_value_exit_net": 10039.4033798328,
"total_value": 10040.1824534478,
"base_cost_quote": 1258.0284432218,
"unrealized_pnl_exit_net": -220.0426968368
},
{
"timestamp": "2025-01-09T23:59:00+00:00",
"base_asset_bal": 87941,
"quote_asset_bal": 8932.3083169988,
"total_value_mid": 10008.7061569988,
"total_value_exit_net": 10007.8988586188,
"total_value": 10008.7061569988,
"base_cost_quote": 1328.1663472268,
"unrealized_pnl_exit_net": -252.5758056068
},
{
"timestamp": "2025-01-10T23:59:00+00:00",
"base_asset_bal": 84706,
"quote_asset_bal": 8973.1560867593,
"total_value_mid": 10039.6046267593,
"total_value_exit_net": 10038.8047903543,
"total_value": 10039.6046267593,
"base_cost_quote": 1288.0936652393,
"unrealized_pnl_exit_net": -222.4449616443
},
{
"timestamp": "2025-01-11T23:59:00+00:00",
"base_asset_bal": 85500,
"quote_asset_bal": 8963.4311859665,
"total_value_mid": 10028.7611859665,
"total_value_exit_net": 10027.9621884665,
"total_value": 10028.7611859665,
"base_cost_quote": 1298.1089991103,
"unrealized_pnl_exit_net": -233.5779966103
},
{
"timestamp": "2025-01-12T23:59:00+00:00",
"base_asset_bal": 89137,
"quote_asset_bal": 8918.5674531383,
"total_value_mid": 10013.1698131383,
"total_value_exit_net": 10012.3488613683,
"total_value": 10013.1698131383,
"base_cost_quote": 1343.2132259282,
"unrealized_pnl_exit_net": -249.4318176983
},
{
"timestamp": "2025-01-13T23:59:00+00:00",
"base_asset_bal": 96042,
"quote_asset_bal": 8839.6879853388,
"total_value_mid": 9953.7751853388,
"total_value_exit_net": 9952.9396199388,
"total_value": 9953.7751853388,
"base_cost_quote": 1423.3439058985,
"unrealized_pnl_exit_net": -310.0922712985
},
{
"timestamp": "2025-01-14T23:59:00+00:00",
"base_asset_bal": 91763,
"quote_asset_bal": 8890.3368345053,
"total_value_mid": 9985.9870545053,
"total_value_exit_net": 9985.1653168403,
"total_value": 9985.9870545053,
"base_cost_quote": 1373.2518460093,
"unrealized_pnl_exit_net": -278.4233636743
},
{
"timestamp": "2025-01-15T23:59:00+00:00",
"base_asset_bal": 86884,
"quote_asset_bal": 8951.0328981986,
"total_value_mid": 10039.6894181985,
"total_value_exit_net": 10038.8729258085,
"total_value": 10039.6894181985,
"base_cost_quote": 1313.125285885,
"unrealized_pnl_exit_net": -225.285258275
},
{
"timestamp": "2025-01-16T23:59:00+00:00",
"base_asset_bal": 92095,
"quote_asset_bal": 8886.6224275815,
"total_value_mid": 10005.5766775815,
"total_value_exit_net": 10004.737461894,
"total_value": 10005.5766775815,
"base_cost_quote": 1378.266953521,
"unrealized_pnl_exit_net": -260.1519192085
},
{
"timestamp": "2025-01-17T23:59:00+00:00",
"base_asset_bal": 80500,
"quote_asset_bal": 9032.549166876,
"total_value_mid": 10075.024166876,
"total_value_exit_net": 10074.242310626,
"total_value": 10075.024166876,
"base_cost_quote": 1232.9907680385,
"unrealized_pnl_exit_net": -191.2976242885
},
{
"timestamp": "2025-01-18T23:59:00+00:00",
"base_asset_bal": 95576,
"quote_asset_bal": 8847.9897485398,
"total_value_mid": 9974.8307885398,
"total_value_exit_net": 9973.9856577598,
"total_value": 9974.8307885398,
"base_cost_quote": 1418.363563441,
"unrealized_pnl_exit_net": -292.367654221
},
{
"timestamp": "2025-01-19T23:59:00+00:00",
"base_asset_bal": 103102,
"quote_asset_bal": 8764.5244127558,
"total_value_mid": 9854.3125527558,
"total_value_exit_net": 9853.4952116508,
"total_value": 9854.3125527558,
"base_cost_quote": 1503.5055911053,
"unrealized_pnl_exit_net": -414.5347922103
},
{
"timestamp": "2025-01-20T23:59:00+00:00",
"base_asset_bal": 106711,
"quote_asset_bal": 8726.4559139713,
"total_value_mid": 9831.9818739713,
"total_value_exit_net": 9831.1527295013,
"total_value": 9831.9818739713,
"base_cost_quote": 1543.5485358065,
"unrealized_pnl_exit_net": -438.8517202765
},
{
"timestamp": "2025-01-21T23:59:00+00:00",
"base_asset_bal": 106241,
"quote_asset_bal": 8732.9474860689,
"total_value_mid": 9854.8524460689,
"total_value_exit_net": 9854.0110173489,
"total_value": 9854.8524460689,
"base_cost_quote": 1538.5451831043,
"unrealized_pnl_exit_net": -417.4816518243
},
{
"timestamp": "2025-01-22T23:59:00+00:00",
"base_asset_bal": 112995,
"quote_asset_bal": 8663.5563465839,
"total_value_mid": 9805.9357965839,
"total_value_exit_net": 9805.0790119964,
"total_value": 9805.9357965839,
"base_cost_quote": 1608.6885211818,
"unrealized_pnl_exit_net": -467.1658557693
},
{
"timestamp": "2025-01-23T23:59:00+00:00",
"base_asset_bal": 109104,
"quote_asset_bal": 8705.1217901541,
"total_value_mid": 9829.9840301541,
"total_value_exit_net": 9829.1403834741,
"total_value": 9829.9840301541,
"base_cost_quote": 1568.6127468768,
"unrealized_pnl_exit_net": -444.5941535568
},
{
"timestamp": "2025-01-24T23:59:00+00:00",
"base_asset_bal": 121240,
"quote_asset_bal": 8585.5992675251,
"total_value_mid": 9764.0520675251,
"total_value_exit_net": 9763.1682279251,
"total_value": 9764.0520675251,
"base_cost_quote": 1688.8350310155,
"unrealized_pnl_exit_net": -511.2660706155
},
{
"timestamp": "2025-01-25T23:59:00+00:00",
"base_asset_bal": 122831,
"quote_asset_bal": 8571.6038154969,
"total_value_mid": 9760.6078954969,
"total_value_exit_net": 9759.7161424369,
"total_value": 9760.6078954969,
"base_cost_quote": 1703.8554068548,
"unrealized_pnl_exit_net": -515.7430799148
},
{
"timestamp": "2025-01-26T23:59:00+00:00",
"base_asset_bal": 122762,
"quote_asset_bal": 8572.4815812271,
"total_value_mid": 9753.4520212271,
"total_value_exit_net": 9752.5662933971,
"total_value": 9753.4520212271,
"base_cost_quote": 1703.883482896,
"unrealized_pnl_exit_net": -523.798770726
},
{
"timestamp": "2025-01-27T23:59:00+00:00",
"base_asset_bal": 132416,
"quote_asset_bal": 8484.3870206825,
"total_value_mid": 9737.0423806825,
"total_value_exit_net": 9736.1028891625,
"total_value": 9737.0423806825,
"base_cost_quote": 1794.031843496,
"unrealized_pnl_exit_net": -542.315975016
},
{
"timestamp": "2025-01-28T23:59:00+00:00",
"base_asset_bal": 160630,
"quote_asset_bal": 8229.9488408193,
"total_value_mid": 9622.6109408192,
"total_value_exit_net": 9621.5664442443,
"total_value": 9622.6109408192,
"base_cost_quote": 2049.4519620188,
"unrealized_pnl_exit_net": -657.8343585938
},
{
"timestamp": "2025-01-29T23:59:00+00:00",
"base_asset_bal": 145536,
"quote_asset_bal": 8366.7164090244,
"total_value_mid": 9679.4511290244,
"total_value_exit_net": 9678.4665779844,
"total_value": 9679.4511290244,
"base_cost_quote": 1914.2194156203,
"unrealized_pnl_exit_net": -602.4692466603
},
{
"timestamp": "2025-01-30T23:59:00+00:00",
"base_asset_bal": 137285,
"quote_asset_bal": 8442.8741826817,
"total_value_mid": 9722.3703826817,
"total_value_exit_net": 9721.4107605317,
"total_value": 9722.3703826817,
"base_cost_quote": 1839.0865381928,
"unrealized_pnl_exit_net": -560.5499603428
},
{
"timestamp": "2025-01-31T23:59:00+00:00",
"base_asset_bal": 142333,
"quote_asset_bal": 8393.7646182891,
"total_value_mid": 9724.5781682891,
"total_value_exit_net": 9723.5800581266,
"total_value": 9724.5781682891,
"base_cost_quote": 1889.1867972268,
"unrealized_pnl_exit_net": -559.3713573893
},
{
"timestamp": "2025-02-01T23:59:00+00:00",
"base_asset_bal": 173179,
"quote_asset_bal": 8119.2680037744,
"total_value_mid": 9587.8259237744,
"total_value_exit_net": 9586.7245053344,
"total_value": 9587.8259237744,
"base_cost_quote": 2164.6405307003,
"unrealized_pnl_exit_net": -697.1840291403
},
{
"timestamp": "2025-02-02T23:59:00+00:00",
"base_asset_bal": 209779,
"quote_asset_bal": 7830.7821750466,
"total_value_mid": 9383.1467750466,
"total_value_exit_net": 9381.9825015966,
"total_value": 9383.1467750466,
"base_cost_quote": 2455.0586770723,
"unrealized_pnl_exit_net": -903.8583505223
},
{
"timestamp": "2025-02-03T23:59:00+00:00",
"base_asset_bal": 221571,
"quote_asset_bal": 7758.7087330474,
"total_value_mid": 9393.9027130474,
"total_value_exit_net": 9392.6763175624,
"total_value": 9393.9027130474,
"base_cost_quote": 2530.1535860448,
"unrealized_pnl_exit_net": -896.1860015298
},
{
"timestamp": "2025-02-04T23:59:00+00:00",
"base_asset_bal": 238178,
"quote_asset_bal": 7640.6090649719,
"total_value_mid": 9257.8376849719,
"total_value_exit_net": 9256.6247635069,
"total_value": 9257.8376849719,
"base_cost_quote": 2650.3114979405,
"unrealized_pnl_exit_net": -1034.2957994055
},
{
"timestamp": "2025-02-05T23:59:00+00:00",
"base_asset_bal": 247011,
"quote_asset_bal": 7581.8310067257,
"total_value_mid": 9234.3345967256,
"total_value_exit_net": 9233.0952190331,
"total_value": 9234.3345967256,
"base_cost_quote": 2710.4033810765,
"unrealized_pnl_exit_net": -1059.139168769
},
{
"timestamp": "2025-02-06T23:59:00+00:00",
"base_asset_bal": 269648,
"quote_asset_bal": 7437.9127399082,
"total_value_mid": 9123.2127399082,
"total_value_exit_net": 9121.9487649082,
"total_value": 9123.2127399082,
"base_cost_quote": 2855.5922030855,
"unrealized_pnl_exit_net": -1171.5561780855
},
{
"timestamp": "2025-02-07T23:59:00+00:00",
"base_asset_bal": 258642,
"quote_asset_bal": 7509.2973343754,
"total_value_mid": 9167.1925543754,
"total_value_exit_net": 9165.9491329604,
"total_value": 9167.1925543754,
"base_cost_quote": 2785.502589271,
"unrealized_pnl_exit_net": -1128.850790686
},
{
"timestamp": "2025-02-08T23:59:00+00:00",
"base_asset_bal": 227920,
"quote_asset_bal": 7725.9819415244,
"total_value_mid": 9294.0715415244,
"total_value_exit_net": 9292.8954743244,
"total_value": 9294.0715415244,
"base_cost_quote": 2570.2105162272,
"unrealized_pnl_exit_net": -1003.2969834273
},
{
"timestamp": "2025-02-09T23:59:00+00:00",
"base_asset_bal": 239354,
"quote_asset_bal": 7646.9581050764,
"total_value_mid": 9279.3523850764,
"total_value_exit_net": 9278.1280893664,
"total_value": 9279.3523850764,
"base_cost_quote": 2650.3290841203,
"unrealized_pnl_exit_net": -1019.1590998303
},
{
"timestamp": "2025-02-10T23:59:00+00:00",
"base_asset_bal": 206569,
"quote_asset_bal": 7899.0051698455,
"total_value_mid": 9429.6814598454,
"total_value_exit_net": 9428.5334526279,
"total_value": 9429.6814598454,
"base_cost_quote": 2399.9822326963,
"unrealized_pnl_exit_net": -870.4539499138
},
{
"timestamp": "2025-02-11T23:59:00+00:00",
"base_asset_bal": 221193,
"quote_asset_bal": 7790.2322586379,
"total_value_mid": 9389.4576486379,
"total_value_exit_net": 9388.2582295954,
"total_value": 9389.4576486379,
"base_cost_quote": 2510.1384759623,
"unrealized_pnl_exit_net": -912.1125050048
},
{
"timestamp": "2025-02-12T23:59:00+00:00",
"base_asset_bal": 201808,
"quote_asset_bal": 7932.2808194024,
"total_value_mid": 9546.7448194024,
"total_value_exit_net": 9545.5339714024,
"total_value": 9546.7448194024,
"base_cost_quote": 2369.9247334665,
"unrealized_pnl_exit_net": -756.6715814665
},
{
"timestamp": "2025-02-13T23:59:00+00:00",
"base_asset_bal": 209482,
"quote_asset_bal": 7873.8043458494,
"total_value_mid": 9501.4794858494,
"total_value_exit_net": 9500.2587294944,
"total_value": 9501.4794858494,
"base_cost_quote": 2430.0201462478,
"unrealized_pnl_exit_net": -803.5657626028
},
{
"timestamp": "2025-02-14T23:59:00+00:00",
"base_asset_bal": 213283,
"quote_asset_bal": 7844.9482244972,
"total_value_mid": 9487.2273244972,
"total_value_exit_net": 9485.9956151722,
"total_value": 9487.2273244972,
"base_cost_quote": 2460.057164128,
"unrealized_pnl_exit_net": -819.009773453
},
{
"timestamp": "2025-02-15T23:59:00+00:00",
"base_asset_bal": 227175,
"quote_asset_bal": 7740.4689176802,
"total_value_mid": 9430.6509176802,
"total_value_exit_net": 9429.3832811802,
"total_value": 9430.6509176802,
"base_cost_quote": 2565.2016573985,
"unrealized_pnl_exit_net": -876.2872938985
},
{
"timestamp": "2025-02-16T23:59:00+00:00",
"base_asset_bal": 214994,
"quote_asset_bal": 7836.6175457744,
"total_value_mid": 9457.6723057744,
"total_value_exit_net": 9456.4565147044,
"total_value": 9457.6723057744,
"base_cost_quote": 2470.0795702993,
"unrealized_pnl_exit_net": -850.2406013693
},
{
"timestamp": "2025-02-17T23:59:00+00:00",
"base_asset_bal": 218813,
"quote_asset_bal": 7807.6452843234,
"total_value_mid": 9446.5546543234,
"total_value_exit_net": 9445.3254722959,
"total_value": 9446.5546543234,
"base_cost_quote": 2500.137994222,
"unrealized_pnl_exit_net": -862.4578062495
},
{
"timestamp": "2025-02-18T23:59:00+00:00",
"base_asset_bal": 239632,
"quote_asset_bal": 7658.3123913249,
"total_value_mid": 9357.3032713249,
"total_value_exit_net": 9356.0290281649,
"total_value": 9357.3032713249,
"base_cost_quote": 2650.3506963173,
"unrealized_pnl_exit_net": -952.6340594773
},
{
"timestamp": "2025-02-19T23:59:00+00:00",
"base_asset_bal": 235409,
"quote_asset_bal": 7689.0519761937,
"total_value_mid": 9391.0590461937,
"total_value_exit_net": 9389.7825408912,
"total_value": 9391.0590461937,
"base_cost_quote": 2620.308590624,
"unrealized_pnl_exit_net": -919.5780259265
},
{
"timestamp": "2025-02-20T23:59:00+00:00",
"base_asset_bal": 227830,
"quote_asset_bal": 7744.7875005004,
"total_value_mid": 9430.7295005004,
"total_value_exit_net": 9429.4650440004,
"total_value": 9430.7295005004,
"base_cost_quote": 2565.2304299618,
"unrealized_pnl_exit_net": -880.5528864618
},
{
"timestamp": "2025-02-21T23:59:00+00:00",
"base_asset_bal": 233431,
"quote_asset_bal": 7705.7362500512,
"total_value_mid": 9377.1022100512,
"total_value_exit_net": 9375.8486855812,
"total_value": 9377.1022100512,
"base_cost_quote": 2605.256634117,
"unrealized_pnl_exit_net": -935.144198587
},
{
"timestamp": "2025-02-22T23:59:00+00:00",
"base_asset_bal": 215788,
"quote_asset_bal": 7836.4867349194,
"total_value_mid": 9478.6334149194,
"total_value_exit_net": 9477.4018049094,
"total_value": 9478.6334149194,
"base_cost_quote": 2475.0786528013,
"unrealized_pnl_exit_net": -834.1635828113
},
{
"timestamp": "2025-02-23T23:59:00+00:00",
"base_asset_bal": 227088,
"quote_asset_bal": 7751.8036969839,
"total_value_mid": 9439.0675369839,
"total_value_exit_net": 9437.8020891039,
"total_value": 9439.0675369839,
"base_cost_quote": 2560.1948421013,
"unrealized_pnl_exit_net": -874.1964499813
},
{
"timestamp": "2025-02-24T23:59:00+00:00",
"base_asset_bal": 253398,
"quote_asset_bal": 7567.6064125654,
"total_value_mid": 9199.4895325654,
"total_value_exit_net": 9198.2656202254,
"total_value": 9199.4895325654,
"base_cost_quote": 2745.4524371683,
"unrealized_pnl_exit_net": -1114.7932295083
},
{
"timestamp": "2025-02-25T23:59:00+00:00",
"base_asset_bal": 250878,
"quote_asset_bal": 7584.383926355,
"total_value_mid": 9257.7401863549,
"total_value_exit_net": 9256.4851691599,
"total_value": 9257.7401863549,
"base_cost_quote": 2730.4490430558,
"unrealized_pnl_exit_net": -1058.3478002508
},
{
"timestamp": "2025-02-26T23:59:00+00:00",
"base_asset_bal": 248565,
"quote_asset_bal": 7600.4643549967,
"total_value_mid": 9273.3068049967,
"total_value_exit_net": 9272.0521731592,
"total_value": 9273.3068049967,
"base_cost_quote": 2715.4244950898,
"unrealized_pnl_exit_net": -1043.8366769273
},
{
"timestamp": "2025-02-27T23:59:00+00:00",
"base_asset_bal": 250816,
"quote_asset_bal": 7586.2581363432,
"total_value_mid": 9271.7416563432,
"total_value_exit_net": 9270.4775437032,
"total_value": 9271.7416563432,
"base_cost_quote": 2730.4420958493,
"unrealized_pnl_exit_net": -1046.2226884893
},
{
"timestamp": "2025-02-28T23:59:00+00:00",
"base_asset_bal": 253841,
"quote_asset_bal": 7567.6624418157,
"total_value_mid": 9270.9355518157,
"total_value_exit_net": 9269.6580969832,
"total_value": 9270.9355518157,
"base_cost_quote": 2750.4729377218,
"unrealized_pnl_exit_net": -1048.4772825543
},
{
"timestamp": "2025-03-01T23:59:00+00:00",
"base_asset_bal": 250814,
"quote_asset_bal": 7588.4540821782,
"total_value_mid": 9278.9404421782,
"total_value_exit_net": 9277.6725774082,
"total_value": 9278.9404421782,
"base_cost_quote": 2730.4375504428,
"unrealized_pnl_exit_net": -1041.2190552128
},
{
"timestamp": "2025-03-02T23:59:00+00:00",
"base_asset_bal": 218796,
"quote_asset_bal": 7814.922588096,
"total_value_mid": 9416.509308096,
"total_value_exit_net": 9415.308118056,
"total_value": 9416.509308096,
"base_cost_quote": 2505.12571621,
"unrealized_pnl_exit_net": -904.74018625
},
{
"timestamp": "2025-03-03T23:59:00+00:00",
"base_asset_bal": 263498,
"quote_asset_bal": 7510.8521927497,
"total_value_mid": 9139.2698327497,
"total_value_exit_net": 9138.0485195197,
"total_value": 9139.2698327497,
"base_cost_quote": 2810.5299847503,
"unrealized_pnl_exit_net": -1183.3336579803
},
{
"timestamp": "2025-03-04T23:59:00+00:00",
"base_asset_bal": 277591,
"quote_asset_bal": 7427.4575011967,
"total_value_mid": 9081.8998611967,
"total_value_exit_net": 9080.6590294267,
"total_value": 9081.8998611967,
"base_cost_quote": 2895.642720462,
"unrealized_pnl_exit_net": -1242.441192232
},
{
"timestamp": "2025-03-05T23:59:00+00:00",
"base_asset_bal": 265215,
"quote_asset_bal": 7503.4005844383,
"total_value_mid": 9145.0814344383,
"total_value_exit_net": 9143.8501738008,
"total_value": 9145.0814344383,
"base_cost_quote": 2820.5430158955,
"unrealized_pnl_exit_net": -1180.093426533
},
{
"timestamp": "2025-03-06T23:59:00+00:00",
"base_asset_bal": 279715,
"quote_asset_bal": 7414.0695859448,
"total_value_mid": 9111.9396359447,
"total_value_exit_net": 9110.6662334072,
"total_value": 9111.9396359447,
"base_cost_quote": 2910.655899908,
"unrealized_pnl_exit_net": -1214.0592524455
},
{
"timestamp": "2025-03-07T23:59:00+00:00",
"base_asset_bal": 283995,
"quote_asset_bal": 7390.098313728,
"total_value_mid": 9094.068313728,
"total_value_exit_net": 9092.790336228,
"total_value": 9094.068313728,
"base_cost_quote": 2935.698787998,
"unrealized_pnl_exit_net": -1233.006765498
},
{
"timestamp": "2025-03-08T23:59:00+00:00",
"base_asset_bal": 284787,
"quote_asset_bal": 7385.7369928005,
"total_value_mid": 9065.9802928005,
"total_value_exit_net": 9064.7201103255,
"total_value": 9065.9802928005,
"base_cost_quote": 2940.700500471,
"unrealized_pnl_exit_net": -1261.717382946
},
{
"timestamp": "2025-03-09T23:59:00+00:00",
"base_asset_bal": 317776,
"quote_asset_bal": 7201.723912412,
"total_value_mid": 8882.758952412,
"total_value_exit_net": 8881.498176132,
"total_value": 8882.758952412,
"base_cost_quote": 3125.9350172422,
"unrealized_pnl_exit_net": -1446.1607535222
},
{
"timestamp": "2025-03-10T23:59:00+00:00",
"base_asset_bal": 333012,
"quote_asset_bal": 7123.4891375735,
"total_value_mid": 8818.5202175735,
"total_value_exit_net": 8817.2489442635,
"total_value": 8818.5202175735,
"base_cost_quote": 3206.0342266272,
"unrealized_pnl_exit_net": -1512.2744199373
},
{
"timestamp": "2025-03-11T23:59:00+00:00",
"base_asset_bal": 330079,
"quote_asset_bal": 7140.0501899506,
"total_value_mid": 8882.8673099505,
"total_value_exit_net": 8881.5601971105,
"total_value": 8882.8673099505,
"base_cost_quote": 3191.0260539335,
"unrealized_pnl_exit_net": -1449.5160467735
},
{
"timestamp": "2025-03-12T23:59:00+00:00",
"base_asset_bal": 315115,
"quote_asset_bal": 7221.2526157328,
"total_value_mid": 8932.3270657328,
"total_value_exit_net": 8931.0437598953,
"total_value": 8932.3270657328,
"base_cost_quote": 3110.9264642635,
"unrealized_pnl_exit_net": -1401.135320101
},
{
"timestamp": "2025-03-13T23:59:00+00:00",
"base_asset_bal": 319823,
"quote_asset_bal": 7197.1044388938,
"total_value_mid": 8917.7521788938,
"total_value_exit_net": 8916.4616930888,
"total_value": 8917.7521788938,
"base_cost_quote": 3135.9599052735,
"unrealized_pnl_exit_net": -1416.6026510785
},
{
"timestamp": "2025-03-14T23:59:00+00:00",
"base_asset_bal": 308860,
"quote_asset_bal": 7257.7755621701,
"total_value_mid": 8990.4801621701,
"total_value_exit_net": 8989.1806337201,
"total_value": 8990.4801621701,
"base_cost_quote": 3075.8831664873,
"unrealized_pnl_exit_net": -1344.4780949373
},
{
"timestamp": "2025-03-15T23:59:00+00:00",
"base_asset_bal": 290658,
"quote_asset_bal": 7363.4553739313,
"total_value_mid": 9098.6836339313,
"total_value_exit_net": 9097.3822127363,
"total_value": 9098.6836339313,
"base_cost_quote": 2970.7446316822,
"unrealized_pnl_exit_net": -1236.8177928773
},
{
"timestamp": "2025-03-16T23:59:00+00:00",
"base_asset_bal": 308932,
"quote_asset_bal": 7259.0040266553,
"total_value_mid": 8992.1125466553,
"total_value_exit_net": 8990.8127152653,
"total_value": 8992.1125466553,
"base_cost_quote": 3075.8804744697,
"unrealized_pnl_exit_net": -1344.0717858597
},
{
"timestamp": "2025-03-17T23:59:00+00:00",
"base_asset_bal": 289063,
"quote_asset_bal": 7374.9973795929,
"total_value_mid": 9074.6878195928,
"total_value_exit_net": 9073.4130517628,
"total_value": 9074.6878195928,
"base_cost_quote": 2960.7296040407,
"unrealized_pnl_exit_net": -1262.3139318708
},
{
"timestamp": "2025-03-18T23:59:00+00:00",
"base_asset_bal": 288153,
"quote_asset_bal": 7380.7357214366,
"total_value_mid": 9077.9568914366,
"total_value_exit_net": 9076.6839755591,
"total_value": 9077.9568914366,
"base_cost_quote": 2955.7238225183,
"unrealized_pnl_exit_net": -1259.7755683958
},
{
"timestamp": "2025-03-19T23:59:00+00:00",
"base_asset_bal": 282240,
"quote_asset_bal": 7416.4434312106,
"total_value_mid": 9138.1074312106,
"total_value_exit_net": 9136.8161832106,
"total_value": 9138.1074312106,
"base_cost_quote": 2920.6752788105,
"unrealized_pnl_exit_net": -1200.3025268105
},
{
"timestamp": "2025-03-20T23:59:00+00:00",
"base_asset_bal": 286403,
"quote_asset_bal": 7391.8340565609,
"total_value_mid": 9090.2038465609,
"total_value_exit_net": 9088.9300692184,
"total_value": 9090.2038465609,
"base_cost_quote": 2945.707773111,
"unrealized_pnl_exit_net": -1248.6117604535
},
{
"timestamp": "2025-03-21T23:59:00+00:00",
"base_asset_bal": 296667,
"quote_asset_bal": 7332.1281985309,
"total_value_mid": 9037.9634485308,
"total_value_exit_net": 9036.6840720933,
"total_value": 9037.9634485308,
"base_cost_quote": 3005.7913720385,
"unrealized_pnl_exit_net": -1301.235498476
},
{
"timestamp": "2025-03-22T23:59:00+00:00",
"base_asset_bal": 289610,
"quote_asset_bal": 7372.5976172134,
"total_value_mid": 9107.3615172133,
"total_value_exit_net": 9106.0604442883,
"total_value": 9107.3615172133,
"base_cost_quote": 2965.7328666755,
"unrealized_pnl_exit_net": -1232.2700396005
},
{
"timestamp": "2025-03-23T23:59:00+00:00",
"base_asset_bal": 294670,
"quote_asset_bal": 7342.8011820081,
"total_value_mid": 9081.3541820081,
"total_value_exit_net": 9080.0502672581,
"total_value": 9081.3541820081,
"base_cost_quote": 2995.7818875512,
"unrealized_pnl_exit_net": -1258.5328023013
},
{
"timestamp": "2025-03-24T23:59:00+00:00",
"base_asset_bal": 267765,
"quote_asset_bal": 7508.5266782089,
"total_value_mid": 9206.1567782089,
"total_value_exit_net": 9204.8835556339,
"total_value": 9206.1567782089,
"base_cost_quote": 2830.5665909428,
"unrealized_pnl_exit_net": -1134.2097135178
},
{
"timestamp": "2025-03-25T23:59:00+00:00",
"base_asset_bal": 274928,
"quote_asset_bal": 7463.8724377799,
"total_value_mid": 9193.1695577798,
"total_value_exit_net": 9191.8725849398,
"total_value": 9193.1695577798,
"base_cost_quote": 2875.6225856138,
"unrealized_pnl_exit_net": -1147.6224384538
},
{
"timestamp": "2025-03-26T23:59:00+00:00",
"base_asset_bal": 282174,
"quote_asset_bal": 7419.1835092566,
"total_value_mid": 9154.5536092566,
"total_value_exit_net": 9153.2520816816,
"total_value": 9154.5536092566,
"base_cost_quote": 2920.6854334208,
"unrealized_pnl_exit_net": -1186.6168609958
},
{
"timestamp": "2025-03-27T23:59:00+00:00",
"base_asset_bal": 278980,
"quote_asset_bal": 7439.6266141924,
"total_value_mid": 9155.3536141924,
"total_value_exit_net": 9154.0668189424,
"total_value": 9155.3536141924,
"base_cost_quote": 2900.6460211253,
"unrealized_pnl_exit_net": -1186.2058163753
},
{
"timestamp": "2025-03-28T23:59:00+00:00",
"base_asset_bal": 308405,
"quote_asset_bal": 7269.9986525764,
"total_value_mid": 8990.8985525763,
"total_value_exit_net": 8989.6078776513,
"total_value": 8990.8985525763,
"base_cost_quote": 3070.8777132107,
"unrealized_pnl_exit_net": -1351.2684881358
},
{
"timestamp": "2025-03-29T23:59:00+00:00",
"base_asset_bal": 325064,
"quote_asset_bal": 7180.5446959876,
"total_value_mid": 8896.8826159876,
"total_value_exit_net": 8895.5953625476,
"total_value": 8896.8826159876,
"base_cost_quote": 3160.9727588545,
"unrealized_pnl_exit_net": -1445.9220922945
},
{
"timestamp": "2025-03-30T23:59:00+00:00",
"base_asset_bal": 326940,
"quote_asset_bal": 7170.9974824106,
"total_value_mid": 8903.7794824106,
"total_value_exit_net": 8902.4798959106,
"total_value": 8903.7794824106,
"base_cost_quote": 3170.9878645545,
"unrealized_pnl_exit_net": -1439.5054510545
},
{
"timestamp": "2025-03-31T23:59:00+00:00",
"base_asset_bal": 329769,
"quote_asset_bal": 7156.8076521866,
"total_value_mid": 8871.6064521866,
"total_value_exit_net": 8870.3203530866,
"total_value": 8871.6064521866,
"base_cost_quote": 3186.0116989857,
"unrealized_pnl_exit_net": -1472.4989980858
},
{
"timestamp": "2025-04-01T23:59:00+00:00",
"base_asset_bal": 323115,
"quote_asset_bal": 7192.4449295311,
"total_value_mid": 8882.3363795311,
"total_value_exit_net": 8881.0689609436,
"total_value": 8882.3363795311,
"base_cost_quote": 3150.9601700407,
"unrealized_pnl_exit_net": -1462.3361386282
},
{
"timestamp": "2025-04-02T23:59:00+00:00",
"base_asset_bal": 341302,
"quote_asset_bal": 7103.4711845024,
"total_value_mid": 8721.2426645024,
"total_value_exit_net": 8720.0293358924,
"total_value": 8721.2426645024,
"base_cost_quote": 3241.0770990847,
"unrealized_pnl_exit_net": -1624.5189476947
},
{
"timestamp": "2025-04-03T23:59:00+00:00",
"base_asset_bal": 357343,
"quote_asset_bal": 7029.6329799052,
"total_value_mid": 8669.8373499052,
"total_value_exit_net": 8668.6071966277,
"total_value": 8669.8373499052,
"base_cost_quote": 3316.1658574477,
"unrealized_pnl_exit_net": -1677.1916407252
},
{
"timestamp": "2025-04-04T23:59:00+00:00",
"base_asset_bal": 351198,
"quote_asset_bal": 7060.8513872114,
"total_value_mid": 8669.3382272114,
"total_value_exit_net": 8668.1318620814,
"total_value": 8669.3382272114,
"base_cost_quote": 3286.1301675627,
"unrealized_pnl_exit_net": -1678.8496926928
},
{
"timestamp": "2025-04-05T23:59:00+00:00",
"base_asset_bal": 346811,
"quote_asset_bal": 7081.2242759149,
"total_value_mid": 8680.0229859149,
"total_value_exit_net": 8678.8238868824,
"total_value": 8680.0229859149,
"base_cost_quote": 3266.1041012692,
"unrealized_pnl_exit_net": -1668.5044903017
},
{
"timestamp": "2025-04-06T23:59:00+00:00",
"base_asset_bal": 387132,
"quote_asset_bal": 6906.7970679196,
"total_value_mid": 8501.7809079196,
"total_value_exit_net": 8500.5846700396,
"total_value": 8501.7809079196,
"base_cost_quote": 3441.3193402137,
"unrealized_pnl_exit_net": -1847.5317380937
},
{
"timestamp": "2025-04-07T23:59:00+00:00",
"base_asset_bal": 383563,
"quote_asset_bal": 6928.5448608019,
"total_value_mid": 8577.8657608019,
"total_value_exit_net": 8576.6287701269,
"total_value": 8577.8657608019,
"base_cost_quote": 3421.2934770725,
"unrealized_pnl_exit_net": -1773.2095677475
},
{
"timestamp": "2025-04-08T23:59:00+00:00",
"base_asset_bal": 398901,
"quote_asset_bal": 6864.1032507176,
"total_value_mid": 8487.6303207176,
"total_value_exit_net": 8486.4126754151,
"total_value": 8487.6303207176,
"base_cost_quote": 3486.377603585,
"unrealized_pnl_exit_net": -1864.0681788875
},
{
"timestamp": "2025-04-09T23:59:00+00:00",
"base_asset_bal": 373555,
"quote_asset_bal": 6975.3438605054,
"total_value_mid": 8682.4902105054,
"total_value_exit_net": 8681.2098507429,
"total_value": 8682.4902105054,
"base_cost_quote": 3376.2375904825,
"unrealized_pnl_exit_net": -1670.371600245
},
{
"timestamp": "2025-04-10T23:59:00+00:00",
"base_asset_bal": 375684,
"quote_asset_bal": 6966.0389195906,
"total_value_mid": 8645.3463995906,
"total_value_exit_net": 8644.0869189806,
"total_value": 8645.3463995906,
"base_cost_quote": 3386.247938617,
"unrealized_pnl_exit_net": -1708.199939227
},
{
"timestamp": "2025-04-11T23:59:00+00:00",
"base_asset_bal": 370199,
"quote_asset_bal": 6991.6757154606,
"total_value_mid": 8683.4851454606,
"total_value_exit_net": 8682.2162883881,
"total_value": 8683.4851454606,
"base_cost_quote": 3361.224324972,
"unrealized_pnl_exit_net": -1670.6837520445
},
{
"timestamp": "2025-04-12T23:59:00+00:00",
"base_asset_bal": 364640,
"quote_asset_bal": 7017.1109550251,
"total_value_mid": 8734.5653550251,
"total_value_exit_net": 8733.2772642251,
"total_value": 8734.5653550251,
"base_cost_quote": 3336.1843930975,
"unrealized_pnl_exit_net": -1620.0180838975
},
{
"timestamp": "2025-04-13T23:59:00+00:00",
"base_asset_bal": 385628,
"quote_asset_bal": 6922.5471062901,
"total_value_mid": 8596.1726262901,
"total_value_exit_net": 8594.9174071501,
"total_value": 8596.1726262901,
"base_cost_quote": 3431.3014694415,
"unrealized_pnl_exit_net": -1758.9311685815
},
{
"timestamp": "2025-04-14T23:59:00+00:00",
"base_asset_bal": 370239,
"quote_asset_bal": 6993.8480475151,
"total_value_mid": 8678.4354975151,
"total_value_exit_net": 8677.1720569276,
"total_value": 8678.4354975151,
"base_cost_quote": 3361.218000232,
"unrealized_pnl_exit_net": -1677.8939908195
},
{
"timestamp": "2025-04-15T23:59:00+00:00",
"base_asset_bal": 383757,
"quote_asset_bal": 6934.4619172848,
"total_value_mid": 8607.6424372848,
"total_value_exit_net": 8606.3875518948,
"total_value": 8607.6424372848,
"base_cost_quote": 3421.2935851535,
"unrealized_pnl_exit_net": -1749.3679505435
},
{
"timestamp": "2025-04-16T23:59:00+00:00",
"base_asset_bal": 387251,
"quote_asset_bal": 6920.1037052738,
"total_value_mid": 8565.9204552738,
"total_value_exit_net": 8564.6860927113,
"total_value": 8565.9204552738,
"base_cost_quote": 3436.3160595655,
"unrealized_pnl_exit_net": -1791.733672128
},
{
"timestamp": "2025-04-17T23:59:00+00:00",
"base_asset_bal": 387173,
"quote_asset_bal": 6920.4916357063,
"total_value_mid": 8604.6941857063,
"total_value_exit_net": 8603.4310337938,
"total_value": 8604.6941857063,
"base_cost_quote": 3436.3139659965,
"unrealized_pnl_exit_net": -1753.374567909
},
{
"timestamp": "2025-04-18T23:59:00+00:00",
"base_asset_bal": 372441,
"quote_asset_bal": 6986.1080176836,
"total_value_mid": 8680.7145676836,
"total_value_exit_net": 8679.4436127711,
"total_value": 8680.7145676836,
"base_cost_quote": 3371.2224759655,
"unrealized_pnl_exit_net": -1677.886880878
},
{
"timestamp": "2025-04-19T23:59:00+00:00",
"base_asset_bal": 363766,
"quote_asset_bal": 7027.7925971631,
"total_value_mid": 8817.5213171631,
"total_value_exit_net": 8816.1790206231,
"total_value": 8817.5213171631,
"base_cost_quote": 3331.1817839525,
"unrealized_pnl_exit_net": -1542.7953604925
},
{
"timestamp": "2025-04-20T23:59:00+00:00",
"base_asset_bal": 361503,
"quote_asset_bal": 7039.0705196664,
"total_value_mid": 8875.5057596664,
"total_value_exit_net": 8874.1284332364,
"total_value": 8875.5057596664,
"base_cost_quote": 3321.1535774342,
"unrealized_pnl_exit_net": -1486.0956638642
},
{
"timestamp": "2025-04-21T23:59:00+00:00",
"base_asset_bal": 328323,
"quote_asset_bal": 7221.0660494269,
"total_value_mid": 8967.7444094269,
"total_value_exit_net": 8966.4344006569,
"total_value": 8967.7444094269,
"base_cost_quote": 3140.9407290917,
"unrealized_pnl_exit_net": -1395.5723778617
},
{
"timestamp": "2025-04-22T23:59:00+00:00",
"base_asset_bal": 320938,
"quote_asset_bal": 7262.5501003354,
"total_value_mid": 9043.7560003354,
"total_value_exit_net": 9042.4200959104,
"total_value": 9043.7560003354,
"base_cost_quote": 3100.889748368,
"unrealized_pnl_exit_net": -1321.019752793
},
{
"timestamp": "2025-04-23T23:59:00+00:00",
"base_asset_bal": 322731,
"quote_asset_bal": 7253.5776800144,
"total_value_mid": 9064.0985900144,
"total_value_exit_net": 9062.7406993319,
"total_value": 9064.0985900144,
"base_cost_quote": 3110.9016566718,
"unrealized_pnl_exit_net": -1301.7386373542
},
{
"timestamp": "2025-04-24T23:59:00+00:00",
"base_asset_bal": 313188,
"quote_asset_bal": 7309.8847996206,
"total_value_mid": 9163.9577596206,
"total_value_exit_net": 9162.5672049006,
"total_value": 9163.9577596206,
"base_cost_quote": 3055.8351927755,
"unrealized_pnl_exit_net": -1203.1527874955
},
{
"timestamp": "2025-04-25T23:59:00+00:00",
"base_asset_bal": 310579,
"quote_asset_bal": 7325.9227812792,
"total_value_mid": 9214.2431012792,
"total_value_exit_net": 9212.8268610391,
"total_value": 9214.2431012792,
"base_cost_quote": 3040.8100953978,
"unrealized_pnl_exit_net": -1153.9060156378
},
{
"timestamp": "2025-04-26T23:59:00+00:00",
"base_asset_bal": 306500,
"quote_asset_bal": 7351.5716364632,
"total_value_mid": 9230.4166364632,
"total_value_exit_net": 9229.0075027132,
"total_value": 9230.4166364632,
"base_cost_quote": 3015.7776081025,
"unrealized_pnl_exit_net": -1138.3417418525
},
{
"timestamp": "2025-04-27T23:59:00+00:00",
"base_asset_bal": 330078,
"quote_asset_bal": 7212.1828865542,
"total_value_mid": 9103.5298265541,
"total_value_exit_net": 9102.1113163491,
"total_value": 9103.5298265541,
"base_cost_quote": 3155.9669643222,
"unrealized_pnl_exit_net": -1266.0385345273
},
{
"timestamp": "2025-04-28T23:59:00+00:00",
"base_asset_bal": 314627,
"quote_asset_bal": 7303.3392102929,
"total_value_mid": 9194.2474802929,
"total_value_exit_net": 9192.8292990904,
"total_value": 9194.2474802929,
"base_cost_quote": 3065.8472762105,
"unrealized_pnl_exit_net": -1176.357187413
},
{
"timestamp": "2025-04-29T23:59:00+00:00",
"base_asset_bal": 323221,
"quote_asset_bal": 7254.0092050282,
"total_value_mid": 9099.6011150281,
"total_value_exit_net": 9098.2169210956,
"total_value": 9099.6011150281,
"base_cost_quote": 3115.9083618865,
"unrealized_pnl_exit_net": -1271.700645819
},
{
"timestamp": "2025-04-30T23:59:00+00:00",
"base_asset_bal": 315420,
"quote_asset_bal": 7300.2704944759,
"total_value_mid": 9189.6362944759,
"total_value_exit_net": 9188.2192701259,
"total_value": 9189.6362944759,
"base_cost_quote": 3070.8536231568,
"unrealized_pnl_exit_net": -1182.9048475068
},
{
"timestamp": "2025-05-01T23:59:00+00:00",
"base_asset_bal": 314605,
"quote_asset_bal": 7306.098057789,
"total_value_mid": 9190.5820077889,
"total_value_exit_net": 9189.1686448264,
"total_value": 9190.5820077889,
"base_cost_quote": 3065.8481088345,
"unrealized_pnl_exit_net": -1182.777521797
},
{
"timestamp": "2025-05-02T23:59:00+00:00",
"base_asset_bal": 321372,
"quote_asset_bal": 7266.7630026597,
"total_value_mid": 9150.0029226597,
"total_value_exit_net": 9148.5904927197,
"total_value": 9150.0029226597,
"base_cost_quote": 3105.9032626858,
"unrealized_pnl_exit_net": -1224.0757726258
},
{
"timestamp": "2025-05-03T23:59:00+00:00",
"base_asset_bal": 351657,
"quote_asset_bal": 7097.2744100835,
"total_value_mid": 8975.1227900835,
"total_value_exit_net": 8973.7144037985,
"total_value": 8975.1227900835,
"base_cost_quote": 3276.108175702,
"unrealized_pnl_exit_net": -1399.668181987
},
{
"timestamp": "2025-05-04T23:59:00+00:00",
"base_asset_bal": 369117,
"quote_asset_bal": 7008.2415673215,
"total_value_mid": 8839.0618873214,
"total_value_exit_net": 8837.6887720814,
"total_value": 8839.0618873214,
"base_cost_quote": 3366.2337452215,
"unrealized_pnl_exit_net": -1536.7865404615
},
{
"timestamp": "2025-05-05T23:59:00+00:00",
"base_asset_bal": 374146,
"quote_asset_bal": 6984.1450306245,
"total_value_mid": 8817.4604306245,
"total_value_exit_net": 8816.0854440745,
"total_value": 8817.4604306245,
"base_cost_quote": 3391.2694999655,
"unrealized_pnl_exit_net": -1559.3290865155
},
{
"timestamp": "2025-05-06T23:59:00+00:00",
"base_asset_bal": 375228,
"quote_asset_bal": 6980.21210199,
"total_value_mid": 8770.04966199,
"total_value_exit_net": 8768.70728382,
"total_value": 8770.04966199,
"base_cost_quote": 3396.272567454,
"unrealized_pnl_exit_net": -1607.777385624
},
{
"timestamp": "2025-05-07T23:59:00+00:00",
"base_asset_bal": 377195,
"quote_asset_bal": 6971.4033522286,
"total_value_mid": 8793.2552022286,
"total_value_exit_net": 8791.8888133411,
"total_value": 8793.2552022286,
"base_cost_quote": 3406.288862045,
"unrealized_pnl_exit_net": -1585.8034009325
},
{
"timestamp": "2025-05-08T23:59:00+00:00",
"base_asset_bal": 336816,
"quote_asset_bal": 7183.0791015358,
"total_value_mid": 9059.1442215358,
"total_value_exit_net": 9057.7371726958,
"total_value": 9059.1442215358,
"base_cost_quote": 3196.0171414437,
"unrealized_pnl_exit_net": -1321.3590702837
},
{
"timestamp": "2025-05-09T23:59:00+00:00",
"base_asset_bal": 303471,
"quote_asset_bal": 7380.0372927769,
"total_value_mid": 9252.4533627769,
"total_value_exit_net": 9251.0490507244,
"total_value": 9252.4533627769,
"base_cost_quote": 3000.771115668,
"unrealized_pnl_exit_net": -1129.7593577205
},
{
"timestamp": "2025-05-10T23:59:00+00:00",
"base_asset_bal": 281287,
"quote_asset_bal": 7521.9563944184,
"total_value_mid": 9381.2634644184,
"total_value_exit_net": 9379.8689841159,
"total_value": 9381.2634644184,
"base_cost_quote": 2860.590535025,
"unrealized_pnl_exit_net": -1002.6779453275
},
{
"timestamp": "2025-05-11T23:59:00+00:00",
"base_asset_bal": 295236,
"quote_asset_bal": 7433.1561916666,
"total_value_mid": 9331.5236716666,
"total_value_exit_net": 9330.0998960566,
"total_value": 9331.5236716666,
"base_cost_quote": 2950.7197953105,
"unrealized_pnl_exit_net": -1053.7760909205
},
{
"timestamp": "2025-05-12T23:59:00+00:00",
"base_asset_bal": 280621,
"quote_asset_bal": 7530.3546974766,
"total_value_mid": 9376.8408774766,
"total_value_exit_net": 9375.4560128416,
"total_value": 9376.8408774766,
"base_cost_quote": 2855.599258373,
"unrealized_pnl_exit_net": -1010.497943008
},
{
"timestamp": "2025-05-13T23:59:00+00:00",
"base_asset_bal": 263319,
"quote_asset_bal": 7652.6248766199,
"total_value_mid": 9480.0587366199,
"total_value_exit_net": 9478.6881612249,
"total_value": 9480.0587366199,
"base_cost_quote": 2735.4285568923,
"unrealized_pnl_exit_net": -909.3652722873
},
{
"timestamp": "2025-05-14T23:59:00+00:00",
"base_asset_bal": 286596,
"quote_asset_bal": 7498.4759654784,
"total_value_mid": 9367.0818854784,
"total_value_exit_net": 9365.6804310384,
"total_value": 9367.0818854784,
"base_cost_quote": 2890.6475538948,
"unrealized_pnl_exit_net": -1023.4430883348
},
{
"timestamp": "2025-05-15T23:59:00+00:00",
"base_asset_bal": 304942,
"quote_asset_bal": 7384.4866787617,
"total_value_mid": 9241.5834587616,
"total_value_exit_net": 9240.1906361766,
"total_value": 9241.5834587616,
"base_cost_quote": 3005.7945274033,
"unrealized_pnl_exit_net": -1150.0905699883
},
{
"timestamp": "2025-05-16T23:59:00+00:00",
"base_asset_bal": 312502,
"quote_asset_bal": 7340.3374589792,
"total_value_mid": 9184.0992589791,
"total_value_exit_net": 9182.7164376291,
"total_value": 9184.0992589791,
"base_cost_quote": 3050.8628743315,
"unrealized_pnl_exit_net": -1208.4838956815
},
{
"timestamp": "2025-05-17T23:59:00+00:00",
"base_asset_bal": 325502,
"quote_asset_bal": 7266.3021124779,
"total_value_mid": 9115.1534724779,
"total_value_exit_net": 9113.7668339579,
"total_value": 9115.1534724779,
"base_cost_quote": 3125.956142074,
"unrealized_pnl_exit_net": -1278.491420594
},
{
"timestamp": "2025-05-18T23:59:00+00:00",
"base_asset_bal": 307704,
"quote_asset_bal": 7372.6663629792,
"total_value_mid": 9203.5051629792,
"total_value_exit_net": 9202.1320338792,
"total_value": 9203.5051629792,
"base_cost_quote": 3020.824192204,
"unrealized_pnl_exit_net": -1191.358521304
},
{
"timestamp": "2025-05-19T23:59:00+00:00",
"base_asset_bal": 324016,
"quote_asset_bal": 7279.0117076619,
"total_value_mid": 9122.6627476619,
"total_value_exit_net": 9121.2800093819,
"total_value": 9122.6627476619,
"base_cost_quote": 3115.937473704,
"unrealized_pnl_exit_net": -1273.669171984
},
{
"timestamp": "2025-05-20T23:59:00+00:00",
"base_asset_bal": 318878,
"quote_asset_bal": 7309.9519375597,
"total_value_mid": 9159.4443375596,
"total_value_exit_net": 9158.0572182596,
"total_value": 9159.4443375596,
"base_cost_quote": 3085.9038153415,
"unrealized_pnl_exit_net": -1237.7985346415
},
{
"timestamp": "2025-05-21T23:59:00+00:00",
"base_asset_bal": 312876,
"quote_asset_bal": 7346.1158567034,
"total_value_mid": 9195.2130167034,
"total_value_exit_net": 9193.8261938334,
"total_value": 9195.2130167034,
"base_cost_quote": 3050.855658924,
"unrealized_pnl_exit_net": -1203.145321794
},
{
"timestamp": "2025-05-22T23:59:00+00:00",
"base_asset_bal": 290096,
"quote_asset_bal": 7487.1471123329,
"total_value_mid": 9349.5634323329,
"total_value_exit_net": 9348.1666200929,
"total_value": 9349.5634323329,
"base_cost_quote": 2910.6652659273,
"unrealized_pnl_exit_net": -1049.6457581673
},
{
"timestamp": "2025-05-23T23:59:00+00:00",
"base_asset_bal": 326997,
"quote_asset_bal": 7262.7713898409,
"total_value_mid": 9139.7341698409,
"total_value_exit_net": 9138.3264477559,
"total_value": 9139.7341698409,
"base_cost_quote": 3135.9717731678,
"unrealized_pnl_exit_net": -1260.4167152528
},
{
"timestamp": "2025-05-24T23:59:00+00:00",
"base_asset_bal": 329572,
"quote_asset_bal": 7248.5447076847,
"total_value_mid": 9136.9922676846,
"total_value_exit_net": 9135.5759320146,
"total_value": 9136.9922676846,
"base_cost_quote": 3150.985339904,
"unrealized_pnl_exit_net": -1263.954115574
},
{
"timestamp": "2025-05-25T23:59:00+00:00",
"base_asset_bal": 332311,
"quote_asset_bal": 7234.6462752287,
"total_value_mid": 9108.8803152287,
"total_value_exit_net": 9107.4746396987,
"total_value": 9108.8803152287,
"base_cost_quote": 3166.0087039828,
"unrealized_pnl_exit_net": -1293.1803395128
},
{
"timestamp": "2025-05-26T23:59:00+00:00",
"base_asset_bal": 339352,
"quote_asset_bal": 7195.1548786049,
"total_value_mid": 9081.9519986049,
"total_value_exit_net": 9080.5369007649,
"total_value": 9081.9519986049,
"base_cost_quote": 3206.054831069,
"unrealized_pnl_exit_net": -1320.672808909
},
{
"timestamp": "2025-05-27T23:59:00+00:00",
"base_asset_bal": 332273,
"quote_asset_bal": 7236.0383917512,
"total_value_mid": 9120.0263017512,
"total_value_exit_net": 9118.6133108187,
"total_value": 9120.0263017512,
"base_cost_quote": 3166.0058718603,
"unrealized_pnl_exit_net": -1283.4309527928
},
{
"timestamp": "2025-05-28T23:59:00+00:00",
"base_asset_bal": 337603,
"quote_asset_bal": 7206.9732659907,
"total_value_mid": 9111.0541859907,
"total_value_exit_net": 9109.6261253007,
"total_value": 9111.0541859907,
"base_cost_quote": 3196.0429127578,
"unrealized_pnl_exit_net": -1293.3900534478
},
{
"timestamp": "2025-05-29T23:59:00+00:00",
"base_asset_bal": 357738,
"quote_asset_bal": 7097.9494854137,
"total_value_mid": 8983.2287454137,
"total_value_exit_net": 8981.8147859687,
"total_value": 8983.2287454137,
"base_cost_quote": 3306.185232589,
"unrealized_pnl_exit_net": -1422.319932034
},
{
"timestamp": "2025-05-30T23:59:00+00:00",
"base_asset_bal": 393704,
"quote_asset_bal": 6924.3347268847,
"total_value_mid": 8719.6249668847,
"total_value_exit_net": 8718.2784992047,
"total_value": 8719.6249668847,
"base_cost_quote": 3481.4200782275,
"unrealized_pnl_exit_net": -1687.4763059075
},
{
"timestamp": "2025-05-31T23:59:00+00:00",
"base_asset_bal": 390501,
"quote_asset_bal": 6940.5243853197,
"total_value_mid": 8768.0690653197,
"total_value_exit_net": 8766.6984068097,
"total_value": 8768.0690653197,
"base_cost_quote": 3466.407164981,
"unrealized_pnl_exit_net": -1640.233143491
},
{
"timestamp": "2025-06-01T23:59:00+00:00",
"base_asset_bal": 383053,
"quote_asset_bal": 6976.3437707712,
"total_value_mid": 8811.1676407712,
"total_value_exit_net": 8809.7915228687,
"total_value": 8811.1676407712,
"base_cost_quote": 3431.3608179195,
"unrealized_pnl_exit_net": -1597.913065822
},
{
"timestamp": "2025-06-02T23:59:00+00:00",
"base_asset_bal": 373810,
"quote_asset_bal": 7022.1105644325,
"total_value_mid": 8864.9938644325,
"total_value_exit_net": 8863.6117019575,
"total_value": 8864.9938644325,
"base_cost_quote": 3386.304649118,
"unrealized_pnl_exit_net": -1544.803511593
},
{
"timestamp": "2025-06-03T23:59:00+00:00",
"base_asset_bal": 367784,
"quote_asset_bal": 7052.796751113,
"total_value_mid": 8865.971871113,
"total_value_exit_net": 8864.611989773,
"total_value": 8865.971871113,
"base_cost_quote": 3356.257614731,
"unrealized_pnl_exit_net": -1544.442376071
},
{
"timestamp": "2025-06-04T23:59:00+00:00",
"base_asset_bal": 386210,
"quote_asset_bal": 6963.4279221613,
"total_value_mid": 8797.9254221612,
"total_value_exit_net": 8796.5495490362,
"total_value": 8797.9254221612,
"base_cost_quote": 3446.37420352,
"unrealized_pnl_exit_net": -1613.252576645
},
{
"timestamp": "2025-06-05T23:59:00+00:00",
"base_asset_bal": 401621,
"quote_asset_bal": 6894.3929036458,
"total_value_mid": 8665.5415136457,
"total_value_exit_net": 8664.2131521882,
"total_value": 8665.5415136457,
"base_cost_quote": 3516.463495093,
"unrealized_pnl_exit_net": -1746.6432465505
},
{
"timestamp": "2025-06-06T23:59:00+00:00",
"base_asset_bal": 394895,
"quote_asset_bal": 6925.1573196798,
"total_value_mid": 8725.8785196797,
"total_value_exit_net": 8724.5279787797,
"total_value": 8725.8785196797,
"base_cost_quote": 3486.4244887225,
"unrealized_pnl_exit_net": -1687.0538296225
},
{
"timestamp": "2025-06-07T23:59:00+00:00",
"base_asset_bal": 386210,
"quote_asset_bal": 6965.5680695723,
"total_value_mid": 8780.7550695723,
"total_value_exit_net": 8779.3936793223,
"total_value": 8780.7550695723,
"base_cost_quote": 3446.3784467,
"unrealized_pnl_exit_net": -1632.55283695
},
{
"timestamp": "2025-06-08T23:59:00+00:00",
"base_asset_bal": 388364,
"quote_asset_bal": 6955.8871306753,
"total_value_mid": 8765.6633706753,
"total_value_exit_net": 8764.3060384953,
"total_value": 8765.6633706753,
"base_cost_quote": 3456.389645472,
"unrealized_pnl_exit_net": -1647.970737652
},
{
"timestamp": "2025-06-09T23:59:00+00:00",
"base_asset_bal": 360609,
"quote_asset_bal": 7091.784057599,
"total_value_mid": 8916.465597599,
"total_value_exit_net": 8915.097086444,
"total_value": 8916.465597599,
"base_cost_quote": 3321.2069884625,
"unrealized_pnl_exit_net": -1497.8939596175
},
{
"timestamp": "2025-06-10T23:59:00+00:00",
"base_asset_bal": 355672,
"quote_asset_bal": 7117.7354580895,
"total_value_mid": 8981.4567380895,
"total_value_exit_net": 8980.0589471295,
"total_value": 8981.4567380895,
"base_cost_quote": 3296.1680983687,
"unrealized_pnl_exit_net": -1433.8446093288
},
{
"timestamp": "2025-06-11T23:59:00+00:00",
"base_asset_bal": 355011,
"quote_asset_bal": 7123.5582618813,
"total_value_mid": 8898.6132618813,
"total_value_exit_net": 8897.2819706313,
"total_value": 8898.6132618813,
"base_cost_quote": 3291.1724834655,
"unrealized_pnl_exit_net": -1517.4487747155
},
{
"timestamp": "2025-06-12T23:59:00+00:00",
"base_asset_bal": 368360,
"quote_asset_bal": 7059.4530457786,
"total_value_mid": 8790.7450457786,
"total_value_exit_net": 8789.4465767786,
"total_value": 8790.7450457786,
"base_cost_quote": 3356.251882435,
"unrealized_pnl_exit_net": -1626.258351435
},
{
"timestamp": "2025-06-13T23:59:00+00:00",
"base_asset_bal": 375822,
"quote_asset_bal": 7025.4971008173,
"total_value_mid": 8701.6632208173,
"total_value_exit_net": 8700.4060962273,
"total_value": 8701.6632208173,
"base_cost_quote": 3391.2946828385,
"unrealized_pnl_exit_net": -1716.3856874285
},
{
"timestamp": "2025-06-14T23:59:00+00:00",
"base_asset_bal": 378086,
"quote_asset_bal": 7015.8426724333,
"total_value_mid": 8675.6402124333,
"total_value_exit_net": 8674.3953642783,
"total_value": 8675.6402124333,
"base_cost_quote": 3401.306792293,
"unrealized_pnl_exit_net": -1742.754100448
},
{
"timestamp": "2025-06-15T23:59:00+00:00",
"base_asset_bal": 375805,
"quote_asset_bal": 7026.2351478513,
"total_value_mid": 8694.8093478513,
"total_value_exit_net": 8693.5579172013,
"total_value": 8694.8093478513,
"base_cost_quote": 3391.298347585,
"unrealized_pnl_exit_net": -1723.975578235
},
{
"timestamp": "2025-06-16T23:59:00+00:00",
"base_asset_bal": 381288,
"quote_asset_bal": 7001.7826521805,
"total_value_mid": 8687.0756121805,
"total_value_exit_net": 8685.8116424605,
"total_value": 8687.0756121805,
"base_cost_quote": 3416.3254058115,
"unrealized_pnl_exit_net": -1732.2964155315
},
{
"timestamp": "2025-06-17T23:59:00+00:00",
"base_asset_bal": 409349,
"quote_asset_bal": 6882.2735954118,
"total_value_mid": 8581.0719454118,
"total_value_exit_net": 8579.7978466493,
"total_value": 8581.0719454118,
"base_cost_quote": 3536.4725126095,
"unrealized_pnl_exit_net": -1838.948261372
},
{
"timestamp": "2025-06-18T23:59:00+00:00",
"base_asset_bal": 404273,
"quote_asset_bal": 6902.9947461398,
"total_value_mid": 8580.7276961398,
"total_value_exit_net": 8579.4693964273,
"total_value": 8580.7276961398,
"base_cost_quote": 3516.45188239,
"unrealized_pnl_exit_net": -1839.9772321025
},
{
"timestamp": "2025-06-19T23:59:00+00:00",
"base_asset_bal": 406708,
"quote_asset_bal": 6893.4872136303,
"total_value_mid": 8581.3254136303,
"total_value_exit_net": 8580.0595349803,
"total_value": 8581.3254136303,
"base_cost_quote": 3526.46418599,
"unrealized_pnl_exit_net": -1839.89186464
},
{
"timestamp": "2025-06-20T23:59:00+00:00",
"base_asset_bal": 409246,
"quote_asset_bal": 6883.984836811,
"total_value_mid": 8541.431136811,
"total_value_exit_net": 8540.188052086,
"total_value": 8541.431136811,
"base_cost_quote": 3536.4759862127,
"unrealized_pnl_exit_net": -1880.2727709378
},
{
"timestamp": "2025-06-21T23:59:00+00:00",
"base_asset_bal": 417956,
"quote_asset_bal": 6849.4134861108,
"total_value_mid": 8454.3645261108,
"total_value_exit_net": 8453.1608128308,
"total_value": 8454.3645261108,
"base_cost_quote": 3571.5126580232,
"unrealized_pnl_exit_net": -1967.7653313032
},
{
"timestamp": "2025-06-22T23:59:00+00:00",
"base_asset_bal": 438187,
"quote_asset_bal": 6775.0450009405,
"total_value_mid": 8387.5731609405,
"total_value_exit_net": 8386.3637648205,
"total_value": 8387.5731609405,
"base_cost_quote": 3646.5940098355,
"unrealized_pnl_exit_net": -2035.2752459555
},
{
"timestamp": "2025-06-23T23:59:00+00:00",
"base_asset_bal": 417860,
"quote_asset_bal": 6855.7233935655,
"total_value_mid": 8577.3065935655,
"total_value_exit_net": 8576.0154061655,
"total_value": 8577.3065935655,
"base_cost_quote": 3566.5107644145,
"unrealized_pnl_exit_net": -1846.2187518145
},
{
"timestamp": "2025-06-24T23:59:00+00:00",
"base_asset_bal": 410641,
"quote_asset_bal": 6886.2787932743,
"total_value_mid": 8623.2902232743,
"total_value_exit_net": 8621.9874647018,
"total_value": 8623.2902232743,
"base_cost_quote": 3536.4759591925,
"unrealized_pnl_exit_net": -1800.767287765
},
{
"timestamp": "2025-06-25T23:59:00+00:00",
"base_asset_bal": 414229,
"quote_asset_bal": 6871.6575708153,
"total_value_mid": 8582.4233408153,
"total_value_exit_net": 8581.1402664878,
"total_value": 8582.4233408153,
"base_cost_quote": 3551.497138634,
"unrealized_pnl_exit_net": -1842.0144429615
},
{
"timestamp": "2025-06-26T23:59:00+00:00",
"base_asset_bal": 428688,
"quote_asset_bal": 6812.2469549851,
"total_value_mid": 8548.433354985,
"total_value_exit_net": 8547.131215185,
"total_value": 8548.433354985,
"base_cost_quote": 3611.565271971,
"unrealized_pnl_exit_net": -1876.681011771
},
{
"timestamp": "2025-06-27T23:59:00+00:00",
"base_asset_bal": 431141,
"quote_asset_bal": 6802.5033530106,
"total_value_mid": 8552.9358130106,
"total_value_exit_net": 8551.6229886656,
"total_value": 8552.9358130106,
"base_cost_quote": 3621.5762155517,
"unrealized_pnl_exit_net": -1872.4565798967
},
{
"timestamp": "2025-06-28T23:59:00+00:00",
"base_asset_bal": 418909,
"quote_asset_bal": 6852.8830286338,
"total_value_mid": 8599.7335586338,
"total_value_exit_net": 8598.4234207363,
"total_value": 8599.7335586338,
"base_cost_quote": 3571.5194671262,
"unrealized_pnl_exit_net": -1825.9790750237
},
{
"timestamp": "2025-06-29T23:59:00+00:00",
"base_asset_bal": 395518,
"quote_asset_bal": 6953.6090126871,
"total_value_mid": 8701.7985726871,
"total_value_exit_net": 8700.4874305171,
"total_value": 8701.7985726871,
"base_cost_quote": 3471.4005502132,
"unrealized_pnl_exit_net": -1724.5221323832
},
{
"timestamp": "2025-06-30T23:59:00+00:00",
"base_asset_bal": 410582,
"quote_asset_bal": 6889.1874447048,
"total_value_mid": 8642.3725847048,
"total_value_exit_net": 8641.0576958498,
"total_value": 8642.3725847048,
"base_cost_quote": 3536.4778376002,
"unrealized_pnl_exit_net": -1784.6075864552
},
{
"timestamp": "2025-07-01T23:59:00+00:00",
"base_asset_bal": 429890,
"quote_asset_bal": 6809.6498037633,
"total_value_mid": 8550.7043037633,
"total_value_exit_net": 8549.3985128883,
"total_value": 8550.7043037633,
"base_cost_quote": 3616.5715788872,
"unrealized_pnl_exit_net": -1876.8228697623
},
{
"timestamp": "2025-07-02T23:59:00+00:00",
"base_asset_bal": 387426,
"quote_asset_bal": 6990.6886370728,
"total_value_mid": 8718.6085970728,
"total_value_exit_net": 8717.3126571028,
"total_value": 8718.6085970728,
"base_cost_quote": 3436.35369377,
"unrealized_pnl_exit_net": -1709.72967374
},
{
"timestamp": "2025-07-03T23:59:00+00:00",
"base_asset_bal": 391901,
"quote_asset_bal": 6971.2619054073,
"total_value_mid": 8715.2213554073,
"total_value_exit_net": 8713.9133858198,
"total_value": 8715.2213554073,
"base_cost_quote": 3456.3773502575,
"unrealized_pnl_exit_net": -1713.725869845
},
{
"timestamp": "2025-07-04T23:59:00+00:00",
"base_asset_bal": 415439,
"quote_asset_bal": 6871.6368520466,
"total_value_mid": 8595.7087020466,
"total_value_exit_net": 8594.4156481591,
"total_value": 8595.7087020466,
"base_cost_quote": 3556.4930727765,
"unrealized_pnl_exit_net": -1833.714276664
},
{
"timestamp": "2025-07-05T23:59:00+00:00",
"base_asset_bal": 415442,
"quote_asset_bal": 6871.9586434396,
"total_value_mid": 8587.7341034395,
"total_value_exit_net": 8586.4472718445,
"total_value": 8587.7341034395,
"base_cost_quote": 3556.4934050255,
"unrealized_pnl_exit_net": -1842.0047766205
},
{
"timestamp": "2025-07-06T23:59:00+00:00",
"base_asset_bal": 404742,
"quote_asset_bal": 6917.4501808788,
"total_value_mid": 8625.4614208788,
"total_value_exit_net": 8624.1804124488,
"total_value": 8625.4614208788,
"base_cost_quote": 3511.434506178,
"unrealized_pnl_exit_net": -1804.704274608
},
{
"timestamp": "2025-07-07T23:59:00+00:00",
"base_asset_bal": 403543,
"quote_asset_bal": 6923.1317852788,
"total_value_mid": 8654.3312552788,
"total_value_exit_net": 8653.0328556763,
"total_value": 8654.3312552788,
"base_cost_quote": 3506.4344529485,
"unrealized_pnl_exit_net": -1776.533382551
},
{
"timestamp": "2025-07-08T23:59:00+00:00",
"base_asset_bal": 394259,
"quote_asset_bal": 6963.9787314373,
"total_value_mid": 8686.8905614373,
"total_value_exit_net": 8685.5983775648,
"total_value": 8686.8905614373,
"base_cost_quote": 3466.386373399,
"unrealized_pnl_exit_net": -1744.7667272715
},
{
"timestamp": "2025-07-09T23:59:00+00:00",
"base_asset_bal": 377518,
"quote_asset_bal": 7040.2436986281,
"total_value_mid": 8776.826498628,
"total_value_exit_net": 8775.524061528,
"total_value": 8776.826498628,
"base_cost_quote": 3391.3000468585,
"unrealized_pnl_exit_net": -1656.0196839585
},
{
"timestamp": "2025-07-10T23:59:00+00:00",
"base_asset_bal": 360754,
"quote_asset_bal": 7121.2675566061,
"total_value_mid": 8917.8224766061,
"total_value_exit_net": 8916.4750604161,
"total_value": 8917.8224766061,
"base_cost_quote": 3311.2037436515,
"unrealized_pnl_exit_net": -1515.9962398415
},
{
"timestamp": "2025-07-11T23:59:00+00:00",
"base_asset_bal": 371227,
"quote_asset_bal": 7068.0213005043,
"total_value_mid": 8942.7176505043,
"total_value_exit_net": 8941.3116282418,
"total_value": 8942.7176505043,
"base_cost_quote": 3366.2724212067,
"unrealized_pnl_exit_net": -1492.9820934693
},
{
"timestamp": "2025-07-12T23:59:00+00:00",
"base_asset_bal": 371138,
"quote_asset_bal": 7069.5713633611,
"total_value_mid": 8936.395503361,
"total_value_exit_net": 8934.995385256,
"total_value": 8936.395503361,
"base_cost_quote": 3366.2757286855,
"unrealized_pnl_exit_net": -1500.8517067905
},
{
"timestamp": "2025-07-13T23:59:00+00:00",
"base_asset_bal": 361313,
"quote_asset_bal": 7120.7999842041,
"total_value_mid": 8985.1750642041,
"total_value_exit_net": 8983.7767828941,
"total_value": 8985.1750642041,
"base_cost_quote": 3316.2018264042,
"unrealized_pnl_exit_net": -1453.2250277143
},
{
"timestamp": "2025-07-14T23:59:00+00:00",
"base_asset_bal": 365171,
"quote_asset_bal": 7101.9011952799,
"total_value_mid": 8967.9250052798,
"total_value_exit_net": 8966.5254874223,
"total_value": 8967.9250052798,
"base_cost_quote": 3336.2237115642,
"unrealized_pnl_exit_net": -1471.5994194218
},
{
"timestamp": "2025-07-15T23:59:00+00:00",
"base_asset_bal": 351817,
"quote_asset_bal": 7173.2022213811,
"total_value_mid": 9076.5321913811,
"total_value_exit_net": 9075.1046939036,
"total_value": 9076.5321913811,
"base_cost_quote": 3266.1361332752,
"unrealized_pnl_exit_net": -1364.2336607528
},
{
"timestamp": "2025-07-16T23:59:00+00:00",
"base_asset_bal": 344432,
"quote_asset_bal": 7214.2803055829,
"total_value_mid": 9125.8779055829,
"total_value_exit_net": 9124.4442073829,
"total_value": 9125.8779055829,
"base_cost_quote": 3226.0854527765,
"unrealized_pnl_exit_net": -1315.9215509765
},
{
"timestamp": "2025-07-17T23:59:00+00:00",
"base_asset_bal": 345319,
"quote_asset_bal": 7210.4465538599,
"total_value_mid": 9116.6074338598,
"total_value_exit_net": 9115.1778131998,
"total_value": 9116.6074338598,
"base_cost_quote": 3231.0887374277,
"unrealized_pnl_exit_net": -1326.3574780878
},
{
"timestamp": "2025-07-18T23:59:00+00:00",
"base_asset_bal": 334711,
"quote_asset_bal": 7271.8951946549,
"total_value_mid": 9139.5825746548,
"total_value_exit_net": 9138.1818091198,
"total_value": 9139.5825746548,
"base_cost_quote": 3171.0104624902,
"unrealized_pnl_exit_net": -1304.7238480253
},
{
"timestamp": "2025-07-19T23:59:00+00:00",
"base_asset_bal": 329391,
"quote_asset_bal": 7302.6540807639,
"total_value_mid": 9173.5949607639,
"total_value_exit_net": 9172.1917551039,
"total_value": 9173.5949607639,
"base_cost_quote": 3140.9738819377,
"unrealized_pnl_exit_net": -1271.4362075977
},
{
"timestamp": "2025-07-20T23:59:00+00:00",
"base_asset_bal": 314852,
"quote_asset_bal": 7388.5724630974,
"total_value_mid": 9255.6448230974,
"total_value_exit_net": 9254.2445188274,
"total_value": 9255.6448230974,
"base_cost_quote": 3055.8702710645,
"unrealized_pnl_exit_net": -1190.1982153345
},
{
"timestamp": "2025-07-21T23:59:00+00:00",
"base_asset_bal": 311459,
"quote_asset_bal": 7409.4432654971,
"total_value_mid": 9293.7702154971,
"total_value_exit_net": 9292.3569702846,
"total_value": 9293.7702154971,
"base_cost_quote": 3035.8318204898,
"unrealized_pnl_exit_net": -1152.9181157023
},
{
"timestamp": "2025-07-22T23:59:00+00:00",
"base_asset_bal": 308821,
"quote_asset_bal": 7425.7804562576,
"total_value_mid": 9281.7946662576,
"total_value_exit_net": 9280.4026556001,
"total_value": 9281.7946662576,
"base_cost_quote": 3020.813736368,
"unrealized_pnl_exit_net": -1166.1915370255
},
{
"timestamp": "2025-07-23T23:59:00+00:00",
"base_asset_bal": 333384,
"quote_asset_bal": 7286.9351243729,
"total_value_mid": 9103.8779243729,
"total_value_exit_net": 9102.5152172729,
"total_value": 9103.8779243729,
"base_cost_quote": 3160.9965686985,
"unrealized_pnl_exit_net": -1345.4164757985
},
{
"timestamp": "2025-07-24T23:59:00+00:00",
"base_asset_bal": 348205,
"quote_asset_bal": 7208.1078886017,
"total_value_mid": 9036.1841386017,
"total_value_exit_net": 9034.8130814142,
"total_value": 9036.1841386017,
"base_cost_quote": 3241.0931411072,
"unrealized_pnl_exit_net": -1414.3879482947
},
{
"timestamp": "2025-07-25T23:59:00+00:00",
"base_asset_bal": 341667,
"quote_asset_bal": 7244.3175881074,
"total_value_mid": 9085.9027181074,
"total_value_exit_net": 9084.5215292599,
"total_value": 9085.9027181074,
"base_cost_quote": 3206.0534810572,
"unrealized_pnl_exit_net": -1365.8495399048
},
{
"timestamp": "2025-07-26T23:59:00+00:00",
"base_asset_bal": 340757,
"quote_asset_bal": 7249.9011181959,
"total_value_mid": 9083.1737781959,
"total_value_exit_net": 9081.7988237009,
"total_value": 9083.1737781959,
"base_cost_quote": 3201.0487202997,
"unrealized_pnl_exit_net": -1369.1510147947
},
{
"timestamp": "2025-07-27T23:59:00+00:00",
"base_asset_bal": 330755,
"quote_asset_bal": 7305.8068566612,
"total_value_mid": 9164.6499566612,
"total_value_exit_net": 9163.2558243362,
"total_value": 9164.6499566612,
"base_cost_quote": 3145.9830019623,
"unrealized_pnl_exit_net": -1288.5340342873
},
{
"timestamp": "2025-07-28T23:59:00+00:00",
"base_asset_bal": 352896,
"quote_asset_bal": 7186.6380831352,
"total_value_mid": 9025.2262431352,
"total_value_exit_net": 9023.8473020152,
"total_value": 9025.2262431352,
"base_cost_quote": 3266.127287646,
"unrealized_pnl_exit_net": -1428.918068766
},
{
"timestamp": "2025-07-29T23:59:00+00:00",
"base_asset_bal": 364576,
"quote_asset_bal": 7127.5661045987,
"total_value_mid": 8983.2579445987,
"total_value_exit_net": 8981.8661757187,
"total_value": 8983.2579445987,
"base_cost_quote": 3326.2122395875,
"unrealized_pnl_exit_net": -1471.9121684675
},
{
"timestamp": "2025-07-30T23:59:00+00:00",
"base_asset_bal": 368628,
"quote_asset_bal": 7108.56644408,
"total_value_mid": 8951.70644408,
"total_value_exit_net": 8950.32408908,
"total_value": 8951.70644408,
"base_cost_quote": 3346.2401452595,
"unrealized_pnl_exit_net": -1504.4825002595
},
{
"timestamp": "2025-07-31T23:59:00+00:00",
"base_asset_bal": 393313,
"quote_asset_bal": 6989.3177282955,
"total_value_mid": 8837.8888282955,
"total_value_exit_net": 8836.5023999705,
"total_value": 8837.8888282955,
"base_cost_quote": 3466.3899220585,
"unrealized_pnl_exit_net": -1619.2052503835
},
{
"timestamp": "2025-08-01T23:59:00+00:00",
"base_asset_bal": 403087,
"quote_asset_bal": 6945.911595896,
"total_value_mid": 8783.9883158959,
"total_value_exit_net": 8782.6097583559,
"total_value": 8783.9883158959,
"base_cost_quote": 3511.450498163,
"unrealized_pnl_exit_net": -1674.752335703
},
{
"timestamp": "2025-08-02T23:59:00+00:00",
"base_asset_bal": 417474,
"quote_asset_bal": 6882.0225229347,
"total_value_mid": 8731.4323429347,
"total_value_exit_net": 8730.0452855697,
"total_value": 8731.4323429347,
"base_cost_quote": 3576.5309699365,
"unrealized_pnl_exit_net": -1728.5082073015
},
{
"timestamp": "2025-08-03T23:59:00+00:00",
"base_asset_bal": 404218,
"quote_asset_bal": 6942.5390007152,
"total_value_mid": 8801.9418007152,
"total_value_exit_net": 8800.5472486152,
"total_value": 8801.9418007152,
"base_cost_quote": 3516.455393021,
"unrealized_pnl_exit_net": -1658.447145121
},
{
"timestamp": "2025-08-04T23:59:00+00:00",
"base_asset_bal": 385067,
"quote_asset_bal": 7033.3319416237,
"total_value_mid": 8893.2055516237,
"total_value_exit_net": 8891.8106464162,
"total_value": 8893.2055516237,
"base_cost_quote": 3426.347458718,
"unrealized_pnl_exit_net": -1567.8687539255
},
{
"timestamp": "2025-08-05T23:59:00+00:00",
"base_asset_bal": 395759,
"quote_asset_bal": 6984.7825248845,
"total_value_mid": 8825.0618748844,
"total_value_exit_net": 8823.681665372,
"total_value": 8825.0618748844,
"base_cost_quote": 3476.400005995,
"unrealized_pnl_exit_net": -1637.5008655075
},
{
"timestamp": "2025-08-06T23:59:00+00:00",
"base_asset_bal": 394777,
"quote_asset_bal": 6990.4759614355,
"total_value_mid": 8865.6667114354,
"total_value_exit_net": 8864.2603183729,
"total_value": 8865.6667114354,
"base_cost_quote": 3471.392425124,
"unrealized_pnl_exit_net": -1597.6080681865
},
{
"timestamp": "2025-08-07T23:59:00+00:00",
"base_asset_bal": 378266,
"quote_asset_bal": 7071.3261340505,
"total_value_mid": 8943.7428340505,
"total_value_exit_net": 8942.3385215255,
"total_value": 8943.7428340505,
"base_cost_quote": 3391.295913761,
"unrealized_pnl_exit_net": -1520.283526286
},
{
"timestamp": "2025-08-08T23:59:00+00:00",
"base_asset_bal": 373250,
"quote_asset_bal": 7097.3148526575,
"total_value_mid": 8978.4948526575,
"total_value_exit_net": 8977.0839676575,
"total_value": 8978.4948526575,
"base_cost_quote": 3366.2560459345,
"unrealized_pnl_exit_net": -1486.4869309345
},
{
"timestamp": "2025-08-09T23:59:00+00:00",
"base_asset_bal": 359550,
"quote_asset_bal": 7168.1092120568,
"total_value_mid": 9059.3422120567,
"total_value_exit_net": 9057.9237873067,
"total_value": 9059.3422120567,
"base_cost_quote": 3296.159282762,
"unrealized_pnl_exit_net": -1406.344707512
},
{
"timestamp": "2025-08-10T23:59:00+00:00",
"base_asset_bal": 367249,
"quote_asset_bal": 7128.7751577958,
"total_value_mid": 9031.1249777957,
"total_value_exit_net": 9029.6982154307,
"total_value": 9031.1249777957,
"base_cost_quote": 3336.2174588782,
"unrealized_pnl_exit_net": -1435.2944012433
},
{
"timestamp": "2025-08-11T23:59:00+00:00",
"base_asset_bal": 382068,
"quote_asset_bal": 7054.8708250998,
"total_value_mid": 8915.5419850998,
"total_value_exit_net": 8914.1464817298,
"total_value": 8915.5419850998,
"base_cost_quote": 3411.3126400547,
"unrealized_pnl_exit_net": -1552.0369834247
},
{
"timestamp": "2025-08-12T23:59:00+00:00",
"base_asset_bal": 360324,
"quote_asset_bal": 7166.0154437948,
"total_value_mid": 9043.3034837948,
"total_value_exit_net": 9041.8955177648,
"total_value": 9043.3034837948,
"base_cost_quote": 3301.1644167992,
"unrealized_pnl_exit_net": -1425.2843428292
},
{
"timestamp": "2025-08-13T23:59:00+00:00",
"base_asset_bal": 345248,
"quote_asset_bal": 7247.0763376796,
"total_value_mid": 9104.5105776796,
"total_value_exit_net": 9103.1175019996,
"total_value": 9104.5105776796,
"base_cost_quote": 3221.0670187717,
"unrealized_pnl_exit_net": -1365.0258544517
},
{
"timestamp": "2025-08-14T23:59:00+00:00",
"base_asset_bal": 372977,
"quote_asset_bal": 7107.7768107666,
"total_value_mid": 8898.0664107666,
"total_value_exit_net": 8896.7236935666,
"total_value": 8898.0664107666,
"base_cost_quote": 3361.2498150752,
"unrealized_pnl_exit_net": -1572.3029322753
},
{
"timestamp": "2025-08-15T23:59:00+00:00",
"base_asset_bal": 377012,
"quote_asset_bal": 7088.6006813296,
"total_value_mid": 8879.4076813296,
"total_value_exit_net": 8878.0645760796,
"total_value": 8879.4076813296,
"base_cost_quote": 3381.2775846453,
"unrealized_pnl_exit_net": -1591.8136898953
},
{
"timestamp": "2025-08-16T23:59:00+00:00",
"base_asset_bal": 360487,
"quote_asset_bal": 7169.4249478866,
"total_value_mid": 8975.4648178866,
"total_value_exit_net": 8974.1102879841,
"total_value": 8975.4648178866,
"base_cost_quote": 3301.1726789912,
"unrealized_pnl_exit_net": -1496.4873388938
},
{
"timestamp": "2025-08-17T23:59:00+00:00",
"base_asset_bal": 367415,
"quote_asset_bal": 7134.8414242126,
"total_value_mid": 8957.2198242126,
"total_value_exit_net": 8955.8530404126,
"total_value": 8957.2198242126,
"base_cost_quote": 3336.2224966537,
"unrealized_pnl_exit_net": -1515.2108804538
},
{
"timestamp": "2025-08-18T23:59:00+00:00",
"base_asset_bal": 381847,
"quote_asset_bal": 7065.3954726187,
"total_value_mid": 8879.1687226186,
"total_value_exit_net": 8877.8083926811,
"total_value": 8879.1687226186,
"base_cost_quote": 3406.3169560997,
"unrealized_pnl_exit_net": -1593.9040360373
},
{
"timestamp": "2025-08-19T23:59:00+00:00",
"base_asset_bal": 393579,
"quote_asset_bal": 7010.8979245524,
"total_value_mid": 8805.6181645524,
"total_value_exit_net": 8804.2721243724,
"total_value": 8805.6181645524,
"base_cost_quote": 3461.3904482632,
"unrealized_pnl_exit_net": -1668.0162484433
},
{
"timestamp": "2025-08-20T23:59:00+00:00",
"base_asset_bal": 379745,
"quote_asset_bal": 7076.6260357494,
"total_value_mid": 8903.1994857494,
"total_value_exit_net": 8901.8295556619,
"total_value": 8903.1994857494,
"base_cost_quote": 3396.3118999312,
"unrealized_pnl_exit_net": -1571.1083800187
},
{
"timestamp": "2025-08-21T23:59:00+00:00",
"base_asset_bal": 390422,
"quote_asset_bal": 7027.0039248862,
"total_value_mid": 8830.7535648861,
"total_value_exit_net": 8829.4007526561,
"total_value": 8830.7535648861,
"base_cost_quote": 3446.3703136047,
"unrealized_pnl_exit_net": -1643.9734858348
},
{
"timestamp": "2025-08-22T23:59:00+00:00",
"base_asset_bal": 354586,
"quote_asset_bal": 7203.1651593852,
"total_value_mid": 9011.5537593852,
"total_value_exit_net": 9010.1974679352,
"total_value": 9011.5537593852,
"base_cost_quote": 3271.1300859327,
"unrealized_pnl_exit_net": -1464.0977773827
},
{
"timestamp": "2025-08-23T23:59:00+00:00",
"base_asset_bal": 362395,
"quote_asset_bal": 7163.6973602812,
"total_value_mid": 9019.1597602812,
"total_value_exit_net": 9017.7681634812,
"total_value": 9019.1597602812,
"base_cost_quote": 3311.183918794,
"unrealized_pnl_exit_net": -1457.113115594
},
{
"timestamp": "2025-08-24T23:59:00+00:00",
"base_asset_bal": 364524,
"quote_asset_bal": 7154.3569680177,
"total_value_mid": 8969.6864880177,
"total_value_exit_net": 8968.3249908777,
"total_value": 8969.6864880177,
"base_cost_quote": 3321.2095493818,
"unrealized_pnl_exit_net": -1507.2415265218
},
{
"timestamp": "2025-08-25T23:59:00+00:00",
"base_asset_bal": 387615,
"quote_asset_bal": 7044.8643883895,
"total_value_mid": 8804.6364883894,
"total_value_exit_net": 8803.3166593144,
"total_value": 8804.6364883894,
"base_cost_quote": 3431.3362124793,
"unrealized_pnl_exit_net": -1672.8839415543
},
{
"timestamp": "2025-08-26T23:59:00+00:00",
"base_asset_bal": 372525,
"quote_asset_bal": 7115.569322242,
"total_value_mid": 8885.0630722419,
"total_value_exit_net": 8883.7359519294,
"total_value": 8885.0630722419,
"base_cost_quote": 3361.2531996118,
"unrealized_pnl_exit_net": -1593.0865699243
},
{
"timestamp": "2025-08-27T23:59:00+00:00",
"base_asset_bal": 373588,
"quote_asset_bal": 7111.113070423,
"total_value_mid": 8870.7125504229,
"total_value_exit_net": 8869.3928508129,
"total_value": 8870.7125504229,
"base_cost_quote": 3366.2573018758,
"unrealized_pnl_exit_net": -1607.9775214858
},
{
"timestamp": "2025-08-28T23:59:00+00:00",
"base_asset_bal": 368392,
"quote_asset_bal": 7136.564897469,
"total_value_mid": 8908.530417469,
"total_value_exit_net": 8907.201443329,
"total_value": 8908.530417469,
"base_cost_quote": 3341.2290607628,
"unrealized_pnl_exit_net": -1570.5925149028
},
{
"timestamp": "2025-08-29T23:59:00+00:00",
"base_asset_bal": 391018,
"quote_asset_bal": 7032.1394956972,
"total_value_mid": 8791.7204956972,
"total_value_exit_net": 8790.4008099472,
"total_value": 8791.7204956972,
"base_cost_quote": 3446.3647774557,
"unrealized_pnl_exit_net": -1688.1034632058
},
{
"timestamp": "2025-08-30T23:59:00+00:00",
"base_asset_bal": 388811,
"quote_asset_bal": 7042.5009134757,
"total_value_mid": 8803.8147434757,
"total_value_exit_net": 8802.4937581032,
"total_value": 8803.8147434757,
"base_cost_quote": 3436.3497137872,
"unrealized_pnl_exit_net": -1676.3568691597
},
{
"timestamp": "2025-08-31T23:59:00+00:00",
"base_asset_bal": 395368,
"quote_asset_bal": 7012.9314378397,
"total_value_mid": 8768.3653578397,
"total_value_exit_net": 8767.0487823997,
"total_value": 8768.3653578397,
"base_cost_quote": 3466.3896948882,
"unrealized_pnl_exit_net": -1712.2723503282
},
{
"timestamp": "2025-09-01T23:59:00+00:00",
"base_asset_bal": 407030,
"quote_asset_bal": 6963.5122938777,
"total_value_mid": 8689.3194938777,
"total_value_exit_net": 8688.0251384777,
"total_value": 8689.3194938777,
"base_cost_quote": 3516.4537227692,
"unrealized_pnl_exit_net": -1791.9408781693
},
{
"timestamp": "2025-09-02T23:59:00+00:00",
"base_asset_bal": 403450,
"quote_asset_bal": 6979.0563221052,
"total_value_mid": 8738.0983221052,
"total_value_exit_net": 8736.7790406052,
"total_value": 8738.0983221052,
"base_cost_quote": 3501.4301034992,
"unrealized_pnl_exit_net": -1743.7073849992
},
{
"timestamp": "2025-09-03T23:59:00+00:00",
"base_asset_bal": 401112,
"quote_asset_bal": 6989.4666995884,
"total_value_mid": 8742.3261395884,
"total_value_exit_net": 8741.0114950084,
"total_value": 8742.3261395884,
"base_cost_quote": 3491.4167771327,
"unrealized_pnl_exit_net": -1739.8719817128
},
{
"timestamp": "2025-09-04T23:59:00+00:00",
"base_asset_bal": 416415,
"quote_asset_bal": 6924.663485734,
"total_value_mid": 8652.785735734,
"total_value_exit_net": 8651.4896440465,
"total_value": 8652.785735734,
"base_cost_quote": 3556.5002251368,
"unrealized_pnl_exit_net": -1829.6740668242
},
{
"timestamp": "2025-09-05T23:59:00+00:00",
"base_asset_bal": 413958,
"quote_asset_bal": 6935.1591133939,
"total_value_mid": 8694.4806133939,
"total_value_exit_net": 8693.1611222689,
"total_value": 8694.4806133939,
"base_cost_quote": 3546.4892044982,
"unrealized_pnl_exit_net": -1788.4871956232
},
{
"timestamp": "2025-09-06T23:59:00+00:00",
"base_asset_bal": 419879,
"quote_asset_bal": 6910.3495594797,
"total_value_mid": 8669.6425694797,
"total_value_exit_net": 8668.3230997222,
"total_value": 8669.6425694797,
"base_cost_quote": 3571.5172854912,
"unrealized_pnl_exit_net": -1813.5437452487
},
{
"timestamp": "2025-09-07T23:59:00+00:00",
"base_asset_bal": 413941,
"quote_asset_bal": 6935.652180866,
"total_value_mid": 8699.0408408659,
"total_value_exit_net": 8697.7182993709,
"total_value": 8699.0408408659,
"base_cost_quote": 3546.4878154572,
"unrealized_pnl_exit_net": -1784.4216969523
},
{
"timestamp": "2025-09-08T23:59:00+00:00",
"base_asset_bal": 401210,
"quote_asset_bal": 6991.165717757,
"total_value_mid": 8752.4776177569,
"total_value_exit_net": 8751.1566338319,
"total_value": 8752.4776177569,
"base_cost_quote": 3491.4195011742,
"unrealized_pnl_exit_net": -1731.4285850993
},
{
"timestamp": "2025-09-09T23:59:00+00:00",
"base_asset_bal": 403382,
"quote_asset_bal": 6981.7773267774,
"total_value_mid": 8756.6581267774,
"total_value_exit_net": 8755.3269661774,
"total_value": 8756.6581267774,
"base_cost_quote": 3501.4299714002,
"unrealized_pnl_exit_net": -1727.8803320002
},
{
"timestamp": "2025-09-10T23:59:00+00:00",
"base_asset_bal": 392374,
"quote_asset_bal": 7032.4458787864,
"total_value_mid": 8821.6713187864,
"total_value_exit_net": 8820.3293997064,
"total_value": 8821.6713187864,
"base_cost_quote": 3451.3695021863,
"unrealized_pnl_exit_net": -1663.4859812663
},
{
"timestamp": "2025-09-11T23:59:00+00:00",
"base_asset_bal": 382628,
"quote_asset_bal": 7078.3128036794,
"total_value_mid": 8857.5330036794,
"total_value_exit_net": 8856.1985885294,
"total_value": 8857.5330036794,
"base_cost_quote": 3406.3094484733,
"unrealized_pnl_exit_net": -1628.4236636233
},
{
"timestamp": "2025-09-12T23:59:00+00:00",
"base_asset_bal": 364948,
"quote_asset_bal": 7164.210766603,
"total_value_mid": 8974.3528466029,
"total_value_exit_net": 8972.9952400429,
"total_value": 8974.3528466029,
"base_cost_quote": 3321.2117830557,
"unrealized_pnl_exit_net": -1512.4273096158
},
{
"timestamp": "2025-09-13T23:59:00+00:00",
"base_asset_bal": 350066,
"quote_asset_bal": 7251.1357717792,
"total_value_mid": 9029.4710517792,
"total_value_exit_net": 9028.1373003192,
"total_value": 9029.4710517792,
"base_cost_quote": 3236.0911544288,
"unrealized_pnl_exit_net": -1459.0896258888
},
{
"timestamp": "2025-09-14T23:59:00+00:00",
"base_asset_bal": 357035,
"quote_asset_bal": 7216.7473937855,
"total_value_mid": 8959.0781937854,
"total_value_exit_net": 8957.7714456854,
"total_value": 8959.0781937854,
"base_cost_quote": 3271.1458057138,
"unrealized_pnl_exit_net": -1530.1217538138
},
{
"timestamp": "2025-09-15T23:59:00+00:00",
"base_asset_bal": 369375,
"quote_asset_bal": 7157.5006577872,
"total_value_mid": 8893.5631577872,
"total_value_exit_net": 8892.2611109122,
"total_value": 8893.5631577872,
"base_cost_quote": 3331.2160326198,
"unrealized_pnl_exit_net": -1596.4555794948
},
{
"timestamp": "2025-09-16T23:59:00+00:00",
"base_asset_bal": 368371,
"quote_asset_bal": 7163.1135451267,
"total_value_mid": 8923.9269251267,
"total_value_exit_net": 8922.6063150917,
"total_value": 8923.9269251267,
"base_cost_quote": 3326.2079733903,
"unrealized_pnl_exit_net": -1566.7152034253
},
{
"timestamp": "2025-09-17T23:59:00+00:00",
"base_asset_bal": 361153,
"quote_asset_bal": 7198.9642647808,
"total_value_mid": 8975.8370247807,
"total_value_exit_net": 8974.5043702107,
"total_value": 8975.8370247807,
"base_cost_quote": 3291.1673306038,
"unrealized_pnl_exit_net": -1515.6272251738
},
{
"timestamp": "2025-09-18T23:59:00+00:00",
"base_asset_bal": 360111,
"quote_asset_bal": 7204.5102147113,
"total_value_mid": 8983.4585547112,
"total_value_exit_net": 8982.1243434562,
"total_value": 8983.4585547112,
"base_cost_quote": 3286.1651537828,
"unrealized_pnl_exit_net": -1508.5510250378
},
{
"timestamp": "2025-09-19T23:59:00+00:00",
"base_asset_bal": 375805,
"quote_asset_bal": 7129.9813388215,
"total_value_mid": 8884.9906888215,
"total_value_exit_net": 8883.674431809,
"total_value": 8884.9906888215,
"base_cost_quote": 3361.2544145222,
"unrealized_pnl_exit_net": -1607.5613215348
},
{
"timestamp": "2025-09-20T23:59:00+00:00",
"base_asset_bal": 364184,
"quote_asset_bal": 7185.3810709446,
"total_value_mid": 8926.1805909446,
"total_value_exit_net": 8924.8749913046,
"total_value": 8926.1805909446,
"base_cost_quote": 3306.1844790242,
"unrealized_pnl_exit_net": -1566.6905586642
},
{
"timestamp": "2025-09-21T23:59:00+00:00",
"base_asset_bal": 367431,
"quote_asset_bal": 7170.7657714401,
"total_value_mid": 8912.3887114401,
"total_value_exit_net": 8911.0824942351,
"total_value": 8912.3887114401,
"base_cost_quote": 3321.2020517627,
"unrealized_pnl_exit_net": -1580.8853289677
},
{
"timestamp": "2025-09-22T23:59:00+00:00",
"base_asset_bal": 379417,
"quote_asset_bal": 7116.4403364941,
"total_value_mid": 8732.756756494,
"total_value_exit_net": 8731.544519179,
"total_value": 8732.756756494,
"base_cost_quote": 3376.2625742062,
"unrealized_pnl_exit_net": -1761.1583915213
},
{
"timestamp": "2025-09-23T23:59:00+00:00",
"base_asset_bal": 381780,
"quote_asset_bal": 7106.9068454778,
"total_value_mid": 8710.3828454778,
"total_value_exit_net": 8709.1802384778,
"total_value": 8710.3828454778,
"base_cost_quote": 3386.2749698752,
"unrealized_pnl_exit_net": -1784.0015768753
},
{
"timestamp": "2025-09-24T23:59:00+00:00",
"base_asset_bal": 383043,
"quote_asset_bal": 7102.2874105063,
"total_value_mid": 8718.7288705063,
"total_value_exit_net": 8717.5165394113,
"total_value": 8718.7288705063,
"base_cost_quote": 3391.2793023117,
"unrealized_pnl_exit_net": -1776.0501734068
},
{
"timestamp": "2025-09-25T23:59:00+00:00",
"base_asset_bal": 395206,
"quote_asset_bal": 7052.9490425581,
"total_value_mid": 8606.1086225581,
"total_value_exit_net": 8604.9437528731,
"total_value": 8606.1086225581,
"base_cost_quote": 3441.3322108595,
"unrealized_pnl_exit_net": -1889.3375005445
},
{
"timestamp": "2025-09-26T23:59:00+00:00",
"base_asset_bal": 388929,
"quote_asset_bal": 7078.4158068483,
"total_value_mid": 8657.4675468483,
"total_value_exit_net": 8656.2832580433,
"total_value": 8657.4675468483,
"base_cost_quote": 3416.3081558837,
"unrealized_pnl_exit_net": -1838.4407046887
},
{
"timestamp": "2025-09-27T23:59:00+00:00",
"base_asset_bal": 386470,
"quote_asset_bal": 7088.6625959728,
"total_value_mid": 8661.5954959728,
"total_value_exit_net": 8660.4157962978,
"total_value": 8661.5954959728,
"base_cost_quote": 3406.2963506572,
"unrealized_pnl_exit_net": -1834.5431503323
},
{
"timestamp": "2025-09-28T23:59:00+00:00",
"base_asset_bal": 385356,
"quote_asset_bal": 7093.9889036743,
"total_value_mid": 8700.9234236743,
"total_value_exit_net": 8699.7182227843,
"total_value": 8700.9234236743,
"base_cost_quote": 3401.294046741,
"unrealized_pnl_exit_net": -1795.564727631
},
{
"timestamp": "2025-09-29T23:59:00+00:00",
"base_asset_bal": 388976,
"quote_asset_bal": 7079.4117800206,
"total_value_mid": 8670.3236200205,
"total_value_exit_net": 8669.1304361405,
"total_value": 8670.3236200205,
"base_cost_quote": 3416.3062784767,
"unrealized_pnl_exit_net": -1826.5876223568
},
{
"timestamp": "2025-09-30T23:59:00+00:00",
"base_asset_bal": 392633,
"quote_asset_bal": 7064.8899708653,
"total_value_mid": 8643.2746308653,
"total_value_exit_net": 8642.0908423703,
"total_value": 8643.2746308653,
"base_cost_quote": 3431.3233108102,
"unrealized_pnl_exit_net": -1854.1224393052
},
{
"timestamp": "2025-10-01T23:59:00+00:00",
"base_asset_bal": 375588,
"quote_asset_bal": 7135.6480620968,
"total_value_mid": 8743.1647020968,
"total_value_exit_net": 8741.9590646168,
"total_value": 8743.1647020968,
"base_cost_quote": 3361.239940675,
"unrealized_pnl_exit_net": -1754.928938155
},
{
"timestamp": "2025-10-02T23:59:00+00:00",
"base_asset_bal": 369853,
"quote_asset_bal": 7161.4520821778,
"total_value_mid": 8829.4891121778,
"total_value_exit_net": 8828.2380844053,
"total_value": 8829.4891121778,
"base_cost_quote": 3336.2147758675,
"unrealized_pnl_exit_net": -1669.42877364
},
{
"timestamp": "2025-10-03T23:59:00+00:00",
"base_asset_bal": 373067,
"quote_asset_bal": 7147.0922155383,
"total_value_mid": 8852.0084055383,
"total_value_exit_net": 8850.7297183958,
"total_value": 8852.0084055383,
"base_cost_quote": 3351.233257287,
"unrealized_pnl_exit_net": -1647.5957544295
},
{
"timestamp": "2025-10-04T23:59:00+00:00",
"base_asset_bal": 380889,
"quote_asset_bal": 7112.5079417526,
"total_value_mid": 8784.6106517525,
"total_value_exit_net": 8783.35657472,
"total_value": 8784.6106517525,
"base_cost_quote": 3386.2780992205,
"unrealized_pnl_exit_net": -1715.429466253
},
{
"timestamp": "2025-10-05T23:59:00+00:00",
"base_asset_bal": 383203,
"quote_asset_bal": 7102.9923374963,
"total_value_mid": 8773.7574174963,
"total_value_exit_net": 8772.5043436863,
"total_value": 8773.7574174963,
"base_cost_quote": 3396.291889935,
"unrealized_pnl_exit_net": -1726.779883745
},
{
"timestamp": "2025-10-06T23:59:00+00:00",
"base_asset_bal": 374147,
"quote_asset_bal": 7143.6954059373,
"total_value_mid": 8838.5813159373,
"total_value_exit_net": 8837.3101515048,
"total_value": 8838.5813159373,
"base_cost_quote": 3356.2358764395,
"unrealized_pnl_exit_net": -1662.621130872
},
{
"timestamp": "2025-10-07T23:59:00+00:00",
"base_asset_bal": 387815,
"quote_asset_bal": 7084.2012543018,
"total_value_mid": 8728.5368543018,
"total_value_exit_net": 8727.3036026018,
"total_value": 8728.5368543018,
"base_cost_quote": 3416.313182651,
"unrealized_pnl_exit_net": -1773.210834351
},
{
"timestamp": "2025-10-08T23:59:00+00:00",
"base_asset_bal": 380810,
"quote_asset_bal": 7114.729212791,
"total_value_mid": 8782.677012791,
"total_value_exit_net": 8781.426051941,
"total_value": 8782.677012791,
"base_cost_quote": 3386.2791840335,
"unrealized_pnl_exit_net": -1719.5823448835
},
{
"timestamp": "2025-10-09T23:59:00+00:00",
"base_asset_bal": 333913,
"quote_asset_bal": 7347.0056565673,
"total_value_mid": 8966.4837065673,
"total_value_exit_net": 8965.2690980298,
"total_value": 8966.4837065673,
"base_cost_quote": 3155.9743138303,
"unrealized_pnl_exit_net": -1537.7108723678
},
{
"timestamp": "2025-10-10T23:59:00+00:00",
"base_asset_bal": 343622,
"quote_asset_bal": 7330.2742616296,
"total_value_mid": 8484.8441816296,
"total_value_exit_net": 8483.9782541896,
"total_value": 8484.8441816296,
"base_cost_quote": 3175.9987448983,
"unrealized_pnl_exit_net": -2022.2947523382
},
{
"timestamp": "2025-10-11T23:59:00+00:00",
"base_asset_bal": 358242,
"quote_asset_bal": 7282.3804797724,
"total_value_mid": 8482.4911797724,
"total_value_exit_net": 8481.5910967474,
"total_value": 8482.4911797724,
"base_cost_quote": 3226.0496949783,
"unrealized_pnl_exit_net": -2026.8390780033
},
{
"timestamp": "2025-10-12T23:59:00+00:00",
"base_asset_bal": 354282,
"quote_asset_bal": 7293.4208148993,
"total_value_mid": 8614.8926748993,
"total_value_exit_net": 8613.9015710043,
"total_value": 8614.8926748993,
"base_cost_quote": 3216.0415444907,
"unrealized_pnl_exit_net": -1895.5607883858
},
{
"timestamp": "2025-10-13T23:59:00+00:00",
"base_asset_bal": 368743,
"quote_asset_bal": 7235.3266800416,
"total_value_mid": 8710.2986800416,
"total_value_exit_net": 8709.1924510416,
"total_value": 8710.2986800416,
"base_cost_quote": 3276.1111709468,
"unrealized_pnl_exit_net": -1802.2453999468
},
{
"timestamp": "2025-10-14T23:59:00+00:00",
"base_asset_bal": 342256,
"quote_asset_bal": 7353.0594046111,
"total_value_mid": 8742.6187646111,
"total_value_exit_net": 8741.5765950911,
"total_value": 8742.6187646111,
"base_cost_quote": 3160.978953497,
"unrealized_pnl_exit_net": -1772.461763017
},
{
"timestamp": "2025-10-15T23:59:00+00:00",
"base_asset_bal": 364054,
"quote_asset_bal": 7269.3785784051,
"total_value_mid": 8630.9405384051,
"total_value_exit_net": 8629.9193669351,
"total_value": 8630.9405384051,
"base_cost_quote": 3246.0702111122,
"unrealized_pnl_exit_net": -1885.5294225823
},
{
"timestamp": "2025-10-16T23:59:00+00:00",
"base_asset_bal": 363945,
"quote_asset_bal": 7270.5604111724,
"total_value_mid": 8584.4018611724,
"total_value_exit_net": 8583.4164800849,
"total_value": 8584.4018611724,
"base_cost_quote": 3246.072565877,
"unrealized_pnl_exit_net": -1933.2164969645
},
{
"timestamp": "2025-10-17T23:59:00+00:00",
"base_asset_bal": 368042,
"quote_asset_bal": 7256.5143846269,
"total_value_mid": 8552.0222246269,
"total_value_exit_net": 8551.0505937469,
"total_value": 8552.0222246269,
"base_cost_quote": 3261.0871093452,
"unrealized_pnl_exit_net": -1966.5509002252
},
{
"timestamp": "2025-10-18T23:59:00+00:00",
"base_asset_bal": 352308,
"quote_asset_bal": 7318.2297319577,
"total_value_mid": 8621.7693319577,
"total_value_exit_net": 8620.7916772577,
"total_value": 8621.7693319577,
"base_cost_quote": 3201.0163580462,
"unrealized_pnl_exit_net": -1898.4544127463
},
{
"timestamp": "2025-10-19T23:59:00+00:00",
"base_asset_bal": 347026,
"quote_asset_bal": 7339.0644123686,
"total_value_mid": 8640.4119123686,
"total_value_exit_net": 8639.4359017436,
"total_value": 8640.4119123686,
"base_cost_quote": 3180.9943768143,
"unrealized_pnl_exit_net": -1880.6228874393
},
{
"timestamp": "2025-10-20T23:59:00+00:00",
"base_asset_bal": 351024,
"quote_asset_bal": 7324.9359373701,
"total_value_mid": 8609.6837773701,
"total_value_exit_net": 8608.7202164901,
"total_value": 8609.6837773701,
"base_cost_quote": 3196.0172295097,
"unrealized_pnl_exit_net": -1912.2329503897
},
{
"timestamp": "2025-10-21T23:59:00+00:00",
"base_asset_bal": 364993,
"quote_asset_bal": 7275.4907893379,
"total_value_mid": 8538.3665693378,
"total_value_exit_net": 8537.4194125028,
"total_value": 8538.3665693378,
"base_cost_quote": 3246.0785243425,
"unrealized_pnl_exit_net": -1984.1499011775
},
{
"timestamp": "2025-10-22T23:59:00+00:00",
"base_asset_bal": 367797,
"quote_asset_bal": 7265.8814913826,
"total_value_mid": 8498.0014413826,
"total_value_exit_net": 8497.0773514201,
"total_value": 8498.0014413826,
"base_cost_quote": 3256.0893788565,
"unrealized_pnl_exit_net": -2024.893518819
},
{
"timestamp": "2025-10-23T23:59:00+00:00",
"base_asset_bal": 364849,
"quote_asset_bal": 7276.1851545681,
"total_value_mid": 8505.7262845681,
"total_value_exit_net": 8504.8041287206,
"total_value": 8505.7262845681,
"base_cost_quote": 3246.081064246,
"unrealized_pnl_exit_net": -2017.4620900935
},
{
"timestamp": "2025-10-24T23:59:00+00:00",
"base_asset_bal": 364866,
"quote_asset_bal": 7276.4825843761,
"total_value_mid": 8538.9189443761,
"total_value_exit_net": 8537.9721171061,
"total_value": 8538.9189443761,
"base_cost_quote": 3246.0780129593,
"unrealized_pnl_exit_net": -1984.5884802293
},
{
"timestamp": "2025-10-25T23:59:00+00:00",
"base_asset_bal": 356761,
"quote_asset_bal": 7307.2556431096,
"total_value_mid": 8548.7839231096,
"total_value_exit_net": 8547.8527768996,
"total_value": 8548.7839231096,
"base_cost_quote": 3216.0458807405,
"unrealized_pnl_exit_net": -1975.4487469505
},
{
"timestamp": "2025-10-26T23:59:00+00:00",
"base_asset_bal": 346744,
"quote_asset_bal": 7342.7504796479,
"total_value_mid": 8580.6265596479,
"total_value_exit_net": 8579.6981525879,
"total_value": 8580.6265596479,
"base_cost_quote": 3181.0014761348,
"unrealized_pnl_exit_net": -1944.0538031948
},
{
"timestamp": "2025-10-27T23:59:00+00:00",
"base_asset_bal": 361025,
"quote_asset_bal": 7292.9492131022,
"total_value_mid": 8524.0444631021,
"total_value_exit_net": 8523.1211416646,
"total_value": 8524.0444631021,
"base_cost_quote": 3231.0550011445,
"unrealized_pnl_exit_net": -2000.883072582
},
{
"timestamp": "2025-10-28T23:59:00+00:00",
"base_asset_bal": 373150,
"quote_asset_bal": 7253.6453096409,
"total_value_mid": 8477.5773096409,
"total_value_exit_net": 8476.6593606409,
"total_value": 8477.5773096409,
"base_cost_quote": 3271.0954239557,
"unrealized_pnl_exit_net": -2048.0813729558
},
{
"timestamp": "2025-10-29T23:59:00+00:00",
"base_asset_bal": 369994,
"quote_asset_bal": 7264.1091134382,
"total_value_mid": 8492.4891934382,
"total_value_exit_net": 8491.5679083782,
"total_value": 8492.4891934382,
"base_cost_quote": 3261.0867350647,
"unrealized_pnl_exit_net": -2033.6279401247
},
{
"timestamp": "2025-10-30T23:59:00+00:00",
"base_asset_bal": 406507,
"quote_asset_bal": 7149.8991690612,
"total_value_mid": 8377.5503090612,
"total_value_exit_net": 8376.6295707062,
"total_value": 8377.5503090612,
"base_cost_quote": 3376.2105422115,
"unrealized_pnl_exit_net": -2149.4801405665
},
{
"timestamp": "2025-10-31T23:59:00+00:00",
"base_asset_bal": 398409,
"quote_asset_bal": 7175.2891946561,
"total_value_mid": 8406.3730046561,
"total_value_exit_net": 8405.4496917986,
"total_value": 8406.3730046561,
"base_cost_quote": 3351.1861239635,
"unrealized_pnl_exit_net": -2121.025626821
},
{
"timestamp": "2025-11-01T23:59:00+00:00",
"base_asset_bal": 390324,
"quote_asset_bal": 7200.6164797354,
"total_value_mid": 8434.0403197354,
"total_value_exit_net": 8433.1152518554,
"total_value": 8434.0403197354,
"base_cost_quote": 3326.1609141222,
"unrealized_pnl_exit_net": -2093.6621420023
},
{
"timestamp": "2025-11-02T23:59:00+00:00",
"base_asset_bal": 391867,
"quote_asset_bal": 7195.8734365441,
"total_value_mid": 8430.2544865441,
"total_value_exit_net": 8429.3287007566,
"total_value": 8430.2544865441,
"base_cost_quote": 3331.161931074,
"unrealized_pnl_exit_net": -2097.7066668615
},
{
"timestamp": "2025-11-03T23:59:00+00:00",
"base_asset_bal": 426247,
"quote_asset_bal": 7096.7584447102,
"total_value_mid": 8260.4127547101,
"total_value_exit_net": 8259.5400139776,
"total_value": 8260.4127547101,
"base_cost_quote": 3431.2631917547,
"unrealized_pnl_exit_net": -2268.4816224873
},
{
"timestamp": "2025-11-04T23:59:00+00:00",
"base_asset_bal": 428099,
"quote_asset_bal": 7093.6133912747,
"total_value_mid": 8249.4806912747,
"total_value_exit_net": 8248.6137907997,
"total_value": 8249.4806912747,
"base_cost_quote": 3436.2674361252,
"unrealized_pnl_exit_net": -2281.2670366002
},
{
"timestamp": "2025-11-05T23:59:00+00:00",
"base_asset_bal": 428167,
"quote_asset_bal": 7094.6252805664,
"total_value_mid": 8306.3378905664,
"total_value_exit_net": 8305.4291061089,
"total_value": 8306.3378905664,
"base_cost_quote": 3436.2662512372,
"unrealized_pnl_exit_net": -2225.4624256947
},
{
"timestamp": "2025-11-06T23:59:00+00:00",
"base_asset_bal": 393062,
"quote_asset_bal": 7206.4000572689,
"total_value_mid": 8318.7655172689,
"total_value_exit_net": 8317.9312431739,
"total_value": 8318.7655172689,
"base_cost_quote": 3326.1549006155,
"unrealized_pnl_exit_net": -2214.6237147105
},
{
"timestamp": "2025-11-07T23:59:00+00:00",
"base_asset_bal": 403583,
"quote_asset_bal": 7172.3472363965,
"total_value_mid": 8463.8128363965,
"total_value_exit_net": 8462.8442371965,
"total_value": 8463.8128363965,
"base_cost_quote": 3361.1966292157,
"unrealized_pnl_exit_net": -2070.6996284157
},
{
"timestamp": "2025-11-08T23:59:00+00:00",
"base_asset_bal": 356021,
"quote_asset_bal": 7338.9746604595,
"total_value_mid": 8499.6031204594,
"total_value_exit_net": 8498.7326491144,
"total_value": 8499.6031204594,
"base_cost_quote": 3196.0095157288,
"unrealized_pnl_exit_net": -2036.2515270738
},
{
"timestamp": "2025-11-09T23:59:00+00:00",
"base_asset_bal": 368653,
"quote_asset_bal": 7299.4643006217,
"total_value_mid": 8471.7808406217,
"total_value_exit_net": 8470.9016032167,
"total_value": 8471.7808406217,
"base_cost_quote": 3236.0554736883,
"unrealized_pnl_exit_net": -2064.6181710933
},
{
"timestamp": "2025-11-10T23:59:00+00:00",
"base_asset_bal": 370249,
"quote_asset_bal": 7294.8846910237,
"total_value_mid": 8468.5740210237,
"total_value_exit_net": 8467.6937540262,
"total_value": 8468.5740210237,
"base_cost_quote": 3241.0615834567,
"unrealized_pnl_exit_net": -2068.2525204542
},
{
"timestamp": "2025-11-11T23:59:00+00:00",
"base_asset_bal": 386378,
"quote_asset_bal": 7245.5011918729,
"total_value_mid": 8393.0438518729,
"total_value_exit_net": 8392.1831948779,
"total_value": 8393.0438518729,
"base_cost_quote": 3291.1084204542,
"unrealized_pnl_exit_net": -2144.4264174493
},
{
"timestamp": "2025-11-12T23:59:00+00:00",
"base_asset_bal": 389818,
"quote_asset_bal": 7236.0134504569,
"total_value_mid": 8405.4674504569,
"total_value_exit_net": 8404.5903599569,
"total_value": 8405.4674504569,
"base_cost_quote": 3301.1222131702,
"unrealized_pnl_exit_net": -2132.5453036703
},
{
"timestamp": "2025-11-13T23:59:00+00:00",
"base_asset_bal": 391835,
"quote_asset_bal": 7231.752203701,
"total_value_mid": 8340.645253701,
"total_value_exit_net": 8339.8135839135,
"total_value": 8340.645253701,
"base_cost_quote": 3306.12633645,
"unrealized_pnl_exit_net": -2198.0649562375
},
{
"timestamp": "2025-11-14T23:59:00+00:00",
"base_asset_bal": 386364,
"quote_asset_bal": 7247.7962528835,
"total_value_mid": 8298.7063328835,
"total_value_exit_net": 8297.9181503235,
"total_value": 8298.7063328835,
"base_cost_quote": 3291.1127827235,
"unrealized_pnl_exit_net": -2240.9908852835
},
{
"timestamp": "2025-11-15T23:59:00+00:00",
"base_asset_bal": 391698,
"quote_asset_bal": 7233.2462122675,
"total_value_mid": 8318.2496722675,
"total_value_exit_net": 8317.4359196725,
"total_value": 8318.2496722675,
"base_cost_quote": 3306.125271652,
"unrealized_pnl_exit_net": -2221.935564247
},
{
"timestamp": "2025-11-16T23:59:00+00:00",
"base_asset_bal": 401143,
"quote_asset_bal": 7208.7906154028,
"total_value_mid": 8283.8538554028,
"total_value_exit_net": 8283.0475579728,
"total_value": 8283.8538554028,
"base_cost_quote": 3331.152287847,
"unrealized_pnl_exit_net": -2256.895345277
},
{
"timestamp": "2025-11-17T23:59:00+00:00",
"base_asset_bal": 397556,
"quote_asset_bal": 7219.6284380408,
"total_value_mid": 8261.2251580407,
"total_value_exit_net": 8260.4439605007,
"total_value": 8261.2251580407,
"base_cost_quote": 3321.1458546465,
"unrealized_pnl_exit_net": -2280.3303321865
},
{
"timestamp": "2025-11-18T23:59:00+00:00",
"base_asset_bal": 393862,
"quote_asset_bal": 7230.6238829545,
"total_value_mid": 8274.3581829545,
"total_value_exit_net": 8273.5753822295,
"total_value": 8274.3581829545,
"base_cost_quote": 3311.1327224255,
"unrealized_pnl_exit_net": -2268.1812231505
},
{
"timestamp": "2025-11-19T23:59:00+00:00",
"base_asset_bal": 401646,
"quote_asset_bal": 7211.9839248853,
"total_value_mid": 8252.2470648852,
"total_value_exit_net": 8251.4668675302,
"total_value": 8252.2470648852,
"base_cost_quote": 3331.152944339,
"unrealized_pnl_exit_net": -2291.670001694
},
{
"timestamp": "2025-11-20T23:59:00+00:00",
"base_asset_bal": 407121,
"quote_asset_bal": 7198.9144656748,
"total_value_mid": 8277.7851156748,
"total_value_exit_net": 8276.9759626873,
"total_value": 8277.7851156748,
"base_cost_quote": 3346.1639241365,
"unrealized_pnl_exit_net": -2268.102427124
},
{
"timestamp": "2025-11-21T23:59:00+00:00",
"base_asset_bal": 407215,
"quote_asset_bal": 7201.5028307898,
"total_value_mid": 8219.5403307898,
"total_value_exit_net": 8218.7768026648,
"total_value": 8219.5403307898,
"base_cost_quote": 3346.1661438,
"unrealized_pnl_exit_net": -2328.892171925
},
{
"timestamp": "2025-11-22T23:59:00+00:00",
"base_asset_bal": 403225,
"quote_asset_bal": 7212.7704676708,
"total_value_mid": 8192.6072176708,
"total_value_exit_net": 8191.8723401083,
"total_value": 8192.6072176708,
"base_cost_quote": 3336.1570426,
"unrealized_pnl_exit_net": -2357.0551701625
},
{
"timestamp": "2025-11-23T23:59:00+00:00",
"base_asset_bal": 373506,
"quote_asset_bal": 7311.0606472061,
"total_value_mid": 8252.2957672061,
"total_value_exit_net": 8251.5898408661,
"total_value": 8252.2957672061,
"base_cost_quote": 3241.0560162845,
"unrealized_pnl_exit_net": -2300.5268226245
},
{
"timestamp": "2025-11-24T23:59:00+00:00",
"base_asset_bal": 365678,
"quote_asset_bal": 7332.8539484208,
"total_value_mid": 8258.0192884208,
"total_value_exit_net": 8257.3254144158,
"total_value": 8258.0192884208,
"base_cost_quote": 3221.0323638,
"unrealized_pnl_exit_net": -2296.560897805
},
{
"timestamp": "2025-11-25T23:59:00+00:00",
"base_asset_bal": 361625,
"quote_asset_bal": 7343.9728561791,
"total_value_mid": 8251.6516061791,
"total_value_exit_net": 8250.9708471166,
"total_value": 8251.6516061791,
"base_cost_quote": 3211.0223959505,
"unrealized_pnl_exit_net": -2304.024405013
},
{
"timestamp": "2025-11-26T23:59:00+00:00",
"base_asset_bal": 357692,
"quote_asset_bal": 7355.1107468356,
"total_value_mid": 8277.9561068356,
"total_value_exit_net": 8277.2639728156,
"total_value": 8277.9561068356,
"base_cost_quote": 3201.014529676,
"unrealized_pnl_exit_net": -2278.861303696
},
{
"timestamp": "2025-11-27T23:59:00+00:00",
"base_asset_bal": 369360,
"quote_asset_bal": 7325.8735271779,
"total_value_mid": 8271.4351271779,
"total_value_exit_net": 8270.7259559779,
"total_value": 8271.4351271779,
"base_cost_quote": 3231.045031673,
"unrealized_pnl_exit_net": -2286.192602873
},
{
"timestamp": "2025-11-28T23:59:00+00:00",
"base_asset_bal": 371429,
"quote_asset_bal": 7322.0120333624,
"total_value_mid": 8261.7274033624,
"total_value_exit_net": 8261.0226168349,
"total_value": 8261.7274033624,
"base_cost_quote": 3236.0504409165,
"unrealized_pnl_exit_net": -2297.039857444
},
{
"timestamp": "2025-11-29T23:59:00+00:00",
"base_asset_bal": 369463,
"quote_asset_bal": 7328.2802252069,
"total_value_mid": 8248.2430952069,
"total_value_exit_net": 8247.5531230544,
"total_value": 8248.2430952069,
"base_cost_quote": 3231.043206305,
"unrealized_pnl_exit_net": -2311.7703084575
},
{
"timestamp": "2025-11-30T23:59:00+00:00",
"base_asset_bal": 367432,
"quote_asset_bal": 7333.9335394489,
"total_value_mid": 8208.4216994489,
"total_value_exit_net": 8207.7658333289,
"total_value": 8208.4216994489,
"base_cost_quote": 3226.0385736435,
"unrealized_pnl_exit_net": -2352.2062797635
},
{
"timestamp": "2025-12-01T23:59:00+00:00",
"base_asset_bal": 376372,
"quote_asset_bal": 7314.8827961864,
"total_value_mid": 8146.6649161864,
"total_value_exit_net": 8146.0410795964,
"total_value": 8146.6649161864,
"base_cost_quote": 3246.0601785935,
"unrealized_pnl_exit_net": -2414.9018951835
},
{
"timestamp": "2025-12-02T23:59:00+00:00",
"base_asset_bal": 378828,
"quote_asset_bal": 7310.5678744599,
"total_value_mid": 8193.2371144599,
"total_value_exit_net": 8192.5751125299,
"total_value": 8193.2371144599,
"base_cost_quote": 3251.06210923,
"unrealized_pnl_exit_net": -2369.05487116
},
{
"timestamp": "2025-12-03T23:59:00+00:00",
"base_asset_bal": 387318,
"quote_asset_bal": 7291.1921051977,
"total_value_mid": 8232.3748451977,
"total_value_exit_net": 8231.6689581427,
"total_value": 8232.3748451977,
"base_cost_quote": 3271.08167265,
"unrealized_pnl_exit_net": -2330.604819705
},
{
"timestamp": "2025-12-04T23:59:00+00:00",
"base_asset_bal": 395984,
"quote_asset_bal": 7271.6226040252,
"total_value_mid": 8198.2251640252,
"total_value_exit_net": 8197.5302121052,
"total_value": 8198.2251640252,
"base_cost_quote": 3291.1010979665,
"unrealized_pnl_exit_net": -2365.1934898865
},
{
"timestamp": "2025-12-05T23:59:00+00:00",
"base_asset_bal": 387405,
"quote_asset_bal": 7292.3347388137,
"total_value_mid": 8167.8700388137,
"total_value_exit_net": 8167.2133873387,
"total_value": 8167.8700388137,
"base_cost_quote": 3271.0810862105,
"unrealized_pnl_exit_net": -2396.2024376855
},
{
"timestamp": "2025-12-06T23:59:00+00:00",
"base_asset_bal": 387239,
"quote_asset_bal": 7293.3014226667,
"total_value_mid": 8211.0578526667,
"total_value_exit_net": 8210.3695353442,
"total_value": 8211.0578526667,
"base_cost_quote": 3271.077741704,
"unrealized_pnl_exit_net": -2354.0096290265
},
{
"timestamp": "2025-12-07T23:59:00+00:00",
"base_asset_bal": 387142,
"quote_asset_bal": 7293.8390811523,
"total_value_mid": 8176.5228411522,
"total_value_exit_net": 8175.8608283322,
"total_value": 8176.5228411522,
"base_cost_quote": 3271.0781480085,
"unrealized_pnl_exit_net": -2389.0564008285
},
{
"timestamp": "2025-12-08T23:59:00+00:00",
"base_asset_bal": 380741,
"quote_asset_bal": 7309.56886659,
"total_value_mid": 8215.73244659,
"total_value_exit_net": 8215.052823905,
"total_value": 8215.73244659,
"base_cost_quote": 3256.066395632,
"unrealized_pnl_exit_net": -2350.582438317
},
{
"timestamp": "2025-12-09T23:59:00+00:00",
"base_asset_bal": 376550,
"quote_asset_bal": 7320.1664315675,
"total_value_mid": 8242.7139315675,
"total_value_exit_net": 8242.0220209425,
"total_value": 8242.7139315675,
"base_cost_quote": 3246.056842093,
"unrealized_pnl_exit_net": -2324.201252718
},
{
"timestamp": "2025-12-10T23:59:00+00:00",
"base_asset_bal": 382814,
"quote_asset_bal": 7305.9232023766,
"total_value_mid": 8217.0205223766,
"total_value_exit_net": 8216.3371993866,
"total_value": 8217.0205223766,
"base_cost_quote": 3261.071182409,
"unrealized_pnl_exit_net": -2350.657185399
},
{
"timestamp": "2025-12-11T23:59:00+00:00",
"base_asset_bal": 389426,
"quote_asset_bal": 7291.6770947186,
"total_value_mid": 8202.9339347186,
"total_value_exit_net": 8202.2504920886,
"total_value": 8202.9339347186,
"base_cost_quote": 3276.085718872,
"unrealized_pnl_exit_net": -2365.512321502
},
{
"timestamp": "2025-12-12T23:59:00+00:00",
"base_asset_bal": 376367,
"quote_asset_bal": 7322.1535620046,
"total_value_mid": 8187.7976620046,
"total_value_exit_net": 8187.1484289296,
"total_value": 8187.7976620046,
"base_cost_quote": 3246.0558553535,
"unrealized_pnl_exit_net": -2381.0609884285
},
{
"timestamp": "2025-12-13T23:59:00+00:00",
"base_asset_bal": 382792,
"quote_asset_bal": 7307.3462297971,
"total_value_mid": 8203.0795097971,
"total_value_exit_net": 8202.4077098371,
"total_value": 8203.0795097971,
"base_cost_quote": 3261.0711884135,
"unrealized_pnl_exit_net": -2366.0097083735
},
{
"timestamp": "2025-12-14T23:59:00+00:00",
"base_asset_bal": 385032,
"quote_asset_bal": 7302.9065569646,
"total_value_mid": 8149.9769569646,
"total_value_exit_net": 8149.3416541646,
"total_value": 8149.9769569646,
"base_cost_quote": 3266.0761993585,
"unrealized_pnl_exit_net": -2419.6411021585
},
{
"timestamp": "2025-12-15T23:59:00+00:00",
"base_asset_bal": 389961,
"quote_asset_bal": 7293.4878681661,
"total_value_mid": 8135.8036281661,
"total_value_exit_net": 8135.1718913461,
"total_value": 8135.8036281661,
"base_cost_quote": 3276.0862092395,
"unrealized_pnl_exit_net": -2434.4021860595
},
{
"timestamp": "2025-12-16T23:59:00+00:00",
"base_asset_bal": 389895,
"quote_asset_bal": 7294.0202268151,
"total_value_mid": 8128.3955268151,
"total_value_exit_net": 8127.7697453401,
"total_value": 8128.3955268151,
"base_cost_quote": 3276.0875782655,
"unrealized_pnl_exit_net": -2442.3380597405
},
{
"timestamp": "2025-12-17T23:59:00+00:00",
"base_asset_bal": 404532,
"quote_asset_bal": 7264.6137407306,
"total_value_mid": 8077.7230607306,
"total_value_exit_net": 8077.1132287406,
"total_value": 8077.7230607306,
"base_cost_quote": 3306.1167632755,
"unrealized_pnl_exit_net": -2493.6172752655
},
{
"timestamp": "2025-12-18T23:59:00+00:00",
"base_asset_bal": 464986,
"quote_asset_bal": 7145.2620827711,
"total_value_mid": 8045.0099927711,
"total_value_exit_net": 8044.3351818386,
"total_value": 8045.0099927711,
"base_cost_quote": 3426.2301888315,
"unrealized_pnl_exit_net": -2527.157089764
},
{
"timestamp": "2025-12-19T23:59:00+00:00",
"base_asset_bal": 421964,
"quote_asset_bal": 7231.0301519539,
"total_value_mid": 8115.0447319539,
"total_value_exit_net": 8114.3817210189,
"total_value": 8115.0447319539,
"base_cost_quote": 3341.1467050422,
"unrealized_pnl_exit_net": -2457.7951359772
},
{
"timestamp": "2025-12-20T23:59:00+00:00",
"base_asset_bal": 417133,
"quote_asset_bal": 7241.2262706226,
"total_value_mid": 8113.4513736226,
"total_value_exit_net": 8112.7972047953,
"total_value": 8113.4513736226,
"base_cost_quote": 3331.136676147,
"unrealized_pnl_exit_net": -2459.5657419743
},
{
"timestamp": "2025-12-21T23:59:00+00:00",
"base_asset_bal": 448935,
"quote_asset_bal": 7176.5161170346,
"total_value_mid": 8082.4669470346,
"total_value_exit_net": 8081.7874839121,
"total_value": 8082.4669470346,
"base_cost_quote": 3396.204568493,
"unrealized_pnl_exit_net": -2490.9332016155
},
{
"timestamp": "2025-12-22T23:59:00+00:00",
"base_asset_bal": 434113,
"quote_asset_bal": 7207.0559189389,
"total_value_mid": 8104.3674899388,
"total_value_exit_net": 8103.6945062606,
"total_value": 8104.3674899388,
"base_cost_quote": 3366.1745198357,
"unrealized_pnl_exit_net": -2469.535932514
},
{
"timestamp": "2025-12-23T23:59:00+00:00",
"base_asset_bal": 389295,
"quote_asset_bal": 7308.4785032984,
"total_value_mid": 8180.8885982983,
"total_value_exit_net": 8180.2342907271,
"total_value": 8180.8885982983,
"base_cost_quote": 3266.0766486953,
"unrealized_pnl_exit_net": -2394.3208612665
},
{
"timestamp": "2025-12-24T23:59:00+00:00",
"base_asset_bal": 425705,
"quote_asset_bal": 7228.9715473666,
"total_value_mid": 8125.9319823666,
"total_value_exit_net": 8125.2592620403,
"total_value": 8125.9319823666,
"base_cost_quote": 3346.154647184,
"unrealized_pnl_exit_net": -2449.8669325103
},
{
"timestamp": "2025-12-25T23:59:00+00:00",
"base_asset_bal": 457054,
"quote_asset_bal": 7164.1723983929,
"total_value_mid": 8085.1362083928,
"total_value_exit_net": 8084.4454855353,
"total_value": 8085.1362083928,
"base_cost_quote": 3411.2188517663,
"unrealized_pnl_exit_net": -2490.9457646238
},
{
"timestamp": "2025-12-26T23:59:00+00:00",
"base_asset_bal": 447161,
"quote_asset_bal": 7184.5265104429,
"total_value_mid": 8115.5157124429,
"total_value_exit_net": 8114.8174705414,
"total_value": 8115.5157124429,
"base_cost_quote": 3391.1996906478,
"unrealized_pnl_exit_net": -2460.9087305493
},
{
"timestamp": "2025-12-27T23:59:00+00:00",
"base_asset_bal": 425665,
"quote_asset_bal": 7229.7709354274,
"total_value_mid": 8131.3294054274,
"total_value_exit_net": 8130.6532365749,
"total_value": 8131.3294054274,
"base_cost_quote": 3346.1549183872,
"unrealized_pnl_exit_net": -2445.2726172397
},
{
"timestamp": "2025-12-28T23:59:00+00:00",
"base_asset_bal": 449562,
"quote_asset_bal": 7179.8525550679,
"total_value_mid": 8109.0972090678,
"total_value_exit_net": 8108.4002755773,
"total_value": 8109.0972090678,
"base_cost_quote": 3396.2035707452,
"unrealized_pnl_exit_net": -2467.6558502358
},
{
"timestamp": "2025-12-29T23:59:00+00:00",
"base_asset_bal": 456870,
"quote_asset_bal": 7165.0778494336,
"total_value_mid": 8099.8338694336,
"total_value_exit_net": 8099.1328024186,
"total_value": 8099.8338694336,
"base_cost_quote": 3411.2218049795,
"unrealized_pnl_exit_net": -2477.1668519945
},
{
"timestamp": "2025-12-30T23:59:00+00:00",
"base_asset_bal": 456872,
"quote_asset_bal": 7165.2654427586,
"total_value_mid": 8103.6805307586,
"total_value_exit_net": 8102.9767194426,
"total_value": 8103.6805307586,
"base_cost_quote": 3411.221038405,
"unrealized_pnl_exit_net": -2473.509761721
},
{
"timestamp": "2025-12-31T23:59:00+00:00",
"base_asset_bal": 364836,
"quote_asset_bal": 7411.7074033861,
"total_value_mid": 8347.8765793861,
"total_value_exit_net": 8347.1744525041,
"total_value": 8347.8765793861,
"base_cost_quote": 3165.9636602253,
"unrealized_pnl_exit_net": -2230.4966111073
},
{
"timestamp": "2026-01-01T23:59:00+00:00",
"base_asset_bal": 401459,
"quote_asset_bal": 7310.1765069954,
"total_value_mid": 8399.7362329953,
"total_value_exit_net": 8398.9190632008,
"total_value": 8399.7362329953,
"base_cost_quote": 3271.0709546175,
"unrealized_pnl_exit_net": -2182.328398412
},
{
"timestamp": "2026-01-02T23:59:00+00:00",
"base_asset_bal": 405222,
"quote_asset_bal": 7301.7554275156,
"total_value_mid": 8409.6323755156,
"total_value_exit_net": 8408.8014678046,
"total_value": 8409.6323755156,
"base_cost_quote": 3281.081386815,
"unrealized_pnl_exit_net": -2174.035346526
},
{
"timestamp": "2026-01-03T23:59:00+00:00",
"base_asset_bal": 438334,
"quote_asset_bal": 7212.5555933081,
"total_value_mid": 8371.5106893081,
"total_value_exit_net": 8370.6414729861,
"total_value": 8371.5106893081,
"base_cost_quote": 3371.1751835228,
"unrealized_pnl_exit_net": -2213.0893038448
},
{
"timestamp": "2026-01-04T23:59:00+00:00",
"base_asset_bal": 443852,
"quote_asset_bal": 7198.2759171741,
"total_value_mid": 8366.4943811741,
"total_value_exit_net": 8365.6182173261,
"total_value": 8366.4943811741,
"base_cost_quote": 3386.190131294,
"unrealized_pnl_exit_net": -2218.847831142
},
{
"timestamp": "2026-01-05T23:59:00+00:00",
"base_asset_bal": 440225,
"quote_asset_bal": 7208.9628718454,
"total_value_mid": 8375.9993468454,
"total_value_exit_net": 8375.1240694891,
"total_value": 8375.9993468454,
"base_cost_quote": 3376.177831697,
"unrealized_pnl_exit_net": -2210.0166340533
},
{
"timestamp": "2026-01-06T23:59:00+00:00",
"base_asset_bal": 432750,
"quote_asset_bal": 7229.6344426211,
"total_value_mid": 8386.3751926211,
"total_value_exit_net": 8385.5076370586,
"total_value": 8386.3751926211,
"base_cost_quote": 3356.1587986745,
"unrealized_pnl_exit_net": -2200.285604237
},
{
"timestamp": "2026-01-07T23:59:00+00:00",
"base_asset_bal": 420407,
"quote_asset_bal": 7270.7515255009,
"total_value_mid": 8342.7893755009,
"total_value_exit_net": 8341.9853471134,
"total_value": 8342.7893755009,
"base_cost_quote": 3316.115919022,
"unrealized_pnl_exit_net": -2244.8820974095
},
{
"timestamp": "2026-01-08T23:59:00+00:00",
"base_asset_bal": 452661,
"quote_asset_bal": 7191.0925023266,
"total_value_mid": 8298.7539693266,
"total_value_exit_net": 8297.9232232263,
"total_value": 8298.7539693266,
"base_cost_quote": 3396.196654562,
"unrealized_pnl_exit_net": -2289.3659336623
},
{
"timestamp": "2026-01-09T23:59:00+00:00",
"base_asset_bal": 448582,
"quote_asset_bal": 7201.5158547739,
"total_value_mid": 8311.3077227739,
"total_value_exit_net": 8310.4753788729,
"total_value": 8311.3077227739,
"base_cost_quote": 3386.1872321212,
"unrealized_pnl_exit_net": -2277.2277080222
},
{
"timestamp": "2026-01-10T23:59:00+00:00",
"base_asset_bal": 452669,
"quote_asset_bal": 7191.7358938194,
"total_value_mid": 8298.5115988194,
"total_value_exit_net": 8297.6815170406,
"total_value": 8298.5115988194,
"base_cost_quote": 3396.195537725,
"unrealized_pnl_exit_net": -2290.2499145037
},
{
"timestamp": "2026-01-11T23:59:00+00:00",
"base_asset_bal": 461173,
"quote_asset_bal": 7171.8602650171,
"total_value_mid": 8274.0637350171,
"total_value_exit_net": 8273.2370824146,
"total_value": 8274.0637350171,
"base_cost_quote": 3416.2170956397,
"unrealized_pnl_exit_net": -2314.8402782422
},
{
"timestamp": "2026-01-12T23:59:00+00:00",
"base_asset_bal": 475994,
"quote_asset_bal": 7137.0458901501,
"total_value_mid": 8248.4918801501,
"total_value_exit_net": 8247.6582956576,
"total_value": 8248.4918801501,
"base_cost_quote": 3451.250646111,
"unrealized_pnl_exit_net": -2340.6382406035
},
{
"timestamp": "2026-01-13T23:59:00+00:00",
"base_asset_bal": 433252,
"quote_asset_bal": 7242.6688046119,
"total_value_mid": 8341.8291286119,
"total_value_exit_net": 8341.0047583689,
"total_value": 8341.8291286119,
"base_cost_quote": 3346.147421769,
"unrealized_pnl_exit_net": -2247.811468012
},
{
"timestamp": "2026-01-14T23:59:00+00:00",
"base_asset_bal": 449195,
"quote_asset_bal": 7203.0795410594,
"total_value_mid": 8322.9226760593,
"total_value_exit_net": 8322.0827937081,
"total_value": 8322.9226760593,
"base_cost_quote": 3386.1865015737,
"unrealized_pnl_exit_net": -2267.183248925
},
{
"timestamp": "2026-01-15T23:59:00+00:00",
"base_asset_bal": 471763,
"quote_asset_bal": 7148.3481294044,
"total_value_mid": 8275.8616994044,
"total_value_exit_net": 8275.0160642269,
"total_value": 8275.8616994044,
"base_cost_quote": 3441.2422794615,
"unrealized_pnl_exit_net": -2314.574344639
},
{
"timestamp": "2026-01-16T23:59:00+00:00",
"base_asset_bal": 447000,
"quote_asset_bal": 7208.8310266696,
"total_value_mid": 8332.5890266696,
"total_value_exit_net": 8331.7462081696,
"total_value": 8332.5890266696,
"base_cost_quote": 3381.1829477207,
"unrealized_pnl_exit_net": -2258.2677662207
},
{
"timestamp": "2026-01-17T23:59:00+00:00",
"base_asset_bal": 442837,
"quote_asset_bal": 7219.7345179441,
"total_value_mid": 8344.0976609441,
"total_value_exit_net": 8343.2543885869,
"total_value": 8344.0976609441,
"base_cost_quote": 3371.176143242,
"unrealized_pnl_exit_net": -2247.6562725992
},
{
"timestamp": "2026-01-18T23:59:00+00:00",
"base_asset_bal": 475258,
"quote_asset_bal": 7140.1035668711,
"total_value_mid": 8263.6134788711,
"total_value_exit_net": 8262.7708464371,
"total_value": 8263.6134788711,
"base_cost_quote": 3451.2561362255,
"unrealized_pnl_exit_net": -2328.5888566595
},
{
"timestamp": "2026-01-19T23:59:00+00:00",
"base_asset_bal": 444925,
"quote_asset_bal": 7205.9123109366,
"total_value_mid": 8198.0950609366,
"total_value_exit_net": 8197.3509238741,
"total_value": 8198.0950609366,
"base_cost_quote": 3386.1933156805,
"unrealized_pnl_exit_net": -2394.754702743
},
{
"timestamp": "2026-01-20T23:59:00+00:00",
"base_asset_bal": 352320,
"quote_asset_bal": 7443.5705859506,
"total_value_mid": 8302.5267459506,
"total_value_exit_net": 8301.8825288306,
"total_value": 8302.5267459506,
"base_cost_quote": 3150.9481340205,
"unrealized_pnl_exit_net": -2292.6361911405
},
{
"timestamp": "2026-01-21T23:59:00+00:00",
"base_asset_bal": 373907,
"quote_asset_bal": 7395.5475272629,
"total_value_mid": 8280.5853962629,
"total_value_exit_net": 8279.9216178611,
"total_value": 8280.5853962629,
"base_cost_quote": 3201.0023815717,
"unrealized_pnl_exit_net": -2316.6282909735
},
{
"timestamp": "2026-01-22T23:59:00+00:00",
"base_asset_bal": 400137,
"quote_asset_bal": 7331.6234825214,
"total_value_mid": 8272.3455695214,
"total_value_exit_net": 8271.6400279561,
"total_value": 8272.3455695214,
"base_cost_quote": 3266.0704600572,
"unrealized_pnl_exit_net": -2326.0539146225
},
{
"timestamp": "2026-01-23T23:59:00+00:00",
"base_asset_bal": 381766,
"quote_asset_bal": 7377.3597553087,
"total_value_mid": 8268.0198333087,
"total_value_exit_net": 8267.3518382502,
"total_value": 8268.0198333087,
"base_cost_quote": 3221.022212192,
"unrealized_pnl_exit_net": -2331.0301292505
},
{
"timestamp": "2026-01-24T23:59:00+00:00",
"base_asset_bal": 390375,
"quote_asset_bal": 7357.6010598412,
"total_value_mid": 8261.3191848411,
"total_value_exit_net": 8260.6413962474,
"total_value": 8261.3191848411,
"base_cost_quote": 3241.0399002065,
"unrealized_pnl_exit_net": -2337.9995638003
},
{
"timestamp": "2026-01-25T23:59:00+00:00",
"base_asset_bal": 441901,
"quote_asset_bal": 7242.9128908732,
"total_value_mid": 8191.2324368731,
"total_value_exit_net": 8190.5211972136,
"total_value": 8191.2324368731,
"base_cost_quote": 3356.1568532165,
"unrealized_pnl_exit_net": -2408.548546876
},
{
"timestamp": "2026-01-26T23:59:00+00:00",
"base_asset_bal": 434902,
"quote_asset_bal": 7258.4026621409,
"total_value_mid": 8218.2313761409,
"total_value_exit_net": 8217.5115046054,
"total_value": 8218.2313761409,
"base_cost_quote": 3341.1434626122,
"unrealized_pnl_exit_net": -2382.0346201477
},
{
"timestamp": "2026-01-27T23:59:00+00:00",
"base_asset_bal": 437178,
"quote_asset_bal": 7253.6595264729,
"total_value_mid": 8216.3254824729,
"total_value_exit_net": 8215.6034830059,
"total_value": 8216.3254824729,
"base_cost_quote": 3346.1506051547,
"unrealized_pnl_exit_net": -2384.2066486218
},
{
"timestamp": "2026-01-28T23:59:00+00:00",
"base_asset_bal": 464947,
"quote_asset_bal": 7193.8932545037,
"total_value_mid": 8183.3004705037,
"total_value_exit_net": 8182.5584150917,
"total_value": 8183.3004705037,
"base_cost_quote": 3406.2059378985,
"unrealized_pnl_exit_net": -2417.5407773105
},
{
"timestamp": "2026-01-29T23:59:00+00:00",
"base_asset_bal": 364568,
"quote_asset_bal": 7430.3428591744,
"total_value_mid": 8219.6325791744,
"total_value_exit_net": 8219.0406118844,
"total_value": 8219.6325791744,
"base_cost_quote": 3170.971582352,
"unrealized_pnl_exit_net": -2382.273829642
},
{
"timestamp": "2026-01-30T23:59:00+00:00",
"base_asset_bal": 397170,
"quote_asset_bal": 7362.1417335189,
"total_value_mid": 8192.2270335189,
"total_value_exit_net": 8191.6044695439,
"total_value": 8192.2270335189,
"base_cost_quote": 3241.0418977035,
"unrealized_pnl_exit_net": -2411.5791616785
},
{
"timestamp": "2026-01-31T23:59:00+00:00",
"base_asset_bal": 478433,
"quote_asset_bal": 7202.7335033857,
"total_value_mid": 8101.7091103857,
"total_value_exit_net": 8101.0348786804,
"total_value": 8101.7091103857,
"base_cost_quote": 3401.19574507,
"unrealized_pnl_exit_net": -2502.8943697753
},
{
"timestamp": "2026-02-01T23:59:00+00:00",
"base_asset_bal": 399349,
"quote_asset_bal": 7364.0003488434,
"total_value_mid": 8106.3901398434,
"total_value_exit_net": 8105.8333475001,
"total_value": 8106.3901398434,
"base_cost_quote": 3241.041911714,
"unrealized_pnl_exit_net": -2499.2089130573
},
{
"timestamp": "2026-02-02T23:59:00+00:00",
"base_asset_bal": 396355,
"quote_asset_bal": 7369.8124188072,
"total_value_mid": 8133.5885038071,
"total_value_exit_net": 8133.0156717434,
"total_value": 8133.5885038071,
"base_cost_quote": 3236.0363073242,
"unrealized_pnl_exit_net": -2472.833054388
},
{
"timestamp": "2026-02-03T23:59:00+00:00",
"base_asset_bal": 417974,
"quote_asset_bal": 7330.3540731124,
"total_value_mid": 8113.2193751124,
"total_value_exit_net": 8112.6322261359,
"total_value": 8113.2193751124,
"base_cost_quote": 3276.0750448725,
"unrealized_pnl_exit_net": -2493.796891849
},
{
"timestamp": "2026-02-04T23:59:00+00:00",
"base_asset_bal": 425399,
"quote_asset_bal": 7315.9244550899,
"total_value_mid": 8110.5697870899,
"total_value_exit_net": 8109.9738030909,
"total_value": 8110.5697870899,
"base_cost_quote": 3291.0866351275,
"unrealized_pnl_exit_net": -2497.0372871265
},
{
"timestamp": "2026-02-05T23:59:00+00:00",
"base_asset_bal": 528768,
"quote_asset_bal": 7142.1247835089,
"total_value_mid": 7988.1535835089,
"total_value_exit_net": 7987.5190619089,
"total_value": 7988.1535835089,
"base_cost_quote": 3466.2514342705,
"unrealized_pnl_exit_net": -2620.8571558705
},
{
"timestamp": "2026-02-06T23:59:00+00:00",
"base_asset_bal": 509603,
"quote_asset_bal": 7173.1636433377,
"total_value_mid": 8070.5745263376,
"total_value_exit_net": 8069.9014681754,
"total_value": 8070.5745263376,
"base_cost_quote": 3436.2222102312,
"unrealized_pnl_exit_net": -2539.4843853935
},
{
"timestamp": "2026-02-07T23:59:00+00:00",
"base_asset_bal": 518298,
"quote_asset_bal": 7158.6083331247,
"total_value_mid": 8064.5932371246,
"total_value_exit_net": 8063.9137484466,
"total_value": 8064.5932371246,
"base_cost_quote": 3451.2371630062,
"unrealized_pnl_exit_net": -2545.9317476843
},
{
"timestamp": "2026-02-08T23:59:00+00:00",
"base_asset_bal": 526911,
"quote_asset_bal": 7144.0650595609,
"total_value_mid": 8040.8675815609,
"total_value_exit_net": 8040.1949796694,
"total_value": 8040.8675815609,
"base_cost_quote": 3466.2515593642,
"unrealized_pnl_exit_net": -2570.1216392558
},
{
"timestamp": "2026-02-09T23:59:00+00:00",
"base_asset_bal": 544326,
"quote_asset_bal": 7114.4888061642,
"total_value_mid": 8040.3873321642,
"total_value_exit_net": 8039.6929082697,
"total_value": 8040.3873321642,
"base_cost_quote": 3496.2824496522,
"unrealized_pnl_exit_net": -2571.0783475467
},
{
"timestamp": "2026-02-10T23:59:00+00:00",
"base_asset_bal": 574051,
"quote_asset_bal": 7064.8133470447,
"total_value_mid": 8020.6082620447,
"total_value_exit_net": 8019.8914158584,
"total_value": 8020.6082620447,
"base_cost_quote": 3546.3274102435,
"unrealized_pnl_exit_net": -2591.2493414297
},
{
"timestamp": "2026-02-11T23:59:00+00:00",
"base_asset_bal": 541328,
"quote_asset_bal": 7120.5966594634,
"total_value_mid": 8025.6970754634,
"total_value_exit_net": 8025.0182501514,
"total_value": 8025.6970754634,
"base_cost_quote": 3491.275922571,
"unrealized_pnl_exit_net": -2586.854331883
},
{
"timestamp": "2026-02-12T23:59:00+00:00",
"base_asset_bal": 526441,
"quote_asset_bal": 7146.3035096399,
"total_value_mid": 8041.2532096399,
"total_value_exit_net": 8040.5819973649,
"total_value": 8041.2532096399,
"base_cost_quote": 3466.2524520332,
"unrealized_pnl_exit_net": -2571.9739643083
},
{
"timestamp": "2026-02-13T23:59:00+00:00",
"base_asset_bal": 517566,
"quote_asset_bal": 7161.5836753687,
"total_value_mid": 8059.5606853686,
"total_value_exit_net": 8058.8872026112,
"total_value": 8059.5606853686,
"base_cost_quote": 3451.2379075642,
"unrealized_pnl_exit_net": -2553.9343803218
},
{
"timestamp": "2026-02-14T23:59:00+00:00",
"base_asset_bal": 488808,
"quote_asset_bal": 7212.0065426017,
"total_value_mid": 8103.1035266017,
"total_value_exit_net": 8102.4352038637,
"total_value": 8103.1035266017,
"base_cost_quote": 3401.1924606085,
"unrealized_pnl_exit_net": -2510.7637993465
},
{
"timestamp": "2026-02-15T23:59:00+00:00",
"base_asset_bal": 414072,
"quote_asset_bal": 7358.527930107,
"total_value_mid": 8077.3569221069,
"total_value_exit_net": 8076.8178003629,
"total_value": 8077.3569221069,
"base_cost_quote": 3256.0513423505,
"unrealized_pnl_exit_net": -2537.7614720945
},
{
"timestamp": "2026-02-16T23:59:00+00:00",
"base_asset_bal": 391724,
"quote_asset_bal": 7399.3636505744,
"total_value_mid": 8093.1068545745,
"total_value_exit_net": 8092.5865471714,
"total_value": 8093.1068545745,
"base_cost_quote": 3216.015159717,
"unrealized_pnl_exit_net": -2522.79226312
},
{
"timestamp": "2026-02-17T23:59:00+00:00",
"base_asset_bal": 397412,
"quote_asset_bal": 7389.7932921354,
"total_value_mid": 8085.2642921354,
"total_value_exit_net": 8084.7426888854,
"total_value": 8085.2642921354,
"base_cost_quote": 3226.0242799313,
"unrealized_pnl_exit_net": -2531.0748831812
},
{
"timestamp": "2026-02-18T23:59:00+00:00",
"base_asset_bal": 465267,
"quote_asset_bal": 7274.970942281,
"total_value_mid": 8047.7794292809,
"total_value_exit_net": 8047.1998229157,
"total_value": 8047.7794292809,
"base_cost_quote": 3341.128064072,
"unrealized_pnl_exit_net": -2568.8991834373
},
{
"timestamp": "2026-02-19T23:59:00+00:00",
"base_asset_bal": 386797,
"quote_asset_bal": 7410.977640011,
"total_value_mid": 8054.2210510109,
"total_value_exit_net": 8053.7386184527,
"total_value": 8054.2210510109,
"base_cost_quote": 3206.002772054,
"unrealized_pnl_exit_net": -2563.2417936123
},
{
"timestamp": "2026-02-20T23:59:00+00:00",
"base_asset_bal": 438128,
"quote_asset_bal": 7317.1248154892,
"total_value_mid": 8061.0661594892,
"total_value_exit_net": 8060.5082034812,
"total_value": 8061.0661594892,
"base_cost_quote": 3301.0885119132,
"unrealized_pnl_exit_net": -2557.7051239212
},
{
"timestamp": "2026-02-21T23:59:00+00:00",
"base_asset_bal": 494375,
"quote_asset_bal": 7222.2874854587,
"total_value_mid": 8041.4668604587,
"total_value_exit_net": 8040.8524759275,
"total_value": 8041.4668604587,
"base_cost_quote": 3396.1768827442,
"unrealized_pnl_exit_net": -2577.6118922755
},
{
"timestamp": "2026-02-22T23:59:00+00:00",
"base_asset_bal": 509567,
"quote_asset_bal": 7197.6202852057,
"total_value_mid": 8032.2910312057,
"total_value_exit_net": 8031.6650281462,
"total_value": 8032.2910312057,
"base_cost_quote": 3421.19953667,
"unrealized_pnl_exit_net": -2587.1547937296
},
{
"timestamp": "2026-02-23T23:59:00+00:00",
"base_asset_bal": 550123,
"quote_asset_bal": 7133.0045136795,
"total_value_mid": 7998.8981156795,
"total_value_exit_net": 7998.248695478,
"total_value": 7998.8981156795,
"base_cost_quote": 3486.2594610445,
"unrealized_pnl_exit_net": -2621.015279246
},
{
"timestamp": "2026-02-24T23:59:00+00:00",
"base_asset_bal": 556349,
"quote_asset_bal": 7123.4644634862,
"total_value_mid": 7996.9323934862,
"total_value_exit_net": 7996.2772925387,
"total_value": 7996.9323934862,
"base_cost_quote": 3496.2686252917,
"unrealized_pnl_exit_net": -2623.4557962393
},
{
"timestamp": "2026-02-25T23:59:00+00:00",
"base_asset_bal": 494850,
"quote_asset_bal": 7224.1520453725,
"total_value_mid": 8042.1390953724,
"total_value_exit_net": 8041.5256050849,
"total_value": 8042.1390953724,
"base_cost_quote": 3396.1782517703,
"unrealized_pnl_exit_net": -2578.8046920578
}
]
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 (114,316 closed trades) via GET /backtests/fb0ea8cc-28c7-49a9-b97b-54b191f66d84/trades (paginate through all pages).100-row audit sample from 114,316 closed trades (RFC 4180 CSV)
100-row audit sample from 114,316 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:33:00Z,0.017857,0.017902,281,,,0.0051087908,0.1018130145,0.0037633627,0.0037728465,,,TP
,,2024-04-24T00:07:00Z,2024-04-24T01:07:00Z,0.017937,0.017982,279,,,0.0050389492,0.1006899147,0.0037533172,0.0037627335,,,TP
,,2024-04-24T00:11:00Z,2024-04-24T00:39:00Z,0.017887,0.017932,280,,,0.00507801,0.1013906748,0.00375627,0.00376572,,,TP
,,2024-04-24T00:13:00Z,2024-04-24T01:06:00Z,0.017917,0.017962,280,,,0.00506541,0.1009697494,0.00376257,0.00377202,,,TP
,,2024-04-24T00:15:00Z,2024-04-24T00:32:00Z,0.017827,0.017872,281,,,0.0051214358,0.1022367757,0.0037570402,0.003766524,,,TP
,,2024-04-24T00:17:00Z,2024-04-24T00:31:00Z,0.017797,0.017842,281,,,0.0051340808,0.1026619655,0.0037507177,0.0037602015,,,TP
,,2024-04-24T00:19:00Z,2024-04-24T00:30:00Z,0.017757,0.017802,282,,,0.0051692715,0.1032311201,0.0037556055,0.003765123,,,TP
,,2024-04-24T00:22:00Z,2024-04-24T00:25:00Z,0.017707,0.017752,283,,,0.0052088273,0.1039461795,0.0037583107,0.003767862,,,TP
,,2024-04-24T00:24:00Z,2024-04-24T15:04:00Z,0.017727,0.017772,283,,,0.0052003373,0.1036596717,0.0037625557,0.003772107,,,TP
,,2024-04-24T00:41:00Z,2024-04-24T01:13:00Z,0.017897,0.017942,280,,,0.00507381,0.1012502095,0.00375837,0.00376782,,,TP
,,2024-04-24T01:05:00Z,2024-04-24T01:31:00Z,0.017957,0.018002,279,,,0.0050305792,0.1004107033,0.0037575023,0.0037669185,,,TP
,,2024-04-24T01:08:00Z,2024-04-24T01:24:00Z,0.017987,0.018032,278,,,0.0050000385,0.0999930505,0.0037502895,0.003759672,,,TP
,,2024-04-24T01:14:00Z,2024-04-24T01:21:00Z,0.017937,0.017982,279,,,0.0050389492,0.1006899147,0.0037533172,0.0037627335,,,TP
,,2024-04-24T01:24:00Z,2024-04-24T03:50:00Z,0.018038,0.018084,278,,,0.005256563,0.1048259231,0.003760923,0.003770514,,,TP
,,2024-04-24T01:27:00Z,2024-04-24T03:53:00Z,0.018058,0.018104,277,,,0.0052293445,0.1045436925,0.0037515495,0.003761106,,,TP
,,2024-04-24T01:31:00Z,2024-04-24T03:48:00Z,0.017997,0.018042,278,,,0.0049958685,0.0998541424,0.0037523745,0.003761757,,,TP
,,2024-04-24T01:35:00Z,2024-04-24T01:38:00Z,0.017977,0.018022,279,,,0.0050222092,0.1001321133,0.0037616873,0.0037711035,,,TP
,,2024-04-24T01:38:00Z,2024-04-24T03:49:00Z,0.018017,0.018063,278,,,0.00526532,0.1051229394,0.0037565445,0.0037661355,,,TP
,,2024-04-24T01:45:00Z,2024-04-24T02:00:00Z,0.017977,0.018022,279,,,0.0050222092,0.1001321133,0.0037616873,0.0037711035,,,TP
,,2024-04-24T02:11:00Z,2024-04-24T03:47:00Z,0.017967,0.018012,279,,,0.0050263942,0.1002713308,0.0037595948,0.003769011,,,TP
,,2024-04-24T02:26:00Z,2024-04-24T03:37:00Z,0.017897,0.017942,280,,,0.00507381,0.1012502095,0.00375837,0.00376782,,,TP
,,2024-04-24T02:30:00Z,2024-04-24T02:41:00Z,0.017827,0.017872,281,,,0.0051214358,0.1022367757,0.0037570402,0.003766524,,,TP
,,2024-04-24T02:31:00Z,2024-04-24T03:23:00Z,0.017797,0.017842,281,,,0.0051340808,0.1026619655,0.0037507177,0.0037602015,,,TP
,,2024-04-24T02:32:00Z,2024-04-24T02:34:00Z,0.017767,0.017812,282,,,0.0051650415,0.1030885912,0.0037577205,0.003767238,,,TP
,,2024-04-24T02:43:00Z,2024-04-24T09:36:00Z,0.017927,0.017972,279,,,0.0050431342,0.100829754,0.0037512248,0.003760641,,,TP
,,2024-08-30T19:58:00Z,2024-08-30T20:02:00Z,0.0108,0.010827,463,,,0.0049910243,0.0998125,0.0037503,0.0037596758,,,TP
,,2024-08-31T08:58:00Z,2024-08-31T09:06:00Z,0.0108,0.010827,463,,,0.0049910243,0.0998125,0.0037503,0.0037596758,,,TP
,,2024-08-31T14:02:00Z,2024-08-31T14:30:00Z,0.0108,0.010827,463,,,0.0049910243,0.0998125,0.0037503,0.0037596758,,,TP
,,2024-09-03T13:34:00Z,2024-09-07T20:46:00Z,0.0108,0.010827,463,,,0.0049910243,0.0998125,0.0037503,0.0037596758,,,TP
,,2024-09-07T23:16:00Z,2024-09-07T23:18:00Z,0.0108,0.010827,463,,,0.0049910243,0.0998125,0.0037503,0.0037596758,,,TP
,,2024-09-08T06:38:00Z,2024-09-08T06:45:00Z,0.0108,0.010827,463,,,0.0049910243,0.0998125,0.0037503,0.0037596758,,,TP
,,2024-09-09T08:04:00Z,2024-09-09T08:07:00Z,0.0108,0.010827,463,,,0.0049910243,0.0998125,0.0037503,0.0037596758,,,TP
,,2024-09-09T23:16:00Z,2024-09-09T23:18:00Z,0.0108,0.010827,463,,,0.0049910243,0.0998125,0.0037503,0.0037596758,,,TP
,,2024-09-14T13:18:00Z,2024-09-14T14:32:00Z,0.0108,0.010827,463,,,0.0049910243,0.0998125,0.0037503,0.0037596758,,,TP
,,2024-09-14T14:35:00Z,2024-09-14T15:11:00Z,0.0108,0.010827,463,,,0.0049910243,0.0998125,0.0037503,0.0037596758,,,TP
,,2024-09-14T15:34:00Z,2024-09-15T02:51:00Z,0.0108,0.010827,463,,,0.0049910243,0.0998125,0.0037503,0.0037596758,,,TP
,,2024-09-15T14:15:00Z,2024-09-15T14:30:00Z,0.0108,0.010827,463,,,0.0049910243,0.0998125,0.0037503,0.0037596758,,,TP
,,2024-10-15T11:24:00Z,2024-10-15T11:28:00Z,0.0108,0.010827,463,,,0.0049910243,0.0998125,0.0037503,0.0037596758,,,TP
,,2024-11-21T02:44:00Z,2024-11-21T02:45:00Z,0.0108,0.010827,463,,,0.0049910243,0.0998125,0.0037503,0.0037596758,,,TP
,,2025-01-19T11:49:00Z,2025-01-19T12:03:00Z,0.0108,0.010827,463,,,0.0049910243,0.0998125,0.0037503,0.0037596758,,,TP
,,2025-01-19T22:39:00Z,2025-01-19T22:40:00Z,0.0108,0.010827,463,,,0.0049910243,0.0998125,0.0037503,0.0037596758,,,TP
,,2025-01-20T12:39:00Z,2025-01-20T12:45:00Z,0.0108,0.010827,463,,,0.0049910243,0.0998125,0.0037503,0.0037596758,,,TP
,,2025-12-18T09:17:00Z,2025-12-18T11:49:00Z,0.002,0.002005,2500,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-12-19T07:28:00Z,2025-12-19T10:55:00Z,0.002,0.002005,2500,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-12-21T18:04:00Z,2025-12-21T19:30:00Z,0.002,0.002005,2500,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2026-01-29T15:09:00Z,2026-01-29T15:11:00Z,0.002,0.002005,2500,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2026-01-31T08:42:00Z,2026-01-31T09:02:00Z,0.002,0.002005,2500,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2026-01-31T10:01:00Z,2026-01-31T10:25:00Z,0.002,0.002005,2500,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2026-01-31T12:05:00Z,2026-01-31T12:20:00Z,0.002,0.002005,2500,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2026-02-01T19:33:00Z,2026-02-01T19:45:00Z,0.002,0.002005,2500,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2026-02-05T20:59:00Z,2026-02-05T21:01:00Z,0.001602,0.001607,3122,,,0.0080961265,0.1618757803,0.003751083,0.0037627905,,,TP
,,2026-02-05T21:13:00Z,2026-02-05T21:23:00Z,0.001601,0.001606,3124,,,0.008105999,0.1620705809,0.003751143,0.003762858,,,TP
,,2026-02-05T21:27:00Z,2026-02-05T21:28:00Z,0.001602,0.001607,3122,,,0.0080961265,0.1618757803,0.003751083,0.0037627905,,,TP
,,2026-02-05T21:28:00Z,2026-02-05T21:43:00Z,0.001604,0.001609,3118,,,0.0080763995,0.1614869077,0.003750954,0.0037626465,,,TP
,,2026-02-05T21:44:00Z,2026-02-05T22:03:00Z,0.001601,0.001606,3124,,,0.008105999,0.1620705809,0.003751143,0.003762858,,,TP
,,2026-02-05T23:48:00Z,2026-02-06T00:45:00Z,0.001604,0.001609,3118,,,0.0080763995,0.1614869077,0.003750954,0.0037626465,,,TP
,,2026-02-05T23:57:00Z,2026-02-06T00:45:00Z,0.001602,0.001607,3122,,,0.0080961265,0.1618757803,0.003751083,0.0037627905,,,TP
,,2026-02-06T00:46:00Z,2026-02-06T00:53:00Z,0.001605,0.00161,3116,,,0.008066545,0.1612928349,0.003750885,0.00376257,,,TP
,,2026-02-06T00:55:00Z,2026-02-06T01:33:00Z,0.001605,0.00161,3116,,,0.008066545,0.1612928349,0.003750885,0.00376257,,,TP
,,2026-02-06T01:05:00Z,2026-02-06T01:05:00Z,0.001601,0.001606,3124,,,0.008105999,0.1620705809,0.003751143,0.003762858,,,TP
,,2026-02-06T02:23:00Z,2026-02-06T03:02:00Z,0.001604,0.001609,3118,,,0.0080763995,0.1614869077,0.003750954,0.0037626465,,,TP
,,2026-02-06T02:57:00Z,2026-02-06T03:00:00Z,0.001601,0.001606,3124,,,0.008105999,0.1620705809,0.003751143,0.003762858,,,TP
,,2026-02-06T03:18:00Z,2026-02-06T03:44:00Z,0.001601,0.001606,3124,,,0.008105999,0.1620705809,0.003751143,0.003762858,,,TP
,,2026-02-06T03:22:00Z,2026-02-06T03:44:00Z,0.001603,0.001608,3120,,,0.00808626,0.1616812227,0.00375102,0.00376272,,,TP
,,2026-02-06T04:08:00Z,2026-02-06T04:10:00Z,0.001601,0.001606,3124,,,0.008105999,0.1620705809,0.003751143,0.003762858,,,TP
,,2026-02-21T16:01:00Z,2026-02-25T21:37:00Z,0.001691,0.001696,2957,,,0.0072734807,0.1454612655,0.0037502153,0.003761304,,,TP
,,2026-02-21T16:16:00Z,2026-02-25T20:39:00Z,0.001682,0.001687,2973,,,0.0073529723,0.1470422117,0.0037504395,0.0037615883,,,TP
,,2026-02-21T16:16:00Z,2026-02-25T20:00:00Z,0.001684,0.001689,2970,,,0.0073366425,0.1466894299,0.00375111,0.0037622475,,,TP
,,2026-02-21T19:12:00Z,2026-02-25T21:38:00Z,0.001688,0.001693,2963,,,0.0073015728,0.1459863744,0.003751158,0.0037622692,,,TP
,,2026-02-21T20:08:00Z,2026-02-25T20:10:00Z,0.00168,0.001685,2977,,,0.0073717963,0.1473958333,0.00375102,0.0037621837,,,TP
,,2026-02-21T21:43:00Z,2026-02-25T19:50:00Z,0.001678,0.001683,2980,,,0.007388165,0.147750298,0.00375033,0.003761505,,,TP
,,2026-02-21T22:03:00Z,2026-02-25T18:13:00Z,0.001674,0.001679,2987,,,0.0074234418,0.1484617682,0.0037501785,0.0037613798,,,TP
,,2026-02-21T22:06:00Z,2026-02-25T18:12:00Z,0.001672,0.001677,2991,,,0.0074423557,0.1488187799,0.003750714,0.0037619302,,,TP
,,2026-02-21T22:42:00Z,2026-02-25T18:24:00Z,0.001669,0.001674,2996,,,0.007468279,0.1493559017,0.003750243,0.003761478,,,TP
,,2026-02-23T01:02:00Z,2026-02-23T08:38:00Z,0.001602,0.001607,3122,,,0.0080961265,0.1618757803,0.003751083,0.0037627905,,,TP
,,2026-02-23T05:37:00Z,2026-02-23T08:06:00Z,0.001605,0.00161,3116,,,0.008066545,0.1612928349,0.003750885,0.00376257,,,TP
,,2026-02-23T08:53:00Z,2026-02-23T09:18:00Z,0.001602,0.001607,3122,,,0.0080961265,0.1618757803,0.003751083,0.0037627905,,,TP
,,2026-02-23T09:26:00Z,2026-02-23T10:46:00Z,0.001603,0.001608,3120,,,0.00808626,0.1616812227,0.00375102,0.00376272,,,TP
,,2026-02-23T12:13:00Z,2026-02-23T12:37:00Z,0.001604,0.001609,3118,,,0.0080763995,0.1614869077,0.003750954,0.0037626465,,,TP
,,2026-02-23T13:33:00Z,2026-02-25T01:18:00Z,0.001602,0.001607,3122,,,0.0080961265,0.1618757803,0.003751083,0.0037627905,,,TP
,,2026-02-25T01:29:00Z,2026-02-25T02:07:00Z,0.001605,0.00161,3116,,,0.008066545,0.1612928349,0.003750885,0.00376257,,,TP
,,2026-02-25T01:36:00Z,2026-02-25T02:07:00Z,0.001603,0.001608,3120,,,0.00808626,0.1616812227,0.00375102,0.00376272,,,TP
,,2026-02-25T02:02:00Z,2026-02-25T02:10:00Z,0.001601,0.001606,3124,,,0.008105999,0.1620705809,0.003751143,0.003762858,,,TP
,,2026-02-25T10:44:00Z,2026-02-25T11:28:00Z,0.001601,0.001606,3124,,,0.008105999,0.1620705809,0.003751143,0.003762858,,,TP
,,2026-02-25T15:24:00Z,2026-02-25T23:32:00Z,0.001647,0.001652,3036,,,0.007668177,0.1533545841,0.003750219,0.003761604,,,TP
,,2026-02-25T17:18:00Z,2026-02-25T18:08:00Z,0.001664,0.001669,3005,,,0.0075132513,0.1502554087,0.00375024,0.0037615088,,,TP
,,2026-02-25T18:05:00Z,2026-02-25T22:44:00Z,0.001667,0.001672,3000,,,0.00748725,0.149715057,0.00375075,0.003762,,,TP
,,2026-02-25T18:12:00Z,2026-02-25T18:13:00Z,0.001676,0.001681,2984,,,0.007407034,0.1481056086,0.003750888,0.003762078,,,TP
,,2026-02-25T18:24:00Z,2026-02-25T18:28:00Z,0.001674,0.001679,2987,,,0.0074234418,0.1484617682,0.0037501785,0.0037613798,,,TP
,,2026-02-25T19:05:00Z,2026-02-25T19:35:00Z,0.001675,0.00168,2986,,,0.0074164775,0.1482835821,0.0037511625,0.00376236,,,TP
,,2026-02-25T20:03:00Z,2026-02-25T20:50:00Z,0.001686,0.001691,2966,,,0.0073178635,0.1463374852,0.003750507,0.0037616295,,,TP
,,2026-02-25T20:13:00Z,2026-02-25T21:31:00Z,0.001679,0.001684,2978,,,0.0073787395,0.1475729601,0.0037500465,0.003761214,,,TP
,,2026-02-25T21:15:00Z,2026-02-25T21:31:00Z,0.001682,0.001687,2973,,,0.0073529723,0.1470422117,0.0037504395,0.0037615883,,,TP
,,2026-02-25T21:32:00Z,2026-02-25T21:34:00Z,0.001682,0.001687,2973,,,0.0073529723,0.1470422117,0.0037504395,0.0037615883,,,TP
,,2026-02-25T21:38:00Z,2026-02-25T21:40:00Z,0.001691,0.001696,2957,,,0.0072734807,0.1454612655,0.0037502153,0.003761304,,,TP
,,2026-02-25T21:57:00Z,2026-02-25T22:00:00Z,0.001687,0.001692,2964,,,0.007308483,0.1461618257,0.003750201,0.003761316,,,TP
,,2026-02-25T22:44:00Z,2026-02-25T23:09:00Z,0.001672,0.001677,2991,,,0.0074423557,0.1488187799,0.003750714,0.0037619302,,,TP
,,2026-02-25T22:50:00Z,2026-02-25T22:58:00Z,0.001667,0.001672,3000,,,0.00748725,0.149715057,0.00375075,0.003762,,,TP
,,2026-02-25T23:32:00Z,2026-02-25T23:38:00Z,0.001651,0.001656,3029,,,0.0076323228,0.1526196245,0.0037506592,0.003762018,,,TP
,,2026-02-25T23:42:00Z,2026-02-25T23:52:00Z,0.001643,0.001648,3044,,,0.007706647,0.1540931223,0.003750969,0.003762384,,,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 TLMUSDT?
Did it beat Buy & Hold of TLMUSDT?
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 TLMUSDT (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: 8,041.53 USDT
P&L: -1,958.47 USDT (-19.58%)
Result: LOSS
Completed trades: 114316
Open orders at end: 679
Win rate: 100.0%
Avg. profit/trade: 0.005426 USDT
Best trade: 0.008106 USDT
Worst trade: 0.004991 USDT
Total profit (trades only): 620.330297 USDT
Max drawdown: -23.22%
Profit factor: inf (no losing trades)
Sharpe ratio: -0.73
Total fees: 859.24 USDT
Avg hold time: 17.7h
TP / SL / TSL: 114316 / 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: 1115.1s
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":"TLMUSDT","mode_name":"3LongTimeLong.json","interval":"1m","from":"2024-04-24 00:00:01","to":"2026-02-25 23:59:59","canBuy":true,"canSell":true,"canBuyUp":true,"startBal":10000,"stepSize":1,"stopLoss":false,"tickSize":0.000001,"buySplits":9,"buyVolumes":[20,15,10,10,10,10,5,5,5],"canBuyDown":false,"minNotional":5,"buyPercentage":0.1,"fees_in_quote":true,"intrabar_mode":"OLHC","maker_fee_bps":7.5,"taker_fee_bps":7.5,"sellPercentages":[0.25,0.35,0.5,0.75,1,2.5,5,10,15],"triggerCoolDown":1,"investmentPerBuy":25,"assumed_spread_bps":0,"stopLossPercentage":5,"investmentPercentMode":false,"minInvestmentPerQuote":25,"order_latency_seconds":2,"trailingStopLossPercentages":[0,0,0,0,0,0,0,0,0],"sellCancelDistancePercentage":1,"dontBuyBelowQuoteAssetBalance":1,"investmentPerFreeQuotePercent":0.01,"sellActivateDistancePercentage":0.1}'
Structured Data (JSON-LD)
Dataset markup with 34 PropertyValue KPIs. Every numeric value is finite + range-validated; invalid / null fields are omitted so the JSON stays schema.org-compliant.{
"@context": "https://schema.org",
"@type": "Dataset",
"name": "TLMUSDT LongTimeLong Backtest",
"alternateName": "TLMUSDT-3LongTimeLong.json-fb0ea8cc-28c7-49a9-b97b-54b191f66d84",
"description": "Backtest of the LongTimeLong strategy on TLMUSDT: -19.58% return over 2024-04-24 to 2026-02-25.",
"identifier": "fb0ea8cc-28c7-49a9-b97b-54b191f66d84",
"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": [
"TLMUSDT",
"LongTimeLong",
"crypto backtest",
"trading strategy",
"quantitative finance",
"algorithmic trading"
],
"about": [
{
"@type": "Thing",
"name": "TLMUSDT",
"description": "Trading pair: TLMUSDT"
},
{
"@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": -19.5847,
"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": 620.3302971,
"unitText": "USDT",
"description": "Total realized profit in quote currency"
},
{
"@type": "PropertyValue",
"name": "Final Portfolio Value",
"value": 8041.52560508,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Initial Capital",
"value": 10000,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Fulfilled Trades",
"value": 114316,
"unitText": "trades",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Active Orders",
"value": 679,
"unitText": "orders",
"description": "Open positions still pending exit at end of window",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Best Trade Profit",
"value": 0.008106,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Worst Trade Profit",
"value": 0.00499063,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Average Trade Profit",
"value": 0.00542645,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Engine Elapsed Time",
"value": 1115.09,
"unitText": "seconds",
"unitCode": "SEC",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "CAGR",
"value": -11.172198883265294,
"unitText": "%",
"unitCode": "P1",
"description": "Compound Annual Growth Rate"
},
{
"@type": "PropertyValue",
"name": "Max Drawdown",
"value": -23.224421768007307,
"unitText": "%",
"unitCode": "P1",
"description": "Largest peak-to-trough decline of equity (negative)",
"maxValue": 0
},
{
"@type": "PropertyValue",
"name": "Max Drawdown (absolute)",
"value": -2416.2046818225,
"unitText": "USDT",
"maxValue": 0
},
{
"@type": "PropertyValue",
"name": "Drawdown Duration",
"value": 424,
"unitText": "days",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Sharpe Ratio (annualized)",
"value": -0.7292826146801408,
"description": "Mean / std of daily returns x 365"
},
{
"@type": "PropertyValue",
"name": "Sortino Ratio (annualized)",
"value": -0.7143254743287669,
"description": "Like Sharpe but only penalizes downside volatility"
},
{
"@type": "PropertyValue",
"name": "Volatility (annualized)",
"value": 14.670371008256824,
"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.006401790470999997,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Average Win",
"value": 0.006401790470999997,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Average Loss",
"value": 0,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Median Trade Profit",
"value": 0.006269400350000001,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Gross Profit",
"value": 0.6401790470999997,
"unitText": "USDT",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Gross Loss",
"value": 0,
"unitText": "USDT",
"maxValue": 0
},
{
"@type": "PropertyValue",
"name": "Total Fees Paid",
"value": 0.7514709548000001,
"unitText": "USDT",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Total Volume Traded",
"value": 1001.9612720000003,
"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.43333333333333335,
"unitText": "hours",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Mean Holding Time",
"value": 11.162794612794613,
"unitText": "hours",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Trades per Month",
"value": 5169.803805615875,
"unitText": "trades/month",
"minValue": 0
}
],
"dateCreated": "2026-05-08T13:39:08.402Z",
"dateModified": "2026-05-15T13:01:11.768Z",
"temporalCoverage": "2024-04-23T22:00:01.000Z/2026-02-25T22:59:59.000Z"
}
[!] Disclaimer
Backtester: uncoded.ch/backtesting * Generated 2026-05-15 13:01:11 UTC