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.
AMPUSDT * LongTimeLong
AMPUSDT | 3LongTimeLong.json | 2024-04-24 - 2026-02-25 | -1.29% | 119,231 closed trades | 100.0% closed WR | 262 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,566.13 USDT | Sum of all winning trades before fees. |
| Gross Loss | 0.00 USDT | Absolute sum of all losing trades. |
| Total Fees | 895.84 USDT | Buy + sell fees across all trades. |
| Fee Drag | 57.2% of gross profit | What share of edge the exchange consumed. |
| Avg Hold Time | 8.2 h | Mean duration a position is open. |
Exit Mix (Fill Types)
| Exit Type | Count | Share | What It Means |
|---|---|---|---|
| TP (Take Profit) | 119,231 | 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 AMPUSDT, 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 57.2% of gross profit - over-trading risk.Chunking & Headings Guide
Chunk markers
Every section is delimited by paired JSX comments - invisible to readers, trivial for splitters. (Earlier versions of this exporter used HTML comments; we switched to JSX comments in v2.4.0 because MDX 3 - the parser Mintlify uses - forbids HTML comments at the document level.) The example below uses uppercaseRAG-CHUNK so it doesn’t accidentally match a splitter that scans this very page; real markers use lowercase rag-chunk:
{/* RAG-CHUNK:start id="tldr" type="summary" title="TL;DR" tokens~="120" backtest_id="8ade44ef-e4c6-47c2-848b-82e1a22c584a" */}
...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 AMPUSDT, 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 AMPUSDT 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: AMPUSDT is a deeply-liquid USDT-quoted pair on Binance, so the simulated fills here translate well to live execution at retail size. The high trade frequency means cumulative slippage and exchange-side latency will erode a few percent of the headline return over a full year - budget for that gap. Without a hard stop-loss, the live system depends on the take-profit ladder firing during recovery legs; a prolonged downtrend without recovery will hold positions open longer than backtest aggregates suggest. Additionally, exchange downtime, API rate limits, and funding-rate changes (on perp variants) are not modelled here and should be accounted for in production deployment.Frequently asked questions
Is a -1.29% return on AMPUSDT a good backtest result?
Is a -1.29% return on AMPUSDT 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 AMPUSDT backtest?
What is the annualised return for this AMPUSDT 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 AMPUSDT?
How is this backtest different from others on AMPUSDT?
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 | AMPUSDT |
| Strategy | LongTimeLong |
| Period | 2024-04-24 -> 2026-02-25 |
| Configured window (inclusive elapsed) | 673.0 days (1.84 years) - (config.to - config.from) / 86 400 000 ms |
| Configured window (calendar days) | 673 days - Math.round of the elapsed value above; this is what the narrative paragraph quotes |
| Equity-stat duration | 672.0 days (1.84 years) - first -> last equity sample timestamp; used for CAGR / Sharpe / Sortino |
| Coverage gap | configured window is 673.0 days but equity samples span only 672.0 days - the engine omitted leading/trailing flat periods (e.g. dates before the asset began trading on the venue) |
| Start Balance | 10,000.00 USDT |
| Final Value | 9,870.66 USDT |
| Avg Profit / Trade | +0.0056 USDT |
| Trades / Month | 5392.1 |
| Status | completed |
| Created | 2026-05-08 13:39:09 UTC |
| Started | 2026-05-09 18:59:32 UTC |
| Completed | 2026-05-09 19:14:38 UTC |
| Compute Time | 7m 24s |
| Backtest ID | 8ade44ef-e4c6-47c2-848b-82e1a22c584a |
| Engine summary: |
Backtest AMPUSDT (Mode: 3LongTimeLong.json)
Period: 2024-04-24 00:00:01 to 2026-02-25 23:59:59
Starting balance: 10,000.00 USDT
Final value: 9,870.66 USDT
P&L: -129.34 USDT (-1.29%)
Result: LOSS
Completed trades: 119231
Open orders at end: 262
Win rate: 100.0%
Avg. profit/trade: 0.005622 USDT
Best trade: 0.008106 USDT
Worst trade: 0.004991 USDT
Total profit (trades only): 670.285187 USDT
Max drawdown: -6.17%
Profit factor: inf (no losing trades)
Sharpe ratio: -0.13
Total fees: 895.84 USDT
Avg hold time: 8.2h
TP / SL / TSL: 119231 / 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: 444.2s
Verifiable Claims
| Claim | Evidence | Source |
|---|---|---|
| Strategy returned -1.29% over the tested window | return_pct = -1.2934 | GET /backtests/{id} -> return_pct |
| Capital grew from 10,000.00 to 9,870.66 USDT | final_value - start_balance = -129.34 USDT | GET /backtests/{id} -> start_balance, final_value |
| Roughly 119231 of 119231 trades were profitable | win_rate = 100% | GET /backtests/{id} -> win_rate, fulfilled_trades |
| Worst peak-to-trough loss was 6.17% | max_drawdown_pct = 6.1719 | derived client-side from /equity series |
| Risk-adjusted return (Sharpe, annualized, rf=0) = -0.13 | sharpe_annualized = -0.1344 | 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": "AMPUSDT",
"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: AMPUSDT
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 | AMPUSDT | 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,374 | # #
| :## :
| #:::#:## ## #
| :::::::: ::# #:### #
| ::::::::# #:::##:::::#:#
| #:::::::::### #::::::::::::::#
| ### #####:::::::::::::#::::::::::::::::#### ##
|#:::##### ###:::::::::::::::::::::::::::::::::::::::# ::
|:::::::::#:::::::::::::::::::::::::::::::::::::::::::# ::#
9,861 |::::::::::::::::::::::::::::::::::::::::::::::::::::::#:::##
+------------------------------------------------------------
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,429.86 USDT @ 2024-12-08 23:59:00 UTC |
| Trough | 9,786.14 USDT @ 2026-02-05 23:59:00 UTC |
| Drawdown Duration | 424.0 days |
| Recovery | not yet recovered within window |
| All-time Peak | 10,429.86 USDT |
Final Portfolio Allocation
GET /backtests/{id}/equity * Fields used: total_value_exit_net, quote_asset_bal, base_asset_bal, base_value_exit_net, base_value_mid, unrealized_pnl_exit_net| Asset | Quantity | Value (USDT) | Allocation |
|---|---|---|---|
| USDT (Cash) | 9,358.60 | 9,358.60 | 94.8% |
| AMP | 341,405.00000000 | 0.00 | 0.0% |
| Other (open positions, fee reserves, …) | - | 512.06 | 5.2% |
| Total | - | 9,870.66 | 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.60 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.60 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 | 895.09 USDT | bt.total_fees - closed-trade subtotal - buy-side fees on the 262 orders still open at end of window (no matching sell row yet) |
| Total Fees Paid (authoritative) | 895.84 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 | 149766.96% | 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/8ade44ef-e4c6-47c2-848b-82e1a22c584a/trades |
| Closed-trade sell fees | Sum row.sell_fee_in_quote | sell_fee_in_quote per row | GET /backtests/8ade44ef-e4c6-47c2-848b-82e1a22c584a/trades |
| (A) Closed-trade subtotal | Sum (buy_fee_in_quote + sell_fee_in_quote) | both fee fields, matched-pair rows only | GET /backtests/8ade44ef-e4c6-47c2-848b-82e1a22c584a/trades |
| (B) Total Fees Paid (engine) | direct read | total_fees (scalar) | GET /backtests/8ade44ef-e4c6-47c2-848b-82e1a22c584a |
| (C) = (B) - (A) Open-position buy fees | bt.total_fees - closed_subtotal | derived | - |
| Open orders count | direct read | active_orders | GET /backtests/8ade44ef-e4c6-47c2-848b-82e1a22c584a |
| Numerical walk-through for this run: |
(A) Closed-trade subtotal = 0.375114 + 0.376126
= 0.751241 USDT
(B) bt.total_fees = 895.841844 USDT <- authoritative
(C) Open-position buy fees = (B) - (A)
= 895.841844 - 0.751241
= 895.090603 USDT
Identity check: (A) + (C) ?= (B)
0.751241 + 895.090603 = 895.841844 USDT
vs bt.total_fees = 895.841844 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 262 open orders.Holding Period Distribution
| Min | Median | Avg | Max |
|---|---|---|---|
| 0.0h | 0.2h | 4.4h | 113.3h |
Trade Timeline
| First Trade | Last Trade |
|---|---|
| 2024-04-24 00:01:00 UTC | 2026-02-25 23:59:00 UTC |
Breakdown by Exit Type
| Type | Count | Cumulative Profit | Avg Return |
|---|---|---|---|
TP | 100 | +0.60 USDT | +0.12% |
Monthly Performance
GET /backtests/{id}/trades * Fields used: sell_time (bucket key), profit| Month | Trades | Wins | Win Rate | Net P&L (USDT) |
|---|---|---|---|---|
| 2024-04 | 25 | 25 | 100.0% | +0.13 |
| 2024-08 | 1 | 1 | 100.0% | +0.00 |
| 2024-09 | 4 | 4 | 100.0% | +0.02 |
| 2024-11 | 2 | 2 | 100.0% | +0.01 |
| 2024-12 | 3 | 3 | 100.0% | +0.01 |
| 2025-01 | 3 | 3 | 100.0% | +0.01 |
| 2025-03 | 2 | 2 | 100.0% | +0.01 |
| 2025-04 | 2 | 2 | 100.0% | +0.01 |
| 2025-05 | 2 | 2 | 100.0% | +0.01 |
| 2025-06 | 2 | 2 | 100.0% | +0.01 |
| 2025-07 | 3 | 3 | 100.0% | +0.01 |
| 2026-01 | 2 | 2 | 100.0% | +0.01 |
| 2026-02 | 49 | 49 | 100.0% | +0.34 |
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-01 -> 2026-02-01 | 0.001601 | 0.001606 | +0.0081 | +0.16% |
| 2 | TP | 2026-02-02 -> 2026-02-02 | 0.001601 | 0.001606 | +0.0081 | +0.16% |
| 3 | TP | 2026-02-02 -> 2026-02-02 | 0.001601 | 0.001606 | +0.0081 | +0.16% |
| 4 | TP | 2026-02-02 -> 2026-02-02 | 0.001601 | 0.001606 | +0.0081 | +0.16% |
| 5 | TP | 2026-02-03 -> 2026-02-03 | 0.001601 | 0.001606 | +0.0081 | +0.16% |
| 6 | TP | 2026-02-03 -> 2026-02-03 | 0.001601 | 0.001606 | +0.0081 | +0.16% |
| 7 | TP | 2026-02-04 -> 2026-02-04 | 0.001601 | 0.001606 | +0.0081 | +0.16% |
| 8 | TP | 2026-02-05 -> 2026-02-06 | 0.001601 | 0.001606 | +0.0081 | +0.16% |
| 9 | TP | 2026-02-07 -> 2026-02-07 | 0.001601 | 0.001606 | +0.0081 | +0.16% |
| 10 | TP | 2026-02-07 -> 2026-02-07 | 0.001601 | 0.001606 | +0.0081 | +0.16% |
Top 10 Losers
Top 10 Losers
Charts Catalogue
GET /backtests/{id} + /equity + /trades * Fields used: every chart from the live <AnalyticsCharts> UI, with the exact transform + API fields it consumesX-API-Key.- Equity & Balance
- Trade Analysis
- Risk & Recovery
- Deep Dive
- Advanced
Drawdown
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net * Transform: computeDrawdown(equity)drawdown).| Stat | Value |
|---|---|
| Shallowest DD | 0.00% @ 2024-04-24 23:59:00 UTC |
| Deepest DD | -6.17% @ 2026-02-05 23:59:00 UTC |
| Mean | -2.04% |
| Std Dev | 1.60% |
| Last | -5.36% |
| Points | 673 |
| Across 673 points the series ranged from -6.17% (2026-02-05 23:59:00 UTC) to 0.00% (2024-04-24 23:59:00 UTC), averaging -2.04%. 0% of points were positive, 95% negative. The most recent value is -5.36%. | |
| 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.016460517022826332},{"timestamp":"2024-05-17T23:59:00+00:00","drawdown":-0.03735403972128195},{"timestamp":"2024-05-28T23:59:00+00:00","drawdown":-0.03202308986309351},{"timestamp":"2024-06-09T23:59:00+00:00","drawdown":-0.3261589163171576},{"timestamp":"2024-06-20T23:59:00+00:00","drawdown":-0.7797445106145592},{"timestamp":"2024-07-01T23:59:00+00:00","drawdown":-0.47468709341981563},{"timestamp":"2024-07-13T23:59:00+00:00","drawdown":-0.5340373093889516},{"timestamp":"2024-07-24T23:59:00+00:00","drawdown":-0.7282030615057867},{"timestamp":"2024-08-05T23:59:00+00:00","drawdown":-1.5172449903341652},{"timestamp":"2024-08-16T23:59:00+00:00","drawdown":-0.4870037242521051},{"timestamp":"2024-08-27T23:59:00+00:00","drawdown":-0.32030657407393487},{"timestamp":"2024-09-08T23:59:00+00:00","drawdown":-0.4518708242348169},{"timestamp":"2024-09-19T23:59:00+00:00","drawdown":-0.23981533946477004},{"timestamp":"2024-09-30T23:59:00+00:00","drawdown":-0.2189188072045247},{"timestamp":"2024-10-12T23:59:00+00:00","drawdown":-0.36710826011466346},{"timestamp":"2024-10-23T23:59:00+00:00","drawdown":-0.28374179870199856},{"timestamp":"2024-11-04T23:59:00+00:00","drawdown":-0.45370585052048823},{"timestamp":"2024-11-15T23:59:00+00:00","drawdown":0},{"timestamp":"2024-11-26T23:59:00+00:00","drawdown":-0.22919400556113378},{"timestamp":"2024-12-08T23:59:00+00:00","drawdown":0},{"timestamp":"2024-12-19T23:59:00+00:00","drawdown":-1.0985464559607185},{"timestamp":"2024-12-31T23:59:00+00:00","drawdown":-1.581196244136952},{"timestamp":"2025-01-11T23:59:00+00:00","drawdown":-2.04451827689667},{"timestamp":"2025-01-22T23:59:00+00:00","drawdown":-0.9118190794042614},{"timestamp":"2025-02-03T23:59:00+00:00","drawdown":-1.889209918614304},{"timestamp":"2025-02-14T23:59:00+00:00","drawdown":-1.6259053259449},{"timestamp":"2025-02-26T23:59:00+00:00","drawdown":-3.085668707977991},{"timestamp":"2025-03-09T23:59:00+00:00","drawdown":-3.440314836510769},{"timestamp":"2025-03-20T23:59:00+00:00","drawdown":-2.912405251977802},{"timestamp":"2025-04-01T23:59:00+00:00","drawdown":-3.4208897969194436},{"timestamp":"2025-04-12T23:59:00+00:00","drawdown":-3.237845453378859},{"timestamp":"2025-04-23T23:59:00+00:00","drawdown":-2.677961751681846},{"timestamp":"2025-05-05T23:59:00+00:00","drawdown":-2.774873993388492},{"timestamp":"2025-05-16T23:59:00+00:00","drawdown":-1.7304311872332112},{"timestamp":"2025-05-28T23:59:00+00:00","drawdown":-1.6549400860918755},{"timestamp":"2025-06-08T23:59:00+00:00","drawdown":-2.2087228004748676},{"timestamp":"2025-06-19T23:59:00+00:00","drawdown":-2.623303959123828},{"timestamp":"2025-07-01T23:59:00+00:00","drawdown":-3.064942744695599},{"timestamp":"2025-07-12T23:59:00+00:00","drawdown":-2.1413108248994366},{"timestamp":"2025-07-24T23:59:00+00:00","drawdown":-1.8585471658678996},{"timestamp":"2025-08-04T23:59:00+00:00","drawdown":-2.2461666156058873},{"timestamp":"2025-08-15T23:59:00+00:00","drawdown":-2.0798958901540945},{"timestamp":"2025-08-27T23:59:00+00:00","drawdown":-2.203074339152725},{"timestamp":"2025-09-07T23:59:00+00:00","drawdown":-2.5616731022108477},{"timestamp":"2025-09-19T23:59:00+00:00","drawdown":-2.3976369474574577},{"timestamp":"2025-09-30T23:59:00+00:00","drawdown":-2.9630419368640544},{"timestamp":"2025-10-11T23:59:00+00:00","drawdown":-4.387391677013917},{"timestamp":"2025-10-23T23:59:00+00:00","drawdown":-3.926149619185352},{"timestamp":"2025-11-03T23:59:00+00:00","drawdown":-4.213228988145719},{"timestamp":"2025-11-14T23:59:00+00:00","drawdown":-3.771700587822303},{"timestamp":"2025-11-26T23:59:00+00:00","drawdown":-3.977402182056475},{"timestamp":"2025-12-07T23:59:00+00:00","drawdown":-4.3604139546675675},{"timestamp":"2025-12-19T23:59:00+00:00","drawdown":-5.080449573361247},{"timestamp":"2025-12-30T23:59:00+00:00","drawdown":-5.614833547666619},{"timestamp":"2026-01-10T23:59:00+00:00","drawdown":-3.9552051920194558},{"timestamp":"2026-01-22T23:59:00+00:00","drawdown":-4.114727187400585},{"timestamp":"2026-02-02T23:59:00+00:00","drawdown":-5.069507506032238},{"timestamp":"2026-02-14T23:59:00+00:00","drawdown":-5.129949948823194},{"timestamp":"2026-02-25T23:59:00+00:00","drawdown":-5.361525002015312}]
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 | 189.19 USDT @ 2024-12-08 23:59:00 UTC |
| Worst Unrealized | -867.54 USDT @ 2026-02-05 23:59:00 UTC |
| Mean | -268.64 USDT |
| Std Dev | 231.46 USDT |
| Last | -799.62 USDT |
| Points | 673 |
| Sum | -180,797.39 USDT |
| Across 673 points the series ranged from -867.54 USDT (2026-02-05 23:59:00 UTC) to 189.19 USDT (2024-12-08 23:59:00 UTC), averaging -268.64 USDT. 8% of points were positive, 92% negative. The most recent value is -799.62 USDT. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T23:59:00+00:00","pnl":-5.532506078},{"timestamp":"2024-05-05T23:59:00+00:00","pnl":-5.5516663595},{"timestamp":"2024-05-17T23:59:00+00:00","pnl":-16.8910645862},{"timestamp":"2024-05-28T23:59:00+00:00","pnl":-19.8299614205},{"timestamp":"2024-06-09T23:59:00+00:00","pnl":-49.2144003313},{"timestamp":"2024-06-20T23:59:00+00:00","pnl":-105.9771422845},{"timestamp":"2024-07-01T23:59:00+00:00","pnl":-86.1102346403},{"timestamp":"2024-07-13T23:59:00+00:00","pnl":-101.8148469435},{"timestamp":"2024-07-24T23:59:00+00:00","pnl":-128.3597392755},{"timestamp":"2024-08-05T23:59:00+00:00","pnl":-221.4244307832},{"timestamp":"2024-08-16T23:59:00+00:00","pnl":-133.2146257592},{"timestamp":"2024-08-27T23:59:00+00:00","pnl":-127.760097015},{"timestamp":"2024-09-08T23:59:00+00:00","pnl":-150.8446917245},{"timestamp":"2024-09-19T23:59:00+00:00","pnl":-134.7345942845},{"timestamp":"2024-09-30T23:59:00+00:00","pnl":-112.8509763368},{"timestamp":"2024-10-12T23:59:00+00:00","pnl":-137.7003506775},{"timestamp":"2024-10-23T23:59:00+00:00","pnl":-135.6270485027},{"timestamp":"2024-11-04T23:59:00+00:00","pnl":-163.874610195},{"timestamp":"2024-11-15T23:59:00+00:00","pnl":-89.2998718355},{"timestamp":"2024-11-26T23:59:00+00:00","pnl":-57.4666544215},{"timestamp":"2024-12-08T23:59:00+00:00","pnl":189.1938333755},{"timestamp":"2024-12-19T23:59:00+00:00","pnl":53.5376468502},{"timestamp":"2024-12-31T23:59:00+00:00","pnl":-13.0321362902},{"timestamp":"2025-01-11T23:59:00+00:00","pnl":-70.427490077},{"timestamp":"2025-01-22T23:59:00+00:00","pnl":24.2555802782},{"timestamp":"2025-02-03T23:59:00+00:00","pnl":-101.823922593},{"timestamp":"2025-02-14T23:59:00+00:00","pnl":-92.0448583433},{"timestamp":"2025-02-26T23:59:00+00:00","pnl":-254.352023379},{"timestamp":"2025-03-09T23:59:00+00:00","pnl":-306.8178028945},{"timestamp":"2025-03-20T23:59:00+00:00","pnl":-266.2614016898},{"timestamp":"2025-04-01T23:59:00+00:00","pnl":-328.9404298927},{"timestamp":"2025-04-12T23:59:00+00:00","pnl":-325.7582931898},{"timestamp":"2025-04-23T23:59:00+00:00","pnl":-280.4284805933},{"timestamp":"2025-05-05T23:59:00+00:00","pnl":-298.731642299},{"timestamp":"2025-05-16T23:59:00+00:00","pnl":-205.3550431965},{"timestamp":"2025-05-28T23:59:00+00:00","pnl":-208.7539118175},{"timestamp":"2025-06-08T23:59:00+00:00","pnl":-273.874811658},{"timestamp":"2025-06-19T23:59:00+00:00","pnl":-323.7472966493},{"timestamp":"2025-07-01T23:59:00+00:00","pnl":-376.7736519418},{"timestamp":"2025-07-12T23:59:00+00:00","pnl":-289.4530275945},{"timestamp":"2025-07-24T23:59:00+00:00","pnl":-270.6266971712},{"timestamp":"2025-08-04T23:59:00+00:00","pnl":-320.0821195018},{"timestamp":"2025-08-15T23:59:00+00:00","pnl":-309.6289461278},{"timestamp":"2025-08-27T23:59:00+00:00","pnl":-330.368612419},{"timestamp":"2025-09-07T23:59:00+00:00","pnl":-371.7522075015},{"timestamp":"2025-09-19T23:59:00+00:00","pnl":-358.4698460387},{"timestamp":"2025-09-30T23:59:00+00:00","pnl":-419.942324338},{"timestamp":"2025-10-11T23:59:00+00:00","pnl":-577.2686253345},{"timestamp":"2025-10-23T23:59:00+00:00","pnl":-545.6321031563},{"timestamp":"2025-11-03T23:59:00+00:00","pnl":-586.6128353715},{"timestamp":"2025-11-14T23:59:00+00:00","pnl":-558.0066402435},{"timestamp":"2025-11-26T23:59:00+00:00","pnl":-589.100008766},{"timestamp":"2025-12-07T23:59:00+00:00","pnl":-634.4239253033},{"timestamp":"2025-12-19T23:59:00+00:00","pnl":-714.137311921},{"timestamp":"2025-12-30T23:59:00+00:00","pnl":-773.9790506548},{"timestamp":"2026-01-10T23:59:00+00:00","pnl":-616.5908756765},{"timestamp":"2026-01-22T23:59:00+00:00","pnl":-640.9169449755},{"timestamp":"2026-02-02T23:59:00+00:00","pnl":-748.3844184238},{"timestamp":"2026-02-14T23:59:00+00:00","pnl":-768.696548326},{"timestamp":"2026-02-25T23:59:00+00:00","pnl":-799.6235084648}]
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,429.86 USDT @ 2024-12-08 23:59:00 UTC |
| Trough Total Equity | 9,786.14 USDT @ 2026-02-05 23:59:00 UTC |
| Mean | 10,089.36 USDT |
| Std Dev | 127.64 USDT |
| Last | 9,870.66 USDT |
| Points | 673 |
| Sum | 6,790,140.84 USDT |
| Across 673 points the series ranged from 9,786.14 USDT (2026-02-05 23:59:00 UTC) to 10,429.86 USDT (2024-12-08 23:59:00 UTC), averaging 10,089.36 USDT. 100% of points were positive, 0% negative. The most recent value is 9,870.66 USDT. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T23:59:00+00:00","quote":9865.816426263,"base":129.65979916230026,"total":9995.4762254253},{"timestamp":"2024-05-05T23:59:00+00:00","quote":9861.5351518609,"base":149.6877359355003,"total":10011.2228877964},{"timestamp":"2024-05-17T23:59:00+00:00","quote":9835.7210892431,"base":173.40975706600148,"total":10009.1308463091},{"timestamp":"2024-05-28T23:59:00+00:00","quote":9807.0275769691,"base":205.5292813420001,"total":10012.5568583111},{"timestamp":"2024-06-09T23:59:00+00:00","quote":9669.8230501172,"base":321.3359481517,"total":9991.1589982689},{"timestamp":"2024-06-20T23:59:00+00:00","quote":9545.9638078295,"base":399.728438655,"total":9945.6922464845},{"timestamp":"2024-07-01T23:59:00+00:00","quote":9691.8486692666,"base":284.42208333000053,"total":9976.2707525966},{"timestamp":"2024-07-13T23:59:00+00:00","quote":9691.5983736781,"base":278.72320070000023,"total":9970.3215743781},{"timestamp":"2024-07-24T23:59:00+00:00","quote":9463.3872134287,"base":487.471471987501,"total":9950.8586854162},{"timestamp":"2024-08-05T23:59:00+00:00","quote":9447.3559115173,"base":424.41037331000007,"total":9871.7662848273},{"timestamp":"2024-08-16T23:59:00+00:00","quote":9677.6558742759,"base":297.3802773899988,"total":9975.0361516659},{"timestamp":"2024-08-27T23:59:00+00:00","quote":9612.2416516797,"base":382.91762023199954,"total":9995.1592719117},{"timestamp":"2024-09-08T23:59:00+00:00","quote":9652.166483729,"base":329.800475991,"total":9981.96695972},{"timestamp":"2024-09-19T23:59:00+00:00","quote":9657.3178323194,"base":345.91251888899933,"total":10003.2303512084},{"timestamp":"2024-09-30T23:59:00+00:00","quote":9635.6676346475,"base":397.8427999454998,"total":10033.510434593},{"timestamp":"2024-10-12T23:59:00+00:00","quote":9650.618207188,"base":367.9910015985006,"total":10018.6092087865},{"timestamp":"2024-10-23T23:59:00+00:00","quote":9625.2976344631,"base":405.0847384150002,"total":10030.3823728781},{"timestamp":"2024-11-04T23:59:00+00:00","quote":9621.4218071109,"base":391.86401140249836,"total":10013.2858185134},{"timestamp":"2024-11-15T23:59:00+00:00","quote":9856.5050165029,"base":246.18194495999887,"total":10102.6869614629},{"timestamp":"2024-11-26T23:59:00+00:00","quote":9741.3913358059,"base":413.1762552225009,"total":10154.5675910284},{"timestamp":"2024-12-08T23:59:00+00:00","quote":10020.3284254763,"base":409.5328748086995,"total":10429.861300285},{"timestamp":"2024-12-19T23:59:00+00:00","quote":9856.0891585529,"base":459.19527005619966,"total":10315.2844286091},{"timestamp":"2024-12-31T23:59:00+00:00","quote":9641.9700668162,"base":622.9746583199994,"total":10264.9447251362},{"timestamp":"2025-01-11T23:59:00+00:00","quote":9460.7859414257,"base":755.8349383200002,"total":10216.6208797457},{"timestamp":"2025-01-22T23:59:00+00:00","quote":9879.8195752843,"base":454.9402597092994,"total":10334.7598349936},{"timestamp":"2025-02-03T23:59:00+00:00","quote":9558.4704493658,"base":674.3488767365016,"total":10232.8193261023},{"timestamp":"2025-02-14T23:59:00+00:00","quote":9751.3849588875,"base":508.8966710274999,"total":10260.281629915},{"timestamp":"2025-02-26T23:59:00+00:00","quote":9210.7679537306,"base":897.2623801259997,"total":10108.0303338566},{"timestamp":"2025-03-09T23:59:00+00:00","quote":9431.4842622938,"base":639.5569722500004,"total":10071.0412345438},{"timestamp":"2025-03-20T23:59:00+00:00","quote":9596.161571242,"base":529.9399007594984,"total":10126.1014720015},{"timestamp":"2025-04-01T23:59:00+00:00","quote":9445.6246183977,"base":627.4426208330005,"total":10073.0672392307},{"timestamp":"2025-04-12T23:59:00+00:00","quote":9571.6597554465,"base":520.4987549335001,"total":10092.15851038},{"timestamp":"2025-04-23T23:59:00+00:00","quote":9624.7806625852,"base":525.7729413246998,"total":10150.5536039099},{"timestamp":"2025-05-05T23:59:00+00:00","quote":9567.9091283079,"base":572.5366632090008,"total":10140.4457915169},{"timestamp":"2025-05-16T23:59:00+00:00","quote":9703.6104747249,"base":545.7692528348016,"total":10249.3797275597},{"timestamp":"2025-05-28T23:59:00+00:00","quote":9729.9218281868,"base":527.3315165160002,"total":10257.2533447028},{"timestamp":"2025-06-08T23:59:00+00:00","quote":9677.2178772127,"base":522.2766984749996,"total":10199.4945756877},{"timestamp":"2025-06-19T23:59:00+00:00","quote":9578.7218952998,"base":577.5324405637002,"total":10156.2543358635},{"timestamp":"2025-07-01T23:59:00+00:00","quote":9460.5507357431,"base":649.6412873370009,"total":10110.1920230801},{"timestamp":"2025-07-12T23:59:00+00:00","quote":9634.7428601275,"base":571.7826911124994,"total":10206.52555124},{"timestamp":"2025-07-24T23:59:00+00:00","quote":9660.4282245846,"base":575.5891840999993,"total":10236.0174086846},{"timestamp":"2025-08-04T23:59:00+00:00","quote":9629.4223405847,"base":566.1668971192994,"total":10195.589237704},{"timestamp":"2025-08-15T23:59:00+00:00","quote":9696.3703650441,"base":516.5606787074994,"total":10212.9310437516},{"timestamp":"2025-08-27T23:59:00+00:00","quote":9564.097624938,"base":635.9860774312001,"total":10200.0837023692},{"timestamp":"2025-09-07T23:59:00+00:00","quote":9482.9905312345,"base":679.6918175232004,"total":10162.6823487577},{"timestamp":"2025-09-19T23:59:00+00:00","quote":9546.8833532628,"base":632.9077389180002,"total":10179.7910921808},{"timestamp":"2025-09-30T23:59:00+00:00","quote":9374.1994657928,"base":746.6206702079999,"total":10120.8201360008},{"timestamp":"2025-10-11T23:59:00+00:00","quote":9222.8226314003,"base":749.4398022718997,"total":9972.2624336722},{"timestamp":"2025-10-23T23:59:00+00:00","quote":9449.4958170623,"base":570.8735235000004,"total":10020.3693405623},{"timestamp":"2025-11-03T23:59:00+00:00","quote":9285.3667788886,"base":705.0605816694006,"total":9990.427360558},{"timestamp":"2025-11-14T23:59:00+00:00","quote":9357.8619374884,"base":678.6162228246994,"total":10036.4781603131},{"timestamp":"2025-11-26T23:59:00+00:00","quote":9447.5795019695,"base":567.4442673725007,"total":10015.023769342},{"timestamp":"2025-12-07T23:59:00+00:00","quote":9377.8812050949,"base":597.1949676000004,"total":9975.0761726949},{"timestamp":"2025-12-19T23:59:00+00:00","quote":9132.2643293605,"base":767.713126992001,"total":9899.9774563525},{"timestamp":"2025-12-30T23:59:00+00:00","quote":9156.3914001395,"base":687.8505488819992,"total":9844.2419490215},{"timestamp":"2026-01-10T23:59:00+00:00","quote":9392.3011747458,"base":625.0377098698991,"total":10017.3388846157},{"timestamp":"2026-01-22T23:59:00+00:00","quote":9399.992291409,"base":600.7086703450004,"total":10000.700961754},{"timestamp":"2026-02-02T23:59:00+00:00","quote":9342.8205057216,"base":558.2981930767,"total":9901.1186987983},{"timestamp":"2026-02-14T23:59:00+00:00","quote":9336.8082947187,"base":558.0063411299998,"total":9894.8146358487},{"timestamp":"2026-02-25T23:59:00+00:00","quote":9358.5971106734,"base":512.0645683213006,"total":9870.6616789947}]
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 | 8.90% @ 2025-02-28 23:59:00 UTC |
| Min Exposure | 0.46% @ 2024-04-29 23:59:00 UTC |
| Mean | 4.98% |
| Std Dev | 1.61% |
| Last | 5.19% |
| Points | 673 |
| Across 673 points the series ranged from 0.46% (2024-04-29 23:59:00 UTC) to 8.90% (2025-02-28 23:59:00 UTC), averaging 4.98%. 100% of points were positive, 0% negative. The most recent value is 5.19%. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T23:59:00+00:00","exposure":1.297184808788671},{"timestamp":"2024-05-05T23:59:00+00:00","exposure":1.4951993139416409},{"timestamp":"2024-05-17T23:59:00+00:00","exposure":1.7325156372588222},{"timestamp":"2024-05-28T23:59:00+00:00","exposure":2.0527152479678246},{"timestamp":"2024-06-09T23:59:00+00:00","exposure":3.2162029270815897},{"timestamp":"2024-06-20T23:59:00+00:00","exposure":4.019111277008314},{"timestamp":"2024-07-01T23:59:00+00:00","exposure":2.8509860085340186},{"timestamp":"2024-07-13T23:59:00+00:00","exposure":2.795528696047957},{"timestamp":"2024-07-24T23:59:00+00:00","exposure":4.898788008133714},{"timestamp":"2024-08-05T23:59:00+00:00","exposure":4.29923441322056},{"timestamp":"2024-08-16T23:59:00+00:00","exposure":2.9812451089747105},{"timestamp":"2024-08-27T23:59:00+00:00","exposure":3.8310307001117123},{"timestamp":"2024-09-08T23:59:00+00:00","exposure":3.3039628093524667},{"timestamp":"2024-09-19T23:59:00+00:00","exposure":3.4580081308155894},{"timestamp":"2024-09-30T23:59:00+00:00","exposure":3.965140640845289},{"timestamp":"2024-10-12T23:59:00+00:00","exposure":3.6730747145598404},{"timestamp":"2024-10-23T23:59:00+00:00","exposure":4.038577228225506},{"timestamp":"2024-11-04T23:59:00+00:00","exposure":3.913440787618261},{"timestamp":"2024-11-15T23:59:00+00:00","exposure":2.436796724466171},{"timestamp":"2024-11-26T23:59:00+00:00","exposure":4.068870993458586},{"timestamp":"2024-12-08T23:59:00+00:00","exposure":3.926541907105791},{"timestamp":"2024-12-19T23:59:00+00:00","exposure":4.451600663406205},{"timestamp":"2024-12-31T23:59:00+00:00","exposure":6.0689528779876944},{"timestamp":"2025-01-11T23:59:00+00:00","exposure":7.398091279068912},{"timestamp":"2025-01-22T23:59:00+00:00","exposure":4.402039979379754},{"timestamp":"2025-02-03T23:59:00+00:00","exposure":6.590059447412938},{"timestamp":"2025-02-14T23:59:00+00:00","exposure":4.959870395211713},{"timestamp":"2025-02-26T23:59:00+00:00","exposure":8.876728210051382},{"timestamp":"2025-03-09T23:59:00+00:00","exposure":6.350455304028663},{"timestamp":"2025-03-20T23:59:00+00:00","exposure":5.233405000184655},{"timestamp":"2025-04-01T23:59:00+00:00","exposure":6.228913258807151},{"timestamp":"2025-04-12T23:59:00+00:00","exposure":5.157457192117583},{"timestamp":"2025-04-23T23:59:00+00:00","exposure":5.179746463504975},{"timestamp":"2025-05-05T23:59:00+00:00","exposure":5.646069955701185},{"timestamp":"2025-05-16T23:59:00+00:00","exposure":5.324900309501413},{"timestamp":"2025-05-28T23:59:00+00:00","exposure":5.141059685225893},{"timestamp":"2025-06-08T23:59:00+00:00","exposure":5.1206135225557015},{"timestamp":"2025-06-19T23:59:00+00:00","exposure":5.686470833290702},{"timestamp":"2025-07-01T23:59:00+00:00","exposure":6.425607801058221},{"timestamp":"2025-07-12T23:59:00+00:00","exposure":5.602128640564007},{"timestamp":"2025-07-24T23:59:00+00:00","exposure":5.623175118983767},{"timestamp":"2025-08-04T23:59:00+00:00","exposure":5.553057149709158},{"timestamp":"2025-08-15T23:59:00+00:00","exposure":5.05790821943851},{"timestamp":"2025-08-27T23:59:00+00:00","exposure":6.2351064558762195},{"timestamp":"2025-09-07T23:59:00+00:00","exposure":6.6881143599483535},{"timestamp":"2025-09-19T23:59:00+00:00","exposure":6.217295946319989},{"timestamp":"2025-09-30T23:59:00+00:00","exposure":7.377076760332823},{"timestamp":"2025-10-11T23:59:00+00:00","exposure":7.5152434791662905},{"timestamp":"2025-10-23T23:59:00+00:00","exposure":5.6971305557482115},{"timestamp":"2025-11-03T23:59:00+00:00","exposure":7.057361574470429},{"timestamp":"2025-11-14T23:59:00+00:00","exposure":6.761497529164445},{"timestamp":"2025-11-26T23:59:00+00:00","exposure":5.665930310715403},{"timestamp":"2025-12-07T23:59:00+00:00","exposure":5.9868712505145725},{"timestamp":"2025-12-19T23:59:00+00:00","exposure":7.754695708921881},{"timestamp":"2025-12-30T23:59:00+00:00","exposure":6.9873389179587395},{"timestamp":"2026-01-10T23:59:00+00:00","exposure":6.239558400383275},{"timestamp":"2026-01-22T23:59:00+00:00","exposure":6.00666565916039},{"timestamp":"2026-02-02T23:59:00+00:00","exposure":5.638738510876157},{"timestamp":"2026-02-14T23:59:00+00:00","exposure":5.639381450445316},{"timestamp":"2026-02-25T23:59:00+00:00","exposure":5.187743081206011}]
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 | 132.15 USDT @ 2026-02-06 23:59:00 UTC |
| Worst Day | -113.44 USDT @ 2025-10-10 23:59:00 UTC |
| Mean | -0.1857 USDT |
| Std Dev | 23.11 USDT |
| Last | 23.03 USDT |
| Points | 672 |
| Sum | -124.81 USDT |
| Across 672 points the series ranged from -113.44 USDT (2025-10-10 23:59:00 UTC) to 132.15 USDT (2026-02-06 23:59:00 UTC), averaging -0.1857 USDT. 50% of points were positive, 50% negative. The most recent value is 23.03 USDT. | |
| Showing 60 of 672 points (down-sampled for readability). |
[{"timestamp":"2024-04-25T23:59:00+00:00","delta":3.3257720356996288},{"timestamp":"2024-05-06T23:59:00+00:00","delta":-3.380476662201545},{"timestamp":"2024-05-18T23:59:00+00:00","delta":-1.1309417770007713},{"timestamp":"2024-05-29T23:59:00+00:00","delta":4.552591109000787},{"timestamp":"2024-06-09T23:59:00+00:00","delta":4.0109064700009185},{"timestamp":"2024-06-21T23:59:00+00:00","delta":-14.17982196579942},{"timestamp":"2024-07-02T23:59:00+00:00","delta":3.518829038799595},{"timestamp":"2024-07-14T23:59:00+00:00","delta":5.239958113299508},{"timestamp":"2024-07-25T23:59:00+00:00","delta":1.8455959676994098},{"timestamp":"2024-08-05T23:59:00+00:00","delta":-25.29518050200022},{"timestamp":"2024-08-17T23:59:00+00:00","delta":12.78482051300125},{"timestamp":"2024-08-28T23:59:00+00:00","delta":-10.412190819999523},{"timestamp":"2024-09-08T23:59:00+00:00","delta":4.216334281001764},{"timestamp":"2024-09-20T23:59:00+00:00","delta":14.094563983700937},{"timestamp":"2024-10-01T23:59:00+00:00","delta":-22.676798233998852},{"timestamp":"2024-10-13T23:59:00+00:00","delta":0.046548983200409566},{"timestamp":"2024-10-24T23:59:00+00:00","delta":9.993680074299846},{"timestamp":"2024-11-04T23:59:00+00:00","delta":-8.404858448000596},{"timestamp":"2024-11-16T23:59:00+00:00","delta":52.24308644820121},{"timestamp":"2024-11-27T23:59:00+00:00","delta":54.51223915669834},{"timestamp":"2024-12-08T23:59:00+00:00","delta":42.426180049300456},{"timestamp":"2024-12-20T23:59:00+00:00","delta":-25.102470444700884},{"timestamp":"2024-12-31T23:59:00+00:00","delta":-15.019847273999403},{"timestamp":"2025-01-12T23:59:00+00:00","delta":-6.837840653000967},{"timestamp":"2025-01-23T23:59:00+00:00","delta":32.4819917599998},{"timestamp":"2025-02-03T23:59:00+00:00","delta":27.339802538301228},{"timestamp":"2025-02-15T23:59:00+00:00","delta":-8.49337270649994},{"timestamp":"2025-02-26T23:59:00+00:00","delta":-45.5478728197013},{"timestamp":"2025-03-09T23:59:00+00:00","delta":-13.898884760199508},{"timestamp":"2025-03-21T23:59:00+00:00","delta":-30.01211030239938},{"timestamp":"2025-04-01T23:59:00+00:00","delta":4.7498844060010015},{"timestamp":"2025-04-13T23:59:00+00:00","delta":-30.709052163800152},{"timestamp":"2025-04-24T23:59:00+00:00","delta":-5.166215994900995},{"timestamp":"2025-05-05T23:59:00+00:00","delta":3.940553660300793},{"timestamp":"2025-05-17T23:59:00+00:00","delta":-16.328642343500178},{"timestamp":"2025-05-28T23:59:00+00:00","delta":-7.204151056499541},{"timestamp":"2025-06-08T23:59:00+00:00","delta":-2.2558292886988056},{"timestamp":"2025-06-20T23:59:00+00:00","delta":-21.254755573199873},{"timestamp":"2025-07-01T23:59:00+00:00","delta":-23.903525116698802},{"timestamp":"2025-07-13T23:59:00+00:00","delta":10.672514963200229},{"timestamp":"2025-07-24T23:59:00+00:00","delta":-1.745368444999258},{"timestamp":"2025-08-04T23:59:00+00:00","delta":8.524655722800162},{"timestamp":"2025-08-16T23:59:00+00:00","delta":1.6434847635009646},{"timestamp":"2025-08-27T23:59:00+00:00","delta":-1.7773261689999345},{"timestamp":"2025-09-07T23:59:00+00:00","delta":2.76252107720029},{"timestamp":"2025-09-19T23:59:00+00:00","delta":-18.74150042620022},{"timestamp":"2025-09-30T23:59:00+00:00","delta":-7.563984256999902},{"timestamp":"2025-10-12T23:59:00+00:00","delta":53.81450410559955},{"timestamp":"2025-10-23T23:59:00+00:00","delta":11.10261961859942},{"timestamp":"2025-11-03T23:59:00+00:00","delta":-48.555264543500016},{"timestamp":"2025-11-15T23:59:00+00:00","delta":4.561515042099927},{"timestamp":"2025-11-26T23:59:00+00:00","delta":8.116502574699552},{"timestamp":"2025-12-07T23:59:00+00:00","delta":-3.1154787693994876},{"timestamp":"2025-12-19T23:59:00+00:00","delta":38.37984701230016},{"timestamp":"2025-12-30T23:59:00+00:00","delta":-5.075827184300579},{"timestamp":"2026-01-11T23:59:00+00:00","delta":19.027213008001127},{"timestamp":"2026-01-22T23:59:00+00:00","delta":-11.946988845198575},{"timestamp":"2026-02-02T23:59:00+00:00","delta":32.83356904299944},{"timestamp":"2026-02-14T23:59:00+00:00","delta":28.014133054999547},{"timestamp":"2026-02-25T23:59:00+00:00","delta":23.026209026800643}]
Monthly Returns
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net * Transform: monthlyReturns(equity)returnPct).| Stat | Value |
|---|---|
| Best Month | 2.70% @ 2024-11 |
| Worst Month | -1.98% @ 2025-02 |
| Mean | -0.06% |
| Std Dev | 0.92% |
| Last | 0.02% |
| Points | 23 |
| Across 23 points the series ranged from -1.98% (2025-02) to 2.70% (2024-11), averaging -0.06%. 52% of points were positive, 48% negative. The most recent value is 0.02%. | |
| Full series - 23 points. |
[{"month":"2024-04","returnPct":0.044702441289736806},{"month":"2024-05","returnPct":0.15362365359009708},{"month":"2024-06","returnPct":-0.4046807630829801},{"month":"2024-07","returnPct":-0.1394788342695941},{"month":"2024-08","returnPct":0.4178850536141842},{"month":"2024-09","returnPct":0.45221856792447546},{"month":"2024-10","returnPct":0.16252516782125104},{"month":"2024-11","returnPct":2.7010210629564866},{"month":"2024-12","returnPct":-0.18277263558344747},{"month":"2025-01","returnPct":0.6780441352405646},{"month":"2025-02","returnPct":-1.9832917017818568},{"month":"2025-03","returnPct":-1.230029095474469},{"month":"2025-04","returnPct":0.7619675354223223},{"month":"2025-05","returnPct":0.6941122208519381},{"month":"2025-06","returnPct":-0.8498972962271149},{"month":"2025-07","returnPct":0.7767882656602034},{"month":"2025-08","returnPct":0.05886001763714202},{"month":"2025-09","returnPct":-0.09656853408318712},{"month":"2025-10","returnPct":-1.0963290617976886},{"month":"2025-11","returnPct":-0.5973521721240699},{"month":"2025-12","returnPct":-0.411986495867122},{"month":"2026-01","returnPct":-1.313540267363474},{"month":"2026-02","returnPct":0.024082697329383587}]
Cumulative Trade Profit
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: cumulativeProfit(trades)cumProfit).| Stat | Value |
|---|---|
| Peak Cum. | 670.29 USDT @ 2026-02-25 |
| Trough Cum. | 1.01 USDT @ 2024-04-24 |
| Mean | 358.01 USDT |
| Std Dev | 205.85 USDT |
| Last | 670.29 USDT |
| Points | 673 |
| Sum | 240,938.23 USDT |
| Across 673 points the series ranged from 1.01 USDT (2024-04-24) to 670.29 USDT (2026-02-25), averaging 358.01 USDT. 100% of points were positive, 0% negative. The most recent value is 670.29 USDT. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24","cumProfit":1.008732},{"timestamp":"2024-05-05","cumProfit":16.774555999999997},{"timestamp":"2024-05-17","cumProfit":26.021914},{"timestamp":"2024-05-28","cumProfit":32.386821},{"timestamp":"2024-06-09","cumProfit":40.3734},{"timestamp":"2024-06-20","cumProfit":51.66938899999998},{"timestamp":"2024-07-01","cumProfit":62.380987},{"timestamp":"2024-07-13","cumProfit":72.136421},{"timestamp":"2024-07-24","cumProfit":79.21842299999997},{"timestamp":"2024-08-05","cumProfit":93.19071399999999},{"timestamp":"2024-08-16","cumProfit":108.25077499999998},{"timestamp":"2024-08-27","cumProfit":122.91936699999997},{"timestamp":"2024-09-08","cumProfit":132.81164799999993},{"timestamp":"2024-09-19","cumProfit":137.96494299999995},{"timestamp":"2024-09-30","cumProfit":146.36140899999998},{"timestamp":"2024-10-12","cumProfit":156.30955699999998},{"timestamp":"2024-10-23","cumProfit":166.00941999999998},{"timestamp":"2024-11-04","cumProfit":177.16042600000003},{"timestamp":"2024-11-15","cumProfit":191.98682900000006},{"timestamp":"2024-11-26","cumProfit":212.0342420000001},{"timestamp":"2024-12-08","cumProfit":240.6674660000001},{"timestamp":"2024-12-19","cumProfit":261.74678100000017},{"timestamp":"2024-12-31","cumProfit":277.97686100000027},{"timestamp":"2025-01-11","cumProfit":287.0483690000003},{"timestamp":"2025-01-22","cumProfit":310.5042540000003},{"timestamp":"2025-02-03","cumProfit":334.64324700000026},{"timestamp":"2025-02-14","cumProfit":352.3264860000003},{"timestamp":"2025-02-26","cumProfit":362.3823540000002},{"timestamp":"2025-03-09","cumProfit":377.85903300000024},{"timestamp":"2025-03-20","cumProfit":392.3628690000002},{"timestamp":"2025-04-01","cumProfit":402.0076650000003},{"timestamp":"2025-04-12","cumProfit":417.9167990000004},{"timestamp":"2025-04-23","cumProfit":430.98208000000034},{"timestamp":"2025-05-05","cumProfit":439.17742900000036},{"timestamp":"2025-05-16","cumProfit":454.7347670000004},{"timestamp":"2025-05-28","cumProfit":466.0072550000004},{"timestamp":"2025-06-08","cumProfit":473.36938500000036},{"timestamp":"2025-06-19","cumProfit":480.00163000000043},{"timestamp":"2025-07-01","cumProfit":486.96567300000055},{"timestamp":"2025-07-12","cumProfit":495.9785770000004},{"timestamp":"2025-07-24","cumProfit":506.64410300000037},{"timestamp":"2025-08-04","cumProfit":515.6713530000003},{"timestamp":"2025-08-15","cumProfit":522.5599860000002},{"timestamp":"2025-08-27","cumProfit":530.4523120000003},{"timestamp":"2025-09-07","cumProfit":534.4345540000003},{"timestamp":"2025-09-19","cumProfit":538.2609350000002},{"timestamp":"2025-09-30","cumProfit":540.7624580000004},{"timestamp":"2025-10-11","cumProfit":549.5310560000005},{"timestamp":"2025-10-23","cumProfit":566.0014410000006},{"timestamp":"2025-11-03","cumProfit":577.0401920000005},{"timestamp":"2025-11-14","cumProfit":594.4847960000005},{"timestamp":"2025-11-26","cumProfit":604.1237740000006},{"timestamp":"2025-12-07","cumProfit":609.5000940000004},{"timestamp":"2025-12-19","cumProfit":614.1147640000004},{"timestamp":"2025-12-30","cumProfit":618.2209960000006},{"timestamp":"2026-01-10","cumProfit":633.9297570000004},{"timestamp":"2026-01-22","cumProfit":641.6179010000005},{"timestamp":"2026-02-02","cumProfit":649.5031130000007},{"timestamp":"2026-02-14","cumProfit":663.5111810000006},{"timestamp":"2026-02-25","cumProfit":670.2851850000005}]
Daily Trade Profit
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: dailyTradeProfit(trades)profit).| Stat | Value |
|---|---|
| Best Day | 4.40 USDT @ 2026-01-01 |
| Worst Day | 0.0726 USDT @ 2025-12-20 |
| Mean | 0.9960 USDT |
| Std Dev | 0.7311 USDT |
| Last | 0.8041 USDT |
| Points | 673 |
| Sum | 670.29 USDT |
| Across 673 points the series ranged from 0.0726 USDT (2025-12-20) to 4.40 USDT (2026-01-01), averaging 0.9960 USDT. 100% of points were positive, 0% negative. The most recent value is 0.8041 USDT. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"day":"2024-04-24","profit":1.008732},{"day":"2024-05-05","profit":0.576212},{"day":"2024-05-17","profit":0.503373},{"day":"2024-05-28","profit":0.693258},{"day":"2024-06-09","profit":0.588919},{"day":"2024-06-20","profit":1.048838},{"day":"2024-07-01","profit":0.447011},{"day":"2024-07-13","profit":0.278012},{"day":"2024-07-24","profit":0.290348},{"day":"2024-08-05","profit":3.768043},{"day":"2024-08-16","profit":3.076254},{"day":"2024-08-27","profit":0.85456},{"day":"2024-09-08","profit":0.509639},{"day":"2024-09-19","profit":0.794429},{"day":"2024-09-30","profit":0.522049},{"day":"2024-10-12","profit":0.304377},{"day":"2024-10-23","profit":1.125623},{"day":"2024-11-04","profit":0.655133},{"day":"2024-11-15","profit":1.601438},{"day":"2024-11-26","profit":1.325865},{"day":"2024-12-08","profit":2.114006},{"day":"2024-12-19","profit":3.08228},{"day":"2024-12-31","profit":0.693705},{"day":"2025-01-11","profit":0.483781},{"day":"2025-01-22","profit":1.034743},{"day":"2025-02-03","profit":3.463487},{"day":"2025-02-14","profit":0.8301},{"day":"2025-02-26","profit":1.169898},{"day":"2025-03-09","profit":3.023553},{"day":"2025-03-20","profit":1.553136},{"day":"2025-04-01","profit":0.979414},{"day":"2025-04-12","profit":0.701521},{"day":"2025-04-23","profit":1.517597},{"day":"2025-05-05","profit":1.031263},{"day":"2025-05-16","profit":1.406512},{"day":"2025-05-28","profit":0.536251},{"day":"2025-06-08","profit":0.179101},{"day":"2025-06-19","profit":0.194252},{"day":"2025-07-01","profit":0.546759},{"day":"2025-07-12","profit":1.262688},{"day":"2025-07-24","profit":1.389551},{"day":"2025-08-04","profit":0.71658},{"day":"2025-08-15","profit":1.205833},{"day":"2025-08-27","profit":0.542982},{"day":"2025-09-07","profit":0.224491},{"day":"2025-09-19","profit":0.198491},{"day":"2025-09-30","profit":0.285734},{"day":"2025-10-11","profit":3.286187},{"day":"2025-10-23","profit":1.128659},{"day":"2025-11-03","profit":0.866981},{"day":"2025-11-14","profit":1.408959},{"day":"2025-11-26","profit":0.296922},{"day":"2025-12-07","profit":0.816378},{"day":"2025-12-19","profit":0.47454},{"day":"2025-12-30","profit":0.268593},{"day":"2026-01-10","profit":0.337212},{"day":"2026-01-22","profit":0.290742},{"day":"2026-02-02","profit":1.635312},{"day":"2026-02-14","profit":0.619931},{"day":"2026-02-25","profit":0.804083}]
Trades per Day
GET /backtests/{id}/trades * Fields used: sell_time * Transform: tradesPerDay(trades)count).| Stat | Value |
|---|---|
| Busiest Day | 775 trades @ 2024-12-04 |
| Quietest Day | 12 trades @ 2025-12-20 |
| Mean | 177 trades |
| Std Dev | 133 trades |
| Last | 135 trades |
| Points | 673 |
| Sum | 119231 trades |
| Across 673 points the series ranged from 12 trades (2025-12-20) to 775 trades (2024-12-04), averaging 177 trades. The most recent value is 135 trades. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"day":"2024-04-24","count":194},{"day":"2024-05-05","count":110},{"day":"2024-05-17","count":97},{"day":"2024-05-28","count":131},{"day":"2024-06-09","count":114},{"day":"2024-06-20","count":186},{"day":"2024-07-01","count":78},{"day":"2024-07-13","count":52},{"day":"2024-07-24","count":56},{"day":"2024-08-05","count":646},{"day":"2024-08-16","count":546},{"day":"2024-08-27","count":148},{"day":"2024-09-08","count":83},{"day":"2024-09-19","count":145},{"day":"2024-09-30","count":95},{"day":"2024-10-12","count":55},{"day":"2024-10-23","count":202},{"day":"2024-11-04","count":124},{"day":"2024-11-15","count":282},{"day":"2024-11-26","count":239},{"day":"2024-12-08","count":405},{"day":"2024-12-19","count":586},{"day":"2024-12-31","count":133},{"day":"2025-01-11","count":89},{"day":"2025-01-22","count":195},{"day":"2025-02-03","count":638},{"day":"2025-02-14","count":154},{"day":"2025-02-26","count":214},{"day":"2025-03-09","count":542},{"day":"2025-03-20","count":277},{"day":"2025-04-01","count":180},{"day":"2025-04-12","count":121},{"day":"2025-04-23","count":267},{"day":"2025-05-05","count":178},{"day":"2025-05-16","count":262},{"day":"2025-05-28","count":94},{"day":"2025-06-08","count":34},{"day":"2025-06-19","count":38},{"day":"2025-07-01","count":90},{"day":"2025-07-12","count":218},{"day":"2025-07-24","count":259},{"day":"2025-08-04","count":136},{"day":"2025-08-15","count":217},{"day":"2025-08-27","count":103},{"day":"2025-09-07","count":37},{"day":"2025-09-19","count":35},{"day":"2025-09-30","count":52},{"day":"2025-10-11","count":508},{"day":"2025-10-23","count":174},{"day":"2025-11-03","count":149},{"day":"2025-11-14","count":211},{"day":"2025-11-26","count":52},{"day":"2025-12-07","count":124},{"day":"2025-12-19","count":75},{"day":"2025-12-30","count":37},{"day":"2026-01-10","count":53},{"day":"2026-01-22","count":42},{"day":"2026-02-02","count":245},{"day":"2026-02-14","count":113},{"day":"2026-02-25","count":135}]
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 | 895.84 USDT @ 2026-02-25 |
| Start | 1.46 USDT @ 2024-04-24 |
| Mean | 487.77 USDT |
| Std Dev | 277.90 USDT |
| Last | 895.84 USDT |
| Points | 673 |
| Sum | 328,266.17 USDT |
| Across 673 points the series ranged from 1.46 USDT (2024-04-24) to 895.84 USDT (2026-02-25), averaging 487.77 USDT. 100% of points were positive, 0% negative. The most recent value is 895.84 USDT. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"index":0,"timestamp":"2024-04-24","cumFees":1.458029},{"index":11,"timestamp":"2024-05-05","cumFees":23.725917},{"index":23,"timestamp":"2024-05-17","cumFees":36.704567999999995},{"index":34,"timestamp":"2024-05-28","cumFees":45.65489199999999},{"index":46,"timestamp":"2024-06-09","cumFees":56.957289},{"index":57,"timestamp":"2024-06-20","cumFees":72.646093},{"index":68,"timestamp":"2024-07-01","cumFees":87.117385},{"index":80,"timestamp":"2024-07-13","cumFees":100.46026499999998},{"index":91,"timestamp":"2024-07-24","cumFees":110.19734899999999},{"index":103,"timestamp":"2024-08-05","cumFees":128.88901299999998},{"index":114,"timestamp":"2024-08-16","cumFees":148.73740499999997},{"index":125,"timestamp":"2024-08-27","cumFees":168.33854499999993},{"index":137,"timestamp":"2024-09-08","cumFees":181.6735889999999},{"index":148,"timestamp":"2024-09-19","cumFees":188.30749499999993},{"index":159,"timestamp":"2024-09-30","cumFees":199.66687199999993},{"index":171,"timestamp":"2024-10-12","cumFees":212.8968189999999},{"index":182,"timestamp":"2024-10-23","cumFees":226.1118209999999},{"index":194,"timestamp":"2024-11-04","cumFees":241.1296109999999},{"index":205,"timestamp":"2024-11-15","cumFees":260.73853699999984},{"index":216,"timestamp":"2024-11-26","cumFees":288.07996599999984},{"index":228,"timestamp":"2024-12-08","cumFees":328.81874399999987},{"index":239,"timestamp":"2024-12-19","cumFees":359.02167699999984},{"index":251,"timestamp":"2024-12-31","cumFees":382.0114879999999},{"index":262,"timestamp":"2025-01-11","cumFees":394.7798969999999},{"index":273,"timestamp":"2025-01-22","cumFees":427.9156459999999},{"index":285,"timestamp":"2025-02-03","cumFees":461.8233479999999},{"index":296,"timestamp":"2025-02-14","cumFees":486.326747},{"index":308,"timestamp":"2025-02-26","cumFees":499.949042},{"index":319,"timestamp":"2025-03-09","cumFees":520.8361060000001},{"index":330,"timestamp":"2025-03-20","cumFees":540.1290250000002},{"index":342,"timestamp":"2025-04-01","cumFees":553.2313470000003},{"index":353,"timestamp":"2025-04-12","cumFees":573.7709630000002},{"index":364,"timestamp":"2025-04-23","cumFees":591.2381210000002},{"index":376,"timestamp":"2025-05-05","cumFees":601.9741600000001},{"index":387,"timestamp":"2025-05-16","cumFees":623.0487370000003},{"index":399,"timestamp":"2025-05-28","cumFees":638.5109730000001},{"index":410,"timestamp":"2025-06-08","cumFees":648.2553520000004},{"index":421,"timestamp":"2025-06-19","cumFees":657.0902310000002},{"index":433,"timestamp":"2025-07-01","cumFees":666.1276900000003},{"index":444,"timestamp":"2025-07-12","cumFees":678.0652180000003},{"index":456,"timestamp":"2025-07-24","cumFees":692.4221310000001},{"index":467,"timestamp":"2025-08-04","cumFees":704.6978420000002},{"index":478,"timestamp":"2025-08-15","cumFees":713.788063},{"index":490,"timestamp":"2025-08-27","cumFees":724.1705320000001},{"index":501,"timestamp":"2025-09-07","cumFees":729.301596},{"index":513,"timestamp":"2025-09-19","cumFees":734.4175899999999},{"index":524,"timestamp":"2025-09-30","cumFees":737.8655520000001},{"index":535,"timestamp":"2025-10-11","cumFees":748.6682240000002},{"index":547,"timestamp":"2025-10-23","cumFees":768.6805840000003},{"index":558,"timestamp":"2025-11-03","cumFees":782.2325550000003},{"index":569,"timestamp":"2025-11-14","cumFees":804.1675170000003},{"index":581,"timestamp":"2025-11-26","cumFees":816.4121360000001},{"index":592,"timestamp":"2025-12-07","cumFees":822.677352},{"index":604,"timestamp":"2025-12-19","cumFees":828.116001},{"index":615,"timestamp":"2025-12-30","cumFees":832.728344},{"index":626,"timestamp":"2026-01-10","cumFees":851.861308},{"index":638,"timestamp":"2026-01-22","cumFees":861.2966190000001},{"index":649,"timestamp":"2026-02-02","cumFees":870.9338670000001},{"index":661,"timestamp":"2026-02-14","cumFees":887.046374},{"index":672,"timestamp":"2026-02-25","cumFees":895.8418470000001}]
Profit Distribution (%)
GET /backtests/{id}/trades * Fields used: profit_percentage * Transform: profitDistribution(trades, 30)count).| Stat | Value |
|---|---|
| Most Populated Bin | 6207 trades @ 0.10% |
| Least Populated Bin | 40 trades @ 0.16% |
| Mean | 1987 trades |
| Std Dev | 2242 trades |
| Last | 100 trades |
| Points | 60 |
| Sum | 119231 trades |
| Across 60 points the series ranged from 40 trades (0.16%) to 6207 trades (0.10%), averaging 1987 trades. The most recent value is 100 trades. | |
| Full series - 60 points. |
[{"bin":"0.10%","count":6207,"from":0.099812},{"bin":"0.10%","count":5880,"from":0.10085},{"bin":"0.10%","count":5749,"from":0.101888},{"bin":"0.10%","count":5615,"from":0.102925},{"bin":"0.10%","count":5935,"from":0.103963},{"bin":"0.11%","count":5817,"from":0.105001},{"bin":"0.11%","count":5764,"from":0.106038},{"bin":"0.11%","count":5779,"from":0.107076},{"bin":"0.11%","count":5811,"from":0.108114},{"bin":"0.11%","count":5593,"from":0.109151},{"bin":"0.11%","count":5580,"from":0.110189},{"bin":"0.11%","count":5377,"from":0.111226},{"bin":"0.11%","count":5033,"from":0.112264},{"bin":"0.11%","count":4204,"from":0.113302},{"bin":"0.11%","count":4031,"from":0.114339},{"bin":"0.12%","count":3705,"from":0.115377},{"bin":"0.12%","count":3499,"from":0.116415},{"bin":"0.12%","count":3262,"from":0.117452},{"bin":"0.12%","count":3025,"from":0.11849},{"bin":"0.12%","count":2797,"from":0.119528},{"bin":"0.12%","count":2331,"from":0.120565},{"bin":"0.12%","count":2290,"from":0.121603},{"bin":"0.12%","count":2006,"from":0.12264},{"bin":"0.12%","count":1921,"from":0.123678},{"bin":"0.12%","count":1499,"from":0.124716},{"bin":"0.13%","count":1259,"from":0.125753},{"bin":"0.13%","count":1177,"from":0.126791},{"bin":"0.13%","count":576,"from":0.127829},{"bin":"0.13%","count":730,"from":0.128866},{"bin":"0.13%","count":712,"from":0.129904},{"bin":"0.13%","count":652,"from":0.130942},{"bin":"0.13%","count":547,"from":0.131979},{"bin":"0.13%","count":563,"from":0.133017},{"bin":"0.13%","count":464,"from":0.134054},{"bin":"0.14%","count":478,"from":0.135092},{"bin":"0.14%","count":441,"from":0.13613},{"bin":"0.14%","count":405,"from":0.137167},{"bin":"0.14%","count":382,"from":0.138205},{"bin":"0.14%","count":343,"from":0.139243},{"bin":"0.14%","count":323,"from":0.14028},{"bin":"0.14%","count":147,"from":0.141318},{"bin":"0.14%","count":77,"from":0.142356},{"bin":"0.14%","count":77,"from":0.143393},{"bin":"0.14%","count":99,"from":0.144431},{"bin":"0.15%","count":66,"from":0.145468},{"bin":"0.15%","count":65,"from":0.146506},{"bin":"0.15%","count":50,"from":0.147544},{"bin":"0.15%","count":63,"from":0.148581},{"bin":"0.15%","count":65,"from":0.149619},{"bin":"0.15%","count":70,"from":0.150657},{"bin":"0.15%","count":98,"from":0.151694},{"bin":"0.15%","count":84,"from":0.152732},{"bin":"0.15%","count":65,"from":0.15377},{"bin":"0.15%","count":55,"from":0.154807},{"bin":"0.16%","count":40,"from":0.155845},{"bin":"0.16%","count":46,"from":0.156882},{"bin":"0.16%","count":51,"from":0.15792},{"bin":"0.16%","count":80,"from":0.158958},{"bin":"0.16%","count":71,"from":0.159995},{"bin":"0.16%","count":100,"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% @ 1192 |
| Coldest Window | 100.00% @ 1192 |
| Mean | 100.00% |
| Std Dev | 0.00% |
| Last | 100.00% |
| Points | 1000 |
| Across 1000 points the series ranged from 100.00% (1192) to 100.00% (1192), 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":1192,"winRate":100},{"index":3201,"winRate":100},{"index":5209,"winRate":100},{"index":7218,"winRate":100},{"index":9227,"winRate":100},{"index":11235,"winRate":100},{"index":13244,"winRate":100},{"index":15253,"winRate":100},{"index":17143,"winRate":100},{"index":19152,"winRate":100},{"index":21161,"winRate":100},{"index":23169,"winRate":100},{"index":25178,"winRate":100},{"index":27187,"winRate":100},{"index":29195,"winRate":100},{"index":31204,"winRate":100},{"index":33213,"winRate":100},{"index":35221,"winRate":100},{"index":37230,"winRate":100},{"index":39239,"winRate":100},{"index":41247,"winRate":100},{"index":43256,"winRate":100},{"index":45265,"winRate":100},{"index":47155,"winRate":100},{"index":49164,"winRate":100},{"index":51172,"winRate":100},{"index":53181,"winRate":100},{"index":55190,"winRate":100},{"index":57198,"winRate":100},{"index":59207,"winRate":100},{"index":61216,"winRate":100},{"index":63225,"winRate":100},{"index":65233,"winRate":100},{"index":67242,"winRate":100},{"index":69251,"winRate":100},{"index":71259,"winRate":100},{"index":73268,"winRate":100},{"index":75158,"winRate":100},{"index":77167,"winRate":100},{"index":79176,"winRate":100},{"index":81184,"winRate":100},{"index":83193,"winRate":100},{"index":85202,"winRate":100},{"index":87210,"winRate":100},{"index":89219,"winRate":100},{"index":91228,"winRate":100},{"index":93236,"winRate":100},{"index":95245,"winRate":100},{"index":97254,"winRate":100},{"index":99262,"winRate":100},{"index":101271,"winRate":100},{"index":103280,"winRate":100},{"index":105170,"winRate":100},{"index":107179,"winRate":100},{"index":109188,"winRate":100},{"index":111196,"winRate":100},{"index":113205,"winRate":100},{"index":115214,"winRate":100},{"index":117222,"winRate":100},{"index":119231,"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.5982 USDT @ 2026-02-25 23:59:00 UTC |
| Trough Net | 0.0052 USDT @ 2024-04-24 00:07:00 UTC |
| Mean | 0.2878 USDT |
| Std Dev | 0.1794 USDT |
| Last | 0.5982 USDT |
| Points | 100 |
| Sum | 28.78 USDT |
| Across 100 points the series ranged from 0.0052 USDT (2024-04-24 00:07:00 UTC) to 0.5982 USDT (2026-02-25 23:59:00 UTC), averaging 0.2878 USDT. 100% of points were positive, 0% negative. The most recent value is 0.5982 USDT. | |
| Showing 60 of 100 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T00:07:00Z","net":0.005184775,"gross":0.0127},{"timestamp":"2024-04-24T00:33:00Z","net":0.015770008,"gross":0.03832},{"timestamp":"2024-04-24T00:37:00Z","net":0.021034409499999997,"gross":0.0511000001},{"timestamp":"2024-04-24T01:03:00Z","net":0.0315295095,"gross":0.0766200001},{"timestamp":"2024-04-24T01:25:00Z","net":0.0420030015,"gross":0.1021200001},{"timestamp":"2024-04-24T01:31:00Z","net":0.047224171999999995,"gross":0.1148600001},{"timestamp":"2024-04-24T01:45:00Z","net":0.057569385499999993,"gross":0.14024000009999998},{"timestamp":"2024-04-24T02:07:00Z","net":0.06792126049999998,"gross":0.16562000009999997},{"timestamp":"2024-04-24T02:09:00Z","net":0.07306216999999998,"gross":0.17828000009999997},{"timestamp":"2024-04-24T02:14:00Z","net":0.08329311049999998,"gross":0.20354000009999998},{"timestamp":"2024-04-24T02:46:00Z","net":0.09360586449999997,"gross":0.22888000009999998},{"timestamp":"2024-04-24T03:03:00Z","net":0.09873106849999996,"gross":0.2415200001},{"timestamp":"2024-04-24T03:05:00Z","net":0.10898150049999997,"gross":0.2668000001},{"timestamp":"2024-04-24T04:09:00Z","net":0.11920675449999997,"gross":0.2920600001},{"timestamp":"2024-04-24T04:46:00Z","net":0.12429494949999997,"gross":0.3046600001},{"timestamp":"2024-08-29T10:23:00Z","net":0.13436620949999997,"gross":0.3297600001},{"timestamp":"2024-09-22T08:07:00Z","net":0.14434745949999997,"gross":0.35476000010000003},{"timestamp":"2024-09-22T08:54:00Z","net":0.15432870949999997,"gross":0.37976000010000005},{"timestamp":"2024-11-09T15:36:00Z","net":0.15931933449999996,"gross":0.39226000010000006},{"timestamp":"2024-12-10T14:01:00Z","net":0.16930058449999996,"gross":0.4172600001000001},{"timestamp":"2024-12-28T13:49:00Z","net":0.17928183449999996,"gross":0.4422600001000001},{"timestamp":"2025-01-23T17:53:00Z","net":0.18427245949999996,"gross":0.4547600001000001},{"timestamp":"2025-01-27T03:23:00Z","net":0.19425370949999995,"gross":0.47976000010000014},{"timestamp":"2025-03-19T08:10:00Z","net":0.20423495949999995,"gross":0.5047600001000001},{"timestamp":"2025-04-04T02:19:00Z","net":0.20922558449999995,"gross":0.5172600001000001},{"timestamp":"2025-05-06T04:17:00Z","net":0.21920683449999995,"gross":0.5422600001},{"timestamp":"2025-06-05T01:24:00Z","net":0.22918808449999994,"gross":0.5672600000999999},{"timestamp":"2025-06-11T20:14:00Z","net":0.23417870949999994,"gross":0.5797600000999998},{"timestamp":"2025-07-17T22:19:00Z","net":0.24415995949999994,"gross":0.6047600000999998},{"timestamp":"2026-01-29T14:43:00Z","net":0.25414120949999996,"gross":0.6297600000999997},{"timestamp":"2026-01-31T23:24:00Z","net":0.262237336,"gross":0.6453700000999997},{"timestamp":"2026-02-01T18:08:00Z","net":0.2784394615,"gross":0.6766000000999997},{"timestamp":"2026-02-02T01:32:00Z","net":0.294641587,"gross":0.7078300000999996},{"timestamp":"2026-02-02T14:17:00Z","net":0.30274758599999996,"gross":0.7234500000999996},{"timestamp":"2026-02-03T17:36:00Z","net":0.3189595839999999,"gross":0.7546900000999995},{"timestamp":"2026-02-04T19:05:00Z","net":0.3351617094999999,"gross":0.7859200000999995},{"timestamp":"2026-02-04T20:33:00Z","net":0.3432677084999999,"gross":0.8015400000999995},{"timestamp":"2026-02-06T00:20:00Z","net":0.3594665869999999,"gross":0.8327660000999995},{"timestamp":"2026-02-06T17:22:00Z","net":0.3756687124999999,"gross":0.8639960000999994},{"timestamp":"2026-02-07T08:12:00Z","net":0.38377471149999987,"gross":0.8796160000999994},{"timestamp":"2026-02-07T10:46:00Z","net":0.3999867094999998,"gross":0.9108560000999993},{"timestamp":"2026-02-09T01:22:00Z","net":0.41619870749999976,"gross":0.9420960000999993},{"timestamp":"2026-02-09T04:02:00Z","net":0.4242948339999998,"gross":0.9577060000999993},{"timestamp":"2026-02-09T19:52:00Z","net":0.44050683199999974,"gross":0.9889460000999992},{"timestamp":"2026-02-15T00:22:00Z","net":0.4567188299999997,"gross":1.0201860000999992},{"timestamp":"2026-02-25T21:32:00Z","net":0.4680939349999997,"gross":1.0465820000999992},{"timestamp":"2026-02-25T21:36:00Z","net":0.4737428649999997,"gross":1.0597420000999993},{"timestamp":"2026-02-25T21:50:00Z","net":0.4849370969999997,"gross":1.085958000099999},{"timestamp":"2026-02-25T22:01:00Z","net":0.49614802199999974,"gross":1.1121899999999991},{"timestamp":"2026-02-25T22:03:00Z","net":0.5017368094999998,"gross":1.1252899999999992},{"timestamp":"2026-02-25T22:05:00Z","net":0.5129143844999998,"gross":1.1514899999999995},{"timestamp":"2026-02-25T22:16:00Z","net":0.5241086164999998,"gross":1.1777059999999993},{"timestamp":"2026-02-25T22:17:00Z","net":0.5296807649999998,"gross":1.1907899998999993},{"timestamp":"2026-02-25T22:33:00Z","net":0.5408583459999998,"gross":1.2169899998999993},{"timestamp":"2026-02-25T22:39:00Z","net":0.5519079989999998,"gross":1.2430619998999992},{"timestamp":"2026-02-25T23:00:00Z","net":0.5576089769999998,"gross":1.2562739998999992},{"timestamp":"2026-02-25T23:14:00Z","net":0.5690445829999998,"gross":1.2827299998999993},{"timestamp":"2026-02-25T23:40:00Z","net":0.5806309019999999,"gross":1.3093379998999992},{"timestamp":"2026-02-25T23:43:00Z","net":0.5864911809999999,"gross":1.3227099998999992},{"timestamp":"2026-02-25T23:59:00Z","net":0.5981571789999999,"gross":1.3493979998999992}]
Rolling Sharpe Ratio (30d / 90d)
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net * Transform: rollingSharpe(equity, 30) + rollingSharpe(equity, 90)sharpe30).| Stat | Value |
|---|---|
| Peak Sharpe (30d) | 9.17 @ 2024-12-08 23:59:00 UTC |
| Worst Sharpe (30d) | -8.51 @ 2025-12-18 23:59:00 UTC |
| Mean | -0.05 |
| Std Dev | 2.99 |
| Last | -2.06 |
| Points | 643 |
| Across 643 points the series ranged from -8.51 (2025-12-18 23:59:00 UTC) to 9.17 (2024-12-08 23:59:00 UTC), averaging -0.05. The most recent value is -2.06. | |
| Showing 60 of 643 points (down-sampled for readability). |
[{"timestamp":"2024-05-24T23:59:00+00:00","sharpe30":1.9981564142958104,"sharpe90":-0.5387040047106095},{"timestamp":"2024-06-04T23:59:00+00:00","sharpe30":0.5526355813069002,"sharpe90":-2.2916482718547164},{"timestamp":"2024-06-15T23:59:00+00:00","sharpe30":-2.1379173551633457,"sharpe90":-1.4219008109931985},{"timestamp":"2024-06-26T23:59:00+00:00","sharpe30":-2.4450855384300043,"sharpe90":0.18640478200819005},{"timestamp":"2024-07-07T23:59:00+00:00","sharpe30":-1.9867879381426679,"sharpe90":-0.27052751399577313},{"timestamp":"2024-07-17T23:59:00+00:00","sharpe30":1.198560549031357,"sharpe90":0.31934735189731206},{"timestamp":"2024-07-28T23:59:00+00:00","sharpe30":1.5453063933485283,"sharpe90":0.9967158637551324},{"timestamp":"2024-08-08T23:59:00+00:00","sharpe30":-1.5423874948016931,"sharpe90":0.5855057881418579},{"timestamp":"2024-08-19T23:59:00+00:00","sharpe30":-0.40280266663690123,"sharpe90":0.47639362153459863},{"timestamp":"2024-08-30T23:59:00+00:00","sharpe30":1.0417658071635247,"sharpe90":1.076414998260019},{"timestamp":"2024-09-10T23:59:00+00:00","sharpe30":4.21002378940266,"sharpe90":3.12777735418178},{"timestamp":"2024-09-21T23:59:00+00:00","sharpe30":2.294260675249357,"sharpe90":2.1882406523489784},{"timestamp":"2024-10-02T23:59:00+00:00","sharpe30":-0.6960154553690147,"sharpe90":3.62919600774551},{"timestamp":"2024-10-12T23:59:00+00:00","sharpe30":1.5626614772094112,"sharpe90":3.7860338829955165},{"timestamp":"2024-10-23T23:59:00+00:00","sharpe30":-0.2241478209975182,"sharpe90":2.3603761145254056},{"timestamp":"2024-11-03T23:59:00+00:00","sharpe30":1.0453563767725451,"sharpe90":2.6237399757970836},{"timestamp":"2024-11-14T23:59:00+00:00","sharpe30":2.4534565725790687,"sharpe90":1.2551520352867953},{"timestamp":"2024-11-25T23:59:00+00:00","sharpe30":5.245448462202665,"sharpe90":2.334451551397072},{"timestamp":"2024-12-06T23:59:00+00:00","sharpe30":8.544789689132603,"sharpe90":1.534504495705053},{"timestamp":"2024-12-17T23:59:00+00:00","sharpe30":4.706789520922018,"sharpe90":0.7984631923966342},{"timestamp":"2024-12-28T23:59:00+00:00","sharpe30":0.2531799250615556,"sharpe90":-1.2395055131175854},{"timestamp":"2025-01-08T23:59:00+00:00","sharpe30":-3.2922455004665285,"sharpe90":-1.8257790860440903},{"timestamp":"2025-01-18T23:59:00+00:00","sharpe30":0.9973146826578866,"sharpe90":-1.3626309641855332},{"timestamp":"2025-01-29T23:59:00+00:00","sharpe30":1.314869902948032,"sharpe90":-1.2295848039543071},{"timestamp":"2025-02-09T23:59:00+00:00","sharpe30":0.6821135205149669,"sharpe90":-0.9275001099938897},{"timestamp":"2025-02-20T23:59:00+00:00","sharpe30":-2.8869989684528115,"sharpe90":-1.6268166464089102},{"timestamp":"2025-03-03T23:59:00+00:00","sharpe30":-2.7611682357587637,"sharpe90":-1.1075288382699566},{"timestamp":"2025-03-14T23:59:00+00:00","sharpe30":-2.6807036811418166,"sharpe90":-0.34728807768491915},{"timestamp":"2025-03-25T23:59:00+00:00","sharpe30":-1.5551937745196338,"sharpe90":0.4146282567808654},{"timestamp":"2025-04-05T23:59:00+00:00","sharpe30":-1.3278428750313729,"sharpe90":0.8688158792189354},{"timestamp":"2025-04-15T23:59:00+00:00","sharpe30":-0.6953311889665715,"sharpe90":0.9717878362325442},{"timestamp":"2025-04-26T23:59:00+00:00","sharpe30":0.9464830001679421,"sharpe90":0.2655013800281032},{"timestamp":"2025-05-07T23:59:00+00:00","sharpe30":4.286667885024175,"sharpe90":1.3515021939408751},{"timestamp":"2025-05-18T23:59:00+00:00","sharpe30":6.368867005149883,"sharpe90":2.033157621152249},{"timestamp":"2025-05-29T23:59:00+00:00","sharpe30":2.8325577019386783,"sharpe90":0.7085290898511857},{"timestamp":"2025-06-09T23:59:00+00:00","sharpe30":-0.09676175819188347,"sharpe90":-0.058183318342330766},{"timestamp":"2025-06-20T23:59:00+00:00","sharpe30":-4.796353967243353,"sharpe90":-0.6530663684209762},{"timestamp":"2025-07-01T23:59:00+00:00","sharpe30":-3.5281467246541487,"sharpe90":-0.44322892863640356},{"timestamp":"2025-07-11T23:59:00+00:00","sharpe30":0.11866839779196156,"sharpe90":-0.39711164714754843},{"timestamp":"2025-07-22T23:59:00+00:00","sharpe30":7.03724927380202,"sharpe90":1.3256815280275935},{"timestamp":"2025-08-02T23:59:00+00:00","sharpe30":0.2901507513307567,"sharpe90":0.028063224061431167},{"timestamp":"2025-08-13T23:59:00+00:00","sharpe30":0.4784864761672188,"sharpe90":-1.8346980410134588},{"timestamp":"2025-08-24T23:59:00+00:00","sharpe30":-0.15371399107568423,"sharpe90":-1.9887905562504526},{"timestamp":"2025-09-04T23:59:00+00:00","sharpe30":-0.5205500988115452,"sharpe90":-1.6715147614003838},{"timestamp":"2025-09-15T23:59:00+00:00","sharpe30":-1.106690413016825,"sharpe90":-1.6131229496724253},{"timestamp":"2025-09-26T23:59:00+00:00","sharpe30":-2.3006704863089817,"sharpe90":-1.7872422906023806},{"timestamp":"2025-10-07T23:59:00+00:00","sharpe30":-1.841070758659738,"sharpe90":-1.7444242028746144},{"timestamp":"2025-10-17T23:59:00+00:00","sharpe30":-3.64911407256674,"sharpe90":-2.5412936424402965},{"timestamp":"2025-10-28T23:59:00+00:00","sharpe30":-1.702355684569607,"sharpe90":-2.589606081119944},{"timestamp":"2025-11-08T23:59:00+00:00","sharpe30":-1.3031101569263914,"sharpe90":-0.3547505118119115},{"timestamp":"2025-11-19T23:59:00+00:00","sharpe30":-0.09557929248223643,"sharpe90":0.15012293401853455},{"timestamp":"2025-11-30T23:59:00+00:00","sharpe30":-1.4219742931632977,"sharpe90":-0.9308430161655424},{"timestamp":"2025-12-11T23:59:00+00:00","sharpe30":-6.651079116814659,"sharpe90":-1.637116549520278},{"timestamp":"2025-12-22T23:59:00+00:00","sharpe30":-5.716932809463763,"sharpe90":-1.0132275818293628},{"timestamp":"2026-01-02T23:59:00+00:00","sharpe30":0.28784406862989276,"sharpe90":null},{"timestamp":"2026-01-12T23:59:00+00:00","sharpe30":1.7426636418273045,"sharpe90":null},{"timestamp":"2026-01-23T23:59:00+00:00","sharpe30":3.6340508069607194,"sharpe90":null},{"timestamp":"2026-02-03T23:59:00+00:00","sharpe30":-3.1766411844582123,"sharpe90":null},{"timestamp":"2026-02-14T23:59:00+00:00","sharpe30":-2.620172571685585,"sharpe90":null},{"timestamp":"2026-02-25T23:59:00+00:00","sharpe30":-2.0598720860783595,"sharpe90":null}]
Drawdown Recovery Episodes
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net * Transform: drawdownRecoveryEpisodes(equity)depth).| Stat | Value |
|---|---|
| Shallowest | -0.19% @ 12 |
| Deepest Episode | -6.17% @ 443 |
| Mean | -1.07% |
| Std Dev | 1.74% |
| Last | -6.17% |
| Points | 10 |
| Across 10 points the series ranged from -6.17% (443) to -0.19% (12), averaging -1.07%. 0% of points were positive, 100% negative. The most recent value is -6.17%. | |
| Full series - 10 points. |
[{"start":"2024-05-08T23:59:00+00:00","end":"2024-05-20T23:59:00+00:00","depth":-0.18681024539300434,"durationDays":12},{"start":"2024-06-07T23:59:00+00:00","end":"2024-08-25T23:59:00+00:00","depth":-1.5172449903341652,"durationDays":79},{"start":"2024-08-26T23:59:00+00:00","end":"2024-09-22T23:59:00+00:00","depth":-0.5601598059444488,"durationDays":27},{"start":"2024-09-30T23:59:00+00:00","end":"2024-10-21T23:59:00+00:00","depth":-0.6707584114278188,"durationDays":21},{"start":"2024-10-23T23:59:00+00:00","end":"2024-11-09T23:59:00+00:00","depth":-0.45370585052048823,"durationDays":17},{"start":"2024-11-12T23:59:00+00:00","end":"2024-11-15T23:59:00+00:00","depth":-0.2719622722118805,"durationDays":3},{"start":"2024-11-17T23:59:00+00:00","end":"2024-11-23T23:59:00+00:00","depth":-0.44218029951508747,"durationDays":6},{"start":"2024-11-26T23:59:00+00:00","end":"2024-11-27T23:59:00+00:00","depth":-0.22919400556113378,"durationDays":1},{"start":"2024-11-29T23:59:00+00:00","end":"2024-12-03T23:59:00+00:00","depth":-0.1911151833959818,"durationDays":4},{"start":"2024-12-09T23:59:00+00:00","end":"ongoing","depth":-6.171899044248178,"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 | 8.90% @ 2025-02-28 23:59:00 UTC |
| Min Utilization | 0.46% @ 2024-04-29 23:59:00 UTC |
| Mean | 4.98% |
| Std Dev | 1.61% |
| Last | 5.19% |
| Points | 673 |
| Across 673 points the series ranged from 0.46% (2024-04-29 23:59:00 UTC) to 8.90% (2025-02-28 23:59:00 UTC), averaging 4.98%. 100% of points were positive, 0% negative. The most recent value is 5.19%. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T23:59:00+00:00","exposure":1.297184808788671},{"timestamp":"2024-05-05T23:59:00+00:00","exposure":1.4951993139416409},{"timestamp":"2024-05-17T23:59:00+00:00","exposure":1.7325156372588222},{"timestamp":"2024-05-28T23:59:00+00:00","exposure":2.0527152479678246},{"timestamp":"2024-06-09T23:59:00+00:00","exposure":3.2162029270815897},{"timestamp":"2024-06-20T23:59:00+00:00","exposure":4.019111277008314},{"timestamp":"2024-07-01T23:59:00+00:00","exposure":2.8509860085340186},{"timestamp":"2024-07-13T23:59:00+00:00","exposure":2.795528696047957},{"timestamp":"2024-07-24T23:59:00+00:00","exposure":4.898788008133714},{"timestamp":"2024-08-05T23:59:00+00:00","exposure":4.29923441322056},{"timestamp":"2024-08-16T23:59:00+00:00","exposure":2.9812451089747105},{"timestamp":"2024-08-27T23:59:00+00:00","exposure":3.8310307001117123},{"timestamp":"2024-09-08T23:59:00+00:00","exposure":3.3039628093524667},{"timestamp":"2024-09-19T23:59:00+00:00","exposure":3.4580081308155894},{"timestamp":"2024-09-30T23:59:00+00:00","exposure":3.965140640845289},{"timestamp":"2024-10-12T23:59:00+00:00","exposure":3.6730747145598404},{"timestamp":"2024-10-23T23:59:00+00:00","exposure":4.038577228225506},{"timestamp":"2024-11-04T23:59:00+00:00","exposure":3.913440787618261},{"timestamp":"2024-11-15T23:59:00+00:00","exposure":2.436796724466171},{"timestamp":"2024-11-26T23:59:00+00:00","exposure":4.068870993458586},{"timestamp":"2024-12-08T23:59:00+00:00","exposure":3.926541907105791},{"timestamp":"2024-12-19T23:59:00+00:00","exposure":4.451600663406205},{"timestamp":"2024-12-31T23:59:00+00:00","exposure":6.0689528779876944},{"timestamp":"2025-01-11T23:59:00+00:00","exposure":7.398091279068912},{"timestamp":"2025-01-22T23:59:00+00:00","exposure":4.402039979379754},{"timestamp":"2025-02-03T23:59:00+00:00","exposure":6.590059447412938},{"timestamp":"2025-02-14T23:59:00+00:00","exposure":4.959870395211713},{"timestamp":"2025-02-26T23:59:00+00:00","exposure":8.876728210051382},{"timestamp":"2025-03-09T23:59:00+00:00","exposure":6.350455304028663},{"timestamp":"2025-03-20T23:59:00+00:00","exposure":5.233405000184655},{"timestamp":"2025-04-01T23:59:00+00:00","exposure":6.228913258807151},{"timestamp":"2025-04-12T23:59:00+00:00","exposure":5.157457192117583},{"timestamp":"2025-04-23T23:59:00+00:00","exposure":5.179746463504975},{"timestamp":"2025-05-05T23:59:00+00:00","exposure":5.646069955701185},{"timestamp":"2025-05-16T23:59:00+00:00","exposure":5.324900309501413},{"timestamp":"2025-05-28T23:59:00+00:00","exposure":5.141059685225893},{"timestamp":"2025-06-08T23:59:00+00:00","exposure":5.1206135225557015},{"timestamp":"2025-06-19T23:59:00+00:00","exposure":5.686470833290702},{"timestamp":"2025-07-01T23:59:00+00:00","exposure":6.425607801058221},{"timestamp":"2025-07-12T23:59:00+00:00","exposure":5.602128640564007},{"timestamp":"2025-07-24T23:59:00+00:00","exposure":5.623175118983767},{"timestamp":"2025-08-04T23:59:00+00:00","exposure":5.553057149709158},{"timestamp":"2025-08-15T23:59:00+00:00","exposure":5.05790821943851},{"timestamp":"2025-08-27T23:59:00+00:00","exposure":6.2351064558762195},{"timestamp":"2025-09-07T23:59:00+00:00","exposure":6.6881143599483535},{"timestamp":"2025-09-19T23:59:00+00:00","exposure":6.217295946319989},{"timestamp":"2025-09-30T23:59:00+00:00","exposure":7.377076760332823},{"timestamp":"2025-10-11T23:59:00+00:00","exposure":7.5152434791662905},{"timestamp":"2025-10-23T23:59:00+00:00","exposure":5.6971305557482115},{"timestamp":"2025-11-03T23:59:00+00:00","exposure":7.057361574470429},{"timestamp":"2025-11-14T23:59:00+00:00","exposure":6.761497529164445},{"timestamp":"2025-11-26T23:59:00+00:00","exposure":5.665930310715403},{"timestamp":"2025-12-07T23:59:00+00:00","exposure":5.9868712505145725},{"timestamp":"2025-12-19T23:59:00+00:00","exposure":7.754695708921881},{"timestamp":"2025-12-30T23:59:00+00:00","exposure":6.9873389179587395},{"timestamp":"2026-01-10T23:59:00+00:00","exposure":6.239558400383275},{"timestamp":"2026-01-22T23:59:00+00:00","exposure":6.00666565916039},{"timestamp":"2026-02-02T23:59:00+00:00","exposure":5.638738510876157},{"timestamp":"2026-02-14T23:59:00+00:00","exposure":5.639381450445316},{"timestamp":"2026-02-25T23:59:00+00:00","exposure":5.187743081206011}]
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.0100 @ 2024-12-10 14:01:00 UTC |
| Lowest Price | 0.0013 @ 2026-02-06 00:19:00 UTC |
| Mean | 0.0040 |
| Std Dev | 0.0028 |
| Last | 0.0015 |
| Points | 178 |
| Across 178 points the series ranged from 0.0013 (2026-02-06 00:19:00 UTC) to 0.0100 (2024-12-10 14:01:00 UTC), averaging 0.0040. The most recent value is 0.0015. | |
| Showing 60 of 178 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T00:01:00Z","price":0.00788},{"timestamp":"2024-04-24T00:15:00Z","price":0.00785},{"timestamp":"2024-04-24T00:25:00Z","price":0.007808},{"timestamp":"2024-04-24T00:37:00Z","price":0.007851},{"timestamp":"2024-04-24T01:03:00Z","price":0.00786},{"timestamp":"2024-04-24T01:25:00Z","price":0.007864},{"timestamp":"2024-04-24T01:37:00Z","price":0.007903},{"timestamp":"2024-04-24T02:02:00Z","price":0.00788},{"timestamp":"2024-04-24T02:07:00Z","price":0.00791},{"timestamp":"2024-04-24T02:14:00Z","price":0.007937},{"timestamp":"2024-04-24T02:24:00Z","price":0.007925},{"timestamp":"2024-04-24T02:31:00Z","price":0.007892},{"timestamp":"2024-04-24T02:56:00Z","price":0.007909},{"timestamp":"2024-04-24T03:16:00Z","price":0.007922},{"timestamp":"2024-04-24T04:09:00Z","price":0.00795},{"timestamp":"2024-08-28T12:40:00Z","price":0.004},{"timestamp":"2024-09-21T15:04:00Z","price":0.00401},{"timestamp":"2024-09-22T08:08:00Z","price":0.004},{"timestamp":"2024-09-22T08:54:00Z","price":0.00401},{"timestamp":"2024-11-09T19:15:00Z","price":0.004},{"timestamp":"2024-12-10T14:01:00Z","price":0.010025},{"timestamp":"2024-12-28T13:49:00Z","price":0.008},{"timestamp":"2025-01-27T01:39:00Z","price":0.00802},{"timestamp":"2025-03-14T04:32:00Z","price":0.004},{"timestamp":"2025-03-30T08:59:00Z","price":0.004},{"timestamp":"2025-04-22T09:54:00Z","price":0.00401},{"timestamp":"2025-05-06T15:53:00Z","price":0.004},{"timestamp":"2025-06-05T01:24:00Z","price":0.00401},{"timestamp":"2025-07-17T20:16:00Z","price":0.004},{"timestamp":"2025-07-17T22:19:00Z","price":0.00401},{"timestamp":"2026-01-25T12:19:00Z","price":0.002},{"timestamp":"2026-01-31T23:24:00Z","price":0.001607},{"timestamp":"2026-02-01T14:23:00Z","price":0.001602},{"timestamp":"2026-02-01T23:05:00Z","price":0.001607},{"timestamp":"2026-02-02T14:13:00Z","price":0.001601},{"timestamp":"2026-02-03T17:35:00Z","price":0.001601},{"timestamp":"2026-02-03T19:32:00Z","price":0.001606},{"timestamp":"2026-02-04T19:27:00Z","price":0.001601},{"timestamp":"2026-02-05T09:13:00Z","price":0.001607},{"timestamp":"2026-02-06T00:20:00Z","price":0.001285},{"timestamp":"2026-02-06T17:22:00Z","price":0.001607},{"timestamp":"2026-02-07T10:10:00Z","price":0.001601},{"timestamp":"2026-02-07T10:47:00Z","price":0.001601},{"timestamp":"2026-02-09T01:22:00Z","price":0.001606},{"timestamp":"2026-02-09T06:41:00Z","price":0.001601},{"timestamp":"2026-02-09T19:52:00Z","price":0.001606},{"timestamp":"2026-02-15T00:22:00Z","price":0.001606},{"timestamp":"2026-02-25T21:18:00Z","price":0.001523},{"timestamp":"2026-02-25T21:36:00Z","price":0.001524},{"timestamp":"2026-02-25T21:50:00Z","price":0.00153},{"timestamp":"2026-02-25T22:01:00Z","price":0.001531},{"timestamp":"2026-02-25T22:05:00Z","price":0.001531},{"timestamp":"2026-02-25T22:16:00Z","price":0.00153},{"timestamp":"2026-02-25T22:30:00Z","price":0.001526},{"timestamp":"2026-02-25T22:36:00Z","price":0.001537},{"timestamp":"2026-02-25T22:54:00Z","price":0.001512},{"timestamp":"2026-02-25T23:14:00Z","price":0.001516},{"timestamp":"2026-02-25T23:37:00Z","price":0.001498},{"timestamp":"2026-02-25T23:43:00Z","price":0.001496},{"timestamp":"2026-02-25T23:59:00Z","price":0.001504}]
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 | 32 trades @ $5.00 |
| Least Populated Bin | 1 trades @ $5.00 |
| Mean | 13 trades |
| Std Dev | 12 trades |
| Last | 2 trades |
| Points | 8 |
| Sum | 100 trades |
| Across 8 points the series ranged from 1 trades (5.00)to∗∗32trades∗∗(5.00), averaging 13 trades. The most recent value is 2 trades. | |
| Full series - 8 points. |
[
{
"bin": "$5.00",
"count": 32,
"from": 5
},
{
"bin": "$5.00",
"count": 28,
"from": 5.001
},
{
"bin": "$5.00",
"count": 22,
"from": 5.002
},
{
"bin": "$5.00",
"count": 1,
"from": 5.003
},
{
"bin": "$5.00",
"count": 8,
"from": 5.004
},
{
"bin": "$5.00",
"count": 3,
"from": 5.005
},
{
"bin": "$5.01",
"count": 4,
"from": 5.006
},
{
"bin": "$5.01",
"count": 2,
"from": 5.007
}
]
Return Distribution by Fill Type
GET /backtests/{id}/trades * Fields used: fill_type, profit_percentage * Transform: returnByFillType(trades)TP).| Stat | Value |
|---|---|
| Largest TP Bin | 36 trades @ 0.1 |
| Smallest TP Bin | 0 trades @ 0.11 |
| Mean | 5 trades |
| Std Dev | 10 trades |
| Last | 25 trades |
| Points | 20 |
| Sum | 100 trades |
| Across 20 points the series ranged from 0 trades (0.11) to 36 trades (0.1), averaging 5 trades. The most recent value is 25 trades. | |
| Full series - 20 points. |
[
{
"bin": 0.1,
"TP": 36,
"SL": 0,
"TSL": 0
},
{
"bin": 0.1,
"TP": 14,
"SL": 0,
"TSL": 0
},
{
"bin": 0.11,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.11,
"TP": 13,
"SL": 0,
"TSL": 0
},
{
"bin": 0.11,
"TP": 8,
"SL": 0,
"TSL": 0
},
{
"bin": 0.12,
"TP": 4,
"SL": 0,
"TSL": 0
},
{
"bin": 0.12,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.12,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.12,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.13,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.13,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.13,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.14,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.14,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.14,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.15,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.15,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.15,
"TP": 0,
"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 | 100.68 @ Jan |
| Worst Indexed Value | 96.53 @ Dec |
| Mean | 98.45 |
| Std Dev | 1.03 |
| Last | 96.53 |
| Points | 12 |
| Across 12 points the series ranged from 96.53 (Dec) to 100.68 (Jan), averaging 98.45. The most recent value is 96.53. | |
| Full series - 12 points. |
[
{
"2025": 100.67804413524057,
"2026": 98.68645973263652,
"month": "Jan"
},
{
"2025": 98.2652594017417,
"2026": 98.64413960093701,
"month": "Feb"
},
{
"2025": 97.9378377397727,
"month": "Mar"
},
{
"2024": 100.04470244128973,
"2025": 98.73064801479727,
"month": "Apr"
},
{
"2024": 100.2677242097433,
"2025": 99.39959013111952,
"month": "May"
},
{
"2024": 99.84789740489275,
"2025": 98.57768388310122,
"month": "Jun"
},
{
"2024": 99.66864751382477,
"2025": 99.10910013707412,
"month": "Jul"
},
{
"2024": 100.00625677905781,
"2025": 98.84594962473999,
"month": "Aug"
},
{
"2024": 100.38051422773586,
"2025": 98.44854957795765,
"month": "Sep"
},
{
"2024": 100.31641849160773,
"2025": 97.6331760348211,
"month": "Oct"
},
{
"2024": 102.94465776891661,
"2025": 97.20277315357563,
"month": "Nov"
},
{
"2024": 102.69590456356103,
"2025": 96.5263250676114,
"month": "Dec"
}
]
Profit by Weekday
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: profitByWeekday(trades)profit).| Stat | Value |
|---|---|
| Best Weekday | 102.90 USDT @ Wed |
| Worst Weekday | 84.87 USDT @ Fri |
| Mean | 95.76 USDT |
| Std Dev | 5.44 USDT |
| Last | 99.29 USDT |
| Points | 7 |
| Sum | 670.29 USDT |
| Across 7 points the series ranged from 84.87 USDT (Fri) to 102.90 USDT (Wed), averaging 95.76 USDT. 100% of points were positive, 0% negative. The most recent value is 99.29 USDT. | |
| Full series - 7 points. |
[
{
"day": "Mon",
"profit": 95.871189
},
{
"day": "Tue",
"profit": 94.768279
},
{
"day": "Wed",
"profit": 102.903415
},
{
"day": "Thu",
"profit": 99.730326
},
{
"day": "Fri",
"profit": 84.873477
},
{
"day": "Sat",
"profit": 92.849319
},
{
"day": "Sun",
"profit": 99.289182
}
]
Profit by Hour (UTC)
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: profitByHour(trades)profit).| Stat | Value |
|---|---|
| Best Hour (UTC) | 37.67 USDT @ 14:00 |
| Worst Hour (UTC) | 20.41 USDT @ 3:00 |
| Mean | 27.93 USDT |
| Std Dev | 5.05 USDT |
| Last | 23.47 USDT |
| Points | 24 |
| Sum | 670.29 USDT |
| Across 24 points the series ranged from 20.41 USDT (3:00) to 37.67 USDT (14:00), averaging 27.93 USDT. 100% of points were positive, 0% negative. The most recent value is 23.47 USDT. | |
| Full series - 24 points. |
[{"hour":"0:00","profit":24.613762},{"hour":"1:00","profit":22.761492},{"hour":"2:00","profit":21.351018},{"hour":"3:00","profit":20.40899},{"hour":"4:00","profit":20.629888},{"hour":"5:00","profit":21.695484},{"hour":"6:00","profit":24.389443},{"hour":"7:00","profit":26.83878},{"hour":"8:00","profit":27.935362},{"hour":"9:00","profit":27.987342},{"hour":"10:00","profit":26.126322},{"hour":"11:00","profit":24.972026},{"hour":"12:00","profit":29.180012},{"hour":"13:00","profit":31.69032},{"hour":"14:00","profit":37.669173},{"hour":"15:00","profit":37.088792},{"hour":"16:00","profit":35.454706},{"hour":"17:00","profit":31.335686},{"hour":"18:00","profit":31.503976},{"hour":"19:00","profit":32.267931},{"hour":"20:00","profit":32.292638},{"hour":"21:00","profit":32.522673},{"hour":"22:00","profit":26.103986},{"hour":"23:00","profit":23.465383}]
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% @ 3.1333333333333333 |
| Worst Trade Return | 0.10% @ 21.716666666666665 |
| Mean | 0.12% |
| Std Dev | 0.02% |
| Last | 0.12% |
| Points | 100 |
| Across 100 points the series ranged from 0.10% (21.716666666666665) to 0.16% (3.1333333333333333), averaging 0.12%. 100% of points were positive, 0% negative. The most recent value is 0.12%. | |
| Showing 60 of 100 points (down-sampled for readability). |
[{"hours":0.1,"profitPct":0.1036167513,"profit":0.005184775},{"hours":0.8166666666666667,"profitPct":0.1045859873,"profit":0.00522977},{"hours":0.35,"profitPct":0.1052036777,"profit":0.0052644015},{"hours":0.18333333333333332,"profitPct":0.1055299834,"profit":0.00528224},{"hours":0.35,"profitPct":0.1049107143,"profit":0.00524755},{"hours":0.45,"profitPct":0.1042944395,"profit":0.0052211705},{"hours":0.11666666666666667,"profitPct":0.1035202334,"profit":0.0051819175},{"hours":0.25,"profitPct":0.1024314766,"profit":0.005125204},{"hours":0.06666666666666667,"profitPct":0.1036167513,"profit":0.005184775},{"hours":0.03333333333333333,"profitPct":0.1020494388,"profit":0.0051057365},{"hours":2.433333333333333,"profitPct":0.1017319562,"profit":0.005088195},{"hours":0.6833333333333333,"profitPct":0.1021766562,"profit":0.0051095225},{"hours":0.23333333333333334,"profitPct":0.1029106555,"profit":0.005147556},{"hours":0.11666666666666667,"profitPct":0.1026868125,"profit":0.0051409095},{"hours":0.8333333333333334,"profitPct":0.1022721535,"profit":0.005120464},{"hours":21.716666666666665,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.05,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.08333333333333333,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.05,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.08333333333333333,"profitPct":0.0998125,"profit":0.004990625},{"hours":0,"profitPct":0.0998125,"profit":0.004990625},{"hours":0,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.9166666666666666,"profitPct":0.0998125,"profit":0.004990625},{"hours":0,"profitPct":0.0998125,"profit":0.004990625},{"hours":113.33333333333333,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.3,"profitPct":0.0998125,"profit":0.004990625},{"hours":1,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.2,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.25,"profitPct":0.0998125,"profit":0.004990625},{"hours":98.4,"profitPct":0.0998125,"profit":0.004990625},{"hours":5.5,"profitPct":0.1618757803,"profit":0.0080961265},{"hours":3.75,"profitPct":0.1618757803,"profit":0.0080961265},{"hours":0.4166666666666667,"profitPct":0.1620705809,"profit":0.008105999},{"hours":0.06666666666666667,"profitPct":0.1620705809,"profit":0.008105999},{"hours":0.016666666666666666,"profitPct":0.1620705809,"profit":0.008105999},{"hours":0.3,"profitPct":0.1618757803,"profit":0.0080961265},{"hours":1.1,"profitPct":0.1620705809,"profit":0.008105999},{"hours":29.383333333333333,"profitPct":0.1620705809,"profit":0.008105999},{"hours":1.3333333333333333,"profitPct":0.1618757803,"profit":0.0080961265},{"hours":0.03333333333333333,"profitPct":0.1620705809,"profit":0.008105999},{"hours":0,"profitPct":0.1620705809,"profit":0.008105999},{"hours":0.8666666666666667,"profitPct":0.1620705809,"profit":0.008105999},{"hours":1.5833333333333333,"profitPct":0.1618757803,"profit":0.0080961265},{"hours":1.5,"profitPct":0.1620705809,"profit":0.008105999},{"hours":0.3333333333333333,"profitPct":0.1620705809,"profit":0.008105999},{"hours":0.11666666666666667,"profitPct":0.1131336406,"profit":0.005657302},{"hours":0.3,"profitPct":0.1129605263,"profit":0.00564893},{"hours":0.06666666666666667,"profitPct":0.1119266055,"profit":0.005597116},{"hours":0,"profitPct":0.1124425476,"profit":0.0056221375},{"hours":0.016666666666666666,"profitPct":0.1117550753,"profit":0.0055887875},{"hours":0.016666666666666666,"profitPct":0.1117550753,"profit":0.0055887875},{"hours":0.016666666666666666,"profitPct":0.1119266055,"profit":0.005597116},{"hours":0.016666666666666666,"profitPct":0.1119266055,"profit":0.005597116},{"hours":0.05,"profitPct":0.1119266055,"profit":0.005597116},{"hours":0,"profitPct":0.1102213542,"profit":0.005512408},{"hours":0.16666666666666666,"profitPct":0.114002642,"profit":0.005700978},{"hours":0.18333333333333332,"profitPct":0.1143518519,"profit":0.005717803},{"hours":0.05,"profitPct":0.1168224299,"profit":0.0058415},{"hours":0.2833333333333333,"profitPct":0.1164666667,"profit":0.005824498},{"hours":0.1,"profitPct":0.1168224299,"profit":0.0058415}]
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": "8ade44ef-e4c6-47c2-848b-82e1a22c584a",
"symbol": "AMPUSDT",
"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": 9870.66167899,
"return_pct": -1.2934,
"total_profit_usdt": 670.28518741,
"avg_profit_per_trade_usdt": 0.00562174,
"fulfilled_trades": 119231,
"active_orders": 262,
"win_rate_pct": 100,
"best_trade_usdt": 0.008106,
"worst_trade_usdt": 0.00499063,
"trades_per_month": 5392.07877766355,
"max_drawdown_pct": 6.171899044248178,
"max_drawdown_abs_usdt": 643.7205099087005,
"drawdown_duration_days": 424,
"recovery_days": null,
"cagr_pct": -0.7050767575394357,
"volatility_annualized_pct": 4.368134084916238,
"sharpe_annualized": -0.13441212831479177,
"sortino_annualized": -0.13607527646811038,
"time_in_market_pct": 100,
"final_cash_usdt": 9358.5971106734,
"final_base_value_usdt": null,
"final_unrealized_pnl_usdt": -799.6235084648,
"median_hold_hours": 0.23333333333333334,
"avg_hold_hours": 4.4093406593406606,
"buyhold_return_pct": null,
"outperformance_vs_buyhold_pp": null
}
| Key | Value |
|---|---|
backtest_id | 8ade44ef-e4c6-47c2-848b-82e1a22c584a |
symbol | AMPUSDT |
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 | 9870.66167899 |
return_pct | -1.2934 |
total_profit_usdt | 670.28518741 |
avg_profit_per_trade_usdt | 0.00562174 |
fulfilled_trades | 119231 |
active_orders | 262 |
win_rate_pct | 100 |
best_trade_usdt | 0.008106 |
worst_trade_usdt | 0.00499063 |
trades_per_month | 5392.07877766355 |
max_drawdown_pct | 6.171899044248178 |
max_drawdown_abs_usdt | 643.7205099087005 |
drawdown_duration_days | 424 |
recovery_days | null |
cagr_pct | -0.7050767575394357 |
volatility_annualized_pct | 4.368134084916238 |
sharpe_annualized | -0.13441212831479177 |
sortino_annualized | -0.13607527646811038 |
time_in_market_pct | 100 |
final_cash_usdt | 9358.5971106734 |
final_base_value_usdt | null |
final_unrealized_pnl_usdt | -799.6235084648 |
median_hold_hours | 0.23333333333333334 |
avg_hold_hours | 4.4093406593406606 |
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 | AMPUSDT |
| Mode | GET /backtests/{id} | $.mode_name | direct API value | 3LongTimeLong.json |
| Status | GET /backtests/{id} | $.status | direct API value | completed |
| Period start | GET /backtests/{id} | $.config.from | direct API value | 2024-04-24 00:00:01 |
| Period end | GET /backtests/{id} | $.config.to | direct API value | 2026-02-25 23:59:59 |
| Start balance | GET /backtests/{id} | $.start_balance | direct API value | 10,000.00 USDT |
| Final value | GET /backtests/{id} | $.final_value | direct API value | 9,870.66 USDT |
| Return % | GET /backtests/{id} | $.return_pct | direct API value (cross-check: (final_value/start_balance - 1) * 100) | -1.29% |
| Total profit | GET /backtests/{id} | $.total_profit | direct API value (cross-check: Sum trades[].profit) | +670.29 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)) | 119,231 |
| 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.0056 USDT |
| Trades / month | derived | n/a | fulfilled_trades / (durationDays / 30.4375) | 5392.1 |
| Max drawdown % | GET /backtests/{id}/equity | $[*].total_value_* | maxDrawdown(equity) - running peak vs. trough | -6.17% |
| Max drawdown abs | GET /backtests/{id}/equity | $[*].total_value_* | maxDrawdown(equity).abs | -643.72 USDT |
| CAGR % | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | (final/start)^(365.25/days) - 1 | -0.71% |
| Volatility (ann.) % | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | std(daily_returns) * sqrt(365) | 4.37% |
| Sharpe ratio (ann.) | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | mean(daily_returns) / std(daily_returns) * sqrt(365) (rf=0) | -0.13 |
| Sortino ratio (ann.) | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | mean(daily_returns) / std(downside_returns) * sqrt(365) (rf=0) | -0.14 |
| 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.60 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.0060 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 | 4.4h |
| Median holding (h) | GET /backtests/{id}/trades | $[*].buy_time, $[*].sell_time | median(sell_time - buy_time) / 3600 | 0.2h |
| 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: 119,231 closed trades - fetch the complete list via GET /backtests/8ade44ef-e4c6-47c2-848b-82e1a22c584a/trades. Aggregate KPIs are computed server-side against the full population, not from this sample.GET /backtests/8ade44ef-e4c6-47c2-848b-82e1a22c584a - backtest summary (verbatim)
GET /backtests/8ade44ef-e4c6-47c2-848b-82e1a22c584a - backtest summary (verbatim)
{
"id": "8ade44ef-e4c6-47c2-848b-82e1a22c584a",
"status": "completed",
"error_message": null,
"created_at": "2026-05-08T13:39:09.792213Z",
"started_at": "2026-05-09T18:59:32.807412Z",
"completed_at": "2026-05-09T19:14:38.589886Z",
"mode_name": "3LongTimeLong.json",
"symbol": "AMPUSDT",
"data_file": "",
"start_balance": 10000,
"final_value": 9870.66167899,
"return_pct": -1.2934,
"total_profit": 670.28518741,
"fulfilled_trades": 119231,
"active_orders": 262,
"win_rate": 100,
"avg_profit": 0.00562174,
"max_profit": 0.008106,
"min_profit": 0.00499063,
"elapsed_sec": 444.16,
"max_drawdown": -6.1719,
"profit_factor": null,
"sharpe_ratio": -0.1344,
"total_fees": 895.84184381,
"avg_hold_time_hours": 8.2436,
"tp_count": 119231,
"sl_count": 0,
"tsl_count": 0,
"start_price": 0.007437,
"end_price": 0.001501,
"gross_profit_quote": 1566.127031,
"gross_loss_quote": 0,
"wins": 119231,
"losses": 0,
"breakeven": 0,
"consecutive_wins_max": 119231,
"consecutive_losses_max": 0,
"holding_minutes_p50": 10,
"holding_minutes_p95": 761,
"holding_minutes_max": 348147,
"description": "AMPUSDT | 3LongTimeLong.json | 2024-04-24 - 2026-02-25 | -1.29% | 119231 trades | 100% WR",
"summary_text": "Backtest AMPUSDT (Mode: 3LongTimeLong.json)\nPeriod: 2024-04-24 00:00:01 to 2026-02-25 23:59:59\nStarting balance: 10,000.00 USDT\nFinal value: 9,870.66 USDT\nP&L: -129.34 USDT (-1.29%)\nResult: LOSS\nCompleted trades: 119231\nOpen orders at end: 262\nWin rate: 100.0%\nAvg. profit/trade: 0.005622 USDT\nBest trade: 0.008106 USDT\nWorst trade: 0.004991 USDT\nTotal profit (trades only): 670.285187 USDT\nMax drawdown: -6.17%\nProfit factor: inf (no losing trades)\nSharpe ratio: -0.13\nTotal fees: 895.84 USDT\nAvg hold time: 8.2h\nTP / SL / TSL: 119231 / 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: 444.2s",
"share_token": null,
"config_hash": "da502b0678ea54629b0b15d81575f3f7db52cf13a18ccbf591848260ddea2e34",
"config": {
"to": "2026-02-25 23:59:59",
"from": "2024-04-24 00:00:01",
"canBuy": true,
"symbol": "AMPUSDT",
"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/8ade44ef-e4c6-47c2-848b-82e1a22c584a/equity - equity series (verbatim, 673 points)
GET /backtests/8ade44ef-e4c6-47c2-848b-82e1a22c584a/equity - equity series (verbatim, 673 points)
[
{
"timestamp": "2024-04-24T23:59:00+00:00",
"base_asset_bal": 17471,
"quote_asset_bal": 9865.816426263,
"total_value_mid": 9995.573543263,
"total_value_exit_net": 9995.4762254253,
"total_value": 9995.573543263,
"base_cost_quote": 135.1923052402,
"unrealized_pnl_exit_net": -5.532506078
},
{
"timestamp": "2024-04-25T23:59:00+00:00",
"base_asset_bal": 11510,
"quote_asset_bal": 9912.173697451,
"total_value_mid": 9998.867017451,
"total_value_exit_net": 9998.801997461,
"total_value": 9998.867017451,
"base_cost_quote": 90.130050878,
"unrealized_pnl_exit_net": -3.501750868
},
{
"timestamp": "2024-04-26T23:59:00+00:00",
"base_asset_bal": 16895,
"quote_asset_bal": 9873.0754116323,
"total_value_mid": 9996.8650766323,
"total_value_exit_net": 9996.7722343835,
"total_value": 9996.8650766323,
"base_cost_quote": 130.182463675,
"unrealized_pnl_exit_net": -6.4856409238
},
{
"timestamp": "2024-04-27T23:59:00+00:00",
"base_asset_bal": 23092,
"quote_asset_bal": 9828.5852234678,
"total_value_mid": 9994.9399914678,
"total_value_exit_net": 9994.8152253918,
"total_value": 9994.9399914678,
"base_cost_quote": 175.238706532,
"unrealized_pnl_exit_net": -9.008704608
},
{
"timestamp": "2024-04-28T23:59:00+00:00",
"base_asset_bal": 24446,
"quote_asset_bal": 9819.0991812588,
"total_value_mid": 9994.7681372588,
"total_value_exit_net": 9994.6363855418,
"total_value": 9994.7681372588,
"base_cost_quote": 185.2794614545,
"unrealized_pnl_exit_net": -9.7422571715
},
{
"timestamp": "2024-04-29T23:59:00+00:00",
"base_asset_bal": 5639,
"quote_asset_bal": 9961.0031695946,
"total_value_mid": 10006.9046295946,
"total_value_exit_net": 10006.8702034996,
"total_value": 10006.9046295946,
"base_cost_quote": 45.0695628395,
"unrealized_pnl_exit_net": 0.7974710655
},
{
"timestamp": "2024-04-30T23:59:00+00:00",
"base_asset_bal": 18322,
"quote_asset_bal": 9864.3351766072,
"total_value_mid": 10000.0462306071,
"total_value_exit_net": 9999.9444473166,
"total_value": 10000.0462306071,
"base_cost_quote": 145.2190866905,
"unrealized_pnl_exit_net": -9.609815981
},
{
"timestamp": "2024-05-01T23:59:00+00:00",
"base_asset_bal": 12318,
"quote_asset_bal": 9912.1600146674,
"total_value_mid": 10006.9347066674,
"total_value_exit_net": 10006.8636256484,
"total_value": 10006.9347066674,
"base_cost_quote": 100.1499221495,
"unrealized_pnl_exit_net": -5.4463111685
},
{
"timestamp": "2024-05-02T23:59:00+00:00",
"base_asset_bal": 15459,
"quote_asset_bal": 9889.1257150452,
"total_value_mid": 10008.9793420452,
"total_value_exit_net": 10008.8894518249,
"total_value": 10008.9793420452,
"base_cost_quote": 125.1949628527,
"unrealized_pnl_exit_net": -5.431226073
},
{
"timestamp": "2024-05-03T23:59:00+00:00",
"base_asset_bal": 15418,
"quote_asset_bal": 9890.0817118792,
"total_value_mid": 10010.2650218792,
"total_value_exit_net": 10010.1748843967,
"total_value": 10010.2650218792,
"base_cost_quote": 125.1783924343,
"unrealized_pnl_exit_net": -5.0852199168
},
{
"timestamp": "2024-05-04T23:59:00+00:00",
"base_asset_bal": 11501,
"quote_asset_bal": 9921.0469878839,
"total_value_mid": 10012.9399778839,
"total_value_exit_net": 10012.8710581414,
"total_value": 10012.9399778839,
"base_cost_quote": 95.151354033,
"unrealized_pnl_exit_net": -3.3272837755
},
{
"timestamp": "2024-05-05T23:59:00+00:00",
"base_asset_bal": 19134,
"quote_asset_bal": 9861.5351518609,
"total_value_mid": 10011.3352378609,
"total_value_exit_net": 10011.2228877964,
"total_value": 10011.3352378609,
"base_cost_quote": 155.239402295,
"unrealized_pnl_exit_net": -5.5516663595
},
{
"timestamp": "2024-05-06T23:59:00+00:00",
"base_asset_bal": 25024,
"quote_asset_bal": 9817.2525328302,
"total_value_mid": 10007.9854608302,
"total_value_exit_net": 10007.8424111342,
"total_value": 10007.9854608302,
"base_cost_quote": 200.3129291052,
"unrealized_pnl_exit_net": -9.7230508012
},
{
"timestamp": "2024-05-07T23:59:00+00:00",
"base_asset_bal": 31660,
"quote_asset_bal": 9767.7365171217,
"total_value_mid": 10003.2869171217,
"total_value_exit_net": 10003.1102543217,
"total_value": 10003.2869171217,
"base_cost_quote": 250.3884095692,
"unrealized_pnl_exit_net": -15.0146723692
},
{
"timestamp": "2024-05-08T23:59:00+00:00",
"base_asset_bal": 39955,
"quote_asset_bal": 9708.6481787372,
"total_value_mid": 9995.2453937372,
"total_value_exit_net": 9995.030445826,
"total_value": 9995.2453937372,
"base_cost_quote": 310.463336998,
"unrealized_pnl_exit_net": -24.0810699093
},
{
"timestamp": "2024-05-09T23:59:00+00:00",
"base_asset_bal": 18183,
"quote_asset_bal": 9875.2987681857,
"total_value_mid": 10010.8893991857,
"total_value_exit_net": 10010.7877062125,
"total_value": 10010.8893991857,
"base_cost_quote": 145.2212032768,
"unrealized_pnl_exit_net": -9.73226525
},
{
"timestamp": "2024-05-10T23:59:00+00:00",
"base_asset_bal": 24873,
"quote_asset_bal": 9825.726694444,
"total_value_mid": 10007.672689444,
"total_value_exit_net": 10007.5362299477,
"total_value": 10007.672689444,
"base_cost_quote": 195.3211190535,
"unrealized_pnl_exit_net": -13.5115835497
},
{
"timestamp": "2024-05-11T23:59:00+00:00",
"base_asset_bal": 26353,
"quote_asset_bal": 9816.2854320757,
"total_value_mid": 10006.6858570757,
"total_value_exit_net": 10006.543056757,
"total_value": 10006.6858570757,
"base_cost_quote": 205.3271019165,
"unrealized_pnl_exit_net": -15.0694772353
},
{
"timestamp": "2024-05-12T23:59:00+00:00",
"base_asset_bal": 26443,
"quote_asset_bal": 9816.6276498385,
"total_value_mid": 10005.1397968385,
"total_value_exit_net": 10004.9984127282,
"total_value": 10005.1397968385,
"base_cost_quote": 205.3099580682,
"unrealized_pnl_exit_net": -16.9391951785
},
{
"timestamp": "2024-05-13T23:59:00+00:00",
"base_asset_bal": 29970,
"quote_asset_bal": 9792.3339470353,
"total_value_mid": 10004.1319370353,
"total_value_exit_net": 10003.9730885428,
"total_value": 10004.1319370353,
"base_cost_quote": 230.3613905617,
"unrealized_pnl_exit_net": -18.7222490542
},
{
"timestamp": "2024-05-14T23:59:00+00:00",
"base_asset_bal": 40856,
"quote_asset_bal": 9717.9416169188,
"total_value_mid": 9994.3733129188,
"total_value_exit_net": 9994.1659891468,
"total_value": 9994.3733129188,
"base_cost_quote": 305.4867343432,
"unrealized_pnl_exit_net": -29.2623621152
},
{
"timestamp": "2024-05-15T23:59:00+00:00",
"base_asset_bal": 27140,
"quote_asset_bal": 9814.1952846053,
"total_value_mid": 10005.2608846053,
"total_value_exit_net": 10005.1175854053,
"total_value": 10005.2608846053,
"base_cost_quote": 210.3427928655,
"unrealized_pnl_exit_net": -19.4204920655
},
{
"timestamp": "2024-05-16T23:59:00+00:00",
"base_asset_bal": 26596,
"quote_asset_bal": 9820.192465974,
"total_value_mid": 10005.646373974,
"total_value_exit_net": 10005.507283543,
"total_value": 10005.646373974,
"base_cost_quote": 205.3260721447,
"unrealized_pnl_exit_net": -20.0112545757
},
{
"timestamp": "2024-05-17T23:59:00+00:00",
"base_asset_bal": 24401,
"quote_asset_bal": 9835.7210892431,
"total_value_mid": 10009.2610012431,
"total_value_exit_net": 10009.1308463091,
"total_value": 10009.2610012431,
"base_cost_quote": 190.3008216522,
"unrealized_pnl_exit_net": -16.8910645862
},
{
"timestamp": "2024-05-18T23:59:00+00:00",
"base_asset_bal": 26542,
"quote_asset_bal": 9820.9395790766,
"total_value_mid": 10008.1403050766,
"total_value_exit_net": 10007.9999045321,
"total_value": 10008.1403050766,
"base_cost_quote": 205.3268307132,
"unrealized_pnl_exit_net": -18.2665052577
},
{
"timestamp": "2024-05-19T23:59:00+00:00",
"base_asset_bal": 38897,
"quote_asset_bal": 9736.1403250173,
"total_value_mid": 10000.5621310173,
"total_value_exit_net": 10000.3638146628,
"total_value": 10000.5621310173,
"base_cost_quote": 290.4419812347,
"unrealized_pnl_exit_net": -26.2184915892
},
{
"timestamp": "2024-05-20T23:59:00+00:00",
"base_asset_bal": 22974,
"quote_asset_bal": 9847.2423131215,
"total_value_mid": 10012.1267111215,
"total_value_exit_net": 10012.003047823,
"total_value": 10012.1267111215,
"base_cost_quote": 180.2818960895,
"unrealized_pnl_exit_net": -15.521161388
},
{
"timestamp": "2024-05-21T23:59:00+00:00",
"base_asset_bal": 22900,
"quote_asset_bal": 9848.0917162663,
"total_value_mid": 10013.2923162663,
"total_value_exit_net": 10013.1684158163,
"total_value": 10013.2923162663,
"base_cost_quote": 180.2940411915,
"unrealized_pnl_exit_net": -15.2173416415
},
{
"timestamp": "2024-05-22T23:59:00+00:00",
"base_asset_bal": 30536,
"quote_asset_bal": 9793.6025934793,
"total_value_mid": 10011.2021294793,
"total_value_exit_net": 10011.0389298273,
"total_value": 10011.2021294793,
"base_cost_quote": 235.3712511412,
"unrealized_pnl_exit_net": -17.9349147932
},
{
"timestamp": "2024-05-23T23:59:00+00:00",
"base_asset_bal": 41243,
"quote_asset_bal": 9719.0400109138,
"total_value_mid": 10004.0291409138,
"total_value_exit_net": 10003.8153990663,
"total_value": 10004.0291409138,
"base_cost_quote": 310.4913599995,
"unrealized_pnl_exit_net": -25.715971847
},
{
"timestamp": "2024-05-24T23:59:00+00:00",
"base_asset_bal": 21560,
"quote_asset_bal": 9860.1100437363,
"total_value_mid": 10015.8810437363,
"total_value_exit_net": 10015.7642154863,
"total_value": 10015.8810437363,
"base_cost_quote": 170.272364567,
"unrealized_pnl_exit_net": -14.618192817
},
{
"timestamp": "2024-05-25T23:59:00+00:00",
"base_asset_bal": 24351,
"quote_asset_bal": 9840.4104827638,
"total_value_mid": 10013.3512847638,
"total_value_exit_net": 10013.2215791623,
"total_value": 10013.3512847638,
"base_cost_quote": 190.312535431,
"unrealized_pnl_exit_net": -17.5014390325
},
{
"timestamp": "2024-05-26T23:59:00+00:00",
"base_asset_bal": 30812,
"quote_asset_bal": 9795.6963380841,
"total_value_mid": 10008.3915740841,
"total_value_exit_net": 10008.2320526571,
"total_value": 10008.3915740841,
"base_cost_quote": 235.3674723092,
"unrealized_pnl_exit_net": -22.8317577362
},
{
"timestamp": "2024-05-27T23:59:00+00:00",
"base_asset_bal": 25058,
"quote_asset_bal": 9836.3809147651,
"total_value_mid": 10013.6161487651,
"total_value_exit_net": 10013.4832223396,
"total_value": 10013.6161487651,
"base_cost_quote": 195.312646704,
"unrealized_pnl_exit_net": -18.2103391295
},
{
"timestamp": "2024-05-28T23:59:00+00:00",
"base_asset_bal": 29308,
"quote_asset_bal": 9807.0275769691,
"total_value_mid": 10012.7111209691,
"total_value_exit_net": 10012.5568583111,
"total_value": 10012.7111209691,
"base_cost_quote": 225.3592427625,
"unrealized_pnl_exit_net": -19.8299614205
},
{
"timestamp": "2024-05-29T23:59:00+00:00",
"base_asset_bal": 21587,
"quote_asset_bal": 9862.9428721369,
"total_value_mid": 10017.2251611369,
"total_value_exit_net": 10017.1094494201,
"total_value": 10017.2251611369,
"base_cost_quote": 170.281123131,
"unrealized_pnl_exit_net": -16.1145458478
},
{
"timestamp": "2024-05-30T23:59:00+00:00",
"base_asset_bal": 15871,
"quote_asset_bal": 9909.9843729029,
"total_value_mid": 10023.9381529029,
"total_value_exit_net": 10023.8526875679,
"total_value": 10023.9381529029,
"base_cost_quote": 125.195498254,
"unrealized_pnl_exit_net": -11.327183589
},
{
"timestamp": "2024-05-31T23:59:00+00:00",
"base_asset_bal": 20800,
"quote_asset_bal": 9875.5610243599,
"total_value_mid": 10022.3466243599,
"total_value_exit_net": 10022.2365351599,
"total_value": 10022.3466243599,
"base_cost_quote": 160.242447767,
"unrealized_pnl_exit_net": -13.566936967
},
{
"timestamp": "2024-06-01T23:59:00+00:00",
"base_asset_bal": 25812,
"quote_asset_bal": 9840.8957349579,
"total_value_mid": 10020.9602469579,
"total_value_exit_net": 10020.8251985739,
"total_value": 10020.9602469579,
"base_cost_quote": 195.318807321,
"unrealized_pnl_exit_net": -15.389343705
},
{
"timestamp": "2024-06-02T23:59:00+00:00",
"base_asset_bal": 35257,
"quote_asset_bal": 9776.2799179997,
"total_value_mid": 10017.1557419997,
"total_value_exit_net": 10016.9750851317,
"total_value": 10017.1557419997,
"base_cost_quote": 260.4123528925,
"unrealized_pnl_exit_net": -19.7171857605
},
{
"timestamp": "2024-06-03T23:59:00+00:00",
"base_asset_bal": 28705,
"quote_asset_bal": 9821.8824453797,
"total_value_mid": 10020.5210453796,
"total_value_exit_net": 10020.3720664297,
"total_value": 10020.5210453796,
"base_cost_quote": 215.3459744395,
"unrealized_pnl_exit_net": -16.8563533895
},
{
"timestamp": "2024-06-04T23:59:00+00:00",
"base_asset_bal": 33835,
"quote_asset_bal": 9787.2156181014,
"total_value_mid": 10016.7860931014,
"total_value_exit_net": 10016.6139152452,
"total_value": 10016.7860931014,
"base_cost_quote": 250.3993037338,
"unrealized_pnl_exit_net": -21.00100659
},
{
"timestamp": "2024-06-05T23:59:00+00:00",
"base_asset_bal": 33078,
"quote_asset_bal": 9792.5658332704,
"total_value_mid": 10018.2570272704,
"total_value_exit_net": 10018.0877588749,
"total_value": 10018.2570272704,
"base_cost_quote": 245.391893991,
"unrealized_pnl_exit_net": -19.8699683865
},
{
"timestamp": "2024-06-06T23:59:00+00:00",
"base_asset_bal": 31735,
"quote_asset_bal": 9802.9759297964,
"total_value_mid": 10017.5997347964,
"total_value_exit_net": 10017.4387669427,
"total_value": 10017.5997347964,
"base_cost_quote": 235.372721243,
"unrealized_pnl_exit_net": -20.9098840968
},
{
"timestamp": "2024-06-07T23:59:00+00:00",
"base_asset_bal": 39037,
"quote_asset_bal": 9758.5920250957,
"total_value_mid": 10005.2668280957,
"total_value_exit_net": 10005.0818219934,
"total_value": 10005.2668280957,
"base_cost_quote": 280.418744441,
"unrealized_pnl_exit_net": -33.9289475433
},
{
"timestamp": "2024-06-08T23:59:00+00:00",
"base_asset_bal": 56168,
"quote_asset_bal": 9654.2094072309,
"total_value_mid": 9987.3979832309,
"total_value_exit_net": 9987.1480917989,
"total_value": 9987.3979832309,
"base_cost_quote": 385.575072581,
"unrealized_pnl_exit_net": -52.636388013
},
{
"timestamp": "2024-06-09T23:59:00+00:00",
"base_asset_bal": 53623,
"quote_asset_bal": 9669.8230501172,
"total_value_mid": 9991.4001811172,
"total_value_exit_net": 9991.1589982689,
"total_value": 9991.4001811172,
"base_cost_quote": 370.550348483,
"unrealized_pnl_exit_net": -49.2144003313
},
{
"timestamp": "2024-06-10T23:59:00+00:00",
"base_asset_bal": 40905,
"quote_asset_bal": 9751.3506621346,
"total_value_mid": 10004.4298971346,
"total_value_exit_net": 10004.2400877084,
"total_value": 10004.4298971346,
"base_cost_quote": 290.430023273,
"unrealized_pnl_exit_net": -37.5405976993
},
{
"timestamp": "2024-06-11T23:59:00+00:00",
"base_asset_bal": 44555,
"quote_asset_bal": 9733.2265108892,
"total_value_mid": 9995.7445708892,
"total_value_exit_net": 9995.5476823442,
"total_value": 9995.7445708892,
"base_cost_quote": 310.454962722,
"unrealized_pnl_exit_net": -48.133791267
},
{
"timestamp": "2024-06-12T23:59:00+00:00",
"base_asset_bal": 42045,
"quote_asset_bal": 9749.3755877504,
"total_value_mid": 9997.0626827504,
"total_value_exit_net": 9996.8769174292,
"total_value": 9997.0626827504,
"base_cost_quote": 295.4399829267,
"unrealized_pnl_exit_net": -47.938653248
},
{
"timestamp": "2024-06-13T23:59:00+00:00",
"base_asset_bal": 53545,
"quote_asset_bal": 9685.1104877064,
"total_value_mid": 9984.4270377064,
"total_value_exit_net": 9984.2025502939,
"total_value": 9984.4270377064,
"base_cost_quote": 360.5250781652,
"unrealized_pnl_exit_net": -61.4330155777
},
{
"timestamp": "2024-06-14T23:59:00+00:00",
"base_asset_bal": 54288,
"quote_asset_bal": 9686.0208022034,
"total_value_mid": 9977.9816662034,
"total_value_exit_net": 9977.7626955554,
"total_value": 9977.9816662034,
"base_cost_quote": 360.512413674,
"unrealized_pnl_exit_net": -68.770520322
},
{
"timestamp": "2024-06-15T23:59:00+00:00",
"base_asset_bal": 49635,
"quote_asset_bal": 9711.5058198937,
"total_value_mid": 9981.8180298937,
"total_value_exit_net": 9981.6152957362,
"total_value": 9981.8180298937,
"base_cost_quote": 335.4904642762,
"unrealized_pnl_exit_net": -65.3809884337
},
{
"timestamp": "2024-06-16T23:59:00+00:00",
"base_asset_bal": 45939,
"quote_asset_bal": 9731.9865409927,
"total_value_mid": 9985.5698209927,
"total_value_exit_net": 9985.3796335327,
"total_value": 9985.5698209927,
"base_cost_quote": 315.4671260273,
"unrealized_pnl_exit_net": -62.0740334873
},
{
"timestamp": "2024-06-17T23:59:00+00:00",
"base_asset_bal": 61923,
"quote_asset_bal": 9647.7726894134,
"total_value_mid": 9965.5615254134,
"total_value_exit_net": 9965.3231837864,
"total_value": 9965.5615254134,
"base_cost_quote": 400.5801359445,
"unrealized_pnl_exit_net": -83.0296415715
},
{
"timestamp": "2024-06-18T23:59:00+00:00",
"base_asset_bal": 76989,
"quote_asset_bal": 9573.9403274122,
"total_value_mid": 9943.2565604122,
"total_value_exit_net": 9942.9795732375,
"total_value": 9943.2565604122,
"base_cost_quote": 475.678095203,
"unrealized_pnl_exit_net": -106.6388493777
},
{
"timestamp": "2024-06-19T23:59:00+00:00",
"base_asset_bal": 74955,
"quote_asset_bal": 9584.9562622635,
"total_value_mid": 9946.9139572635,
"total_value_exit_net": 9946.6424889922,
"total_value": 9946.9139572635,
"base_cost_quote": 465.6642884765,
"unrealized_pnl_exit_net": -103.9780617478
},
{
"timestamp": "2024-06-20T23:59:00+00:00",
"base_asset_bal": 83166,
"quote_asset_bal": 9545.9638078295,
"total_value_mid": 9945.9922678295,
"total_value_exit_net": 9945.6922464845,
"total_value": 9945.9922678295,
"base_cost_quote": 505.7055809395,
"unrealized_pnl_exit_net": -105.9771422845
},
{
"timestamp": "2024-06-21T23:59:00+00:00",
"base_asset_bal": 96952,
"quote_asset_bal": 9481.5081410487,
"total_value_mid": 9931.8501810487,
"total_value_exit_net": 9931.5124245187,
"total_value": 9931.8501810487,
"base_cost_quote": 570.7742418615,
"unrealized_pnl_exit_net": -120.7699583915
},
{
"timestamp": "2024-06-22T23:59:00+00:00",
"base_asset_bal": 59978,
"quote_asset_bal": 9673.5517817277,
"total_value_mid": 9966.8442017277,
"total_value_exit_net": 9966.6242324127,
"total_value": 9966.8442017277,
"base_cost_quote": 380.5392685585,
"unrealized_pnl_exit_net": -87.4668178735
},
{
"timestamp": "2024-06-23T23:59:00+00:00",
"base_asset_bal": 50350,
"quote_asset_bal": 9725.3203402689,
"total_value_mid": 9973.8982902689,
"total_value_exit_net": 9973.7118568064,
"total_value": 9973.8982902689,
"base_cost_quote": 330.4862139012,
"unrealized_pnl_exit_net": -82.0946973637
},
{
"timestamp": "2024-06-24T23:59:00+00:00",
"base_asset_bal": 52543,
"quote_asset_bal": 9716.7847742549,
"total_value_mid": 9969.9894912549,
"total_value_exit_net": 9969.7995877172,
"total_value": 9969.9894912549,
"base_cost_quote": 340.4882097762,
"unrealized_pnl_exit_net": -87.473396314
},
{
"timestamp": "2024-06-25T23:59:00+00:00",
"base_asset_bal": 45330,
"quote_asset_bal": 9752.6560219089,
"total_value_mid": 9978.0367819089,
"total_value_exit_net": 9977.8677463389,
"total_value": 9978.0367819089,
"base_cost_quote": 305.446461161,
"unrealized_pnl_exit_net": -80.234736731
},
{
"timestamp": "2024-06-26T23:59:00+00:00",
"base_asset_bal": 53638,
"quote_asset_bal": 9713.3551630214,
"total_value_mid": 9971.9439610214,
"total_value_exit_net": 9971.7500194229,
"total_value": 9971.9439610214,
"base_cost_quote": 345.5114103532,
"unrealized_pnl_exit_net": -87.1165539518
},
{
"timestamp": "2024-06-27T23:59:00+00:00",
"base_asset_bal": 46389,
"quote_asset_bal": 9749.1059985434,
"total_value_mid": 9977.3862675434,
"total_value_exit_net": 9977.2150573416,
"total_value": 9977.3862675434,
"base_cost_quote": 310.4576637462,
"unrealized_pnl_exit_net": -82.348604948
},
{
"timestamp": "2024-06-28T23:59:00+00:00",
"base_asset_bal": 69018,
"quote_asset_bal": 9639.6040867864,
"total_value_mid": 9968.8199467864,
"total_value_exit_net": 9968.5730348914,
"total_value": 9968.8199467864,
"base_cost_quote": 420.567925552,
"unrealized_pnl_exit_net": -91.598977447
},
{
"timestamp": "2024-06-29T23:59:00+00:00",
"base_asset_bal": 48524,
"quote_asset_bal": 9740.8144795306,
"total_value_mid": 9982.0272835306,
"total_value_exit_net": 9981.8463739276,
"total_value": 9982.0272835306,
"base_cost_quote": 320.4756305905,
"unrealized_pnl_exit_net": -79.4437361935
},
{
"timestamp": "2024-06-30T23:59:00+00:00",
"base_asset_bal": 49543,
"quote_asset_bal": 9736.4565711494,
"total_value_mid": 9980.4558461494,
"total_value_exit_net": 9980.2728466931,
"total_value": 9980.4558461494,
"base_cost_quote": 325.47740511,
"unrealized_pnl_exit_net": -81.6611295663
},
{
"timestamp": "2024-07-01T23:59:00+00:00",
"base_asset_bal": 58809,
"quote_asset_bal": 9691.8486692666,
"total_value_mid": 9976.4842292666,
"total_value_exit_net": 9976.2707525966,
"total_value": 9976.4842292666,
"base_cost_quote": 370.5323179702,
"unrealized_pnl_exit_net": -86.1102346403
},
{
"timestamp": "2024-07-02T23:59:00+00:00",
"base_asset_bal": 52643,
"quote_asset_bal": 9722.2953622491,
"total_value_mid": 9979.9828472491,
"total_value_exit_net": 9979.7895816354,
"total_value": 9979.9828472491,
"base_cost_quote": 340.4924949877,
"unrealized_pnl_exit_net": -82.9982756015
},
{
"timestamp": "2024-07-03T23:59:00+00:00",
"base_asset_bal": 64380,
"quote_asset_bal": 9667.8109855864,
"total_value_mid": 9964.9890655864,
"total_value_exit_net": 9964.7661820264,
"total_value": 9964.9890655864,
"base_cost_quote": 395.5600777225,
"unrealized_pnl_exit_net": -98.6048812825
},
{
"timestamp": "2024-07-04T23:59:00+00:00",
"base_asset_bal": 72202,
"quote_asset_bal": 9633.7984593212,
"total_value_mid": 9948.3825733212,
"total_value_exit_net": 9948.1466352357,
"total_value": 9948.3825733212,
"base_cost_quote": 430.6092779222,
"unrealized_pnl_exit_net": -116.2611020078
},
{
"timestamp": "2024-07-05T23:59:00+00:00",
"base_asset_bal": 102194,
"quote_asset_bal": 9515.0645877517,
"total_value_mid": 9926.1910497517,
"total_value_exit_net": 9925.8827049052,
"total_value": 9926.1910497517,
"base_cost_quote": 550.751586124,
"unrealized_pnl_exit_net": -139.9334689705
},
{
"timestamp": "2024-07-06T23:59:00+00:00",
"base_asset_bal": 86436,
"quote_asset_bal": 9580.8003895504,
"total_value_mid": 9954.2903455504,
"total_value_exit_net": 9954.0102280834,
"total_value": 9954.2903455504,
"base_cost_quote": 485.673954479,
"unrealized_pnl_exit_net": -112.464115946
},
{
"timestamp": "2024-07-07T23:59:00+00:00",
"base_asset_bal": 74581,
"quote_asset_bal": 9646.9431303175,
"total_value_mid": 9963.2411513175,
"total_value_exit_net": 9963.0039278017,
"total_value": 9963.2411513175,
"base_cost_quote": 420.5799725805,
"unrealized_pnl_exit_net": -104.5191750963
},
{
"timestamp": "2024-07-08T23:59:00+00:00",
"base_asset_bal": 49920,
"quote_asset_bal": 9753.9535527558,
"total_value_mid": 9968.7593127558,
"total_value_exit_net": 9968.5982084358,
"total_value": 9968.7593127558,
"base_cost_quote": 315.4558495762,
"unrealized_pnl_exit_net": -100.8111938962
},
{
"timestamp": "2024-07-09T23:59:00+00:00",
"base_asset_bal": 55548,
"quote_asset_bal": 9729.9068711575,
"total_value_mid": 9971.5406711575,
"total_value_exit_net": 9971.3594458075,
"total_value": 9971.5406711575,
"base_cost_quote": 340.4858750265,
"unrealized_pnl_exit_net": -99.0333003765
},
{
"timestamp": "2024-07-10T23:59:00+00:00",
"base_asset_bal": 49853,
"quote_asset_bal": 9755.6462941916,
"total_value_mid": 9972.9555211916,
"total_value_exit_net": 9972.7925392713,
"total_value": 9972.9555211916,
"base_cost_quote": 315.4600687382,
"unrealized_pnl_exit_net": -98.3138236585
},
{
"timestamp": "2024-07-11T23:59:00+00:00",
"base_asset_bal": 73076,
"quote_asset_bal": 9655.8903669808,
"total_value_mid": 9964.3441629808,
"total_value_exit_net": 9964.1128226338,
"total_value": 9964.3441629808,
"base_cost_quote": 415.5722305887,
"unrealized_pnl_exit_net": -107.3497749358
},
{
"timestamp": "2024-07-12T23:59:00+00:00",
"base_asset_bal": 75441,
"quote_asset_bal": 9646.2654885521,
"total_value_mid": 9966.7388565521,
"total_value_exit_net": 9966.4985015261,
"total_value": 9966.7388565521,
"base_cost_quote": 425.5929204737,
"unrealized_pnl_exit_net": -105.3599074997
},
{
"timestamp": "2024-07-13T23:59:00+00:00",
"base_asset_bal": 64868,
"quote_asset_bal": 9691.5983736781,
"total_value_mid": 9970.5307736781,
"total_value_exit_net": 9970.3215743781,
"total_value": 9970.5307736781,
"base_cost_quote": 380.5380476435,
"unrealized_pnl_exit_net": -101.8148469435
},
{
"timestamp": "2024-07-14T23:59:00+00:00",
"base_asset_bal": 53327,
"quote_asset_bal": 9742.1111646816,
"total_value_mid": 9975.7367516816,
"total_value_exit_net": 9975.5615324914,
"total_value": 9975.7367516816,
"base_cost_quote": 330.4851270867,
"unrealized_pnl_exit_net": -97.034759277
},
{
"timestamp": "2024-07-15T23:59:00+00:00",
"base_asset_bal": 57341,
"quote_asset_bal": 9722.9662806249,
"total_value_mid": 9990.1753406249,
"total_value_exit_net": 9989.9749338299,
"total_value": 9990.1753406249,
"base_cost_quote": 350.508120077,
"unrealized_pnl_exit_net": -83.499466872
},
{
"timestamp": "2024-07-16T23:59:00+00:00",
"base_asset_bal": 57261,
"quote_asset_bal": 9724.1977895101,
"total_value_mid": 9996.1302785101,
"total_value_exit_net": 9995.9263291434,
"total_value": 9996.1302785101,
"base_cost_quote": 350.5095521502,
"unrealized_pnl_exit_net": -78.781012517
},
{
"timestamp": "2024-07-17T23:59:00+00:00",
"base_asset_bal": 64825,
"quote_asset_bal": 9689.9572352136,
"total_value_mid": 9989.1894352136,
"total_value_exit_net": 9988.9650110636,
"total_value": 9989.1894352136,
"base_cost_quote": 385.5501408963,
"unrealized_pnl_exit_net": -86.5423650462
},
{
"timestamp": "2024-07-18T23:59:00+00:00",
"base_asset_bal": 78949,
"quote_asset_bal": 9625.4115486614,
"total_value_mid": 9981.7873346614,
"total_value_exit_net": 9981.5200528219,
"total_value": 9981.7873346614,
"base_cost_quote": 450.6246451975,
"unrealized_pnl_exit_net": -94.516141037
},
{
"timestamp": "2024-07-19T23:59:00+00:00",
"base_asset_bal": 64612,
"quote_asset_bal": 9691.1679746429,
"total_value_mid": 9988.3185626429,
"total_value_exit_net": 9988.0956997019,
"total_value": 9988.3185626429,
"base_cost_quote": 385.5349034767,
"unrealized_pnl_exit_net": -88.6071784178
},
{
"timestamp": "2024-07-20T23:59:00+00:00",
"base_asset_bal": 66790,
"quote_asset_bal": 9681.4969966056,
"total_value_mid": 9988.0630966056,
"total_value_exit_net": 9987.8331720306,
"total_value": 9988.0630966056,
"base_cost_quote": 395.5524480045,
"unrealized_pnl_exit_net": -89.2162725795
},
{
"timestamp": "2024-07-21T23:59:00+00:00",
"base_asset_bal": 63534,
"quote_asset_bal": 9697.4015872292,
"total_value_mid": 9992.0087452291,
"total_value_exit_net": 9991.7877898606,
"total_value": 9992.0087452291,
"base_cost_quote": 380.5351294565,
"unrealized_pnl_exit_net": -86.148926825
},
{
"timestamp": "2024-07-22T23:59:00+00:00",
"base_asset_bal": 77900,
"quote_asset_bal": 9632.7019045614,
"total_value_mid": 9979.7464045614,
"total_value_exit_net": 9979.4861211864,
"total_value": 9979.7464045614,
"base_cost_quote": 445.6161246222,
"unrealized_pnl_exit_net": -98.8319079973
},
{
"timestamp": "2024-07-23T23:59:00+00:00",
"base_asset_bal": 92612,
"quote_asset_bal": 9568.2356977537,
"total_value_mid": 9972.0240177537,
"total_value_exit_net": 9971.7211765137,
"total_value": 9972.0240177537,
"base_cost_quote": 510.6923792352,
"unrealized_pnl_exit_net": -107.2069004752
},
{
"timestamp": "2024-07-24T23:59:00+00:00",
"base_asset_bal": 117325,
"quote_asset_bal": 9463.3872134287,
"total_value_mid": 9951.2245634287,
"total_value_exit_net": 9950.8586854162,
"total_value": 9951.2245634287,
"base_cost_quote": 615.831211263,
"unrealized_pnl_exit_net": -128.3597392755
},
{
"timestamp": "2024-07-25T23:59:00+00:00",
"base_asset_bal": 118614,
"quote_asset_bal": 9459.2845419454,
"total_value_mid": 9953.0746239454,
"total_value_exit_net": 9952.7042813839,
"total_value": 9953.0746239454,
"base_cost_quote": 620.8335992422,
"unrealized_pnl_exit_net": -127.4138598038
},
{
"timestamp": "2024-07-26T23:59:00+00:00",
"base_asset_bal": 99780,
"quote_asset_bal": 9540.0789279857,
"total_value_mid": 9971.0287479857,
"total_value_exit_net": 9970.7055356207,
"total_value": 9971.0287479857,
"base_cost_quote": 540.7285514818,
"unrealized_pnl_exit_net": -110.1019438468
},
{
"timestamp": "2024-07-27T23:59:00+00:00",
"base_asset_bal": 98710,
"quote_asset_bal": 9545.6867000237,
"total_value_mid": 9972.7061600237,
"total_value_exit_net": 9972.3858954287,
"total_value": 9972.7061600237,
"base_cost_quote": 535.725160751,
"unrealized_pnl_exit_net": -109.025965346
},
{
"timestamp": "2024-07-28T23:59:00+00:00",
"base_asset_bal": 55540,
"quote_asset_bal": 9742.1698145343,
"total_value_mid": 9997.5427345342,
"total_value_exit_net": 9997.3512048442,
"total_value": 9997.5427345342,
"base_cost_quote": 340.4930494032,
"unrealized_pnl_exit_net": -85.3116590933
},
{
"timestamp": "2024-07-29T23:59:00+00:00",
"base_asset_bal": 76762,
"quote_asset_bal": 9648.625376838,
"total_value_mid": 9984.842936838,
"total_value_exit_net": 9984.590773668,
"total_value": 9984.842936838,
"base_cost_quote": 435.5992976322,
"unrealized_pnl_exit_net": -99.6339008022
},
{
"timestamp": "2024-07-30T23:59:00+00:00",
"base_asset_bal": 102364,
"quote_asset_bal": 9539.0117629858,
"total_value_mid": 9968.3263789858,
"total_value_exit_net": 9968.0043930238,
"total_value": 9968.3263789858,
"base_cost_quote": 545.7135644395,
"unrealized_pnl_exit_net": -116.7209344015
},
{
"timestamp": "2024-07-31T23:59:00+00:00",
"base_asset_bal": 104882,
"quote_asset_bal": 9529.6229817808,
"total_value_mid": 9962.6807597808,
"total_value_exit_net": 9962.3559664473,
"total_value": 9962.6807597808,
"base_cost_quote": 555.7291464965,
"unrealized_pnl_exit_net": -122.99616183
},
{
"timestamp": "2024-08-01T23:59:00+00:00",
"base_asset_bal": 113615,
"quote_asset_bal": 9495.3887733858,
"total_value_mid": 9954.8478333858,
"total_value_exit_net": 9954.5032390908,
"total_value": 9954.8478333858,
"base_cost_quote": 590.7700524803,
"unrealized_pnl_exit_net": -131.6555867753
},
{
"timestamp": "2024-08-02T23:59:00+00:00",
"base_asset_bal": 163149,
"quote_asset_bal": 9306.1457490891,
"total_value_mid": 9902.129046089,
"total_value_exit_net": 9901.6820586163,
"total_value": 9902.129046089,
"base_cost_quote": 780.9844373535,
"unrealized_pnl_exit_net": -185.4481278263
},
{
"timestamp": "2024-08-03T23:59:00+00:00",
"base_asset_bal": 173076,
"quote_asset_bal": 9272.0388986953,
"total_value_mid": 9884.7279386953,
"total_value_exit_net": 9884.2684219153,
"total_value": 9884.7279386953,
"base_cost_quote": 816.0154028875,
"unrealized_pnl_exit_net": -203.7858796675
},
{
"timestamp": "2024-08-04T23:59:00+00:00",
"base_asset_bal": 124972,
"quote_asset_bal": 9458.6138558484,
"total_value_mid": 9897.3905478483,
"total_value_exit_net": 9897.0614653293,
"total_value": 9897.3905478483,
"base_cost_quote": 630.8088170487,
"unrealized_pnl_exit_net": -192.3612075678
},
{
"timestamp": "2024-08-05T23:59:00+00:00",
"base_asset_bal": 130445,
"quote_asset_bal": 9447.3559115173,
"total_value_mid": 9872.0848315173,
"total_value_exit_net": 9871.7662848273,
"total_value": 9872.0848315173,
"base_cost_quote": 645.8348040932,
"unrealized_pnl_exit_net": -221.4244307832
},
{
"timestamp": "2024-08-06T23:59:00+00:00",
"base_asset_bal": 122456,
"quote_asset_bal": 9473.9403071018,
"total_value_mid": 9893.8419311018,
"total_value_exit_net": 9893.5270048838,
"total_value": 9893.8419311018,
"base_cost_quote": 620.7949182532,
"unrealized_pnl_exit_net": -201.2082204713
},
{
"timestamp": "2024-08-07T23:59:00+00:00",
"base_asset_bal": 153623,
"quote_asset_bal": 9366.1855220521,
"total_value_mid": 9880.3617030521,
"total_value_exit_net": 9879.9760709164,
"total_value": 9880.3617030521,
"base_cost_quote": 730.918029689,
"unrealized_pnl_exit_net": -217.1274808247
},
{
"timestamp": "2024-08-08T23:59:00+00:00",
"base_asset_bal": 126426,
"quote_asset_bal": 9463.0074897427,
"total_value_mid": 9928.6344477427,
"total_value_exit_net": 9928.2852275242,
"total_value": 9928.6344477427,
"base_cost_quote": 635.8222503058,
"unrealized_pnl_exit_net": -170.5445125243
},
{
"timestamp": "2024-08-09T23:59:00+00:00",
"base_asset_bal": 127871,
"quote_asset_bal": 9459.0592433825,
"total_value_mid": 9925.1490383825,
"total_value_exit_net": 9924.7994710362,
"total_value": 9925.1490383825,
"base_cost_quote": 640.8203420653,
"unrealized_pnl_exit_net": -175.0801144115
},
{
"timestamp": "2024-08-10T23:59:00+00:00",
"base_asset_bal": 133381,
"quote_asset_bal": 9439.4277381295,
"total_value_mid": 9918.2655281295,
"total_value_exit_net": 9917.906399787,
"total_value": 9918.2655281295,
"base_cost_quote": 660.8374066125,
"unrealized_pnl_exit_net": -182.358744955
},
{
"timestamp": "2024-08-11T23:59:00+00:00",
"base_asset_bal": 166111,
"quote_asset_bal": 9324.92063327,
"total_value_mid": 9888.53525627,
"total_value_exit_net": 9888.1125453027,
"total_value": 9888.53525627,
"base_cost_quote": 775.979564512,
"unrealized_pnl_exit_net": -212.7876524793
},
{
"timestamp": "2024-08-12T23:59:00+00:00",
"base_asset_bal": 144422,
"quote_asset_bal": 9401.0106657383,
"total_value_mid": 9911.9757017382,
"total_value_exit_net": 9911.5924779612,
"total_value": 9911.9757017382,
"base_cost_quote": 700.8864368745,
"unrealized_pnl_exit_net": -190.3046246515
},
{
"timestamp": "2024-08-13T23:59:00+00:00",
"base_asset_bal": 143111,
"quote_asset_bal": 9407.2826009353,
"total_value_mid": 9924.4857549353,
"total_value_exit_net": 9924.0978525698,
"total_value": 9924.4857549353,
"base_cost_quote": 695.8831442173,
"unrealized_pnl_exit_net": -179.0678925828
},
{
"timestamp": "2024-08-14T23:59:00+00:00",
"base_asset_bal": 141835,
"quote_asset_bal": 9413.0960436923,
"total_value_mid": 9912.3552436923,
"total_value_exit_net": 9911.9807992923,
"total_value": 9912.3552436923,
"base_cost_quote": 690.8785445805,
"unrealized_pnl_exit_net": -191.9937889805
},
{
"timestamp": "2024-08-15T23:59:00+00:00",
"base_asset_bal": 126588,
"quote_asset_bal": 9469.3650538403,
"total_value_mid": 9913.4357578403,
"total_value_exit_net": 9913.1027048123,
"total_value": 9913.4357578403,
"base_cost_quote": 635.8094697275,
"unrealized_pnl_exit_net": -192.0718187555
},
{
"timestamp": "2024-08-16T23:59:00+00:00",
"base_asset_bal": 77380,
"quote_asset_bal": 9677.6558742759,
"total_value_mid": 9975.2593542759,
"total_value_exit_net": 9975.0361516659,
"total_value": 9975.2593542759,
"base_cost_quote": 430.5949031492,
"unrealized_pnl_exit_net": -133.2146257592
},
{
"timestamp": "2024-08-17T23:59:00+00:00",
"base_asset_bal": 79557,
"quote_asset_bal": 9670.6266165014,
"total_value_mid": 9988.0590465014,
"total_value_exit_net": 9987.8209721789,
"total_value": 9988.0590465014,
"base_cost_quote": 440.6036120552,
"unrealized_pnl_exit_net": -123.4092563778
},
{
"timestamp": "2024-08-18T23:59:00+00:00",
"base_asset_bal": 93721,
"quote_asset_bal": 9617.0835480534,
"total_value_mid": 9974.2542790534,
"total_value_exit_net": 9973.9864010052,
"total_value": 9974.2542790534,
"base_cost_quote": 495.6604217162,
"unrealized_pnl_exit_net": -138.7575687645
},
{
"timestamp": "2024-08-19T23:59:00+00:00",
"base_asset_bal": 92577,
"quote_asset_bal": 9623.7231263549,
"total_value_mid": 9973.9419173549,
"total_value_exit_net": 9973.6792532616,
"total_value": 9973.9419173549,
"base_cost_quote": 490.6585891533,
"unrealized_pnl_exit_net": -140.7024622465
},
{
"timestamp": "2024-08-20T23:59:00+00:00",
"base_asset_bal": 100315,
"quote_asset_bal": 9594.6288056726,
"total_value_mid": 9973.3179306726,
"total_value_exit_net": 9973.0339138289,
"total_value": 9973.3179306726,
"base_cost_quote": 520.697478436,
"unrealized_pnl_exit_net": -142.2923702797
},
{
"timestamp": "2024-08-21T23:59:00+00:00",
"base_asset_bal": 88579,
"quote_asset_bal": 9640.6208789391,
"total_value_mid": 9982.0043449391,
"total_value_exit_net": 9981.7483073396,
"total_value": 9982.0043449391,
"base_cost_quote": 475.6389598735,
"unrealized_pnl_exit_net": -134.511531473
},
{
"timestamp": "2024-08-22T23:59:00+00:00",
"base_asset_bal": 92546,
"quote_asset_bal": 9626.1851580211,
"total_value_mid": 9980.0810620211,
"total_value_exit_net": 9979.8156400931,
"total_value": 9980.0810620211,
"base_cost_quote": 490.6544770715,
"unrealized_pnl_exit_net": -137.0239949995
},
{
"timestamp": "2024-08-23T23:59:00+00:00",
"base_asset_bal": 84645,
"quote_asset_bal": 9656.9275485086,
"total_value_mid": 9996.4386435086,
"total_value_exit_net": 9996.1840101874,
"total_value": 9996.4386435086,
"base_cost_quote": 460.6248317165,
"unrealized_pnl_exit_net": -121.3683700378
},
{
"timestamp": "2024-08-24T23:59:00+00:00",
"base_asset_bal": 81816,
"quote_asset_bal": 9667.9531589092,
"total_value_mid": 10014.4439189092,
"total_value_exit_net": 10014.1840508392,
"total_value": 10014.4439189092,
"base_cost_quote": 450.6169524322,
"unrealized_pnl_exit_net": -104.3860605022
},
{
"timestamp": "2024-08-25T23:59:00+00:00",
"base_asset_bal": 71568,
"quote_asset_bal": 9715.2603046932,
"total_value_mid": 10027.5114886932,
"total_value_exit_net": 10027.2773003052,
"total_value": 10027.5114886932,
"base_cost_quote": 405.5618924617,
"unrealized_pnl_exit_net": -93.5448968498
},
{
"timestamp": "2024-08-26T23:59:00+00:00",
"base_asset_bal": 93352,
"quote_asset_bal": 9626.3951920617,
"total_value_mid": 10009.2317440617,
"total_value_exit_net": 10008.9446166477,
"total_value": 10009.2317440617,
"base_cost_quote": 495.6696166072,
"unrealized_pnl_exit_net": -113.1201920213
},
{
"timestamp": "2024-08-27T23:59:00+00:00",
"base_asset_bal": 97359,
"quote_asset_bal": 9612.2416516797,
"total_value_mid": 9995.4466756797,
"total_value_exit_net": 9995.1592719117,
"total_value": 9995.4466756797,
"base_cost_quote": 510.677717247,
"unrealized_pnl_exit_net": -127.760097015
},
{
"timestamp": "2024-08-28T23:59:00+00:00",
"base_asset_bal": 117685,
"quote_asset_bal": 9533.1756138917,
"total_value_mid": 9985.0860138917,
"total_value_exit_net": 9984.7470810917,
"total_value": 9985.0860138917,
"base_cost_quote": 590.7713814762,
"unrealized_pnl_exit_net": -139.1999142762
},
{
"timestamp": "2024-08-29T23:59:00+00:00",
"base_asset_bal": 102602,
"quote_asset_bal": 9594.201842068,
"total_value_mid": 9992.297602068,
"total_value_exit_net": 9991.999030248,
"total_value": 9992.297602068,
"base_cost_quote": 530.7102473848,
"unrealized_pnl_exit_net": -132.9130592048
},
{
"timestamp": "2024-08-30T23:59:00+00:00",
"base_asset_bal": 95321,
"quote_asset_bal": 9625.3812674077,
"total_value_mid": 9998.5629824077,
"total_value_exit_net": 9998.2830961215,
"total_value": 9998.5629824077,
"base_cost_quote": 500.6694256537,
"unrealized_pnl_exit_net": -127.76759694
},
{
"timestamp": "2024-08-31T23:59:00+00:00",
"base_asset_bal": 99351,
"quote_asset_bal": 9611.3059576455,
"total_value_mid": 9996.3904336455,
"total_value_exit_net": 9996.1016202885,
"total_value": 9996.3904336455,
"base_cost_quote": 515.6886636402,
"unrealized_pnl_exit_net": -130.8930009972
},
{
"timestamp": "2024-09-01T23:59:00+00:00",
"base_asset_bal": 98568,
"quote_asset_bal": 9617.117135698,
"total_value_mid": 9988.6199276979,
"total_value_exit_net": 9988.341300604,
"total_value": 9988.6199276979,
"base_cost_quote": 510.6866889708,
"unrealized_pnl_exit_net": -139.4625240648
},
{
"timestamp": "2024-09-02T23:59:00+00:00",
"base_asset_bal": 80208,
"quote_asset_bal": 9688.3342851017,
"total_value_mid": 10000.0225731017,
"total_value_exit_net": 9999.7888068857,
"total_value": 10000.0225731017,
"base_cost_quote": 440.6004366755,
"unrealized_pnl_exit_net": -129.1459148915
},
{
"timestamp": "2024-09-03T23:59:00+00:00",
"base_asset_bal": 116719,
"quote_asset_bal": 9548.5134180225,
"total_value_mid": 9978.9730900224,
"total_value_exit_net": 9978.6502452684,
"total_value": 9978.9730900224,
"base_cost_quote": 580.7595542333,
"unrealized_pnl_exit_net": -150.6227269873
},
{
"timestamp": "2024-09-04T23:59:00+00:00",
"base_asset_bal": 115383,
"quote_asset_bal": 9554.26185382,
"total_value_mid": 9990.17882782,
"total_value_exit_net": 9989.8518900895,
"total_value": 9990.17882782,
"base_cost_quote": 575.7528730365,
"unrealized_pnl_exit_net": -140.162836767
},
{
"timestamp": "2024-09-05T23:59:00+00:00",
"base_asset_bal": 106167,
"quote_asset_bal": 9589.9664417962,
"total_value_mid": 9984.8015147962,
"total_value_exit_net": 9984.5053884915,
"total_value": 9984.8015147962,
"base_cost_quote": 540.7173931192,
"unrealized_pnl_exit_net": -146.178446424
},
{
"timestamp": "2024-09-06T23:59:00+00:00",
"base_asset_bal": 111101,
"quote_asset_bal": 9575.9966205825,
"total_value_mid": 9971.4050795825,
"total_value_exit_net": 9971.1085232383,
"total_value": 9971.4050795825,
"base_cost_quote": 555.730477494,
"unrealized_pnl_exit_net": -160.6185748382
},
{
"timestamp": "2024-09-07T23:59:00+00:00",
"base_asset_bal": 111029,
"quote_asset_bal": 9576.570872087,
"total_value_mid": 9978.051736087,
"total_value_exit_net": 9977.750625439,
"total_value": 9978.051736087,
"base_cost_quote": 555.7311399905,
"unrealized_pnl_exit_net": -154.5513866385
},
{
"timestamp": "2024-09-08T23:59:00+00:00",
"base_asset_bal": 90573,
"quote_asset_bal": 9652.166483729,
"total_value_mid": 9982.214495729,
"total_value_exit_net": 9981.96695972,
"total_value": 9982.214495729,
"base_cost_quote": 480.6451677155,
"unrealized_pnl_exit_net": -150.8446917245
},
{
"timestamp": "2024-09-09T23:59:00+00:00",
"base_asset_bal": 83717,
"quote_asset_bal": 9677.7797773218,
"total_value_mid": 9994.2300373218,
"total_value_exit_net": 9993.9926996268,
"total_value": 9994.2300373218,
"base_cost_quote": 455.6213989542,
"unrealized_pnl_exit_net": -139.4084766493
},
{
"timestamp": "2024-09-10T23:59:00+00:00",
"base_asset_bal": 90362,
"quote_asset_bal": 9653.1744969941,
"total_value_mid": 9992.4838069941,
"total_value_exit_net": 9992.2293250116,
"total_value": 9992.4838069941,
"base_cost_quote": 480.646422656,
"unrealized_pnl_exit_net": -141.5915946385
},
{
"timestamp": "2024-09-11T23:59:00+00:00",
"base_asset_bal": 94434,
"quote_asset_bal": 9638.6604138961,
"total_value_mid": 9989.7660258961,
"total_value_exit_net": 9989.5026966871,
"total_value": 9989.7660258961,
"base_cost_quote": 495.6625903415,
"unrealized_pnl_exit_net": -144.8203075505
},
{
"timestamp": "2024-09-12T23:59:00+00:00",
"base_asset_bal": 89093,
"quote_asset_bal": 9659.1501105173,
"total_value_mid": 9994.2288835173,
"total_value_exit_net": 9993.9775744376,
"total_value": 9994.2288835173,
"base_cost_quote": 475.6414167147,
"unrealized_pnl_exit_net": -140.8139527945
},
{
"timestamp": "2024-09-13T23:59:00+00:00",
"base_asset_bal": 81113,
"quote_asset_bal": 9689.6056912468,
"total_value_mid": 10001.9718542468,
"total_value_exit_net": 10001.7375796246,
"total_value": 10001.9718542468,
"base_cost_quote": 445.6048321592,
"unrealized_pnl_exit_net": -133.4729437815
},
{
"timestamp": "2024-09-14T23:59:00+00:00",
"base_asset_bal": 90308,
"quote_asset_bal": 9654.8297588956,
"total_value_mid": 9998.1807748956,
"total_value_exit_net": 9997.9232616336,
"total_value": 9998.1807748956,
"base_cost_quote": 480.644437168,
"unrealized_pnl_exit_net": -137.55093443
},
{
"timestamp": "2024-09-15T23:59:00+00:00",
"base_asset_bal": 106370,
"quote_asset_bal": 9595.1472672338,
"total_value_mid": 9989.5672272338,
"total_value_exit_net": 9989.2714122638,
"total_value": 9989.5672272338,
"base_cost_quote": 540.7123733573,
"unrealized_pnl_exit_net": -146.5882283273
},
{
"timestamp": "2024-09-16T23:59:00+00:00",
"base_asset_bal": 113240,
"quote_asset_bal": 9570.5178150263,
"total_value_mid": 9982.4849350263,
"total_value_exit_net": 9982.1759596863,
"total_value": 9982.4849350263,
"base_cost_quote": 565.7446014583,
"unrealized_pnl_exit_net": -154.0864567983
},
{
"timestamp": "2024-09-17T23:59:00+00:00",
"base_asset_bal": 111866,
"quote_asset_bal": 9575.8560619618,
"total_value_mid": 9987.7466739618,
"total_value_exit_net": 9987.4377560028,
"total_value": 9987.7466739618,
"base_cost_quote": 560.7340223403,
"unrealized_pnl_exit_net": -149.1523282993
},
{
"timestamp": "2024-09-18T23:59:00+00:00",
"base_asset_bal": 103733,
"quote_asset_bal": 9606.4632779329,
"total_value_mid": 9995.1508289328,
"total_value_exit_net": 9994.8593132696,
"total_value": 9995.1508289328,
"base_cost_quote": 530.7072381295,
"unrealized_pnl_exit_net": -142.3112027928
},
{
"timestamp": "2024-09-19T23:59:00+00:00",
"base_asset_bal": 90243,
"quote_asset_bal": 9657.3178323194,
"total_value_mid": 10003.4899803194,
"total_value_exit_net": 10003.2303512084,
"total_value": 10003.4899803194,
"base_cost_quote": 480.6471131735,
"unrealized_pnl_exit_net": -134.7345942845
},
{
"timestamp": "2024-09-20T23:59:00+00:00",
"base_asset_bal": 82334,
"quote_asset_bal": 9688.3181894416,
"total_value_mid": 10017.5718554416,
"total_value_exit_net": 10017.3249151921,
"total_value": 10017.5718554416,
"base_cost_quote": 450.613614931,
"unrealized_pnl_exit_net": -121.6068891805
},
{
"timestamp": "2024-09-21T23:59:00+00:00",
"base_asset_bal": 86075,
"quote_asset_bal": 9673.9782348653,
"total_value_mid": 10017.3314098653,
"total_value_exit_net": 10017.0738949841,
"total_value": 10017.3314098653,
"base_cost_quote": 465.6319392327,
"unrealized_pnl_exit_net": -122.536279114
},
{
"timestamp": "2024-09-22T23:59:00+00:00",
"base_asset_bal": 68185,
"quote_asset_bal": 9750.8907888561,
"total_value_mid": 10035.4949788561,
"total_value_exit_net": 10035.2815257136,
"total_value": 10035.4949788561,
"base_cost_quote": 390.5483067112,
"unrealized_pnl_exit_net": -106.1575698538
},
{
"timestamp": "2024-09-23T23:59:00+00:00",
"base_asset_bal": 75406,
"quote_asset_bal": 9721.8912116196,
"total_value_mid": 10034.4490816196,
"total_value_exit_net": 10034.2146632171,
"total_value": 10034.4490816196,
"base_cost_quote": 420.582584538,
"unrealized_pnl_exit_net": -108.2591329405
},
{
"timestamp": "2024-09-24T23:59:00+00:00",
"base_asset_bal": 68160,
"quote_asset_bal": 9752.5302646382,
"total_value_mid": 10037.0301046381,
"total_value_exit_net": 10036.8167297581,
"total_value": 10037.0301046381,
"base_cost_quote": 390.5472569245,
"unrealized_pnl_exit_net": -106.2607918045
},
{
"timestamp": "2024-09-25T23:59:00+00:00",
"base_asset_bal": 80266,
"quote_asset_bal": 9702.9117991264,
"total_value_mid": 10031.7616011264,
"total_value_exit_net": 10031.5149637749,
"total_value": 10031.7616011264,
"base_cost_quote": 440.5995890402,
"unrealized_pnl_exit_net": -111.9964243918
},
{
"timestamp": "2024-09-26T23:59:00+00:00",
"base_asset_bal": 63384,
"quote_asset_bal": 9773.6219920792,
"total_value_mid": 10041.1658560792,
"total_value_exit_net": 10040.9651981812,
"total_value": 10041.1658560792,
"base_cost_quote": 370.52776756,
"unrealized_pnl_exit_net": -103.184561458
},
{
"timestamp": "2024-09-27T23:59:00+00:00",
"base_asset_bal": 64393,
"quote_asset_bal": 9769.2217285389,
"total_value_mid": 10048.6229555389,
"total_value_exit_net": 10048.4134046187,
"total_value": 10048.6229555389,
"base_cost_quote": 375.5318988457,
"unrealized_pnl_exit_net": -96.340222766
},
{
"timestamp": "2024-09-28T23:59:00+00:00",
"base_asset_bal": 60875,
"quote_asset_bal": 9784.7724584707,
"total_value_mid": 10055.7270834707,
"total_value_exit_net": 10055.5238675019,
"total_value": 10055.7270834707,
"base_cost_quote": 360.51150099,
"unrealized_pnl_exit_net": -89.7600919587
},
{
"timestamp": "2024-09-29T23:59:00+00:00",
"base_asset_bal": 70148,
"quote_asset_bal": 9745.2748209994,
"total_value_mid": 10049.4365489994,
"total_value_exit_net": 10049.2084277034,
"total_value": 10049.4365489994,
"base_cost_quote": 400.5645412572,
"unrealized_pnl_exit_net": -96.6309345533
},
{
"timestamp": "2024-09-30T23:59:00+00:00",
"base_asset_bal": 96309,
"quote_asset_bal": 9635.6676346475,
"total_value_mid": 10033.8090406474,
"total_value_exit_net": 10033.510434593,
"total_value": 10033.8090406474,
"base_cost_quote": 510.6937762822,
"unrealized_pnl_exit_net": -112.8509763368
},
{
"timestamp": "2024-10-01T23:59:00+00:00",
"base_asset_bal": 124841,
"quote_asset_bal": 9526.5643489305,
"total_value_mid": 10011.1971109305,
"total_value_exit_net": 10010.833636359,
"total_value": 10011.1971109305,
"base_cost_quote": 620.8244123573,
"unrealized_pnl_exit_net": -136.5551249288
},
{
"timestamp": "2024-10-02T23:59:00+00:00",
"base_asset_bal": 136797,
"quote_asset_bal": 9482.579695827,
"total_value_mid": 9988.455001827,
"total_value_exit_net": 9988.0755953475,
"total_value": 9988.455001827,
"base_cost_quote": 665.8711240713,
"unrealized_pnl_exit_net": -160.3752245508
},
{
"timestamp": "2024-10-03T23:59:00+00:00",
"base_asset_bal": 112186,
"quote_asset_bal": 9579.0972791602,
"total_value_mid": 9998.6729191602,
"total_value_exit_net": 9998.3582374302,
"total_value": 9998.6729191602,
"base_cost_quote": 570.7641342865,
"unrealized_pnl_exit_net": -151.5031760165
},
{
"timestamp": "2024-10-04T23:59:00+00:00",
"base_asset_bal": 101450,
"quote_asset_bal": 9619.943479601,
"total_value_mid": 10007.076679601,
"total_value_exit_net": 10006.786329701,
"total_value": 10007.076679601,
"base_cost_quote": 530.7148788558,
"unrealized_pnl_exit_net": -143.8720287558
},
{
"timestamp": "2024-10-05T23:59:00+00:00",
"base_asset_bal": 108055,
"quote_asset_bal": 9595.3789050982,
"total_value_mid": 10005.9879050982,
"total_value_exit_net": 10005.6799483482,
"total_value": 10005.9879050982,
"base_cost_quote": 555.741029402,
"unrealized_pnl_exit_net": -145.439986152
},
{
"timestamp": "2024-10-06T23:59:00+00:00",
"base_asset_bal": 94992,
"quote_asset_bal": 9646.0165308527,
"total_value_mid": 10013.4455868527,
"total_value_exit_net": 10013.1700150607,
"total_value": 10013.4455868527,
"base_cost_quote": 505.6909659865,
"unrealized_pnl_exit_net": -138.5374817785
},
{
"timestamp": "2024-10-07T23:59:00+00:00",
"base_asset_bal": 103910,
"quote_asset_bal": 9611.6371496512,
"total_value_mid": 10013.7688496512,
"total_value_exit_net": 10013.4672508762,
"total_value": 10013.7688496512,
"base_cost_quote": 540.7312024685,
"unrealized_pnl_exit_net": -138.9011012435
},
{
"timestamp": "2024-10-08T23:59:00+00:00",
"base_asset_bal": 93496,
"quote_asset_bal": 9658.3162696932,
"total_value_mid": 10019.4913176932,
"total_value_exit_net": 10019.2204364072,
"total_value": 10019.4913176932,
"base_cost_quote": 495.6839713652,
"unrealized_pnl_exit_net": -134.7798046512
},
{
"timestamp": "2024-10-09T23:59:00+00:00",
"base_asset_bal": 115976,
"quote_asset_bal": 9573.8774933975,
"total_value_mid": 10005.1922373975,
"total_value_exit_net": 10004.8687513395,
"total_value": 10005.1922373975,
"base_cost_quote": 580.781223473,
"unrealized_pnl_exit_net": -149.789965531
},
{
"timestamp": "2024-10-10T23:59:00+00:00",
"base_asset_bal": 114734,
"quote_asset_bal": 9579.648147041,
"total_value_mid": 10004.737617041,
"total_value_exit_net": 10004.4187999385,
"total_value": 10004.737617041,
"base_cost_quote": 575.778422184,
"unrealized_pnl_exit_net": -151.0077692865
},
{
"timestamp": "2024-10-11T23:59:00+00:00",
"base_asset_bal": 96090,
"quote_asset_bal": 9650.3205658653,
"total_value_mid": 10016.0391058653,
"total_value_exit_net": 10015.7648169603,
"total_value": 10016.0391058653,
"base_cost_quote": 505.6846162277,
"unrealized_pnl_exit_net": -140.2403651328
},
{
"timestamp": "2024-10-12T23:59:00+00:00",
"base_asset_bal": 96053,
"quote_asset_bal": 9650.618207188,
"total_value_mid": 10018.885409188,
"total_value_exit_net": 10018.6092087865,
"total_value": 10018.885409188,
"base_cost_quote": 505.691352276,
"unrealized_pnl_exit_net": -137.7003506775
},
{
"timestamp": "2024-10-13T23:59:00+00:00",
"base_asset_bal": 93487,
"quote_asset_bal": 9661.0559229468,
"total_value_mid": 10018.9241589467,
"total_value_exit_net": 10018.6557577697,
"total_value": 10018.9241589467,
"base_cost_quote": 495.6810451722,
"unrealized_pnl_exit_net": -138.0812103493
},
{
"timestamp": "2024-10-14T23:59:00+00:00",
"base_asset_bal": 83052,
"quote_asset_bal": 9701.7221915368,
"total_value_mid": 10033.1827235367,
"total_value_exit_net": 10032.9341281377,
"total_value": 10033.1827235367,
"base_cost_quote": 455.640770472,
"unrealized_pnl_exit_net": -124.428833871
},
{
"timestamp": "2024-10-15T23:59:00+00:00",
"base_asset_bal": 89403,
"quote_asset_bal": 9677.530677927,
"total_value_mid": 10028.258646927,
"total_value_exit_net": 10027.9956009503,
"total_value": 10028.258646927,
"base_cost_quote": 480.6609515445,
"unrealized_pnl_exit_net": -130.1960285212
},
{
"timestamp": "2024-10-16T23:59:00+00:00",
"base_asset_bal": 91948,
"quote_asset_bal": 9667.9672378148,
"total_value_mid": 10027.2080738148,
"total_value_exit_net": 10026.9386431878,
"total_value": 10027.2080738148,
"base_cost_quote": 490.6679721852,
"unrealized_pnl_exit_net": -131.6965668123
},
{
"timestamp": "2024-10-17T23:59:00+00:00",
"base_asset_bal": 107576,
"quote_asset_bal": 9608.2801701985,
"total_value_mid": 10018.4674581985,
"total_value_exit_net": 10018.1598177325,
"total_value": 10018.4674581985,
"base_cost_quote": 550.735882355,
"unrealized_pnl_exit_net": -140.856234821
},
{
"timestamp": "2024-10-18T23:59:00+00:00",
"base_asset_bal": 102323,
"quote_asset_bal": 9628.6009225423,
"total_value_mid": 10022.5444725423,
"total_value_exit_net": 10022.2490148798,
"total_value": 10022.5444725423,
"base_cost_quote": 530.7173707232,
"unrealized_pnl_exit_net": -137.0692783857
},
{
"timestamp": "2024-10-19T23:59:00+00:00",
"base_asset_bal": 98441,
"quote_asset_bal": 9643.8808445605,
"total_value_mid": 10023.9615455605,
"total_value_exit_net": 10023.6764850348,
"total_value": 10023.9615455605,
"base_cost_quote": 515.699296609,
"unrealized_pnl_exit_net": -135.9036561348
},
{
"timestamp": "2024-10-20T23:59:00+00:00",
"base_asset_bal": 66739,
"quote_asset_bal": 9769.8157942928,
"total_value_mid": 10043.5791722928,
"total_value_exit_net": 10043.3738497593,
"total_value": 10043.5791722928,
"base_cost_quote": 390.5582761827,
"unrealized_pnl_exit_net": -117.0002207163
},
{
"timestamp": "2024-10-21T23:59:00+00:00",
"base_asset_bal": 74483,
"quote_asset_bal": 9741.4920015358,
"total_value_mid": 10059.1619965358,
"total_value_exit_net": 10058.9237440395,
"total_value": 10059.1619965358,
"base_cost_quote": 420.5841186877,
"unrealized_pnl_exit_net": -103.152376184
},
{
"timestamp": "2024-10-22T23:59:00+00:00",
"base_asset_bal": 73390,
"quote_asset_bal": 9749.3041795356,
"total_value_mid": 10049.1023295356,
"total_value_exit_net": 10048.8774809231,
"total_value": 10049.1023295356,
"base_cost_quote": 415.579619126,
"unrealized_pnl_exit_net": -116.0063177385
},
{
"timestamp": "2024-10-23T23:59:00+00:00",
"base_asset_bal": 105023,
"quote_asset_bal": 9625.2976344631,
"total_value_mid": 10030.6864144631,
"total_value_exit_net": 10030.3823728781,
"total_value": 10030.6864144631,
"base_cost_quote": 540.7117869177,
"unrealized_pnl_exit_net": -135.6270485027
},
{
"timestamp": "2024-10-24T23:59:00+00:00",
"base_asset_bal": 81307,
"quote_asset_bal": 9721.6479174731,
"total_value_mid": 10040.6152784731,
"total_value_exit_net": 10040.3760529524,
"total_value": 10040.6152784731,
"base_cost_quote": 445.6140780885,
"unrealized_pnl_exit_net": -126.8859426092
},
{
"timestamp": "2024-10-25T23:59:00+00:00",
"base_asset_bal": 99148,
"quote_asset_bal": 9657.9640423894,
"total_value_mid": 10025.9022703894,
"total_value_exit_net": 10025.6263167184,
"total_value": 10025.9022703894,
"base_cost_quote": 510.6892368803,
"unrealized_pnl_exit_net": -143.0269625513
},
{
"timestamp": "2024-10-26T23:59:00+00:00",
"base_asset_bal": 96566,
"quote_asset_bal": 9668.9992486026,
"total_value_mid": 10036.5294446026,
"total_value_exit_net": 10036.2537969556,
"total_value": 10036.5294446026,
"base_cost_quote": 500.683058871,
"unrealized_pnl_exit_net": -133.428510518
},
{
"timestamp": "2024-10-27T23:59:00+00:00",
"base_asset_bal": 95254,
"quote_asset_bal": 9674.4660987766,
"total_value_mid": 10036.0502827766,
"total_value_exit_net": 10035.7790946386,
"total_value": 10036.0502827766,
"base_cost_quote": 495.6797111725,
"unrealized_pnl_exit_net": -134.3667153105
},
{
"timestamp": "2024-10-28T23:59:00+00:00",
"base_asset_bal": 87207,
"quote_asset_bal": 9705.4145348584,
"total_value_mid": 10036.2778928584,
"total_value_exit_net": 10036.0297453399,
"total_value": 10036.2778928584,
"base_cost_quote": 465.6426332472,
"unrealized_pnl_exit_net": -135.0274227657
},
{
"timestamp": "2024-10-29T23:59:00+00:00",
"base_asset_bal": 95023,
"quote_asset_bal": 9676.2486292289,
"total_value_mid": 10039.2364892289,
"total_value_exit_net": 10038.9642483339,
"total_value": 10039.2364892289,
"base_cost_quote": 495.6782871052,
"unrealized_pnl_exit_net": -132.9626680002
},
{
"timestamp": "2024-10-30T23:59:00+00:00",
"base_asset_bal": 100271,
"quote_asset_bal": 9656.8261428943,
"total_value_mid": 10036.4521488943,
"total_value_exit_net": 10036.1674293898,
"total_value": 10036.4521488943,
"base_cost_quote": 515.6980706902,
"unrealized_pnl_exit_net": -136.3567841948
},
{
"timestamp": "2024-10-31T23:59:00+00:00",
"base_asset_bal": 104898,
"quote_asset_bal": 9642.7312902513,
"total_value_mid": 10027.3922562513,
"total_value_exit_net": 10027.1037605268,
"total_value": 10027.3922562513,
"base_cost_quote": 530.7203829807,
"unrealized_pnl_exit_net": -146.3479127052
},
{
"timestamp": "2024-11-01T23:59:00+00:00",
"base_asset_bal": 117256,
"quote_asset_bal": 9598.4379072431,
"total_value_mid": 10019.5042032431,
"total_value_exit_net": 10019.1884035211,
"total_value": 10019.5042032431,
"base_cost_quote": 575.769075179,
"unrealized_pnl_exit_net": -155.018578901
},
{
"timestamp": "2024-11-02T23:59:00+00:00",
"base_asset_bal": 90739,
"quote_asset_bal": 9699.3174168394,
"total_value_mid": 10025.8870778394,
"total_value_exit_net": 10025.6421505936,
"total_value": 10025.8870778394,
"base_cost_quote": 475.6513741772,
"unrealized_pnl_exit_net": -149.326640423
},
{
"timestamp": "2024-11-03T23:59:00+00:00",
"base_asset_bal": 92376,
"quote_asset_bal": 9695.8479624214,
"total_value_mid": 10021.9352424214,
"total_value_exit_net": 10021.6906769614,
"total_value": 10021.9352424214,
"base_cost_quote": 480.6573328325,
"unrealized_pnl_exit_net": -154.8146182925
},
{
"timestamp": "2024-11-04T23:59:00+00:00",
"base_asset_bal": 113834,
"quote_asset_bal": 9621.4218071109,
"total_value_mid": 10013.5799371109,
"total_value_exit_net": 10013.2858185134,
"total_value": 10013.5799371109,
"base_cost_quote": 555.7386215975,
"unrealized_pnl_exit_net": -163.874610195
},
{
"timestamp": "2024-11-05T23:59:00+00:00",
"base_asset_bal": 83889,
"quote_asset_bal": 9727.1934110254,
"total_value_mid": 10028.4388100254,
"total_value_exit_net": 10028.2128759762,
"total_value": 10028.4388100254,
"base_cost_quote": 450.62063219,
"unrealized_pnl_exit_net": -149.6011672392
},
{
"timestamp": "2024-11-06T23:59:00+00:00",
"base_asset_bal": 82470,
"quote_asset_bal": 9733.1404741347,
"total_value_mid": 10046.1141241347,
"total_value_exit_net": 10045.8793938972,
"total_value": 10046.1141241347,
"base_cost_quote": 445.6186054815,
"unrealized_pnl_exit_net": -132.879685719
},
{
"timestamp": "2024-11-07T23:59:00+00:00",
"base_asset_bal": 91632,
"quote_asset_bal": 9698.7565860114,
"total_value_mid": 10047.5996100114,
"total_value_exit_net": 10047.3379777434,
"total_value": 10047.5996100114,
"base_cost_quote": 480.6574018842,
"unrealized_pnl_exit_net": -132.0760101522
},
{
"timestamp": "2024-11-08T23:59:00+00:00",
"base_asset_bal": 87639,
"quote_asset_bal": 9714.4757370912,
"total_value_mid": 10048.0297710911,
"total_value_exit_net": 10047.7796055656,
"total_value": 10048.0297710911,
"base_cost_quote": 465.638695296,
"unrealized_pnl_exit_net": -132.3348268215
},
{
"timestamp": "2024-11-09T23:59:00+00:00",
"base_asset_bal": 60733,
"quote_asset_bal": 9825.9169532187,
"total_value_mid": 10069.6384822187,
"total_value_exit_net": 10069.4556910719,
"total_value": 10069.6384822187,
"base_cost_quote": 355.4959131182,
"unrealized_pnl_exit_net": -111.957175265
},
{
"timestamp": "2024-11-10T23:59:00+00:00",
"base_asset_bal": 68593,
"quote_asset_bal": 9792.4156184362,
"total_value_mid": 10079.4087304362,
"total_value_exit_net": 10079.1934856022,
"total_value": 10079.4087304362,
"base_cost_quote": 390.5456046862,
"unrealized_pnl_exit_net": -103.7677375202
},
{
"timestamp": "2024-11-11T23:59:00+00:00",
"base_asset_bal": 54195,
"quote_asset_bal": 9854.6962753132,
"total_value_mid": 10097.8692403132,
"total_value_exit_net": 10097.6868605895,
"total_value": 10097.8692403132,
"base_cost_quote": 330.471119589,
"unrealized_pnl_exit_net": -87.4805343128
},
{
"timestamp": "2024-11-12T23:59:00+00:00",
"base_asset_bal": 86041,
"quote_asset_bal": 9716.4041259423,
"total_value_mid": 10083.5410729423,
"total_value_exit_net": 10083.265720232,
"total_value": 10083.5410729423,
"base_cost_quote": 470.63563219,
"unrealized_pnl_exit_net": -103.7740379003
},
{
"timestamp": "2024-11-13T23:59:00+00:00",
"base_asset_bal": 100310,
"quote_asset_bal": 9658.1461984148,
"total_value_mid": 10072.7274284148,
"total_value_exit_net": 10072.4164924923,
"total_value": 10072.7274284148,
"base_cost_quote": 530.7086241682,
"unrealized_pnl_exit_net": -116.4383300907
},
{
"timestamp": "2024-11-14T23:59:00+00:00",
"base_asset_bal": 98269,
"quote_asset_bal": 9669.6863404009,
"total_value_mid": 10070.5255914009,
"total_value_exit_net": 10070.2249619626,
"total_value": 10070.5255914009,
"base_cost_quote": 520.6990546173,
"unrealized_pnl_exit_net": -120.1604330555
},
{
"timestamp": "2024-11-15T23:59:00+00:00",
"base_asset_bal": 55488,
"quote_asset_bal": 9856.5050165029,
"total_value_mid": 10102.8717365029,
"total_value_exit_net": 10102.6869614629,
"total_value": 10102.8717365029,
"base_cost_quote": 335.4818167955,
"unrealized_pnl_exit_net": -89.2998718355
},
{
"timestamp": "2024-11-16T23:59:00+00:00",
"base_asset_bal": 46129,
"quote_asset_bal": 9913.9946021234,
"total_value_mid": 10155.1108851234,
"total_value_exit_net": 10154.9300479111,
"total_value": 10155.1108851234,
"base_cost_quote": 280.4030907095,
"unrealized_pnl_exit_net": -39.4676449218
},
{
"timestamp": "2024-11-17T23:59:00+00:00",
"base_asset_bal": 77688,
"quote_asset_bal": 9762.0013960921,
"total_value_mid": 10130.3202040921,
"total_value_exit_net": 10130.0439649861,
"total_value": 10130.3202040921,
"base_cost_quote": 435.6091760355,
"unrealized_pnl_exit_net": -67.5666071415
},
{
"timestamp": "2024-11-18T23:59:00+00:00",
"base_asset_bal": 66247,
"quote_asset_bal": 9818.9326611041,
"total_value_mid": 10139.2369061041,
"total_value_exit_net": 10138.9966779204,
"total_value": 10139.2369061041,
"base_cost_quote": 380.5370919272,
"unrealized_pnl_exit_net": -60.473075111
},
{
"timestamp": "2024-11-19T23:59:00+00:00",
"base_asset_bal": 93881,
"quote_asset_bal": 9689.7374682914,
"total_value_mid": 10122.9044022914,
"total_value_exit_net": 10122.5795270909,
"total_value": 10122.9044022914,
"base_cost_quote": 510.6747330105,
"unrealized_pnl_exit_net": -77.832674211
},
{
"timestamp": "2024-11-20T23:59:00+00:00",
"base_asset_bal": 96744,
"quote_asset_bal": 9681.3857739817,
"total_value_mid": 10110.3486699817,
"total_value_exit_net": 10110.0269478097,
"total_value": 10110.3486699817,
"base_cost_quote": 520.706489189,
"unrealized_pnl_exit_net": -92.065315361
},
{
"timestamp": "2024-11-21T23:59:00+00:00",
"base_asset_bal": 69418,
"quote_asset_bal": 9807.9216682381,
"total_value_mid": 10130.2988602381,
"total_value_exit_net": 10130.0570773441,
"total_value": 10130.2988602381,
"base_cost_quote": 395.5577709937,
"unrealized_pnl_exit_net": -73.4223618878
},
{
"timestamp": "2024-11-22T23:59:00+00:00",
"base_asset_bal": 65128,
"quote_asset_bal": 9829.2138900954,
"total_value_mid": 10140.5908580954,
"total_value_exit_net": 10140.3573253694,
"total_value": 10140.5908580954,
"base_cost_quote": 375.5333899632,
"unrealized_pnl_exit_net": -64.3899546893
},
{
"timestamp": "2024-11-23T23:59:00+00:00",
"base_asset_bal": 54881,
"quote_asset_bal": 9881.0007340317,
"total_value_mid": 10158.4241890317,
"total_value_exit_net": 10158.2161214404,
"total_value": 10158.4241890317,
"base_cost_quote": 325.4753885987,
"unrealized_pnl_exit_net": -48.26000119
},
{
"timestamp": "2024-11-24T23:59:00+00:00",
"base_asset_bal": 49769,
"quote_asset_bal": 9908.3987782672,
"total_value_mid": 10178.0969892672,
"total_value_exit_net": 10177.8947156089,
"total_value": 10178.0969892672,
"base_cost_quote": 300.4323483947,
"unrealized_pnl_exit_net": -30.936411053
},
{
"timestamp": "2024-11-25T23:59:00+00:00",
"base_asset_bal": 65731,
"quote_asset_bal": 9825.1601264364,
"total_value_mid": 10168.4731394364,
"total_value_exit_net": 10168.2156546767,
"total_value": 10168.4731394364,
"base_cost_quote": 385.5482544825,
"unrealized_pnl_exit_net": -42.4927262423
},
{
"timestamp": "2024-11-26T23:59:00+00:00",
"base_asset_bal": 82335,
"quote_asset_bal": 9741.3913358059,
"total_value_mid": 10154.8777058059,
"total_value_exit_net": 10154.5675910284,
"total_value": 10154.8777058059,
"base_cost_quote": 470.642909644,
"unrealized_pnl_exit_net": -57.4666544215
},
{
"timestamp": "2024-11-27T23:59:00+00:00",
"base_asset_bal": 50335,
"quote_asset_bal": 9908.4531744064,
"total_value_mid": 10209.3054694064,
"total_value_exit_net": 10209.0798301851,
"total_value": 10209.3054694064,
"base_cost_quote": 305.44263029,
"unrealized_pnl_exit_net": -4.8159745113
},
{
"timestamp": "2024-11-28T23:59:00+00:00",
"base_asset_bal": 25262,
"quote_asset_bal": 10097.7890034559,
"total_value_mid": 10299.8092174559,
"total_value_exit_net": 10299.6577022954,
"total_value": 10299.8092174559,
"base_cost_quote": 120.1550377417,
"unrealized_pnl_exit_net": 81.7136610978
},
{
"timestamp": "2024-11-29T23:59:00+00:00",
"base_asset_bal": 35856,
"quote_asset_bal": 10020.4405214929,
"total_value_mid": 10287.6752894929,
"total_value_exit_net": 10287.4748634169,
"total_value": 10287.6752894929,
"base_cost_quote": 200.2690862478,
"unrealized_pnl_exit_net": 66.7652556763
},
{
"timestamp": "2024-11-30T23:59:00+00:00",
"base_asset_bal": 30527,
"quote_asset_bal": 10062.065146574,
"total_value_mid": 10289.979728574,
"total_value_exit_net": 10289.8087926375,
"total_value": 10289.979728574,
"base_cost_quote": 160.22231668,
"unrealized_pnl_exit_net": 67.5213293835
},
{
"timestamp": "2024-12-01T23:59:00+00:00",
"base_asset_bal": 34624,
"quote_asset_bal": 10032.766464719,
"total_value_mid": 10283.928960719,
"total_value_exit_net": 10283.740588847,
"total_value": 10283.928960719,
"base_cost_quote": 190.2684593987,
"unrealized_pnl_exit_net": 60.7056647293
},
{
"timestamp": "2024-12-02T23:59:00+00:00",
"base_asset_bal": 42259,
"quote_asset_bal": 9979.3150756485,
"total_value_mid": 10280.1991556485,
"total_value_exit_net": 10279.9734925885,
"total_value": 10280.1991556485,
"base_cost_quote": 245.3552375192,
"unrealized_pnl_exit_net": 55.3031794207
},
{
"timestamp": "2024-12-03T23:59:00+00:00",
"base_asset_bal": 28388,
"quote_asset_bal": 10082.160802954,
"total_value_mid": 10329.846102954,
"total_value_exit_net": 10329.660338979,
"total_value": 10329.846102954,
"base_cost_quote": 145.199405941,
"unrealized_pnl_exit_net": 102.300130084
},
{
"timestamp": "2024-12-04T23:59:00+00:00",
"base_asset_bal": 30673,
"quote_asset_bal": 10056.1537657702,
"total_value_mid": 10379.6312237702,
"total_value_exit_net": 10379.3886156767,
"total_value": 10379.6312237702,
"base_cost_quote": 175.2516262145,
"unrealized_pnl_exit_net": 147.983223692
},
{
"timestamp": "2024-12-05T23:59:00+00:00",
"base_asset_bal": 32040,
"quote_asset_bal": 10044.670048469,
"total_value_mid": 10393.105048469,
"total_value_exit_net": 10392.843722219,
"total_value": 10393.105048469,
"base_cost_quote": 190.2868631912,
"unrealized_pnl_exit_net": 157.8868105587
},
{
"timestamp": "2024-12-06T23:59:00+00:00",
"base_asset_bal": 39574,
"quote_asset_bal": 9961.9823084915,
"total_value_mid": 10393.6950744915,
"total_value_exit_net": 10393.371289917,
"total_value": 10393.6950744915,
"base_cost_quote": 275.4317259802,
"unrealized_pnl_exit_net": 155.9572554453
},
{
"timestamp": "2024-12-07T23:59:00+00:00",
"base_asset_bal": 41907,
"quote_asset_bal": 9938.0683812485,
"total_value_mid": 10387.7723982485,
"total_value_exit_net": 10387.4351202357,
"total_value": 10387.7723982485,
"base_cost_quote": 300.4850799137,
"unrealized_pnl_exit_net": 148.8816590735
},
{
"timestamp": "2024-12-08T23:59:00+00:00",
"base_asset_bal": 34397,
"quote_asset_bal": 10020.3284254763,
"total_value_mid": 10430.1686804763,
"total_value_exit_net": 10429.861300285,
"total_value": 10430.1686804763,
"base_cost_quote": 220.3390414333,
"unrealized_pnl_exit_net": 189.1938333755
},
{
"timestamp": "2024-12-09T23:59:00+00:00",
"base_asset_bal": 44631,
"quote_asset_bal": 9912.9895061875,
"total_value_mid": 10364.2981781875,
"total_value_exit_net": 10363.9596966835,
"total_value": 10364.2981781875,
"base_cost_quote": 330.5349584322,
"unrealized_pnl_exit_net": 120.4352320637
},
{
"timestamp": "2024-12-10T23:59:00+00:00",
"base_asset_bal": 65179,
"quote_asset_bal": 9715.51696846,
"total_value_mid": 10322.92006946,
"total_value_exit_net": 10322.4645171343,
"total_value": 10322.92006946,
"base_cost_quote": 530.8920316208,
"unrealized_pnl_exit_net": 76.0555170535
},
{
"timestamp": "2024-12-11T23:59:00+00:00",
"base_asset_bal": 50102,
"quote_asset_bal": 9862.948837978,
"total_value_mid": 10358.658025978,
"total_value_exit_net": 10358.286244087,
"total_value": 10358.658025978,
"base_cost_quote": 385.636806847,
"unrealized_pnl_exit_net": 109.700599262
},
{
"timestamp": "2024-12-12T23:59:00+00:00",
"base_asset_bal": 49625,
"quote_asset_bal": 9869.9496995982,
"total_value_mid": 10359.6988245982,
"total_value_exit_net": 10359.3315127545,
"total_value": 10359.6988245982,
"base_cost_quote": 380.6273035352,
"unrealized_pnl_exit_net": 108.754509621
},
{
"timestamp": "2024-12-13T23:59:00+00:00",
"base_asset_bal": 53126,
"quote_asset_bal": 9836.0725099712,
"total_value_mid": 10349.3227959712,
"total_value_exit_net": 10348.9378582567,
"total_value": 10349.3227959712,
"base_cost_quote": 415.6764086637,
"unrealized_pnl_exit_net": 97.1889396217
},
{
"timestamp": "2024-12-14T23:59:00+00:00",
"base_asset_bal": 34974,
"quote_asset_bal": 10033.4147113017,
"total_value_mid": 10383.3295813017,
"total_value_exit_net": 10383.0671451492,
"total_value": 10383.3295813017,
"base_cost_quote": 220.3288007585,
"unrealized_pnl_exit_net": 129.323633089
},
{
"timestamp": "2024-12-15T23:59:00+00:00",
"base_asset_bal": 36469,
"quote_asset_bal": 10020.5766658909,
"total_value_mid": 10385.9595768909,
"total_value_exit_net": 10385.6855397077,
"total_value": 10385.9595768909,
"base_cost_quote": 235.3614267785,
"unrealized_pnl_exit_net": 129.7474470383
},
{
"timestamp": "2024-12-16T23:59:00+00:00",
"base_asset_bal": 45094,
"quote_asset_bal": 9935.9942250199,
"total_value_mid": 10374.3529990199,
"total_value_exit_net": 10374.0242299394,
"total_value": 10374.3529990199,
"base_cost_quote": 320.5141384497,
"unrealized_pnl_exit_net": 117.5158664698
},
{
"timestamp": "2024-12-17T23:59:00+00:00",
"base_asset_bal": 51526,
"quote_asset_bal": 9876.7962667659,
"total_value_mid": 10355.3182287659,
"total_value_exit_net": 10354.9593372944,
"total_value": 10355.3182287659,
"base_cost_quote": 380.6378674522,
"unrealized_pnl_exit_net": 97.5252030763
},
{
"timestamp": "2024-12-18T23:59:00+00:00",
"base_asset_bal": 69064,
"quote_asset_bal": 9722.7794020429,
"total_value_mid": 10296.2868580429,
"total_value_exit_net": 10295.8567274509,
"total_value": 10296.2868580429,
"base_cost_quote": 535.8850996152,
"unrealized_pnl_exit_net": 37.1922257928
},
{
"timestamp": "2024-12-19T23:59:00+00:00",
"base_asset_bal": 54805,
"quote_asset_bal": 9856.0891585529,
"total_value_mid": 10315.6290835529,
"total_value_exit_net": 10315.2844286091,
"total_value": 10315.6290835529,
"base_cost_quote": 405.657623206,
"unrealized_pnl_exit_net": 53.5376468502
},
{
"timestamp": "2024-12-20T23:59:00+00:00",
"base_asset_bal": 71369,
"quote_asset_bal": 9718.3744936459,
"total_value_mid": 10290.6111356459,
"total_value_exit_net": 10290.1819581644,
"total_value": 10290.6111356459,
"base_cost_quote": 545.8744289975,
"unrealized_pnl_exit_net": 25.933035521
},
{
"timestamp": "2024-12-21T23:59:00+00:00",
"base_asset_bal": 84791,
"quote_asset_bal": 9614.9877405812,
"total_value_mid": 10265.1651285812,
"total_value_exit_net": 10264.6774955402,
"total_value": 10265.1651285812,
"base_cost_quote": 651.0074566752,
"unrealized_pnl_exit_net": -1.3177017162
},
{
"timestamp": "2024-12-22T23:59:00+00:00",
"base_asset_bal": 70584,
"quote_asset_bal": 9731.9918843917,
"total_value_mid": 10282.4059163917,
"total_value_exit_net": 10281.9931058677,
"total_value": 10282.4059163917,
"base_cost_quote": 535.85555047,
"unrealized_pnl_exit_net": 14.145671006
},
{
"timestamp": "2024-12-23T23:59:00+00:00",
"base_asset_bal": 69093,
"quote_asset_bal": 9743.6281592865,
"total_value_mid": 10305.0778772865,
"total_value_exit_net": 10304.656789998,
"total_value": 10305.0778772865,
"base_cost_quote": 525.8235300935,
"unrealized_pnl_exit_net": 35.205100618
},
{
"timestamp": "2024-12-24T23:59:00+00:00",
"base_asset_bal": 60633,
"quote_asset_bal": 9814.9016223817,
"total_value_mid": 10324.6432533817,
"total_value_exit_net": 10324.2609471585,
"total_value": 10324.6432533817,
"base_cost_quote": 455.7222255175,
"unrealized_pnl_exit_net": 53.6370992592
},
{
"timestamp": "2024-12-25T23:59:00+00:00",
"base_asset_bal": 74660,
"quote_asset_bal": 9700.4740607398,
"total_value_mid": 10300.2925007398,
"total_value_exit_net": 10299.8426369098,
"total_value": 10300.2925007398,
"base_cost_quote": 570.897464209,
"unrealized_pnl_exit_net": 28.471111961
},
{
"timestamp": "2024-12-26T23:59:00+00:00",
"base_asset_bal": 74369,
"quote_asset_bal": 9706.6228614496,
"total_value_mid": 10273.0915344496,
"total_value_exit_net": 10272.6666829448,
"total_value": 10273.0915344496,
"base_cost_quote": 565.9043992168,
"unrealized_pnl_exit_net": 0.1394222785
},
{
"timestamp": "2024-12-27T23:59:00+00:00",
"base_asset_bal": 74865,
"quote_asset_bal": 9703.0268140936,
"total_value_mid": 10289.1448990936,
"total_value_exit_net": 10288.7053105298,
"total_value": 10289.1448990936,
"base_cost_quote": 570.8884664657,
"unrealized_pnl_exit_net": 14.7900299705
},
{
"timestamp": "2024-12-28T23:59:00+00:00",
"base_asset_bal": 64284,
"quote_asset_bal": 9789.5414225656,
"total_value_mid": 10311.4632185656,
"total_value_exit_net": 10311.0717772186,
"total_value": 10311.4632185656,
"base_cost_quote": 485.7686844733,
"unrealized_pnl_exit_net": 35.7616701797
},
{
"timestamp": "2024-12-29T23:59:00+00:00",
"base_asset_bal": 70102,
"quote_asset_bal": 9745.2516573889,
"total_value_mid": 10285.4576693889,
"total_value_exit_net": 10285.0525148799,
"total_value": 10285.4576693889,
"base_cost_quote": 530.8366441113,
"unrealized_pnl_exit_net": 8.9642133797
},
{
"timestamp": "2024-12-30T23:59:00+00:00",
"base_asset_bal": 75175,
"quote_asset_bal": 9706.3587996352,
"total_value_mid": 10280.3950996352,
"total_value_exit_net": 10279.9645724102,
"total_value": 10280.3950996352,
"base_cost_quote": 570.924356363,
"unrealized_pnl_exit_net": 2.681416412
},
{
"timestamp": "2024-12-31T23:59:00+00:00",
"base_asset_bal": 83796,
"quote_asset_bal": 9641.9700668162,
"total_value_mid": 10265.4123068162,
"total_value_exit_net": 10264.9447251362,
"total_value": 10265.4123068162,
"base_cost_quote": 636.0067946103,
"unrealized_pnl_exit_net": -13.0321362902
},
{
"timestamp": "2025-01-01T23:59:00+00:00",
"base_asset_bal": 73144,
"quote_asset_bal": 9722.8632266554,
"total_value_mid": 10280.7325146554,
"total_value_exit_net": 10280.3141126894,
"total_value": 10280.7325146554,
"base_cost_quote": 555.8910068008,
"unrealized_pnl_exit_net": 1.5598792332
},
{
"timestamp": "2025-01-02T23:59:00+00:00",
"base_asset_bal": 68610,
"quote_asset_bal": 9758.7862642809,
"total_value_mid": 10289.6218342809,
"total_value_exit_net": 10289.2237076034,
"total_value": 10289.6218342809,
"base_cost_quote": 520.8176655088,
"unrealized_pnl_exit_net": 9.6197778137
},
{
"timestamp": "2025-01-03T23:59:00+00:00",
"base_asset_bal": 62100,
"quote_asset_bal": 9809.8020345372,
"total_value_mid": 10318.5873345372,
"total_value_exit_net": 10318.2057455622,
"total_value": 10318.5873345372,
"base_cost_quote": 470.755974379,
"unrealized_pnl_exit_net": 37.647736646
},
{
"timestamp": "2025-01-04T23:59:00+00:00",
"base_asset_bal": 61506,
"quote_asset_bal": 9815.6975175304,
"total_value_mid": 10312.7890095304,
"total_value_exit_net": 10312.4161909114,
"total_value": 10312.7890095304,
"base_cost_quote": 465.7412451508,
"unrealized_pnl_exit_net": 30.9774282302
},
{
"timestamp": "2025-01-05T23:59:00+00:00",
"base_asset_bal": 59057,
"quote_asset_bal": 9836.5236247937,
"total_value_mid": 10328.8227767937,
"total_value_exit_net": 10328.4535524297,
"total_value": 10328.8227767937,
"base_cost_quote": 445.7078433598,
"unrealized_pnl_exit_net": 46.2220842762
},
{
"timestamp": "2025-01-06T23:59:00+00:00",
"base_asset_bal": 67574,
"quote_asset_bal": 9767.0219253142,
"total_value_mid": 10316.9391373142,
"total_value_exit_net": 10316.5266994052,
"total_value": 10316.9391373142,
"base_cost_quote": 515.8130628698,
"unrealized_pnl_exit_net": 33.6917112212
},
{
"timestamp": "2025-01-07T23:59:00+00:00",
"base_asset_bal": 91746,
"quote_asset_bal": 9582.335927731,
"total_value_mid": 10256.302043731,
"total_value_exit_net": 10255.796569144,
"total_value": 10256.302043731,
"base_cost_quote": 701.089523075,
"unrealized_pnl_exit_net": -27.628881662
},
{
"timestamp": "2025-01-08T23:59:00+00:00",
"base_asset_bal": 102945,
"quote_asset_bal": 9503.2715023792,
"total_value_mid": 10233.0486073792,
"total_value_exit_net": 10232.5012745505,
"total_value": 10233.0486073792,
"base_cost_quote": 781.2212898597,
"unrealized_pnl_exit_net": -51.9915176885
},
{
"timestamp": "2025-01-09T23:59:00+00:00",
"base_asset_bal": 121075,
"quote_asset_bal": 9379.0009359592,
"total_value_mid": 10199.1629859592,
"total_value_exit_net": 10198.5478644217,
"total_value": 10199.1629859592,
"base_cost_quote": 906.3887270837,
"unrealized_pnl_exit_net": -86.8417986213
},
{
"timestamp": "2025-01-10T23:59:00+00:00",
"base_asset_bal": 108079,
"quote_asset_bal": 9470.3092986157,
"total_value_mid": 10221.5664276157,
"total_value_exit_net": 10221.002984769,
"total_value": 10221.5664276157,
"base_cost_quote": 816.2552906685,
"unrealized_pnl_exit_net": -65.5616045153
},
{
"timestamp": "2025-01-11T23:59:00+00:00",
"base_asset_bal": 109560,
"quote_asset_bal": 9460.7859414257,
"total_value_mid": 10217.1881814257,
"total_value_exit_net": 10216.6208797457,
"total_value": 10217.1881814257,
"base_cost_quote": 826.262428397,
"unrealized_pnl_exit_net": -70.427490077
},
{
"timestamp": "2025-01-12T23:59:00+00:00",
"base_asset_bal": 111039,
"quote_asset_bal": 9451.2897320457,
"total_value_mid": 10210.3523360457,
"total_value_exit_net": 10209.7830390927,
"total_value": 10210.3523360457,
"base_cost_quote": 836.2817642672,
"unrealized_pnl_exit_net": -77.7884572202
},
{
"timestamp": "2025-01-13T23:59:00+00:00",
"base_asset_bal": 126155,
"quote_asset_bal": 9352.701043494,
"total_value_mid": 10175.357798494,
"total_value_exit_net": 10174.7408059277,
"total_value": 10175.357798494,
"base_cost_quote": 936.4362898667,
"unrealized_pnl_exit_net": -114.396527433
},
{
"timestamp": "2025-01-14T23:59:00+00:00",
"base_asset_bal": 122336,
"quote_asset_bal": 9378.5388188232,
"total_value_mid": 10191.0945308232,
"total_value_exit_net": 10190.4851140392,
"total_value": 10191.0945308232,
"base_cost_quote": 911.3980312462,
"unrealized_pnl_exit_net": -99.4517360302
},
{
"timestamp": "2025-01-15T23:59:00+00:00",
"base_asset_bal": 108003,
"quote_asset_bal": 9474.9992095825,
"total_value_mid": 10226.0520715825,
"total_value_exit_net": 10225.488781936,
"total_value": 10226.0520715825,
"base_cost_quote": 816.2486446877,
"unrealized_pnl_exit_net": -65.7590723342
},
{
"timestamp": "2025-01-16T23:59:00+00:00",
"base_asset_bal": 62624,
"quote_asset_bal": 9823.6535435985,
"total_value_mid": 10334.5401355985,
"total_value_exit_net": 10334.1569706545,
"total_value": 10334.5401355985,
"base_cost_quote": 470.750386191,
"unrealized_pnl_exit_net": 39.753040865
},
{
"timestamp": "2025-01-17T23:59:00+00:00",
"base_asset_bal": 33667,
"quote_asset_bal": 10093.1413733655,
"total_value_mid": 10409.1061683655,
"total_value_exit_net": 10408.8691947692,
"total_value": 10409.1061683655,
"base_cost_quote": 205.319486209,
"unrealized_pnl_exit_net": 110.4083351947
},
{
"timestamp": "2025-01-18T23:59:00+00:00",
"base_asset_bal": 50562,
"quote_asset_bal": 9950.5850686793,
"total_value_mid": 10368.8339326793,
"total_value_exit_net": 10368.5202460313,
"total_value": 10368.8339326793,
"base_cost_quote": 350.549771292,
"unrealized_pnl_exit_net": 67.38540606
},
{
"timestamp": "2025-01-19T23:59:00+00:00",
"base_asset_bal": 63929,
"quote_asset_bal": 9853.221040562,
"total_value_mid": 10323.674551562,
"total_value_exit_net": 10323.3217114288,
"total_value": 10323.674551562,
"base_cost_quote": 450.7007152072,
"unrealized_pnl_exit_net": 19.3999556595
},
{
"timestamp": "2025-01-20T23:59:00+00:00",
"base_asset_bal": 59606,
"quote_asset_bal": 9896.5579663078,
"total_value_mid": 10337.7019723078,
"total_value_exit_net": 10337.3711143033,
"total_value": 10337.7019723078,
"base_cost_quote": 410.6718590645,
"unrealized_pnl_exit_net": 30.141288931
},
{
"timestamp": "2025-01-21T23:59:00+00:00",
"base_asset_bal": 54277,
"quote_asset_bal": 9938.8658531026,
"total_value_mid": 10347.1374471026,
"total_value_exit_net": 10346.8312434071,
"total_value": 10347.1374471026,
"base_cost_quote": 370.6036584355,
"unrealized_pnl_exit_net": 37.361731869
},
{
"timestamp": "2025-01-22T23:59:00+00:00",
"base_asset_bal": 62393,
"quote_asset_bal": 9879.8195752843,
"total_value_mid": 10335.1012962843,
"total_value_exit_net": 10334.7598349936,
"total_value": 10335.1012962843,
"base_cost_quote": 430.684679431,
"unrealized_pnl_exit_net": 24.2555802782
},
{
"timestamp": "2025-01-23T23:59:00+00:00",
"base_asset_bal": 42583,
"quote_asset_bal": 10032.2373097229,
"total_value_mid": 10367.4932687229,
"total_value_exit_net": 10367.2418267536,
"total_value": 10367.4932687229,
"base_cost_quote": 280.4369751037,
"unrealized_pnl_exit_net": 54.567541927
},
{
"timestamp": "2025-01-24T23:59:00+00:00",
"base_asset_bal": 57674,
"quote_asset_bal": 9910.0234487737,
"total_value_mid": 10358.3234507737,
"total_value_exit_net": 10357.9872257722,
"total_value": 10358.3234507737,
"base_cost_quote": 405.640350261,
"unrealized_pnl_exit_net": 42.3234267375
},
{
"timestamp": "2025-01-25T23:59:00+00:00",
"base_asset_bal": 62976,
"quote_asset_bal": 9871.6780120964,
"total_value_mid": 10351.1772760964,
"total_value_exit_net": 10350.8176516484,
"total_value": 10351.1772760964,
"base_cost_quote": 445.7038373575,
"unrealized_pnl_exit_net": 33.4358021945
},
{
"timestamp": "2025-01-26T23:59:00+00:00",
"base_asset_bal": 43187,
"quote_asset_bal": 10034.758274952,
"total_value_mid": 10388.027934952,
"total_value_exit_net": 10387.762982707,
"total_value": 10388.027934952,
"base_cost_quote": 285.4583222917,
"unrealized_pnl_exit_net": 67.5463854632
},
{
"timestamp": "2025-01-27T23:59:00+00:00",
"base_asset_bal": 52268,
"quote_asset_bal": 9967.6818877405,
"total_value_mid": 10360.5804437405,
"total_value_exit_net": 10360.2857698235,
"total_value": 10360.5804437405,
"base_cost_quote": 355.5485996035,
"unrealized_pnl_exit_net": 37.0552824795
},
{
"timestamp": "2025-01-28T23:59:00+00:00",
"base_asset_bal": 66646,
"quote_asset_bal": 9864.0869287202,
"total_value_mid": 10340.9390587202,
"total_value_exit_net": 10340.5814196227,
"total_value": 10340.9390587202,
"base_cost_quote": 460.7159089732,
"unrealized_pnl_exit_net": 15.7785819292
},
{
"timestamp": "2025-01-29T23:59:00+00:00",
"base_asset_bal": 60371,
"quote_asset_bal": 9910.6569513737,
"total_value_mid": 10351.4256223737,
"total_value_exit_net": 10351.0950458705,
"total_value": 10351.4256223737,
"base_cost_quote": 415.6515980697,
"unrealized_pnl_exit_net": 24.786496427
},
{
"timestamp": "2025-01-30T23:59:00+00:00",
"base_asset_bal": 59041,
"quote_asset_bal": 9921.5331126468,
"total_value_mid": 10350.2888546468,
"total_value_exit_net": 10349.9672878403,
"total_value": 10350.2888546468,
"base_cost_quote": 405.640918687,
"unrealized_pnl_exit_net": 22.7932565065
},
{
"timestamp": "2025-01-31T23:59:00+00:00",
"base_asset_bal": 61109,
"quote_asset_bal": 9907.4333361388,
"total_value_mid": 10350.3513681388,
"total_value_exit_net": 10350.0191796148,
"total_value": 10350.3513681388,
"base_cost_quote": 420.66202007,
"unrealized_pnl_exit_net": 21.923823406
},
{
"timestamp": "2025-02-01T23:59:00+00:00",
"base_asset_bal": 86052,
"quote_asset_bal": 9733.1045658255,
"total_value_mid": 10306.8132498255,
"total_value_exit_net": 10306.3829683125,
"total_value": 10306.8132498255,
"base_cost_quote": 595.927258486,
"unrealized_pnl_exit_net": -22.648855999
},
{
"timestamp": "2025-02-02T23:59:00+00:00",
"base_asset_bal": 128537,
"quote_asset_bal": 9469.9002231133,
"total_value_mid": 10206.0316221133,
"total_value_exit_net": 10205.479523564,
"total_value": 10206.0316221133,
"base_cost_quote": 861.2795385473,
"unrealized_pnl_exit_net": -125.7002380965
},
{
"timestamp": "2025-02-03T23:59:00+00:00",
"base_asset_bal": 113746,
"quote_asset_bal": 9558.4704493658,
"total_value_mid": 10233.3254673658,
"total_value_exit_net": 10232.8193261023,
"total_value": 10233.3254673658,
"base_cost_quote": 776.1727993295,
"unrealized_pnl_exit_net": -101.823922593
},
{
"timestamp": "2025-02-04T23:59:00+00:00",
"base_asset_bal": 80789,
"quote_asset_bal": 9776.843626003,
"total_value_mid": 10280.482252003,
"total_value_exit_net": 10280.1045230335,
"total_value": 10280.482252003,
"base_cost_quote": 560.879324235,
"unrealized_pnl_exit_net": -57.6184272045
},
{
"timestamp": "2025-02-05T23:59:00+00:00",
"base_asset_bal": 107401,
"quote_asset_bal": 9614.468744923,
"total_value_mid": 10250.0678629229,
"total_value_exit_net": 10249.5911635844,
"total_value": 10250.0678629229,
"base_cost_quote": 726.1161930105,
"unrealized_pnl_exit_net": -90.993774349
},
{
"timestamp": "2025-02-06T23:59:00+00:00",
"base_asset_bal": 122478,
"quote_asset_bal": 9531.0815064949,
"total_value_mid": 10216.3459164949,
"total_value_exit_net": 10215.8319681874,
"total_value": 10216.3459164949,
"base_cost_quote": 811.2062787475,
"unrealized_pnl_exit_net": -126.455817055
},
{
"timestamp": "2025-02-07T23:59:00+00:00",
"base_asset_bal": 119082,
"quote_asset_bal": 9552.7235103382,
"total_value_mid": 10215.7720863382,
"total_value_exit_net": 10215.2747999062,
"total_value": 10215.7720863382,
"base_cost_quote": 791.1827533583,
"unrealized_pnl_exit_net": -128.6314637903
},
{
"timestamp": "2025-02-08T23:59:00+00:00",
"base_asset_bal": 118153,
"quote_asset_bal": 9558.76494543,
"total_value_mid": 10221.9577344299,
"total_value_exit_net": 10221.4603398382,
"total_value": 10221.9577344299,
"base_cost_quote": 786.175129455,
"unrealized_pnl_exit_net": -123.4797350468
},
{
"timestamp": "2025-02-09T23:59:00+00:00",
"base_asset_bal": 83358,
"quote_asset_bal": 9770.5993068804,
"total_value_mid": 10263.7452348804,
"total_value_exit_net": 10263.3753754344,
"total_value": 10263.7452348804,
"base_cost_quote": 575.8914018553,
"unrealized_pnl_exit_net": -83.1153333013
},
{
"timestamp": "2025-02-10T23:59:00+00:00",
"base_asset_bal": 96227,
"quote_asset_bal": 9696.6948709932,
"total_value_mid": 10252.0208879932,
"total_value_exit_net": 10251.6043934805,
"total_value": 10252.0208879932,
"base_cost_quote": 650.9810959195,
"unrealized_pnl_exit_net": -96.0715734322
},
{
"timestamp": "2025-02-11T23:59:00+00:00",
"base_asset_bal": 111027,
"quote_asset_bal": 9612.7022843282,
"total_value_mid": 10233.7873223282,
"total_value_exit_net": 10233.3215085497,
"total_value": 10233.7873223282,
"base_cost_quote": 736.1046997763,
"unrealized_pnl_exit_net": -115.4854755548
},
{
"timestamp": "2025-02-12T23:59:00+00:00",
"base_asset_bal": 95980,
"quote_asset_bal": 9699.256408885,
"total_value_mid": 10257.668048885,
"total_value_exit_net": 10257.249240155,
"total_value": 10257.668048885,
"base_cost_quote": 650.9865570123,
"unrealized_pnl_exit_net": -92.9937257423
},
{
"timestamp": "2025-02-13T23:59:00+00:00",
"base_asset_bal": 85004,
"quote_asset_bal": 9765.590300676,
"total_value_mid": 10257.763460676,
"total_value_exit_net": 10257.394330806,
"total_value": 10257.763460676,
"base_cost_quote": 585.9060872403,
"unrealized_pnl_exit_net": -94.1020571103
},
{
"timestamp": "2025-02-14T23:59:00+00:00",
"base_asset_bal": 87535,
"quote_asset_bal": 9751.3849588875,
"total_value_mid": 10260.6635888875,
"total_value_exit_net": 10260.281629915,
"total_value": 10260.6635888875,
"base_cost_quote": 600.9415293708,
"unrealized_pnl_exit_net": -92.0448583433
},
{
"timestamp": "2025-02-15T23:59:00+00:00",
"base_asset_bal": 87718,
"quote_asset_bal": 9752.082999447,
"total_value_mid": 10252.163317447,
"total_value_exit_net": 10251.7882572085,
"total_value": 10252.163317447,
"base_cost_quote": 600.9306912483,
"unrealized_pnl_exit_net": -101.2254334868
},
{
"timestamp": "2025-02-16T23:59:00+00:00",
"base_asset_bal": 87672,
"quote_asset_bal": 9753.1007459378,
"total_value_mid": 10254.6722579378,
"total_value_exit_net": 10254.2960793038,
"total_value": 10254.6722579378,
"base_cost_quote": 600.9276319555,
"unrealized_pnl_exit_net": -99.7322985895
},
{
"timestamp": "2025-02-17T23:59:00+00:00",
"base_asset_bal": 109168,
"quote_asset_bal": 9633.5994244533,
"total_value_mid": 10231.4033924533,
"total_value_exit_net": 10230.9550394773,
"total_value": 10231.4033924533,
"base_cost_quote": 721.0894707943,
"unrealized_pnl_exit_net": -123.7338557703
},
{
"timestamp": "2025-02-18T23:59:00+00:00",
"base_asset_bal": 119373,
"quote_asset_bal": 9579.4475567133,
"total_value_mid": 10214.2731707133,
"total_value_exit_net": 10213.7970515028,
"total_value": 10214.2731707133,
"base_cost_quote": 776.1602579305,
"unrealized_pnl_exit_net": -141.810763141
},
{
"timestamp": "2025-02-19T23:59:00+00:00",
"base_asset_bal": 117519,
"quote_asset_bal": 9590.0219305353,
"total_value_mid": 10216.9857955353,
"total_value_exit_net": 10216.5155726365,
"total_value": 10216.9857955353,
"base_cost_quote": 766.154132961,
"unrealized_pnl_exit_net": -139.6604908598
},
{
"timestamp": "2025-02-20T23:59:00+00:00",
"base_asset_bal": 116579,
"quote_asset_bal": 9595.463394297,
"total_value_mid": 10218.228412297,
"total_value_exit_net": 10217.7613385335,
"total_value": 10218.228412297,
"base_cost_quote": 761.1443914708,
"unrealized_pnl_exit_net": -138.8464472343
},
{
"timestamp": "2025-02-21T23:59:00+00:00",
"base_asset_bal": 133536,
"quote_asset_bal": 9506.0987894678,
"total_value_mid": 10198.2158774678,
"total_value_exit_net": 10197.6967896518,
"total_value": 10198.2158774678,
"base_cost_quote": 851.2569572448,
"unrealized_pnl_exit_net": -159.6589570608
},
{
"timestamp": "2025-02-22T23:59:00+00:00",
"base_asset_bal": 118326,
"quote_asset_bal": 9586.747504852,
"total_value_mid": 10218.726670852,
"total_value_exit_net": 10218.2526864775,
"total_value": 10218.726670852,
"base_cost_quote": 771.1527771345,
"unrealized_pnl_exit_net": -139.647595509
},
{
"timestamp": "2025-02-23T23:59:00+00:00",
"base_asset_bal": 123073,
"quote_asset_bal": 9562.2420625681,
"total_value_mid": 10210.959845568,
"total_value_exit_net": 10210.4733072308,
"total_value": 10210.959845568,
"base_cost_quote": 796.1866424625,
"unrealized_pnl_exit_net": -147.9553977998
},
{
"timestamp": "2025-02-24T23:59:00+00:00",
"base_asset_bal": 186943,
"quote_asset_bal": 9247.5698461163,
"total_value_mid": 10109.7509621163,
"total_value_exit_net": 10109.1043262793,
"total_value": 10109.7509621163,
"base_cost_quote": 1111.583130551,
"unrealized_pnl_exit_net": -250.048650388
},
{
"timestamp": "2025-02-25T23:59:00+00:00",
"base_asset_bal": 170132,
"quote_asset_bal": 9329.7368794303,
"total_value_mid": 10154.1965514303,
"total_value_exit_net": 10153.5782066763,
"total_value": 10154.1965514303,
"base_cost_quote": 1031.4755799148,
"unrealized_pnl_exit_net": -207.6342526688
},
{
"timestamp": "2025-02-26T23:59:00+00:00",
"base_asset_bal": 195714,
"quote_asset_bal": 9210.7679537306,
"total_value_mid": 10108.7037857306,
"total_value_exit_net": 10108.0303338566,
"total_value": 10108.7037857306,
"base_cost_quote": 1151.614403505,
"unrealized_pnl_exit_net": -254.352023379
},
{
"timestamp": "2025-02-27T23:59:00+00:00",
"base_asset_bal": 190322,
"quote_asset_bal": 9236.7495072578,
"total_value_mid": 10119.4629432578,
"total_value_exit_net": 10118.8009081808,
"total_value": 10119.4629432578,
"base_cost_quote": 1126.5816860373,
"unrealized_pnl_exit_net": -244.5302851143
},
{
"timestamp": "2025-02-28T23:59:00+00:00",
"base_asset_bal": 197951,
"quote_asset_bal": 9202.9648006193,
"total_value_mid": 10102.6520956193,
"total_value_exit_net": 10101.9773301481,
"total_value": 10102.6520956193,
"base_cost_quote": 1161.6235357283,
"unrealized_pnl_exit_net": -262.6110061995
},
{
"timestamp": "2025-03-01T23:59:00+00:00",
"base_asset_bal": 117203,
"quote_asset_bal": 9610.8210244808,
"total_value_mid": 10194.1403554808,
"total_value_exit_net": 10193.7028659825,
"total_value": 10194.1403554808,
"base_cost_quote": 756.124912683,
"unrealized_pnl_exit_net": -173.2430711813
},
{
"timestamp": "2025-03-02T23:59:00+00:00",
"base_asset_bal": 111059,
"quote_asset_bal": 9643.3273794163,
"total_value_mid": 10220.1678254162,
"total_value_exit_net": 10219.7351950817,
"total_value": 10220.1678254162,
"base_cost_quote": 726.096051916,
"unrealized_pnl_exit_net": -149.6882362505
},
{
"timestamp": "2025-03-03T23:59:00+00:00",
"base_asset_bal": 164158,
"quote_asset_bal": 9384.193360877,
"total_value_mid": 10127.829100877,
"total_value_exit_net": 10127.271374072,
"total_value": 10127.829100877,
"base_cost_quote": 986.4139660325,
"unrealized_pnl_exit_net": -243.3359528375
},
{
"timestamp": "2025-03-04T23:59:00+00:00",
"base_asset_bal": 160936,
"quote_asset_bal": 9400.6893058327,
"total_value_mid": 10138.0980578327,
"total_value_exit_net": 10137.5450012687,
"total_value": 10138.0980578327,
"base_cost_quote": 971.4032053993,
"unrealized_pnl_exit_net": -234.5475099633
},
{
"timestamp": "2025-03-05T23:59:00+00:00",
"base_asset_bal": 160857,
"quote_asset_bal": 9401.5106934608,
"total_value_mid": 10140.9703224608,
"total_value_exit_net": 10140.415727739,
"total_value": 10140.9703224608,
"base_cost_quote": 971.4000110053,
"unrealized_pnl_exit_net": -232.494976727
},
{
"timestamp": "2025-03-06T23:59:00+00:00",
"base_asset_bal": 176316,
"quote_asset_bal": 9332.0399617098,
"total_value_mid": 10114.3540537097,
"total_value_exit_net": 10113.7673181407,
"total_value": 10114.3540537097,
"base_cost_quote": 1041.4860741588,
"unrealized_pnl_exit_net": -259.7587177278
},
{
"timestamp": "2025-03-07T23:59:00+00:00",
"base_asset_bal": 186558,
"quote_asset_bal": 9287.8577023753,
"total_value_mid": 10095.8404003752,
"total_value_exit_net": 10095.2344133517,
"total_value": 10095.8404003752,
"base_cost_quote": 1086.5382119393,
"unrealized_pnl_exit_net": -279.1615009628
},
{
"timestamp": "2025-03-08T23:59:00+00:00",
"base_asset_bal": 198162,
"quote_asset_bal": 9238.234912838,
"total_value_mid": 10085.575624838,
"total_value_exit_net": 10084.940119304,
"total_value": 10085.575624838,
"base_cost_quote": 1136.60057157,
"unrealized_pnl_exit_net": -289.895365104
},
{
"timestamp": "2025-03-09T23:59:00+00:00",
"base_asset_bal": 158425,
"quote_asset_bal": 9431.4842622938,
"total_value_mid": 10071.5212622938,
"total_value_exit_net": 10071.0412345438,
"total_value": 10071.5212622938,
"base_cost_quote": 946.3747751445,
"unrealized_pnl_exit_net": -306.8178028945
},
{
"timestamp": "2025-03-10T23:59:00+00:00",
"base_asset_bal": 184796,
"quote_asset_bal": 9328.6253703873,
"total_value_mid": 10032.8829263873,
"total_value_exit_net": 10032.3547332203,
"total_value": 10032.8829263873,
"base_cost_quote": 1051.4901215713,
"unrealized_pnl_exit_net": -347.7607587383
},
{
"timestamp": "2025-03-11T23:59:00+00:00",
"base_asset_bal": 136941,
"quote_asset_bal": 9531.3259764109,
"total_value_mid": 10087.8542004108,
"total_value_exit_net": 10087.4368042428,
"total_value": 10087.8542004108,
"base_cost_quote": 851.2576587705,
"unrealized_pnl_exit_net": -295.1468309385
},
{
"timestamp": "2025-03-12T23:59:00+00:00",
"base_asset_bal": 131816,
"quote_asset_bal": 9553.0360721263,
"total_value_mid": 10085.4408961263,
"total_value_exit_net": 10085.0415925083,
"total_value": 10085.4408961263,
"base_cost_quote": 831.2338972043,
"unrealized_pnl_exit_net": -299.2283768223
},
{
"timestamp": "2025-03-13T23:59:00+00:00",
"base_asset_bal": 130552,
"quote_asset_bal": 9559.5026289251,
"total_value_mid": 10093.3297569251,
"total_value_exit_net": 10092.9293865791,
"total_value": 10093.3297569251,
"base_cost_quote": 826.2328522315,
"unrealized_pnl_exit_net": -292.8060945775
},
{
"timestamp": "2025-03-14T23:59:00+00:00",
"base_asset_bal": 125550,
"quote_asset_bal": 9580.7789164569,
"total_value_mid": 10104.6990664569,
"total_value_exit_net": 10104.3061263444,
"total_value": 10104.6990664569,
"base_cost_quote": 806.2062795585,
"unrealized_pnl_exit_net": -282.679069671
},
{
"timestamp": "2025-03-15T23:59:00+00:00",
"base_asset_bal": 131160,
"quote_asset_bal": 9556.7492806042,
"total_value_mid": 10117.0648006042,
"total_value_exit_net": 10116.6445639642,
"total_value": 10117.0648006042,
"base_cost_quote": 831.24388569,
"unrealized_pnl_exit_net": -271.34860233
},
{
"timestamp": "2025-03-16T23:59:00+00:00",
"base_asset_bal": 159247,
"quote_asset_bal": 9442.2982780699,
"total_value_mid": 10083.2674530699,
"total_value_exit_net": 10082.7867261887,
"total_value": 10083.2674530699,
"base_cost_quote": 946.3758349388,
"unrealized_pnl_exit_net": -305.88738682
},
{
"timestamp": "2025-03-17T23:59:00+00:00",
"base_asset_bal": 136291,
"quote_asset_bal": 9538.1525537817,
"total_value_mid": 10104.4416587817,
"total_value_exit_net": 10104.0169419529,
"total_value": 10104.4416587817,
"base_cost_quote": 851.2647771053,
"unrealized_pnl_exit_net": -285.400388934
},
{
"timestamp": "2025-03-18T23:59:00+00:00",
"base_asset_bal": 143611,
"quote_asset_bal": 9508.7638612367,
"total_value_mid": 10090.6756332367,
"total_value_exit_net": 10090.2391994077,
"total_value": 10090.6756332367,
"base_cost_quote": 881.2948337685,
"unrealized_pnl_exit_net": -299.8194955975
},
{
"timestamp": "2025-03-19T23:59:00+00:00",
"base_asset_bal": 134951,
"quote_asset_bal": 9544.5485571612,
"total_value_mid": 10098.6573631612,
"total_value_exit_net": 10098.2417815567,
"total_value": 10098.6573631612,
"base_cost_quote": 846.26118022,
"unrealized_pnl_exit_net": -292.5679558245
},
{
"timestamp": "2025-03-20T23:59:00+00:00",
"base_asset_bal": 123277,
"quote_asset_bal": 9596.161571242,
"total_value_mid": 10126.499225242,
"total_value_exit_net": 10126.1014720015,
"total_value": 10126.499225242,
"base_cost_quote": 796.2013024493,
"unrealized_pnl_exit_net": -266.2614016898
},
{
"timestamp": "2025-03-21T23:59:00+00:00",
"base_asset_bal": 140061,
"quote_asset_bal": 9527.3083636271,
"total_value_mid": 10096.5162676271,
"total_value_exit_net": 10096.0893616991,
"total_value": 10096.5162676271,
"base_cost_quote": 866.2833425878,
"unrealized_pnl_exit_net": -297.5023445158
},
{
"timestamp": "2025-03-22T23:59:00+00:00",
"base_asset_bal": 138917,
"quote_asset_bal": 9532.8236946059,
"total_value_mid": 10097.9380506058,
"total_value_exit_net": 10097.5142148388,
"total_value": 10097.9380506058,
"base_cost_quote": 861.2843021173,
"unrealized_pnl_exit_net": -296.5937818843
},
{
"timestamp": "2025-03-23T23:59:00+00:00",
"base_asset_bal": 125530,
"quote_asset_bal": 9588.6486007849,
"total_value_mid": 10112.2342307849,
"total_value_exit_net": 10111.8415415624,
"total_value": 10112.2342307849,
"base_cost_quote": 806.209459942,
"unrealized_pnl_exit_net": -283.0165191645
},
{
"timestamp": "2025-03-24T23:59:00+00:00",
"base_asset_bal": 124280,
"quote_asset_bal": 9594.1351869214,
"total_value_mid": 10122.4494669214,
"total_value_exit_net": 10122.0532312114,
"total_value": 10122.4494669214,
"base_cost_quote": 801.204140766,
"unrealized_pnl_exit_net": -273.286096476
},
{
"timestamp": "2025-03-25T23:59:00+00:00",
"base_asset_bal": 130221,
"quote_asset_bal": 9569.4091914314,
"total_value_mid": 10119.2022534314,
"total_value_exit_net": 10118.7899086349,
"total_value": 10119.2022534314,
"base_cost_quote": 826.2296658435,
"unrealized_pnl_exit_net": -276.84894864
},
{
"timestamp": "2025-03-26T23:59:00+00:00",
"base_asset_bal": 139620,
"quote_asset_bal": 9529.7734246604,
"total_value_mid": 10117.0151446604,
"total_value_exit_net": 10116.5747133704,
"total_value": 10117.0151446604,
"base_cost_quote": 866.2816793412,
"unrealized_pnl_exit_net": -279.4803906313
},
{
"timestamp": "2025-03-27T23:59:00+00:00",
"base_asset_bal": 133703,
"quote_asset_bal": 9555.2831497247,
"total_value_mid": 10118.4401857247,
"total_value_exit_net": 10118.0178179477,
"total_value": 10118.4401857247,
"base_cost_quote": 841.2541387533,
"unrealized_pnl_exit_net": -278.5194705303
},
{
"timestamp": "2025-03-28T23:59:00+00:00",
"base_asset_bal": 168345,
"quote_asset_bal": 9415.689439387,
"total_value_mid": 10080.483844387,
"total_value_exit_net": 10079.9852485832,
"total_value": 10080.483844387,
"base_cost_quote": 981.4201504778,
"unrealized_pnl_exit_net": -317.1243412815
},
{
"timestamp": "2025-03-29T23:59:00+00:00",
"base_asset_bal": 142852,
"quote_asset_bal": 9522.8868449087,
"total_value_mid": 10084.5809089087,
"total_value_exit_net": 10084.1596383607,
"total_value": 10084.5809089087,
"base_cost_quote": 876.2917272508,
"unrealized_pnl_exit_net": -315.0189337988
},
{
"timestamp": "2025-03-30T23:59:00+00:00",
"base_asset_bal": 150383,
"quote_asset_bal": 9493.9713251277,
"total_value_mid": 10086.1795791277,
"total_value_exit_net": 10085.7354229372,
"total_value": 10086.1795791277,
"base_cost_quote": 906.3296468067,
"unrealized_pnl_exit_net": -314.5655489973
},
{
"timestamp": "2025-03-31T23:59:00+00:00",
"base_asset_bal": 173742,
"quote_asset_bal": 9404.5998505742,
"total_value_mid": 10068.8155165742,
"total_value_exit_net": 10068.3173548247,
"total_value": 10068.8155165742,
"base_cost_quote": 996.4284042323,
"unrealized_pnl_exit_net": -332.7108999818
},
{
"timestamp": "2025-04-01T23:59:00+00:00",
"base_asset_bal": 163349,
"quote_asset_bal": 9445.6246183977,
"total_value_mid": 10073.5381743977,
"total_value_exit_net": 10073.0672392307,
"total_value": 10073.5381743977,
"base_cost_quote": 956.3830507257,
"unrealized_pnl_exit_net": -328.9404298927
},
{
"timestamp": "2025-04-02T23:59:00+00:00",
"base_asset_bal": 186248,
"quote_asset_bal": 9366.5673966357,
"total_value_mid": 10010.4267326357,
"total_value_exit_net": 10009.9438381337,
"total_value": 10010.4267326357,
"base_cost_quote": 1036.4611382812,
"unrealized_pnl_exit_net": -393.0846967832
},
{
"timestamp": "2025-04-03T23:59:00+00:00",
"base_asset_bal": 183306,
"quote_asset_bal": 9377.451243093,
"total_value_mid": 10023.238281093,
"total_value_exit_net": 10022.7539408145,
"total_value": 10023.238281093,
"base_cost_quote": 1026.453755369,
"unrealized_pnl_exit_net": -381.1510576475
},
{
"timestamp": "2025-04-04T23:59:00+00:00",
"base_asset_bal": 164685,
"quote_asset_bal": 9460.2837540115,
"total_value_mid": 10058.7490440115,
"total_value_exit_net": 10058.300195044,
"total_value": 10058.7490440115,
"base_cost_quote": 946.370177699,
"unrealized_pnl_exit_net": -348.3537366665
},
{
"timestamp": "2025-04-05T23:59:00+00:00",
"base_asset_bal": 144001,
"quote_asset_bal": 9536.5674844763,
"total_value_mid": 10065.1951554763,
"total_value_exit_net": 10064.7986847231,
"total_value": 10065.1951554763,
"base_cost_quote": 871.2883995673,
"unrealized_pnl_exit_net": -343.0571993205
},
{
"timestamp": "2025-04-06T23:59:00+00:00",
"base_asset_bal": 155605,
"quote_asset_bal": 9497.8624589578,
"total_value_mid": 10009.6473039578,
"total_value_exit_net": 10009.2634653241,
"total_value": 10009.6473039578,
"base_cost_quote": 911.3356925272,
"unrealized_pnl_exit_net": -399.934686161
},
{
"timestamp": "2025-04-07T23:59:00+00:00",
"base_asset_bal": 160192,
"quote_asset_bal": 9484.7189686109,
"total_value_mid": 10025.0465846109,
"total_value_exit_net": 10024.6413388989,
"total_value": 10025.0465846109,
"base_cost_quote": 926.3520853815,
"unrealized_pnl_exit_net": -386.4297150935
},
{
"timestamp": "2025-04-08T23:59:00+00:00",
"base_asset_bal": 161819,
"quote_asset_bal": 9480.9133305306,
"total_value_mid": 10002.1323295306,
"total_value_exit_net": 10001.7414152814,
"total_value": 10002.1323295306,
"base_cost_quote": 931.357934955,
"unrealized_pnl_exit_net": -410.5298502043
},
{
"timestamp": "2025-04-09T23:59:00+00:00",
"base_asset_bal": 145299,
"quote_asset_bal": 9537.3784886396,
"total_value_mid": 10056.6771146396,
"total_value_exit_net": 10056.2876406701,
"total_value": 10056.6771146396,
"base_cost_quote": 876.3007600203,
"unrealized_pnl_exit_net": -357.3916079898
},
{
"timestamp": "2025-04-10T23:59:00+00:00",
"base_asset_bal": 143552,
"quote_asset_bal": 9544.2811266024,
"total_value_mid": 10071.1169666024,
"total_value_exit_net": 10070.7218397224,
"total_value": 10071.1169666024,
"base_cost_quote": 871.2903570343,
"unrealized_pnl_exit_net": -344.8496439143
},
{
"timestamp": "2025-04-11T23:59:00+00:00",
"base_asset_bal": 143445,
"quote_asset_bal": 9545.9276423392,
"total_value_mid": 10078.8258173392,
"total_value_exit_net": 10078.426143708,
"total_value": 10078.8258173392,
"base_cost_quote": 871.287639998,
"unrealized_pnl_exit_net": -338.7891386293
},
{
"timestamp": "2025-04-12T23:59:00+00:00",
"base_asset_bal": 136573,
"quote_asset_bal": 9571.6597554465,
"total_value_mid": 10092.5491774465,
"total_value_exit_net": 10092.15851038,
"total_value": 10092.5491774465,
"base_cost_quote": 846.2570481233,
"unrealized_pnl_exit_net": -325.7582931898
},
{
"timestamp": "2025-04-13T23:59:00+00:00",
"base_asset_bal": 161211,
"quote_asset_bal": 9482.4916684667,
"total_value_mid": 10061.8840024667,
"total_value_exit_net": 10061.4494582162,
"total_value": 10061.8840024667,
"base_cost_quote": 936.3564540348,
"unrealized_pnl_exit_net": -357.3986642853
},
{
"timestamp": "2025-04-14T23:59:00+00:00",
"base_asset_bal": 166958,
"quote_asset_bal": 9463.3487583355,
"total_value_mid": 10055.3818263355,
"total_value_exit_net": 10054.9378015345,
"total_value": 10055.3818263355,
"base_cost_quote": 956.3786123995,
"unrealized_pnl_exit_net": -364.7895692005
},
{
"timestamp": "2025-04-15T23:59:00+00:00",
"base_asset_bal": 161332,
"quote_asset_bal": 9484.080862036,
"total_value_mid": 10056.325466036,
"total_value_exit_net": 10055.896282583,
"total_value": 10056.325466036,
"base_cost_quote": 936.3597945383,
"unrealized_pnl_exit_net": -364.5443739913
},
{
"timestamp": "2025-04-16T23:59:00+00:00",
"base_asset_bal": 174132,
"quote_asset_bal": 9439.5846459438,
"total_value_mid": 10049.0466459438,
"total_value_exit_net": 10048.5895494438,
"total_value": 10049.0466459438,
"base_cost_quote": 981.4058357498,
"unrealized_pnl_exit_net": -372.4009322498
},
{
"timestamp": "2025-04-17T23:59:00+00:00",
"base_asset_bal": 168423,
"quote_asset_bal": 9460.3004611588,
"total_value_mid": 10056.8547271588,
"total_value_exit_net": 10056.4073114593,
"total_value": 10056.8547271588,
"base_cost_quote": 961.382928824,
"unrealized_pnl_exit_net": -365.2760785235
},
{
"timestamp": "2025-04-18T23:59:00+00:00",
"base_asset_bal": 169798,
"quote_asset_bal": 9455.9557621653,
"total_value_mid": 10055.8520961653,
"total_value_exit_net": 10055.4021739148,
"total_value": 10055.8520961653,
"base_cost_quote": 966.3848104238,
"unrealized_pnl_exit_net": -366.9383986743
},
{
"timestamp": "2025-04-19T23:59:00+00:00",
"base_asset_bal": 158455,
"quote_asset_bal": 9496.5922906778,
"total_value_mid": 10064.1781006778,
"total_value_exit_net": 10063.7524113203,
"total_value": 10064.1781006778,
"base_cost_quote": 926.3442595165,
"unrealized_pnl_exit_net": -359.184138874
},
{
"timestamp": "2025-04-20T23:59:00+00:00",
"base_asset_bal": 150132,
"quote_asset_bal": 9527.8333222713,
"total_value_mid": 10071.6114262713,
"total_value_exit_net": 10071.2035926933,
"total_value": 10071.6114262713,
"base_cost_quote": 896.3093702315,
"unrealized_pnl_exit_net": -352.9390998095
},
{
"timestamp": "2025-04-21T23:59:00+00:00",
"base_asset_bal": 128733,
"quote_asset_bal": 9609.6687611744,
"total_value_mid": 10111.5987281744,
"total_value_exit_net": 10111.2222806991,
"total_value": 10111.5987281744,
"base_cost_quote": 816.2221178075,
"unrealized_pnl_exit_net": -314.6685982828
},
{
"timestamp": "2025-04-22T23:59:00+00:00",
"base_asset_bal": 119396,
"quote_asset_bal": 9653.2933374754,
"total_value_mid": 10148.4285494754,
"total_value_exit_net": 10148.0571980664,
"total_value": 10148.4285494754,
"base_cost_quote": 776.1711500935,
"unrealized_pnl_exit_net": -281.4072895025
},
{
"timestamp": "2025-04-23T23:59:00+00:00",
"base_asset_bal": 126513,
"quote_asset_bal": 9624.7806625852,
"total_value_mid": 10150.9482295852,
"total_value_exit_net": 10150.5536039099,
"total_value": 10150.9482295852,
"base_cost_quote": 806.201421918,
"unrealized_pnl_exit_net": -280.4284805933
},
{
"timestamp": "2025-04-24T23:59:00+00:00",
"base_asset_bal": 121752,
"quote_asset_bal": 9645.726950513,
"total_value_mid": 10145.762414513,
"total_value_exit_net": 10145.387387915,
"total_value": 10145.762414513,
"base_cost_quote": 786.1787651798,
"unrealized_pnl_exit_net": -286.5183277778
},
{
"timestamp": "2025-04-25T23:59:00+00:00",
"base_asset_bal": 132428,
"quote_asset_bal": 9601.3276879462,
"total_value_mid": 10151.1687439462,
"total_value_exit_net": 10150.7563631542,
"total_value": 10151.1687439462,
"base_cost_quote": 831.2383725583,
"unrealized_pnl_exit_net": -281.8096973503
},
{
"timestamp": "2025-04-26T23:59:00+00:00",
"base_asset_bal": 131190,
"quote_asset_bal": 9606.8115878553,
"total_value_mid": 10155.5793578553,
"total_value_exit_net": 10155.1677820278,
"total_value": 10155.5793578553,
"base_cost_quote": 826.2274491823,
"unrealized_pnl_exit_net": -277.8712550098
},
{
"timestamp": "2025-04-27T23:59:00+00:00",
"base_asset_bal": 136405,
"quote_asset_bal": 9587.5322348328,
"total_value_mid": 10137.5171948328,
"total_value_exit_net": 10137.1047061128,
"total_value": 10137.5171948328,
"base_cost_quote": 846.2468644912,
"unrealized_pnl_exit_net": -296.6743932113
},
{
"timestamp": "2025-04-28T23:59:00+00:00",
"base_asset_bal": 127899,
"quote_asset_bal": 9623.388631329,
"total_value_mid": 10152.762592329,
"total_value_exit_net": 10152.3655618583,
"total_value": 10152.762592329,
"base_cost_quote": 811.2079590068,
"unrealized_pnl_exit_net": -282.2310284775
},
{
"timestamp": "2025-04-29T23:59:00+00:00",
"base_asset_bal": 133764,
"quote_asset_bal": 9599.3999193118,
"total_value_mid": 10154.9218113118,
"total_value_exit_net": 10154.5051698928,
"total_value": 10154.9218113118,
"base_cost_quote": 836.2454480505,
"unrealized_pnl_exit_net": -281.1401974695
},
{
"timestamp": "2025-04-30T23:59:00+00:00",
"base_asset_bal": 136297,
"quote_asset_bal": 9590.1964016946,
"total_value_mid": 10150.2407746946,
"total_value_exit_net": 10149.8207414149,
"total_value": 10150.2407746946,
"base_cost_quote": 846.2570191015,
"unrealized_pnl_exit_net": -286.6326793813
},
{
"timestamp": "2025-05-01T23:59:00+00:00",
"base_asset_bal": 142360,
"quote_asset_bal": 9565.4813090424,
"total_value_mid": 10148.5878690424,
"total_value_exit_net": 10148.1505391224,
"total_value": 10148.5878690424,
"base_cost_quote": 871.295217677,
"unrealized_pnl_exit_net": -288.625987597
},
{
"timestamp": "2025-05-02T23:59:00+00:00",
"base_asset_bal": 137513,
"quote_asset_bal": 9585.9273790426,
"total_value_mid": 10149.7306790426,
"total_value_exit_net": 10149.3078265676,
"total_value": 10149.7306790426,
"base_cost_quote": 851.2626745295,
"unrealized_pnl_exit_net": -287.8822270045
},
{
"timestamp": "2025-05-03T23:59:00+00:00",
"base_asset_bal": 148837,
"quote_asset_bal": 9541.2227570246,
"total_value_mid": 10133.5940170246,
"total_value_exit_net": 10133.1497385796,
"total_value": 10133.5940170246,
"base_cost_quote": 896.2982418915,
"unrealized_pnl_exit_net": -304.3712603365
},
{
"timestamp": "2025-05-04T23:59:00+00:00",
"base_asset_bal": 128097,
"quote_asset_bal": 9626.9335464744,
"total_value_mid": 10136.8877034744,
"total_value_exit_net": 10136.5052378566,
"total_value": 10136.8877034744,
"base_cost_quote": 811.2126245033,
"unrealized_pnl_exit_net": -301.640933121
},
{
"timestamp": "2025-05-05T23:59:00+00:00",
"base_asset_bal": 142742,
"quote_asset_bal": 9567.9091283079,
"total_value_mid": 10140.8755163079,
"total_value_exit_net": 10140.4457915169,
"total_value": 10140.8755163079,
"base_cost_quote": 871.268305508,
"unrealized_pnl_exit_net": -298.731642299
},
{
"timestamp": "2025-05-06T23:59:00+00:00",
"base_asset_bal": 144117,
"quote_asset_bal": 9563.8649315744,
"total_value_mid": 10136.7300065744,
"total_value_exit_net": 10136.3003577682,
"total_value": 10136.7300065744,
"base_cost_quote": 876.2746664648,
"unrealized_pnl_exit_net": -303.839240271
},
{
"timestamp": "2025-05-07T23:59:00+00:00",
"base_asset_bal": 140360,
"quote_asset_bal": 9579.5776859054,
"total_value_mid": 10139.6140859054,
"total_value_exit_net": 10139.1940586054,
"total_value": 10139.6140859054,
"base_cost_quote": 861.2546799173,
"unrealized_pnl_exit_net": -301.6383072173
},
{
"timestamp": "2025-05-08T23:59:00+00:00",
"base_asset_bal": 122849,
"quote_asset_bal": 9650.7266702432,
"total_value_mid": 10182.4171422432,
"total_value_exit_net": 10182.0183743892,
"total_value": 10182.4171422432,
"base_cost_quote": 791.1883515538,
"unrealized_pnl_exit_net": -259.8966474078
},
{
"timestamp": "2025-05-09T23:59:00+00:00",
"base_asset_bal": 126148,
"quote_asset_bal": 9636.7772141929,
"total_value_mid": 10194.2252261929,
"total_value_exit_net": 10193.8071401839,
"total_value": 10194.2252261929,
"base_cost_quote": 806.2061474595,
"unrealized_pnl_exit_net": -249.1762214685
},
{
"timestamp": "2025-05-10T23:59:00+00:00",
"base_asset_bal": 118258,
"quote_asset_bal": 9673.0172705819,
"total_value_mid": 10218.1866505819,
"total_value_exit_net": 10217.7777735469,
"total_value": 10218.1866505819,
"base_cost_quote": 771.1642657445,
"unrealized_pnl_exit_net": -226.4037627795
},
{
"timestamp": "2025-05-11T23:59:00+00:00",
"base_asset_bal": 137015,
"quote_asset_bal": 9588.9984121489,
"total_value_mid": 10204.0587471489,
"total_value_exit_net": 10203.5974518977,
"total_value": 10204.0587471489,
"base_cost_quote": 856.2735778905,
"unrealized_pnl_exit_net": -241.6745381418
},
{
"timestamp": "2025-05-12T23:59:00+00:00",
"base_asset_bal": 136996,
"quote_asset_bal": 9590.0897942424,
"total_value_mid": 10200.8179622424,
"total_value_exit_net": 10200.3599161164,
"total_value": 10200.8179622424,
"base_cost_quote": 856.268127806,
"unrealized_pnl_exit_net": -245.998005932
},
{
"timestamp": "2025-05-13T23:59:00+00:00",
"base_asset_bal": 129218,
"quote_asset_bal": 9625.8942716607,
"total_value_mid": 10213.0608636607,
"total_value_exit_net": 10212.6204887167,
"total_value": 10213.0608636607,
"base_cost_quote": 821.225677665,
"unrealized_pnl_exit_net": -234.499460609
},
{
"timestamp": "2025-05-14T23:59:00+00:00",
"base_asset_bal": 94553,
"quote_asset_bal": 9813.9645180239,
"total_value_mid": 10281.0563380239,
"total_value_exit_net": 10280.7060191589,
"total_value": 10281.0563380239,
"base_cost_quote": 635.9741131175,
"unrealized_pnl_exit_net": -169.2326119825
},
{
"timestamp": "2025-05-15T23:59:00+00:00",
"base_asset_bal": 114715,
"quote_asset_bal": 9722.2461851247,
"total_value_mid": 10255.9003651247,
"total_value_exit_net": 10255.5001244897,
"total_value": 10255.9003651247,
"base_cost_quote": 731.0820736298,
"unrealized_pnl_exit_net": -197.8281342648
},
{
"timestamp": "2025-05-16T23:59:00+00:00",
"base_asset_bal": 119227,
"quote_asset_bal": 9703.6104747249,
"total_value_mid": 10249.7893617249,
"total_value_exit_net": 10249.3797275597,
"total_value": 10249.7893617249,
"base_cost_quote": 751.1242960313,
"unrealized_pnl_exit_net": -205.3550431965
},
{
"timestamp": "2025-05-17T23:59:00+00:00",
"base_asset_bal": 128095,
"quote_asset_bal": 9664.6078426375,
"total_value_mid": 10233.4777376375,
"total_value_exit_net": 10233.0510852162,
"total_value": 10233.4777376375,
"base_cost_quote": 791.1673277978,
"unrealized_pnl_exit_net": -222.724085219
},
{
"timestamp": "2025-05-18T23:59:00+00:00",
"base_asset_bal": 111835,
"quote_asset_bal": 9740.8369735295,
"total_value_mid": 10252.7057685295,
"total_value_exit_net": 10252.3218669332,
"total_value": 10252.7057685295,
"base_cost_quote": 716.0651093473,
"unrealized_pnl_exit_net": -204.5802159435
},
{
"timestamp": "2025-05-19T23:59:00+00:00",
"base_asset_bal": 104801,
"quote_asset_bal": 9777.6614420005,
"total_value_mid": 10254.6107930005,
"total_value_exit_net": 10254.2530809872,
"total_value": 10254.6107930005,
"base_cost_quote": 681.0271045378,
"unrealized_pnl_exit_net": -204.435465551
},
{
"timestamp": "2025-05-20T23:59:00+00:00",
"base_asset_bal": 100195,
"quote_asset_bal": 9799.3417828788,
"total_value_mid": 10267.8536028787,
"total_value_exit_net": 10267.5022190137,
"total_value": 10267.8536028787,
"base_cost_quote": 661.001471569,
"unrealized_pnl_exit_net": -192.841035434
},
{
"timestamp": "2025-05-21T23:59:00+00:00",
"base_asset_bal": 100147,
"quote_asset_bal": 9800.1490921583,
"total_value_mid": 10271.1404331583,
"total_value_exit_net": 10270.7871896525,
"total_value": 10271.1404331583,
"base_cost_quote": 661.0045438715,
"unrealized_pnl_exit_net": -190.3664463773
},
{
"timestamp": "2025-05-22T23:59:00+00:00",
"base_asset_bal": 90644,
"quote_asset_bal": 9845.8545989875,
"total_value_mid": 10282.9399669875,
"total_value_exit_net": 10282.6121529615,
"total_value": 10282.9399669875,
"base_cost_quote": 615.9534919048,
"unrealized_pnl_exit_net": -179.1959379308
},
{
"timestamp": "2025-05-23T23:59:00+00:00",
"base_asset_bal": 134044,
"quote_asset_bal": 9641.4966199995,
"total_value_mid": 10246.8393239995,
"total_value_exit_net": 10246.3853169715,
"total_value": 10246.8393239995,
"base_cost_quote": 821.1911487878,
"unrealized_pnl_exit_net": -216.3024518158
},
{
"timestamp": "2025-05-24T23:59:00+00:00",
"base_asset_bal": 113782,
"quote_asset_bal": 9737.684902372,
"total_value_mid": 10266.543638372,
"total_value_exit_net": 10266.14699432,
"total_value": 10266.543638372,
"base_cost_quote": 726.0773849263,
"unrealized_pnl_exit_net": -197.6152929783
},
{
"timestamp": "2025-05-25T23:59:00+00:00",
"base_asset_bal": 104352,
"quote_asset_bal": 9783.6208788251,
"total_value_mid": 10263.640078825,
"total_value_exit_net": 10263.280064425,
"total_value": 10263.640078825,
"base_cost_quote": 681.0267382633,
"unrealized_pnl_exit_net": -201.3675526633
},
{
"timestamp": "2025-05-26T23:59:00+00:00",
"base_asset_bal": 107595,
"quote_asset_bal": 9769.0645094201,
"total_value_mid": 10261.7420144201,
"total_value_exit_net": 10261.3725062913,
"total_value": 10261.7420144201,
"base_cost_quote": 696.0423895618,
"unrealized_pnl_exit_net": -203.7343926905
},
{
"timestamp": "2025-05-27T23:59:00+00:00",
"base_asset_bal": 107555,
"quote_asset_bal": 9769.4307145068,
"total_value_mid": 10264.8290445068,
"total_value_exit_net": 10264.4574957593,
"total_value": 10264.8290445068,
"base_cost_quote": 696.040290989,
"unrealized_pnl_exit_net": -201.0135097365
},
{
"timestamp": "2025-05-28T23:59:00+00:00",
"base_asset_bal": 116342,
"quote_asset_bal": 9729.9218281868,
"total_value_mid": 10257.6491401868,
"total_value_exit_net": 10257.2533447028,
"total_value": 10257.6491401868,
"base_cost_quote": 736.0854283335,
"unrealized_pnl_exit_net": -208.7539118175
},
{
"timestamp": "2025-05-29T23:59:00+00:00",
"base_asset_bal": 132063,
"quote_asset_bal": 9660.2635405858,
"total_value_mid": 10241.3407405858,
"total_value_exit_net": 10240.9049326858,
"total_value": 10241.3407405858,
"base_cost_quote": 806.1761900082,
"unrealized_pnl_exit_net": -225.5347979082
},
{
"timestamp": "2025-05-30T23:59:00+00:00",
"base_asset_bal": 169057,
"quote_asset_bal": 9506.2234109526,
"total_value_mid": 10183.1276389526,
"total_value_exit_net": 10182.6199607816,
"total_value": 10183.1276389526,
"base_cost_quote": 961.3468347737,
"unrealized_pnl_exit_net": -284.9502849448
},
{
"timestamp": "2025-05-31T23:59:00+00:00",
"base_asset_bal": 112714,
"quote_asset_bal": 9753.6556627489,
"total_value_mid": 10218.9390547489,
"total_value_exit_net": 10218.5900922049,
"total_value": 10218.9390547489,
"base_cost_quote": 716.0634801263,
"unrealized_pnl_exit_net": -251.1290506703
},
{
"timestamp": "2025-06-01T23:59:00+00:00",
"base_asset_bal": 115119,
"quote_asset_bal": 9744.1528595997,
"total_value_mid": 10221.3211145997,
"total_value_exit_net": 10220.9632384084,
"total_value": 10221.3211145997,
"base_cost_quote": 726.0757196783,
"unrealized_pnl_exit_net": -249.2653408695
},
{
"timestamp": "2025-06-02T23:59:00+00:00",
"base_asset_bal": 111495,
"quote_asset_bal": 9759.5566977427,
"total_value_mid": 10225.1598177427,
"total_value_exit_net": 10224.8106154027,
"total_value": 10225.1598177427,
"base_cost_quote": 711.0619708055,
"unrealized_pnl_exit_net": -245.8080531455
},
{
"timestamp": "2025-06-03T23:59:00+00:00",
"base_asset_bal": 109170,
"quote_asset_bal": 9769.9781542999,
"total_value_mid": 10222.8153142999,
"total_value_exit_net": 10222.4756864299,
"total_value": 10222.8153142999,
"base_cost_quote": 701.0487825425,
"unrealized_pnl_exit_net": -248.5512504125
},
{
"timestamp": "2025-06-04T23:59:00+00:00",
"base_asset_bal": 128776,
"quote_asset_bal": 9690.1419146039,
"total_value_mid": 10205.8897946039,
"total_value_exit_net": 10205.5029836939,
"total_value": 10205.8897946039,
"base_cost_quote": 781.1411658118,
"unrealized_pnl_exit_net": -265.7800967218
},
{
"timestamp": "2025-06-05T23:59:00+00:00",
"base_asset_bal": 132041,
"quote_asset_bal": 9681.2335255637,
"total_value_mid": 10187.3466785637,
"total_value_exit_net": 10186.9670936989,
"total_value": 10187.3466785637,
"base_cost_quote": 791.153824678,
"unrealized_pnl_exit_net": -285.4202565427
},
{
"timestamp": "2025-06-06T23:59:00+00:00",
"base_asset_bal": 137047,
"quote_asset_bal": 9661.7080108062,
"total_value_mid": 10194.5467468062,
"total_value_exit_net": 10194.1471177542,
"total_value": 10194.5467468062,
"base_cost_quote": 811.17824774,
"unrealized_pnl_exit_net": -278.739140792
},
{
"timestamp": "2025-06-07T23:59:00+00:00",
"base_asset_bal": 129331,
"quote_asset_bal": 9692.0515020744,
"total_value_mid": 10202.1329660744,
"total_value_exit_net": 10201.7504049764,
"total_value": 10202.1329660744,
"base_cost_quote": 781.1387840267,
"unrealized_pnl_exit_net": -271.4398811248
},
{
"timestamp": "2025-06-08T23:59:00+00:00",
"base_asset_bal": 133164,
"quote_asset_bal": 9677.2178772127,
"total_value_mid": 10199.8865772127,
"total_value_exit_net": 10199.4945756877,
"total_value": 10199.8865772127,
"base_cost_quote": 796.151510133,
"unrealized_pnl_exit_net": -273.874811658
},
{
"timestamp": "2025-06-09T23:59:00+00:00",
"base_asset_bal": 114251,
"quote_asset_bal": 9752.8822305989,
"total_value_mid": 10214.7990235989,
"total_value_exit_net": 10214.4525860042,
"total_value": 10214.7990235989,
"base_cost_quote": 721.0761948448,
"unrealized_pnl_exit_net": -259.5058394395
},
{
"timestamp": "2025-06-10T23:59:00+00:00",
"base_asset_bal": 109329,
"quote_asset_bal": 9773.4864806967,
"total_value_mid": 10219.6581296967,
"total_value_exit_net": 10219.3235009599,
"total_value": 10219.6581296967,
"base_cost_quote": 701.0542746585,
"unrealized_pnl_exit_net": -255.2172543952
},
{
"timestamp": "2025-06-11T23:59:00+00:00",
"base_asset_bal": 119308,
"quote_asset_bal": 9733.8821048827,
"total_value_mid": 10208.0120968827,
"total_value_exit_net": 10207.6564993887,
"total_value": 10208.0120968827,
"base_cost_quote": 741.0978898622,
"unrealized_pnl_exit_net": -267.3234953562
},
{
"timestamp": "2025-06-12T23:59:00+00:00",
"base_asset_bal": 130010,
"quote_asset_bal": 9694.3618589182,
"total_value_mid": 10186.8397389182,
"total_value_exit_net": 10186.4703805082,
"total_value": 10186.8397389182,
"base_cost_quote": 781.141044721,
"unrealized_pnl_exit_net": -289.032523131
},
{
"timestamp": "2025-06-13T23:59:00+00:00",
"base_asset_bal": 140767,
"quote_asset_bal": 9655.1551466797,
"total_value_mid": 10174.4446096797,
"total_value_exit_net": 10174.0551425825,
"total_value": 10174.4446096797,
"base_cost_quote": 821.1823952275,
"unrealized_pnl_exit_net": -302.2823993248
},
{
"timestamp": "2025-06-14T23:59:00+00:00",
"base_asset_bal": 116221,
"quote_asset_bal": 9751.1202718817,
"total_value_mid": 10179.6270988817,
"total_value_exit_net": 10179.3057187615,
"total_value": 10179.6270988817,
"base_cost_quote": 726.077253828,
"unrealized_pnl_exit_net": -297.8918069482
},
{
"timestamp": "2025-06-15T23:59:00+00:00",
"base_asset_bal": 116098,
"quote_asset_bal": 9751.9797029065,
"total_value_mid": 10190.7140449065,
"total_value_exit_net": 10190.38499415,
"total_value": 10190.7140449065,
"base_cost_quote": 726.0820083912,
"unrealized_pnl_exit_net": -287.6767171478
},
{
"timestamp": "2025-06-16T23:59:00+00:00",
"base_asset_bal": 130312,
"quote_asset_bal": 9697.4033163672,
"total_value_mid": 10192.9798523672,
"total_value_exit_net": 10192.6081699652,
"total_value": 10192.9798523672,
"base_cost_quote": 781.149767258,
"unrealized_pnl_exit_net": -285.94491366
},
{
"timestamp": "2025-06-17T23:59:00+00:00",
"base_asset_bal": 168380,
"quote_asset_bal": 9557.7684836915,
"total_value_mid": 10159.7269836915,
"total_value_exit_net": 10159.2755148165,
"total_value": 10159.7269836915,
"base_cost_quote": 921.3088908202,
"unrealized_pnl_exit_net": -319.8018596953
},
{
"timestamp": "2025-06-18T23:59:00+00:00",
"base_asset_bal": 161524,
"quote_asset_bal": 9583.533028189,
"total_value_mid": 10160.496756189,
"total_value_exit_net": 10160.064033393,
"total_value": 10160.496756189,
"base_cost_quote": 896.2743519875,
"unrealized_pnl_exit_net": -319.7433467835
},
{
"timestamp": "2025-06-19T23:59:00+00:00",
"base_asset_bal": 162945,
"quote_asset_bal": 9578.7218952998,
"total_value_mid": 10156.6878102998,
"total_value_exit_net": 10156.2543358635,
"total_value": 10156.6878102998,
"base_cost_quote": 901.279737213,
"unrealized_pnl_exit_net": -323.7472966493
},
{
"timestamp": "2025-06-20T23:59:00+00:00",
"base_asset_bal": 184489,
"quote_asset_bal": 9503.9673626755,
"total_value_mid": 10135.4732096755,
"total_value_exit_net": 10134.9995802903,
"total_value": 10135.4732096755,
"base_cost_quote": 976.3675368575,
"unrealized_pnl_exit_net": -345.3353192428
},
{
"timestamp": "2025-06-21T23:59:00+00:00",
"base_asset_bal": 211444,
"quote_asset_bal": 9414.3768904793,
"total_value_mid": 10105.1644384793,
"total_value_exit_net": 10104.6463478183,
"total_value": 10105.1644384793,
"base_cost_quote": 1066.468335813,
"unrealized_pnl_exit_net": -376.198878474
},
{
"timestamp": "2025-06-22T23:59:00+00:00",
"base_asset_bal": 250952,
"quote_asset_bal": 9290.2713120596,
"total_value_mid": 10067.9715600596,
"total_value_exit_net": 10067.3882848736,
"total_value": 10067.9715600596,
"base_cost_quote": 1191.5984710815,
"unrealized_pnl_exit_net": -414.4814982675
},
{
"timestamp": "2025-06-23T23:59:00+00:00",
"base_asset_bal": 207623,
"quote_asset_bal": 9431.2732422823,
"total_value_mid": 10132.0008672823,
"total_value_exit_net": 10131.4753215636,
"total_value": 10132.0008672823,
"base_cost_quote": 1051.4515716805,
"unrealized_pnl_exit_net": -351.2494923993
},
{
"timestamp": "2025-06-24T23:59:00+00:00",
"base_asset_bal": 184298,
"quote_asset_bal": 9512.0397290771,
"total_value_mid": 10148.4207230771,
"total_value_exit_net": 10147.9434373316,
"total_value": 10148.4207230771,
"base_cost_quote": 971.3603722985,
"unrealized_pnl_exit_net": -335.456664044
},
{
"timestamp": "2025-06-25T23:59:00+00:00",
"base_asset_bal": 184429,
"quote_asset_bal": 9512.8214190546,
"total_value_mid": 10146.7038920546,
"total_value_exit_net": 10146.2284801998,
"total_value": 10146.7038920546,
"base_cost_quote": 971.3623828052,
"unrealized_pnl_exit_net": -337.95532166
},
{
"timestamp": "2025-06-26T23:59:00+00:00",
"base_asset_bal": 215586,
"quote_asset_bal": 9408.3177985079,
"total_value_mid": 10116.7333945078,
"total_value_exit_net": 10116.2020828108,
"total_value": 10116.7333945078,
"base_cost_quote": 1076.47467094,
"unrealized_pnl_exit_net": -368.590386637
},
{
"timestamp": "2025-06-27T23:59:00+00:00",
"base_asset_bal": 209496,
"quote_asset_bal": 9428.7452002374,
"total_value_mid": 10126.7858722373,
"total_value_exit_net": 10126.2623417333,
"total_value": 10126.7858722373,
"base_cost_quote": 1056.4542138503,
"unrealized_pnl_exit_net": -358.9370723543
},
{
"timestamp": "2025-06-28T23:59:00+00:00",
"base_asset_bal": 200497,
"quote_asset_bal": 9459.0944621143,
"total_value_mid": 10132.7643821143,
"total_value_exit_net": 10132.2591296743,
"total_value": 10132.7643821143,
"base_cost_quote": 1026.420966796,
"unrealized_pnl_exit_net": -353.256299236
},
{
"timestamp": "2025-06-29T23:59:00+00:00",
"base_asset_bal": 182828,
"quote_asset_bal": 9519.4928804823,
"total_value_mid": 10151.1636204823,
"total_value_exit_net": 10150.6898674273,
"total_value": 10151.1636204823,
"base_cost_quote": 966.3511391892,
"unrealized_pnl_exit_net": -335.1541522442
},
{
"timestamp": "2025-06-30T23:59:00+00:00",
"base_asset_bal": 185811,
"quote_asset_bal": 9510.0531602751,
"total_value_mid": 10134.5639312751,
"total_value_exit_net": 10134.0955481968,
"total_value": 10134.5639312751,
"base_cost_quote": 976.3657555225,
"unrealized_pnl_exit_net": -352.3233676008
},
{
"timestamp": "2025-07-01T23:59:00+00:00",
"base_asset_bal": 201403,
"quote_asset_bal": 9460.5507357431,
"total_value_mid": 10110.6796197431,
"total_value_exit_net": 10110.1920230801,
"total_value": 10110.6796197431,
"base_cost_quote": 1026.4149392787,
"unrealized_pnl_exit_net": -376.7736519418
},
{
"timestamp": "2025-07-02T23:59:00+00:00",
"base_asset_bal": 182805,
"quote_asset_bal": 9521.0954365513,
"total_value_mid": 10141.9012165513,
"total_value_exit_net": 10141.4356122163,
"total_value": 10141.9012165513,
"base_cost_quote": 966.3537681595,
"unrealized_pnl_exit_net": -346.0135924945
},
{
"timestamp": "2025-07-03T23:59:00+00:00",
"base_asset_bal": 181305,
"quote_asset_bal": 9526.4638888598,
"total_value_mid": 10146.3456838598,
"total_value_exit_net": 10145.8807725136,
"total_value": 10146.3456838598,
"base_cost_quote": 961.3470919665,
"unrealized_pnl_exit_net": -341.9302083127
},
{
"timestamp": "2025-07-04T23:59:00+00:00",
"base_asset_bal": 140416,
"quote_asset_bal": 9679.0748248186,
"total_value_mid": 10182.6066008186,
"total_value_exit_net": 10182.2289519866,
"total_value": 10182.6066008186,
"base_cost_quote": 811.175377589,
"unrealized_pnl_exit_net": -308.021250421
},
{
"timestamp": "2025-07-05T23:59:00+00:00",
"base_asset_bal": 179893,
"quote_asset_bal": 9540.1226503812,
"total_value_mid": 10155.7164963812,
"total_value_exit_net": 10155.2548009967,
"total_value": 10155.7164963812,
"base_cost_quote": 951.3277801143,
"unrealized_pnl_exit_net": -336.1956294988
},
{
"timestamp": "2025-07-06T23:59:00+00:00",
"base_asset_bal": 174091,
"quote_asset_bal": 9560.6163582232,
"total_value_mid": 10159.8375802232,
"total_value_exit_net": 10159.3881643067,
"total_value": 10159.8375802232,
"base_cost_quote": 931.3081636545,
"unrealized_pnl_exit_net": -332.536357571
},
{
"timestamp": "2025-07-07T23:59:00+00:00",
"base_asset_bal": 175878,
"quote_asset_bal": 9556.1174679552,
"total_value_mid": 10149.8815959552,
"total_value_exit_net": 10149.4362728592,
"total_value": 10149.8815959552,
"base_cost_quote": 936.3114983432,
"unrealized_pnl_exit_net": -342.9926934392
},
{
"timestamp": "2025-07-08T23:59:00+00:00",
"base_asset_bal": 171472,
"quote_asset_bal": 9571.5014037904,
"total_value_mid": 10153.9917877904,
"total_value_exit_net": 10153.5549200024,
"total_value": 10153.9917877904,
"base_cost_quote": 921.298672162,
"unrealized_pnl_exit_net": -339.24515595
},
{
"timestamp": "2025-07-09T23:59:00+00:00",
"base_asset_bal": 167102,
"quote_asset_bal": 9586.8538198277,
"total_value_mid": 10171.8779218277,
"total_value_exit_net": 10171.4391537512,
"total_value": 10171.8779218277,
"base_cost_quote": 906.2871769782,
"unrealized_pnl_exit_net": -321.7018430547
},
{
"timestamp": "2025-07-10T23:59:00+00:00",
"base_asset_bal": 144967,
"quote_asset_bal": 9667.4662700092,
"total_value_mid": 10200.3649620092,
"total_value_exit_net": 10199.9652879902,
"total_value": 10200.3649620092,
"base_cost_quote": 826.2005590297,
"unrealized_pnl_exit_net": -293.7015410487
},
{
"timestamp": "2025-07-11T23:59:00+00:00",
"base_asset_bal": 151211,
"quote_asset_bal": 9643.4909990735,
"total_value_mid": 10212.3467810735,
"total_value_exit_net": 10211.920139237,
"total_value": 10212.3467810735,
"base_cost_quote": 851.224892214,
"unrealized_pnl_exit_net": -282.7957520505
},
{
"timestamp": "2025-07-12T23:59:00+00:00",
"base_asset_bal": 154235,
"quote_asset_bal": 9634.7428601275,
"total_value_mid": 10206.9547101275,
"total_value_exit_net": 10206.52555124,
"total_value": 10206.9547101275,
"base_cost_quote": 861.235718707,
"unrealized_pnl_exit_net": -289.4530275945
},
{
"timestamp": "2025-07-13T23:59:00+00:00",
"base_asset_bal": 135515,
"quote_asset_bal": 9705.7417913195,
"total_value_mid": 10217.5819463195,
"total_value_exit_net": 10217.1980662032,
"total_value": 10217.5819463195,
"base_cost_quote": 791.15368057,
"unrealized_pnl_exit_net": -279.6974056863
},
{
"timestamp": "2025-07-14T23:59:00+00:00",
"base_asset_bal": 142029,
"quote_asset_bal": 9681.4741598622,
"total_value_mid": 10219.0539248622,
"total_value_exit_net": 10218.6507400385,
"total_value": 10219.0539248622,
"base_cost_quote": 816.1812701947,
"unrealized_pnl_exit_net": -279.0046900185
},
{
"timestamp": "2025-07-15T23:59:00+00:00",
"base_asset_bal": 135471,
"quote_asset_bal": 9707.2788118432,
"total_value_mid": 10225.8617998432,
"total_value_exit_net": 10225.4728626022,
"total_value": 10225.8617998432,
"base_cost_quote": 791.1533653337,
"unrealized_pnl_exit_net": -272.9593145748
},
{
"timestamp": "2025-07-16T23:59:00+00:00",
"base_asset_bal": 132642,
"quote_asset_bal": 9718.0516018233,
"total_value_mid": 10241.1916498232,
"total_value_exit_net": 10240.7992947872,
"total_value": 10241.1916498232,
"base_cost_quote": 781.1434495232,
"unrealized_pnl_exit_net": -258.3957565593
},
{
"timestamp": "2025-07-17T23:59:00+00:00",
"base_asset_bal": 137404,
"quote_asset_bal": 9699.2599603537,
"total_value_mid": 10249.8377883537,
"total_value_exit_net": 10249.4248549827,
"total_value": 10249.8377883537,
"base_cost_quote": 801.1554913062,
"unrealized_pnl_exit_net": -250.9905966772
},
{
"timestamp": "2025-07-18T23:59:00+00:00",
"base_asset_bal": 146921,
"quote_asset_bal": 9660.209138845,
"total_value_mid": 10250.978479845,
"total_value_exit_net": 10250.5354028393,
"total_value": 10250.978479845,
"base_cost_quote": 841.2116168858,
"unrealized_pnl_exit_net": -250.8853528915
},
{
"timestamp": "2025-07-19T23:59:00+00:00",
"base_asset_bal": 134573,
"quote_asset_bal": 9710.7361615143,
"total_value_mid": 10261.5434505143,
"total_value_exit_net": 10261.1303450475,
"total_value": 10261.5434505143,
"base_cost_quote": 791.1529660345,
"unrealized_pnl_exit_net": -240.7587825013
},
{
"timestamp": "2025-07-20T23:59:00+00:00",
"base_asset_bal": 132930,
"quote_asset_bal": 9716.9833617438,
"total_value_mid": 10282.8663717438,
"total_value_exit_net": 10282.4419594863,
"total_value": 10282.8663717438,
"base_cost_quote": 786.1537144058,
"unrealized_pnl_exit_net": -220.6951166633
},
{
"timestamp": "2025-07-21T23:59:00+00:00",
"base_asset_bal": 131744,
"quote_asset_bal": 9722.6522669978,
"total_value_mid": 10284.5404269978,
"total_value_exit_net": 10284.1190108778,
"total_value": 10284.5404269978,
"base_cost_quote": 781.1359719192,
"unrealized_pnl_exit_net": -219.6692280393
},
{
"timestamp": "2025-07-22T23:59:00+00:00",
"base_asset_bal": 137652,
"quote_asset_bal": 9698.1674913591,
"total_value_mid": 10276.8564993591,
"total_value_exit_net": 10276.4224826031,
"total_value": 10276.8564993591,
"base_cost_quote": 806.1664176845,
"unrealized_pnl_exit_net": -227.9114264405
},
{
"timestamp": "2025-07-23T23:59:00+00:00",
"base_asset_bal": 157405,
"quote_asset_bal": 9618.9959305821,
"total_value_mid": 10238.2272005821,
"total_value_exit_net": 10237.7627771296,
"total_value": 10238.2272005821,
"base_cost_quote": 886.258623821,
"unrealized_pnl_exit_net": -267.4917772735
},
{
"timestamp": "2025-07-24T23:59:00+00:00",
"base_asset_bal": 147320,
"quote_asset_bal": 9660.4282245846,
"total_value_mid": 10236.4494245846,
"total_value_exit_net": 10236.0174086846,
"total_value": 10236.4494245846,
"base_cost_quote": 846.2158812712,
"unrealized_pnl_exit_net": -270.6266971712
},
{
"timestamp": "2025-07-25T23:59:00+00:00",
"base_asset_bal": 155023,
"quote_asset_bal": 9631.3660361871,
"total_value_mid": 10233.9404371871,
"total_value_exit_net": 10233.4885063864,
"total_value": 10233.9404371871,
"base_cost_quote": 876.2527760592,
"unrealized_pnl_exit_net": -274.13030586
},
{
"timestamp": "2025-07-26T23:59:00+00:00",
"base_asset_bal": 157584,
"quote_asset_bal": 9621.8350536851,
"total_value_mid": 10231.5275496851,
"total_value_exit_net": 10231.0702803131,
"total_value": 10231.5275496851,
"base_cost_quote": 886.2564551958,
"unrealized_pnl_exit_net": -277.0212285678
},
{
"timestamp": "2025-07-27T23:59:00+00:00",
"base_asset_bal": 147296,
"quote_asset_bal": 9662.4681197776,
"total_value_mid": 10245.9075757776,
"total_value_exit_net": 10245.4699961856,
"total_value": 10245.9075757776,
"base_cost_quote": 846.2109355647,
"unrealized_pnl_exit_net": -263.2090591567
},
{
"timestamp": "2025-07-28T23:59:00+00:00",
"base_asset_bal": 170494,
"quote_asset_bal": 9572.9532481914,
"total_value_mid": 10222.1944001914,
"total_value_exit_net": 10221.7074693274,
"total_value": 10222.1944001914,
"base_cost_quote": 936.319765539,
"unrealized_pnl_exit_net": -287.565544403
},
{
"timestamp": "2025-07-29T23:59:00+00:00",
"base_asset_bal": 172397,
"quote_asset_bal": 9568.8176197419,
"total_value_mid": 10213.9271937419,
"total_value_exit_net": 10213.4433615614,
"total_value": 10213.9271937419,
"base_cost_quote": 941.3215490652,
"unrealized_pnl_exit_net": -296.6958072457
},
{
"timestamp": "2025-07-30T23:59:00+00:00",
"base_asset_bal": 181809,
"quote_asset_bal": 9534.4025117849,
"total_value_mid": 10204.5504857849,
"total_value_exit_net": 10204.0478748044,
"total_value": 10204.5504857849,
"base_cost_quote": 976.3598340847,
"unrealized_pnl_exit_net": -306.7144710652
},
{
"timestamp": "2025-07-31T23:59:00+00:00",
"base_asset_bal": 184660,
"quote_asset_bal": 9525.0029548661,
"total_value_mid": 10189.2249748661,
"total_value_exit_net": 10188.7268083511,
"total_value": 10189.2249748661,
"base_cost_quote": 986.376912263,
"unrealized_pnl_exit_net": -322.653058778
},
{
"timestamp": "2025-08-01T23:59:00+00:00",
"base_asset_bal": 200079,
"quote_asset_bal": 9470.9398422951,
"total_value_mid": 10156.2104172951,
"total_value_exit_net": 10155.6964643639,
"total_value": 10156.2104172951,
"base_cost_quote": 1041.4308878,
"unrealized_pnl_exit_net": -356.6742657312
},
{
"timestamp": "2025-08-02T23:59:00+00:00",
"base_asset_bal": 198711,
"quote_asset_bal": 9476.7855972699,
"total_value_mid": 10153.9926852699,
"total_value_exit_net": 10153.4847799539,
"total_value": 10153.9926852699,
"base_cost_quote": 1036.4257787815,
"unrealized_pnl_exit_net": -359.7265960975
},
{
"timestamp": "2025-08-03T23:59:00+00:00",
"base_asset_bal": 160816,
"quote_asset_bal": 9618.6849946252,
"total_value_mid": 10187.4911866252,
"total_value_exit_net": 10187.0645819812,
"total_value": 10187.4911866252,
"base_cost_quote": 896.269782563,
"unrealized_pnl_exit_net": -327.890195207
},
{
"timestamp": "2025-08-04T23:59:00+00:00",
"base_asset_bal": 157869,
"quote_asset_bal": 9629.4223405847,
"total_value_mid": 10196.0141815847,
"total_value_exit_net": 10195.589237704,
"total_value": 10196.0141815847,
"base_cost_quote": 886.249016621,
"unrealized_pnl_exit_net": -320.0821195018
},
{
"timestamp": "2025-08-05T23:59:00+00:00",
"base_asset_bal": 183581,
"quote_asset_bal": 9539.7018408787,
"total_value_mid": 10170.6697378787,
"total_value_exit_net": 10170.1965119559,
"total_value": 10170.6697378787,
"base_cost_quote": 976.347996213,
"unrealized_pnl_exit_net": -345.8533251358
},
{
"timestamp": "2025-08-06T23:59:00+00:00",
"base_asset_bal": 158177,
"quote_asset_bal": 9631.048511926,
"total_value_mid": 10200.485711926,
"total_value_exit_net": 10200.058634026,
"total_value": 10200.485711926,
"base_cost_quote": 886.2623085825,
"unrealized_pnl_exit_net": -317.2521864825
},
{
"timestamp": "2025-08-07T23:59:00+00:00",
"base_asset_bal": 153995,
"quote_asset_bal": 9646.7322077813,
"total_value_mid": 10213.4338077813,
"total_value_exit_net": 10213.0087815813,
"total_value": 10213.4338077813,
"base_cost_quote": 871.244147403,
"unrealized_pnl_exit_net": -304.967573603
},
{
"timestamp": "2025-08-08T23:59:00+00:00",
"base_asset_bal": 155333,
"quote_asset_bal": 9642.18783588,
"total_value_mid": 10212.57061188,
"total_value_exit_net": 10212.142824798,
"total_value": 10212.57061188,
"base_cost_quote": 876.2541230687,
"unrealized_pnl_exit_net": -306.2991341508
},
{
"timestamp": "2025-08-09T23:59:00+00:00",
"base_asset_bal": 148480,
"quote_asset_bal": 9667.599971711,
"total_value_mid": 10228.854371711,
"total_value_exit_net": 10228.433430911,
"total_value": 10228.854371711,
"base_cost_quote": 851.2274311167,
"unrealized_pnl_exit_net": -290.3939719168
},
{
"timestamp": "2025-08-10T23:59:00+00:00",
"base_asset_bal": 155090,
"quote_asset_bal": 9642.983466488,
"total_value_mid": 10224.415876488,
"total_value_exit_net": 10223.9798021805,
"total_value": 10224.415876488,
"base_cost_quote": 876.2457708092,
"unrealized_pnl_exit_net": -295.2494351167
},
{
"timestamp": "2025-08-11T23:59:00+00:00",
"base_asset_bal": 179590,
"quote_asset_bal": 9553.3715102758,
"total_value_mid": 10201.6914102758,
"total_value_exit_net": 10201.2051703508,
"total_value": 10201.6914102758,
"base_cost_quote": 966.3477406423,
"unrealized_pnl_exit_net": -318.5140805673
},
{
"timestamp": "2025-08-12T23:59:00+00:00",
"base_asset_bal": 153768,
"quote_asset_bal": 9649.0306294843,
"total_value_mid": 10227.5058454843,
"total_value_exit_net": 10227.0719890723,
"total_value": 10227.5058454843,
"base_cost_quote": 871.247201692,
"unrealized_pnl_exit_net": -293.205842104
},
{
"timestamp": "2025-08-13T23:59:00+00:00",
"base_asset_bal": 149739,
"quote_asset_bal": 9664.5372259611,
"total_value_mid": 10232.1977749611,
"total_value_exit_net": 10231.7720295493,
"total_value": 10232.1977749611,
"base_cost_quote": 856.2263735138,
"unrealized_pnl_exit_net": -288.9915699255
},
{
"timestamp": "2025-08-14T23:59:00+00:00",
"base_asset_bal": 182416,
"quote_asset_bal": 9544.9904361978,
"total_value_mid": 10189.8309961978,
"total_value_exit_net": 10189.3473657778,
"total_value": 10189.8309961978,
"base_cost_quote": 976.3637209978,
"unrealized_pnl_exit_net": -332.0067914178
},
{
"timestamp": "2025-08-15T23:59:00+00:00",
"base_asset_bal": 143199,
"quote_asset_bal": 9696.3703650441,
"total_value_mid": 10213.3187550441,
"total_value_exit_net": 10212.9310437516,
"total_value": 10213.3187550441,
"base_cost_quote": 826.1896248353,
"unrealized_pnl_exit_net": -309.6289461278
},
{
"timestamp": "2025-08-16T23:59:00+00:00",
"base_asset_bal": 144559,
"quote_asset_bal": 9691.9523273616,
"total_value_mid": 10214.9667893616,
"total_value_exit_net": 10214.5745285151,
"total_value": 10214.9667893616,
"base_cost_quote": 831.1946457877,
"unrealized_pnl_exit_net": -308.5724446342
},
{
"timestamp": "2025-08-17T23:59:00+00:00",
"base_asset_bal": 145879,
"quote_asset_bal": 9687.2881368121,
"total_value_mid": 10214.2030848121,
"total_value_exit_net": 10213.8078986011,
"total_value": 10214.2030848121,
"base_cost_quote": 836.2011868795,
"unrealized_pnl_exit_net": -309.6814250905
},
{
"timestamp": "2025-08-18T23:59:00+00:00",
"base_asset_bal": 147061,
"quote_asset_bal": 9683.3266946741,
"total_value_mid": 10220.5405276741,
"total_value_exit_net": 10220.1376172994,
"total_value": 10220.5405276741,
"base_cost_quote": 841.2078640733,
"unrealized_pnl_exit_net": -304.396941448
},
{
"timestamp": "2025-08-19T23:59:00+00:00",
"base_asset_bal": 152939,
"quote_asset_bal": 9664.4062489497,
"total_value_mid": 10210.0926009497,
"total_value_exit_net": 10209.6833361857,
"total_value": 10210.0926009497,
"base_cost_quote": 861.2290306948,
"unrealized_pnl_exit_net": -315.9519434588
},
{
"timestamp": "2025-08-20T23:59:00+00:00",
"base_asset_bal": 139103,
"quote_asset_bal": 9714.7612096867,
"total_value_mid": 10221.9307476867,
"total_value_exit_net": 10221.5503705332,
"total_value": 10221.9307476867,
"base_cost_quote": 811.1767886465,
"unrealized_pnl_exit_net": -304.3876278
},
{
"timestamp": "2025-08-21T23:59:00+00:00",
"base_asset_bal": 153019,
"quote_asset_bal": 9665.0678234947,
"total_value_mid": 10208.4382924947,
"total_value_exit_net": 10208.0307646429,
"total_value": 10208.4382924947,
"base_cost_quote": 861.2229661497,
"unrealized_pnl_exit_net": -318.2600250015
},
{
"timestamp": "2025-08-22T23:59:00+00:00",
"base_asset_bal": 145543,
"quote_asset_bal": 9690.905506109,
"total_value_mid": 10234.3630681089,
"total_value_exit_net": 10233.9554749374,
"total_value": 10234.3630681089,
"base_cost_quote": 836.2000990643,
"unrealized_pnl_exit_net": -293.1501302358
},
{
"timestamp": "2025-08-23T23:59:00+00:00",
"base_asset_bal": 142792,
"quote_asset_bal": 9701.7108832347,
"total_value_mid": 10246.0339872347,
"total_value_exit_net": 10245.6257449067,
"total_value": 10246.0339872347,
"base_cost_quote": 826.1842638175,
"unrealized_pnl_exit_net": -282.2694021455
},
{
"timestamp": "2025-08-24T23:59:00+00:00",
"base_asset_bal": 156974,
"quote_asset_bal": 9647.8024980045,
"total_value_mid": 10229.3911680045,
"total_value_exit_net": 10228.954976502,
"total_value": 10229.3911680045,
"base_cost_quote": 881.2570124237,
"unrealized_pnl_exit_net": -300.1045339263
},
{
"timestamp": "2025-08-25T23:59:00+00:00",
"base_asset_bal": 193224,
"quote_asset_bal": 9518.0983285453,
"total_value_mid": 10189.1652805452,
"total_value_exit_net": 10188.6619803312,
"total_value": 10189.1652805452,
"base_cost_quote": 1011.4016567555,
"unrealized_pnl_exit_net": -340.8380049695
},
{
"timestamp": "2025-08-26T23:59:00+00:00",
"base_asset_bal": 178982,
"quote_asset_bal": 9568.5610979848,
"total_value_mid": 10202.3363599847,
"total_value_exit_net": 10201.8610285382,
"total_value": 10202.3363599847,
"base_cost_quote": 961.348234823,
"unrealized_pnl_exit_net": -328.0483042695
},
{
"timestamp": "2025-08-27T23:59:00+00:00",
"base_asset_bal": 180557,
"quote_asset_bal": 9564.097624938,
"total_value_mid": 10200.561049938,
"total_value_exit_net": 10200.0837023692,
"total_value": 10200.561049938,
"base_cost_quote": 966.3546898503,
"unrealized_pnl_exit_net": -330.368612419
},
{
"timestamp": "2025-08-28T23:59:00+00:00",
"base_asset_bal": 177597,
"quote_asset_bal": 9574.5622593728,
"total_value_mid": 10210.1819223728,
"total_value_exit_net": 10209.7052076255,
"total_value": 10210.1819223728,
"base_cost_quote": 956.3416336863,
"unrealized_pnl_exit_net": -321.1986854335
},
{
"timestamp": "2025-08-29T23:59:00+00:00",
"base_asset_bal": 193134,
"quote_asset_bal": 9519.947955707,
"total_value_mid": 10185.101451707,
"total_value_exit_net": 10184.602586585,
"total_value": 10185.101451707,
"base_cost_quote": 1011.4035451707,
"unrealized_pnl_exit_net": -346.7489142927
},
{
"timestamp": "2025-08-30T23:59:00+00:00",
"base_asset_bal": 197537,
"quote_asset_bal": 9505.172495401,
"total_value_mid": 10181.736720401,
"total_value_exit_net": 10181.2292972323,
"total_value": 10181.736720401,
"base_cost_quote": 1026.413168952,
"unrealized_pnl_exit_net": -350.3563671207
},
{
"timestamp": "2025-08-31T23:59:00+00:00",
"base_asset_bal": 225545,
"quote_asset_bal": 9410.2710543665,
"total_value_mid": 10162.2380843665,
"total_value_exit_net": 10161.674109094,
"total_value": 10162.2380843665,
"base_cost_quote": 1121.5233491278,
"unrealized_pnl_exit_net": -370.1202944003
},
{
"timestamp": "2025-09-01T23:59:00+00:00",
"base_asset_bal": 257789,
"quote_asset_bal": 9305.524217544,
"total_value_mid": 10131.222384544,
"total_value_exit_net": 10130.6031109188,
"total_value": 10131.222384544,
"base_cost_quote": 1226.632460882,
"unrealized_pnl_exit_net": -401.5535675073
},
{
"timestamp": "2025-09-02T23:59:00+00:00",
"base_asset_bal": 199358,
"quote_asset_bal": 9501.6378362703,
"total_value_mid": 10166.4967662703,
"total_value_exit_net": 10165.9981220728,
"total_value": 10166.4967662703,
"base_cost_quote": 1031.4232506972,
"unrealized_pnl_exit_net": -367.0629648948
},
{
"timestamp": "2025-09-03T23:59:00+00:00",
"base_asset_bal": 196375,
"quote_asset_bal": 9511.9902469475,
"total_value_mid": 10170.6319969475,
"total_value_exit_net": 10170.138015635,
"total_value": 10170.6319969475,
"base_cost_quote": 1021.4081790228,
"unrealized_pnl_exit_net": -363.2604103353
},
{
"timestamp": "2025-09-04T23:59:00+00:00",
"base_asset_bal": 206835,
"quote_asset_bal": 9477.260167332,
"total_value_mid": 10154.437957332,
"total_value_exit_net": 10153.9300739895,
"total_value": 10154.437957332,
"base_cost_quote": 1056.4564235063,
"unrealized_pnl_exit_net": -379.7865168488
},
{
"timestamp": "2025-09-05T23:59:00+00:00",
"base_asset_bal": 200812,
"quote_asset_bal": 9497.629758017,
"total_value_mid": 10169.546710017,
"total_value_exit_net": 10169.042772303,
"total_value": 10169.546710017,
"base_cost_quote": 1036.42681756,
"unrealized_pnl_exit_net": -365.013803274
},
{
"timestamp": "2025-09-06T23:59:00+00:00",
"base_asset_bal": 208325,
"quote_asset_bal": 9472.7547632993,
"total_value_mid": 10160.4355882993,
"total_value_exit_net": 10159.9198276805,
"total_value": 10160.4355882993,
"base_cost_quote": 1061.4553018553,
"unrealized_pnl_exit_net": -374.290237474
},
{
"timestamp": "2025-09-07T23:59:00+00:00",
"base_asset_bal": 205313,
"quote_asset_bal": 9482.9905312345,
"total_value_mid": 10163.1925002345,
"total_value_exit_net": 10162.6823487577,
"total_value": 10163.1925002345,
"base_cost_quote": 1051.4440250248,
"unrealized_pnl_exit_net": -371.7522075015
},
{
"timestamp": "2025-09-08T23:59:00+00:00",
"base_asset_bal": 197737,
"quote_asset_bal": 9508.3313607718,
"total_value_mid": 10173.9141027718,
"total_value_exit_net": 10173.4149157153,
"total_value": 10173.9141027718,
"base_cost_quote": 1026.4113926208,
"unrealized_pnl_exit_net": -361.3278376773
},
{
"timestamp": "2025-09-09T23:59:00+00:00",
"base_asset_bal": 196169,
"quote_asset_bal": 9513.62741964,
"total_value_mid": 10171.38207664,
"total_value_exit_net": 10170.8887606473,
"total_value": 10171.38207664,
"base_cost_quote": 1021.411408443,
"unrealized_pnl_exit_net": -364.1500674358
},
{
"timestamp": "2025-09-10T23:59:00+00:00",
"base_asset_bal": 199091,
"quote_asset_bal": 9503.9570816198,
"total_value_mid": 10177.2828436198,
"total_value_exit_net": 10176.7778492983,
"total_value": 10177.2828436198,
"base_cost_quote": 1031.4213512737,
"unrealized_pnl_exit_net": -358.6005835952
},
{
"timestamp": "2025-09-11T23:59:00+00:00",
"base_asset_bal": 199088,
"quote_asset_bal": 9504.163311228,
"total_value_mid": 10182.257039228,
"total_value_exit_net": 10181.748468932,
"total_value": 10182.257039228,
"base_cost_quote": 1031.4244616047,
"unrealized_pnl_exit_net": -353.8393039007
},
{
"timestamp": "2025-09-12T23:59:00+00:00",
"base_asset_bal": 168036,
"quote_asset_bal": 9614.7515609568,
"total_value_mid": 10205.9022089567,
"total_value_exit_net": 10205.4588459707,
"total_value": 10205.9022089567,
"base_cost_quote": 921.3006326312,
"unrealized_pnl_exit_net": -330.5933476173
},
{
"timestamp": "2025-09-13T23:59:00+00:00",
"base_asset_bal": 170847,
"quote_asset_bal": 9605.0806788203,
"total_value_mid": 10208.1705888203,
"total_value_exit_net": 10207.7182713878,
"total_value": 10208.1705888203,
"base_cost_quote": 931.3124979028,
"unrealized_pnl_exit_net": -328.6749053353
},
{
"timestamp": "2025-09-14T23:59:00+00:00",
"base_asset_bal": 183759,
"quote_asset_bal": 9560.2484280593,
"total_value_mid": 10196.2383270593,
"total_value_exit_net": 10195.761334635,
"total_value": 10196.2383270593,
"base_cost_quote": 976.360949921,
"unrealized_pnl_exit_net": -340.8480433453
},
{
"timestamp": "2025-09-15T23:59:00+00:00",
"base_asset_bal": 167061,
"quote_asset_bal": 9620.99823299,
"total_value_mid": 10186.16559599,
"total_value_exit_net": 10185.7417204678,
"total_value": 10186.16559599,
"base_cost_quote": 916.2993544837,
"unrealized_pnl_exit_net": -351.555867006
},
{
"timestamp": "2025-09-16T23:59:00+00:00",
"base_asset_bal": 161122,
"quote_asset_bal": 9641.2752203443,
"total_value_mid": 10193.6014363443,
"total_value_exit_net": 10193.1871916823,
"total_value": 10193.6014363443,
"base_cost_quote": 896.2738155855,
"unrealized_pnl_exit_net": -344.3618442475
},
{
"timestamp": "2025-09-17T23:59:00+00:00",
"base_asset_bal": 156752,
"quote_asset_bal": 9656.602761079,
"total_value_mid": 10197.397161079,
"total_value_exit_net": 10196.991565279,
"total_value": 10197.397161079,
"base_cost_quote": 881.2560216812,
"unrealized_pnl_exit_net": -340.8672174813
},
{
"timestamp": "2025-09-18T23:59:00+00:00",
"base_asset_bal": 163876,
"quote_asset_bal": 9631.783137734,
"total_value_mid": 10198.957973734,
"total_value_exit_net": 10198.532592607,
"total_value": 10198.957973734,
"base_cost_quote": 906.2793090817,
"unrealized_pnl_exit_net": -339.5298542087
},
{
"timestamp": "2025-09-19T23:59:00+00:00",
"base_asset_bal": 188844,
"quote_asset_bal": 9546.8833532628,
"total_value_mid": 10180.2661292628,
"total_value_exit_net": 10179.7910921808,
"total_value": 10180.2661292628,
"base_cost_quote": 991.3775849567,
"unrealized_pnl_exit_net": -358.4698460387
},
{
"timestamp": "2025-09-20T23:59:00+00:00",
"base_asset_bal": 185851,
"quote_asset_bal": 9557.0647164268,
"total_value_mid": 10184.3118414267,
"total_value_exit_net": 10183.841406083,
"total_value": 10184.3118414267,
"base_cost_quote": 981.3649781295,
"unrealized_pnl_exit_net": -354.5882884733
},
{
"timestamp": "2025-09-21T23:59:00+00:00",
"base_asset_bal": 191814,
"quote_asset_bal": 9537.1752133575,
"total_value_mid": 10178.6012293575,
"total_value_exit_net": 10178.1201598455,
"total_value": 10178.6012293575,
"base_cost_quote": 1001.3830073997,
"unrealized_pnl_exit_net": -360.4380609117
},
{
"timestamp": "2025-09-22T23:59:00+00:00",
"base_asset_bal": 224136,
"quote_asset_bal": 9432.3261204505,
"total_value_mid": 10140.5958804505,
"total_value_exit_net": 10140.0646781305,
"total_value": 10140.5958804505,
"base_cost_quote": 1106.4934711673,
"unrealized_pnl_exit_net": -398.7549134873
},
{
"timestamp": "2025-09-23T23:59:00+00:00",
"base_asset_bal": 219373,
"quote_asset_bal": 9447.5273711225,
"total_value_mid": 10142.2816621225,
"total_value_exit_net": 10141.7605964043,
"total_value": 10142.2816621225,
"base_cost_quote": 1091.4773014803,
"unrealized_pnl_exit_net": -397.2440761985
},
{
"timestamp": "2025-09-24T23:59:00+00:00",
"base_asset_bal": 224073,
"quote_asset_bal": 9432.7308902338,
"total_value_mid": 10144.3867382338,
"total_value_exit_net": 10143.8529963478,
"total_value": 10144.3867382338,
"base_cost_quote": 1106.5001311585,
"unrealized_pnl_exit_net": -395.3780250445
},
{
"timestamp": "2025-09-25T23:59:00+00:00",
"base_asset_bal": 249995,
"quote_asset_bal": 9353.0629585013,
"total_value_mid": 10106.5478885013,
"total_value_exit_net": 10105.9827748038,
"total_value": 10106.5478885013,
"base_cost_quote": 1186.5931639145,
"unrealized_pnl_exit_net": -433.673347612
},
{
"timestamp": "2025-09-26T23:59:00+00:00",
"base_asset_bal": 223889,
"quote_asset_bal": 9433.4821924075,
"total_value_mid": 10137.6130974075,
"total_value_exit_net": 10137.0849992287,
"total_value": 10137.6130974075,
"base_cost_quote": 1106.5054621538,
"unrealized_pnl_exit_net": -402.9026553325
},
{
"timestamp": "2025-09-27T23:59:00+00:00",
"base_asset_bal": 235124,
"quote_asset_bal": 9398.5574025088,
"total_value_mid": 10124.3851905087,
"total_value_exit_net": 10123.8408196677,
"total_value": 10124.3851905087,
"base_cost_quote": 1141.538976598,
"unrealized_pnl_exit_net": -416.255559439
},
{
"timestamp": "2025-09-28T23:59:00+00:00",
"base_asset_bal": 225509,
"quote_asset_bal": 9428.754671258,
"total_value_mid": 10139.108021258,
"total_value_exit_net": 10138.5752562455,
"total_value": 10139.108021258,
"base_cost_quote": 1111.5108954153,
"unrealized_pnl_exit_net": -401.6903104278
},
{
"timestamp": "2025-09-29T23:59:00+00:00",
"base_asset_bal": 230263,
"quote_asset_bal": 9413.953730219,
"total_value_mid": 10128.920345219,
"total_value_exit_net": 10128.3841202578,
"total_value": 10128.920345219,
"base_cost_quote": 1126.5229960528,
"unrealized_pnl_exit_net": -412.092606014
},
{
"timestamp": "2025-09-30T23:59:00+00:00",
"base_asset_bal": 243223,
"quote_asset_bal": 9374.1994657928,
"total_value_mid": 10121.3805217928,
"total_value_exit_net": 10120.8201360008,
"total_value": 10121.3805217928,
"base_cost_quote": 1166.562994546,
"unrealized_pnl_exit_net": -419.942324338
},
{
"timestamp": "2025-10-01T23:59:00+00:00",
"base_asset_bal": 222400,
"quote_asset_bal": 9439.55377352,
"total_value_mid": 10148.78737352,
"total_value_exit_net": 10148.25544832,
"total_value": 10148.78737352,
"base_cost_quote": 1101.5006093273,
"unrealized_pnl_exit_net": -392.7989345273
},
{
"timestamp": "2025-10-02T23:59:00+00:00",
"base_asset_bal": 220755,
"quote_asset_bal": 9444.8702880493,
"total_value_mid": 10153.7145930492,
"total_value_exit_net": 10153.1829598205,
"total_value": 10153.7145930492,
"base_cost_quote": 1096.4969473932,
"unrealized_pnl_exit_net": -388.184275622
},
{
"timestamp": "2025-10-03T23:59:00+00:00",
"base_asset_bal": 213017,
"quote_asset_bal": 9470.252825875,
"total_value_mid": 10161.706007875,
"total_value_exit_net": 10161.1874179885,
"total_value": 10161.706007875,
"base_cost_quote": 1071.4632742092,
"unrealized_pnl_exit_net": -380.5286820957
},
{
"timestamp": "2025-10-04T23:59:00+00:00",
"base_asset_bal": 185831,
"quote_asset_bal": 9560.9271481493,
"total_value_mid": 10177.7002371493,
"total_value_exit_net": 10177.2376573325,
"total_value": 10177.7002371493,
"base_cost_quote": 981.3662270655,
"unrealized_pnl_exit_net": -365.0557178823
},
{
"timestamp": "2025-10-05T23:59:00+00:00",
"base_asset_bal": 207643,
"quote_asset_bal": 9491.998911958,
"total_value_mid": 10157.287083958,
"total_value_exit_net": 10156.788117829,
"total_value": 10157.287083958,
"base_cost_quote": 1051.4352074165,
"unrealized_pnl_exit_net": -386.6460015455
},
{
"timestamp": "2025-10-06T23:59:00+00:00",
"base_asset_bal": 210753,
"quote_asset_bal": 9482.3813458478,
"total_value_mid": 10156.7909458478,
"total_value_exit_net": 10156.2851386478,
"total_value": 10156.7909458478,
"base_cost_quote": 1061.445939839,
"unrealized_pnl_exit_net": -387.542147039
},
{
"timestamp": "2025-10-07T23:59:00+00:00",
"base_asset_bal": 246195,
"quote_asset_bal": 9372.5697833685,
"total_value_mid": 10112.3857583685,
"total_value_exit_net": 10111.8308963873,
"total_value": 10112.3857583685,
"base_cost_quote": 1171.5523027228,
"unrealized_pnl_exit_net": -432.291189704
},
{
"timestamp": "2025-10-08T23:59:00+00:00",
"base_asset_bal": 234659,
"quote_asset_bal": 9407.8718880875,
"total_value_mid": 10124.5204740875,
"total_value_exit_net": 10123.982987648,
"total_value": 10124.5204740875,
"base_cost_quote": 1136.5159311372,
"unrealized_pnl_exit_net": -420.4048315768
},
{
"timestamp": "2025-10-09T23:59:00+00:00",
"base_asset_bal": 215556,
"quote_asset_bal": 9468.807894457,
"total_value_mid": 10116.984786457,
"total_value_exit_net": 10116.498653788,
"total_value": 10116.984786457,
"base_cost_quote": 1076.4623467037,
"unrealized_pnl_exit_net": -428.7715873727
},
{
"timestamp": "2025-10-10T23:59:00+00:00",
"base_asset_bal": 280423,
"quote_asset_bal": 9284.5976812808,
"total_value_mid": 10003.6022532807,
"total_value_exit_net": 10003.0629998517,
"total_value": 10003.6022532807,
"base_cost_quote": 1261.647190248,
"unrealized_pnl_exit_net": -543.181871677
},
{
"timestamp": "2025-10-11T23:59:00+00:00",
"base_asset_bal": 306624,
"quote_asset_bal": 9222.8226314003,
"total_value_mid": 9972.8249354002,
"total_value_exit_net": 9972.2624336722,
"total_value": 9972.8249354002,
"base_cost_quote": 1326.7084276065,
"unrealized_pnl_exit_net": -577.2686253345
},
{
"timestamp": "2025-10-12T23:59:00+00:00",
"base_asset_bal": 292363,
"quote_asset_bal": 9259.4917961618,
"total_value_mid": 10026.6523081618,
"total_value_exit_net": 10026.0769377778,
"total_value": 10026.6523081618,
"base_cost_quote": 1291.675338481,
"unrealized_pnl_exit_net": -525.090196865
},
{
"timestamp": "2025-10-13T23:59:00+00:00",
"base_asset_bal": 292302,
"quote_asset_bal": 9260.6652558148,
"total_value_mid": 10044.0346158148,
"total_value_exit_net": 10043.4470887948,
"total_value": 10044.0346158148,
"base_cost_quote": 1291.6758258463,
"unrealized_pnl_exit_net": -508.8939928663
},
{
"timestamp": "2025-10-14T23:59:00+00:00",
"base_asset_bal": 316925,
"quote_asset_bal": 9196.7512176613,
"total_value_mid": 10013.1500176613,
"total_value_exit_net": 10012.5377185613,
"total_value": 10013.1500176613,
"base_cost_quote": 1356.7434329785,
"unrealized_pnl_exit_net": -540.9569320785
},
{
"timestamp": "2025-10-15T23:59:00+00:00",
"base_asset_bal": 245790,
"quote_asset_bal": 9404.1034451417,
"total_value_mid": 10047.8274551417,
"total_value_exit_net": 10047.3446621342,
"total_value": 10047.8274551417,
"base_cost_quote": 1151.5378191098,
"unrealized_pnl_exit_net": -508.2966021173
},
{
"timestamp": "2025-10-16T23:59:00+00:00",
"base_asset_bal": 230916,
"quote_asset_bal": 9446.8861541478,
"total_value_mid": 10034.7982901478,
"total_value_exit_net": 10034.3573560458,
"total_value": 10034.7982901478,
"base_cost_quote": 1111.496265451,
"unrealized_pnl_exit_net": -524.025063553
},
{
"timestamp": "2025-10-17T23:59:00+00:00",
"base_asset_bal": 224932,
"quote_asset_bal": 9463.5327213608,
"total_value_mid": 10025.6377893608,
"total_value_exit_net": 10025.2162105598,
"total_value": 10025.6377893608,
"base_cost_quote": 1096.4828168032,
"unrealized_pnl_exit_net": -534.7993276043
},
{
"timestamp": "2025-10-18T23:59:00+00:00",
"base_asset_bal": 228671,
"quote_asset_bal": 9454.4000038743,
"total_value_mid": 10037.5110538743,
"total_value_exit_net": 10037.0737205868,
"total_value": 10037.5110538743,
"base_cost_quote": 1106.4902087222,
"unrealized_pnl_exit_net": -523.8164920097
},
{
"timestamp": "2025-10-19T23:59:00+00:00",
"base_asset_bal": 240586,
"quote_asset_bal": 9425.3017560922,
"total_value_mid": 10028.6914440922,
"total_value_exit_net": 10028.2389018262,
"total_value": 10028.6914440922,
"base_cost_quote": 1136.5251760658,
"unrealized_pnl_exit_net": -533.5880303318
},
{
"timestamp": "2025-10-20T23:59:00+00:00",
"base_asset_bal": 242587,
"quote_asset_bal": 9421.3237068375,
"total_value_mid": 10026.8208588375,
"total_value_exit_net": 10026.3667359735,
"total_value": 10026.8208588375,
"base_cost_quote": 1141.5237071545,
"unrealized_pnl_exit_net": -536.4806780185
},
{
"timestamp": "2025-10-21T23:59:00+00:00",
"base_asset_bal": 289924,
"quote_asset_bal": 9306.9752790857,
"total_value_mid": 9993.2253870857,
"total_value_exit_net": 9992.7106995047,
"total_value": 9993.2253870857,
"base_cost_quote": 1256.6422503563,
"unrealized_pnl_exit_net": -570.9068299373
},
{
"timestamp": "2025-10-22T23:59:00+00:00",
"base_asset_bal": 235381,
"quote_asset_bal": 9443.3647799582,
"total_value_mid": 10009.6914659582,
"total_value_exit_net": 10009.2667209437,
"total_value": 10009.6914659582,
"base_cost_quote": 1121.508004628,
"unrealized_pnl_exit_net": -555.6060636425
},
{
"timestamp": "2025-10-23T23:59:00+00:00",
"base_asset_bal": 233375,
"quote_asset_bal": 9449.4958170623,
"total_value_mid": 10020.7978170623,
"total_value_exit_net": 10020.3693405623,
"total_value": 10020.7978170623,
"base_cost_quote": 1116.5056266563,
"unrealized_pnl_exit_net": -545.6321031563
},
{
"timestamp": "2025-10-24T23:59:00+00:00",
"base_asset_bal": 221092,
"quote_asset_bal": 9480.4943532358,
"total_value_mid": 10033.6665372357,
"total_value_exit_net": 10033.2516580977,
"total_value": 10033.6665372357,
"base_cost_quote": 1086.47520572,
"unrealized_pnl_exit_net": -533.717900858
},
{
"timestamp": "2025-10-25T23:59:00+00:00",
"base_asset_bal": 229086,
"quote_asset_bal": 9461.0196030388,
"total_value_mid": 10033.5055170387,
"total_value_exit_net": 10033.0761526032,
"total_value": 10033.5055170387,
"base_cost_quote": 1106.496446397,
"unrealized_pnl_exit_net": -534.4398968325
},
{
"timestamp": "2025-10-26T23:59:00+00:00",
"base_asset_bal": 226939,
"quote_asset_bal": 9466.5479914013,
"total_value_mid": 10044.1077464012,
"total_value_exit_net": 10043.674576585,
"total_value": 10044.1077464012,
"base_cost_quote": 1101.4907649495,
"unrealized_pnl_exit_net": -524.3641797658
},
{
"timestamp": "2025-10-27T23:59:00+00:00",
"base_asset_bal": 220792,
"quote_asset_bal": 9482.6898118068,
"total_value_mid": 10060.2816838068,
"total_value_exit_net": 10059.8484899028,
"total_value": 10060.2816838068,
"base_cost_quote": 1086.4748964882,
"unrealized_pnl_exit_net": -509.3162183923
},
{
"timestamp": "2025-10-28T23:59:00+00:00",
"base_asset_bal": 239406,
"quote_asset_bal": 9435.2420395931,
"total_value_mid": 10061.2887295931,
"total_value_exit_net": 10060.8191945756,
"total_value": 10061.2887295931,
"base_cost_quote": 1136.5236869498,
"unrealized_pnl_exit_net": -510.9465319673
},
{
"timestamp": "2025-10-29T23:59:00+00:00",
"base_asset_bal": 245088,
"quote_asset_bal": 9421.4395498978,
"total_value_mid": 10061.6094058978,
"total_value_exit_net": 10061.1292785058,
"total_value": 10061.6094058978,
"base_cost_quote": 1151.536989488,
"unrealized_pnl_exit_net": -511.84726088
},
{
"timestamp": "2025-10-30T23:59:00+00:00",
"base_asset_bal": 247532,
"quote_asset_bal": 9417.5566295118,
"total_value_mid": 10031.1884575118,
"total_value_exit_net": 10030.7282336408,
"total_value": 10031.1884575118,
"base_cost_quote": 1156.541079743,
"unrealized_pnl_exit_net": -543.369475614
},
{
"timestamp": "2025-10-31T23:59:00+00:00",
"base_asset_bal": 253621,
"quote_asset_bal": 9403.4202139496,
"total_value_mid": 10037.4727139496,
"total_value_exit_net": 10036.9971745746,
"total_value": 10037.4727139496,
"base_cost_quote": 1171.5571303408,
"unrealized_pnl_exit_net": -537.9801697158
},
{
"timestamp": "2025-11-01T23:59:00+00:00",
"base_asset_bal": 241810,
"quote_asset_bal": 9433.9900783126,
"total_value_mid": 10053.2654883125,
"total_value_exit_net": 10052.801031755,
"total_value": 10053.2654883125,
"base_cost_quote": 1141.525870776,
"unrealized_pnl_exit_net": -522.7149173335
},
{
"timestamp": "2025-11-02T23:59:00+00:00",
"base_asset_bal": 249630,
"quote_asset_bal": 9414.6273530191,
"total_value_mid": 10039.451243019,
"total_value_exit_net": 10038.9826251015,
"total_value": 10039.451243019,
"base_cost_quote": 1161.5458615163,
"unrealized_pnl_exit_net": -537.1905894338
},
{
"timestamp": "2025-11-03T23:59:00+00:00",
"base_asset_bal": 303349,
"quote_asset_bal": 9285.3667788886,
"total_value_mid": 9990.9565528885,
"total_value_exit_net": 9990.427360558,
"total_value": 9990.9565528885,
"base_cost_quote": 1291.673417041,
"unrealized_pnl_exit_net": -586.6128353715
},
{
"timestamp": "2025-11-04T23:59:00+00:00",
"base_asset_bal": 318928,
"quote_asset_bal": 9251.7218260968,
"total_value_mid": 9976.0073140968,
"total_value_exit_net": 9975.4640999808,
"total_value": 9976.0073140968,
"base_cost_quote": 1326.7078241543,
"unrealized_pnl_exit_net": -602.9655502703
},
{
"timestamp": "2025-11-05T23:59:00+00:00",
"base_asset_bal": 288776,
"quote_asset_bal": 9322.8366306986,
"total_value_mid": 10007.8133026986,
"total_value_exit_net": 10007.2995701946,
"total_value": 10007.8133026986,
"base_cost_quote": 1256.6372245898,
"unrealized_pnl_exit_net": -572.1742850938
},
{
"timestamp": "2025-11-06T23:59:00+00:00",
"base_asset_bal": 289113,
"quote_asset_bal": 9323.7046310939,
"total_value_mid": 10001.6746160938,
"total_value_exit_net": 10001.1661386051,
"total_value": 10001.6746160938,
"base_cost_quote": 1256.636767247,
"unrealized_pnl_exit_net": -579.1752597358
},
{
"timestamp": "2025-11-07T23:59:00+00:00",
"base_asset_bal": 238284,
"quote_asset_bal": 9450.3419155344,
"total_value_mid": 10058.9192515344,
"total_value_exit_net": 10058.4628185324,
"total_value": 10058.9192515344,
"base_cost_quote": 1131.516925693,
"unrealized_pnl_exit_net": -523.396022695
},
{
"timestamp": "2025-11-08T23:59:00+00:00",
"base_asset_bal": 238837,
"quote_asset_bal": 9452.0969876878,
"total_value_mid": 10052.2943686878,
"total_value_exit_net": 10051.8442206521,
"total_value": 10052.2943686878,
"base_cost_quote": 1131.521553161,
"unrealized_pnl_exit_net": -531.7743201968
},
{
"timestamp": "2025-11-09T23:59:00+00:00",
"base_asset_bal": 258555,
"quote_asset_bal": 9403.4635280938,
"total_value_mid": 10052.6951330938,
"total_value_exit_net": 10052.2082093901,
"total_value": 10052.6951330938,
"base_cost_quote": 1181.5639668435,
"unrealized_pnl_exit_net": -532.8192855473
},
{
"timestamp": "2025-11-10T23:59:00+00:00",
"base_asset_bal": 256058,
"quote_asset_bal": 9409.7344878316,
"total_value_mid": 10061.1460398315,
"total_value_exit_net": 10060.6574811675,
"total_value": 10061.1460398315,
"base_cost_quote": 1176.563797527,
"unrealized_pnl_exit_net": -525.640804191
},
{
"timestamp": "2025-11-11T23:59:00+00:00",
"base_asset_bal": 231134,
"quote_asset_bal": 9477.4477923864,
"total_value_mid": 10098.2737163864,
"total_value_exit_net": 10097.8080969434,
"total_value": 10098.2737163864,
"base_cost_quote": 1111.4995609207,
"unrealized_pnl_exit_net": -491.1392563637
},
{
"timestamp": "2025-11-12T23:59:00+00:00",
"base_asset_bal": 269110,
"quote_asset_bal": 9379.7973641519,
"total_value_mid": 10071.9482841519,
"total_value_exit_net": 10071.4291709619,
"total_value": 10071.9482841519,
"base_cost_quote": 1211.598782073,
"unrealized_pnl_exit_net": -519.966975263
},
{
"timestamp": "2025-11-13T23:59:00+00:00",
"base_asset_bal": 259601,
"quote_asset_bal": 9406.5032837744,
"total_value_mid": 10060.4382027744,
"total_value_exit_net": 10059.9477515851,
"total_value": 10060.4382027744,
"base_cost_quote": 1186.5725574713,
"unrealized_pnl_exit_net": -533.1280896605
},
{
"timestamp": "2025-11-14T23:59:00+00:00",
"base_asset_bal": 279821,
"quote_asset_bal": 9357.8619374884,
"total_value_mid": 10036.9875044884,
"total_value_exit_net": 10036.4781603131,
"total_value": 10036.9875044884,
"base_cost_quote": 1236.6228630683,
"unrealized_pnl_exit_net": -558.0066402435
},
{
"timestamp": "2025-11-15T23:59:00+00:00",
"base_asset_bal": 257721,
"quote_asset_bal": 9414.4747587499,
"total_value_mid": 10041.5099517499,
"total_value_exit_net": 10041.0396753552,
"total_value": 10041.5099517499,
"base_cost_quote": 1181.5681529808,
"unrealized_pnl_exit_net": -555.0032363755
},
{
"timestamp": "2025-11-16T23:59:00+00:00",
"base_asset_bal": 286693,
"quote_asset_bal": 9345.2232499687,
"total_value_mid": 10027.5525899687,
"total_value_exit_net": 10027.0408429637,
"total_value": 10027.5525899687,
"base_cost_quote": 1251.6405779133,
"unrealized_pnl_exit_net": -569.8229849183
},
{
"timestamp": "2025-11-17T23:59:00+00:00",
"base_asset_bal": 286762,
"quote_asset_bal": 9345.9067900382,
"total_value_mid": 10017.7901560382,
"total_value_exit_net": 10017.2862435137,
"total_value": 10017.7901560382,
"base_cost_quote": 1251.6399444385,
"unrealized_pnl_exit_net": -580.260490963
},
{
"timestamp": "2025-11-18T23:59:00+00:00",
"base_asset_bal": 265579,
"quote_asset_bal": 9396.7026993513,
"total_value_mid": 10036.7480893512,
"total_value_exit_net": 10036.2680553087,
"total_value": 10036.7480893512,
"base_cost_quote": 1201.5852925843,
"unrealized_pnl_exit_net": -562.0199366268
},
{
"timestamp": "2025-11-19T23:59:00+00:00",
"base_asset_bal": 276723,
"quote_asset_bal": 9372.747476399,
"total_value_mid": 10023.599972399,
"total_value_exit_net": 10023.111833027,
"total_value": 10023.599972399,
"base_cost_quote": 1226.6133775803,
"unrealized_pnl_exit_net": -576.2490209523
},
{
"timestamp": "2025-11-20T23:59:00+00:00",
"base_asset_bal": 274903,
"quote_asset_bal": 9378.5126242823,
"total_value_mid": 10005.2914642822,
"total_value_exit_net": 10004.8213801522,
"total_value": 10005.2914642822,
"base_cost_quote": 1221.6051682383,
"unrealized_pnl_exit_net": -595.2964123683
},
{
"timestamp": "2025-11-21T23:59:00+00:00",
"base_asset_bal": 252598,
"quote_asset_bal": 9435.0492443978,
"total_value_mid": 9996.0694023977,
"total_value_exit_net": 9995.6486372792,
"total_value": 9996.0694023977,
"base_cost_quote": 1166.5565567213,
"unrealized_pnl_exit_net": -605.9571638398
},
{
"timestamp": "2025-11-22T23:59:00+00:00",
"base_asset_bal": 256931,
"quote_asset_bal": 9426.2965386033,
"total_value_mid": 10001.5650476033,
"total_value_exit_net": 10001.1335962215,
"total_value": 10001.5650476033,
"base_cost_quote": 1176.5671950733,
"unrealized_pnl_exit_net": -601.730137455
},
{
"timestamp": "2025-11-23T23:59:00+00:00",
"base_asset_bal": 263667,
"quote_asset_bal": 9411.6227920678,
"total_value_mid": 9998.2818670677,
"total_value_exit_net": 9997.8418727615,
"total_value": 9998.2818670677,
"base_cost_quote": 1191.5840072418,
"unrealized_pnl_exit_net": -605.364926548
},
{
"timestamp": "2025-11-24T23:59:00+00:00",
"base_asset_bal": 252389,
"quote_asset_bal": 9437.0193985138,
"total_value_mid": 10006.1565935138,
"total_value_exit_net": 10005.7297406175,
"total_value": 10006.1565935138,
"base_cost_quote": 1166.5557561213,
"unrealized_pnl_exit_net": -597.8454140175
},
{
"timestamp": "2025-11-25T23:59:00+00:00",
"base_asset_bal": 250134,
"quote_asset_bal": 9442.2783502968,
"total_value_mid": 10007.3310562968,
"total_value_exit_net": 10006.9072667673,
"total_value": 10007.3310562968,
"base_cost_quote": 1161.5485054978,
"unrealized_pnl_exit_net": -596.9195890273
},
{
"timestamp": "2025-11-26T23:59:00+00:00",
"base_asset_bal": 247870,
"quote_asset_bal": 9447.5795019695,
"total_value_mid": 10015.4496719695,
"total_value_exit_net": 10015.023769342,
"total_value": 10015.4496719695,
"base_cost_quote": 1156.5442761385,
"unrealized_pnl_exit_net": -589.100008766
},
{
"timestamp": "2025-11-27T23:59:00+00:00",
"base_asset_bal": 258682,
"quote_asset_bal": 9422.7513390758,
"total_value_mid": 10013.8397090757,
"total_value_exit_net": 10013.3963927983,
"total_value": 10013.8397090757,
"base_cost_quote": 1181.5724301863,
"unrealized_pnl_exit_net": -590.9273764638
},
{
"timestamp": "2025-11-28T23:59:00+00:00",
"base_asset_bal": 271927,
"quote_asset_bal": 9393.0240568277,
"total_value_mid": 10003.7720988277,
"total_value_exit_net": 10003.3140377962,
"total_value": 10003.7720988277,
"base_cost_quote": 1211.5992073918,
"unrealized_pnl_exit_net": -601.3092264233
},
{
"timestamp": "2025-11-29T23:59:00+00:00",
"base_asset_bal": 263501,
"quote_asset_bal": 9413.2913604195,
"total_value_mid": 10001.6890934195,
"total_value_exit_net": 10001.2477951197,
"total_value": 10001.6890934195,
"base_cost_quote": 1191.581652477,
"unrealized_pnl_exit_net": -603.6252177768
},
{
"timestamp": "2025-11-30T23:59:00+00:00",
"base_asset_bal": 265980,
"quote_asset_bal": 9408.5648344625,
"total_value_mid": 9993.1888744625,
"total_value_exit_net": 9992.7504064325,
"total_value": 9993.1888744625,
"base_cost_quote": 1196.5854284965,
"unrealized_pnl_exit_net": -612.3998565265
},
{
"timestamp": "2025-12-01T23:59:00+00:00",
"base_asset_bal": 306161,
"quote_asset_bal": 9323.9464506377,
"total_value_mid": 9964.7414236377,
"total_value_exit_net": 9964.260827408,
"total_value": 9964.7414236377,
"base_cost_quote": 1281.6661682293,
"unrealized_pnl_exit_net": -641.351791459
},
{
"timestamp": "2025-12-02T23:59:00+00:00",
"base_asset_bal": 296521,
"quote_asset_bal": 9344.3267407433,
"total_value_mid": 9977.6955967432,
"total_value_exit_net": 9977.2205701012,
"total_value": 9977.6955967432,
"base_cost_quote": 1261.6500874193,
"unrealized_pnl_exit_net": -628.7562580613
},
{
"timestamp": "2025-12-03T23:59:00+00:00",
"base_asset_bal": 287054,
"quote_asset_bal": 9364.7373601428,
"total_value_mid": 9989.3668641427,
"total_value_exit_net": 9988.8983920147,
"total_value": 9989.3668641427,
"base_cost_quote": 1241.6292610528,
"unrealized_pnl_exit_net": -617.4682291808
},
{
"timestamp": "2025-12-04T23:59:00+00:00",
"base_asset_bal": 303323,
"quote_asset_bal": 9330.0213703238,
"total_value_mid": 9968.8196083237,
"total_value_exit_net": 9968.3405096452,
"total_value": 9968.8196083237,
"base_cost_quote": 1276.6631267603,
"unrealized_pnl_exit_net": -638.3439874388
},
{
"timestamp": "2025-12-05T23:59:00+00:00",
"base_asset_bal": 268742,
"quote_asset_bal": 9406.0826130728,
"total_value_mid": 9978.5030730728,
"total_value_exit_net": 9978.0737577278,
"total_value": 9978.5030730728,
"base_cost_quote": 1201.5937629323,
"unrealized_pnl_exit_net": -629.6026182773
},
{
"timestamp": "2025-12-06T23:59:00+00:00",
"base_asset_bal": 271183,
"quote_asset_bal": 9402.0889947578,
"total_value_mid": 9978.6240527578,
"total_value_exit_net": 9978.1916514643,
"total_value": 9978.6240527578,
"base_cost_quote": 1206.5947248428,
"unrealized_pnl_exit_net": -630.4920681363
},
{
"timestamp": "2025-12-07T23:59:00+00:00",
"base_asset_bal": 282975,
"quote_asset_bal": 9377.8812050949,
"total_value_mid": 9975.5244050949,
"total_value_exit_net": 9975.0761726949,
"total_value": 9975.5244050949,
"base_cost_quote": 1231.6188929033,
"unrealized_pnl_exit_net": -634.4239253033
},
{
"timestamp": "2025-12-08T23:59:00+00:00",
"base_asset_bal": 273495,
"quote_asset_bal": 9398.3063451711,
"total_value_mid": 9980.8506951711,
"total_value_exit_net": 9980.4137869086,
"total_value": 9980.8506951711,
"base_cost_quote": 1211.602172614,
"unrealized_pnl_exit_net": -629.4947308765
},
{
"timestamp": "2025-12-09T23:59:00+00:00",
"base_asset_bal": 268696,
"quote_asset_bal": 9408.7290338939,
"total_value_mid": 9987.7689138938,
"total_value_exit_net": 9987.3346339838,
"total_value": 9987.7689138938,
"base_cost_quote": 1201.5903563793,
"unrealized_pnl_exit_net": -622.9847562893
},
{
"timestamp": "2025-12-10T23:59:00+00:00",
"base_asset_bal": 287468,
"quote_asset_bal": 9369.2780709181,
"total_value_mid": 9978.4227629181,
"total_value_exit_net": 9977.9659043991,
"total_value": 9978.4227629181,
"base_cost_quote": 1241.6303548725,
"unrealized_pnl_exit_net": -632.9425213915
},
{
"timestamp": "2025-12-11T23:59:00+00:00",
"base_asset_bal": 285419,
"quote_asset_bal": 9374.8797568612,
"total_value_mid": 9973.1179808612,
"total_value_exit_net": 9972.6693021932,
"total_value": 9973.1179808612,
"base_cost_quote": 1236.6236866855,
"unrealized_pnl_exit_net": -638.8341413535
},
{
"timestamp": "2025-12-12T23:59:00+00:00",
"base_asset_bal": 273769,
"quote_asset_bal": 9400.3902662422,
"total_value_mid": 9962.1642542422,
"total_value_exit_net": 9961.7429237512,
"total_value": 9962.1642542422,
"base_cost_quote": 1211.599614697,
"unrealized_pnl_exit_net": -650.246957188
},
{
"timestamp": "2025-12-13T23:59:00+00:00",
"base_asset_bal": 266464,
"quote_asset_bal": 9415.5609633367,
"total_value_mid": 9965.5426593367,
"total_value_exit_net": 9965.1301730647,
"total_value": 9965.5426593367,
"base_cost_quote": 1196.5836511645,
"unrealized_pnl_exit_net": -647.0144414365
},
{
"timestamp": "2025-12-14T23:59:00+00:00",
"base_asset_bal": 290898,
"quote_asset_bal": 9365.6796700692,
"total_value_mid": 9956.7844060692,
"total_value_exit_net": 9956.3410775172,
"total_value": 9956.7844060692,
"base_cost_quote": 1246.631120636,
"unrealized_pnl_exit_net": -655.969713188
},
{
"timestamp": "2025-12-15T23:59:00+00:00",
"base_asset_bal": 346621,
"quote_asset_bal": 9255.8766348262,
"total_value_mid": 9929.3612378262,
"total_value_exit_net": 9928.8561243739,
"total_value": 9929.3612378262,
"base_cost_quote": 1356.727751226,
"unrealized_pnl_exit_net": -683.7482616783
},
{
"timestamp": "2025-12-16T23:59:00+00:00",
"base_asset_bal": 341554,
"quote_asset_bal": 9266.3576983794,
"total_value_mid": 9929.6555663794,
"total_value_exit_net": 9929.1580929784,
"total_value": 9929.6555663794,
"base_cost_quote": 1346.7237228278,
"unrealized_pnl_exit_net": -683.9233282288
},
{
"timestamp": "2025-12-17T23:59:00+00:00",
"base_asset_bal": 416245,
"quote_asset_bal": 9126.4243042089,
"total_value_mid": 9888.1526542089,
"total_value_exit_net": 9887.5813579464,
"total_value": 9888.1526542089,
"base_cost_quote": 1486.8550565633,
"unrealized_pnl_exit_net": -725.6980028258
},
{
"timestamp": "2025-12-18T23:59:00+00:00",
"base_asset_bal": 444511,
"quote_asset_bal": 9076.735760543,
"total_value_mid": 9862.1866975429,
"total_value_exit_net": 9861.5976093402,
"total_value": 9862.1866975429,
"base_cost_quote": 1536.9044674897,
"unrealized_pnl_exit_net": -752.0426186925
},
{
"timestamp": "2025-12-19T23:59:00+00:00",
"base_asset_bal": 413949,
"quote_asset_bal": 9132.2643293605,
"total_value_mid": 9900.5536733605,
"total_value_exit_net": 9899.9774563525,
"total_value": 9900.5536733605,
"base_cost_quote": 1481.850438913,
"unrealized_pnl_exit_net": -714.137311921
},
{
"timestamp": "2025-12-20T23:59:00+00:00",
"base_asset_bal": 422103,
"quote_asset_bal": 9117.3195833525,
"total_value_mid": 9894.8333093525,
"total_value_exit_net": 9894.250174058,
"total_value": 9894.8333093525,
"base_cost_quote": 1496.8677524573,
"unrealized_pnl_exit_net": -719.9371617518
},
{
"timestamp": "2025-12-21T23:59:00+00:00",
"base_asset_bal": 402520,
"quote_asset_bal": 9157.9584908837,
"total_value_mid": 9874.4440908837,
"total_value_exit_net": 9873.9067266837,
"total_value": 9874.4440908837,
"base_cost_quote": 1456.8233076318,
"unrealized_pnl_exit_net": -740.8750718318
},
{
"timestamp": "2025-12-22T23:59:00+00:00",
"base_asset_bal": 419611,
"quote_asset_bal": 9128.2295278907,
"total_value_mid": 9865.4860548907,
"total_value_exit_net": 9864.9331124955,
"total_value": 9865.4860548907,
"base_cost_quote": 1486.8557771033,
"unrealized_pnl_exit_net": -750.1521924985
},
{
"timestamp": "2025-12-23T23:59:00+00:00",
"base_asset_bal": 448357,
"quote_asset_bal": 9078.492141473,
"total_value_mid": 9852.356323473,
"total_value_exit_net": 9851.7759253365,
"total_value": 9852.356323473,
"base_cost_quote": 1536.9020456747,
"unrealized_pnl_exit_net": -763.6182618112
},
{
"timestamp": "2025-12-24T23:59:00+00:00",
"base_asset_bal": 451252,
"quote_asset_bal": 9073.724616668,
"total_value_mid": 9853.488072668,
"total_value_exit_net": 9852.903250076,
"total_value": 9853.488072668,
"base_cost_quote": 1541.9083515902,
"unrealized_pnl_exit_net": -762.7297181823
},
{
"timestamp": "2025-12-25T23:59:00+00:00",
"base_asset_bal": 425359,
"quote_asset_bal": 9119.1142542573,
"total_value_mid": 9860.5149912572,
"total_value_exit_net": 9859.9589407045,
"total_value": 9860.5149912572,
"base_cost_quote": 1496.865171523,
"unrealized_pnl_exit_net": -756.0204850758
},
{
"timestamp": "2025-12-26T23:59:00+00:00",
"base_asset_bal": 395690,
"quote_asset_bal": 9175.014847251,
"total_value_mid": 9855.997337251,
"total_value_exit_net": 9855.4866003835,
"total_value": 9855.997337251,
"base_cost_quote": 1441.814578521,
"unrealized_pnl_exit_net": -761.3428253885
},
{
"timestamp": "2025-12-27T23:59:00+00:00",
"base_asset_bal": 381205,
"quote_asset_bal": 9200.3728027955,
"total_value_mid": 9865.9567327955,
"total_value_exit_net": 9865.457544848,
"total_value": 9865.9567327955,
"base_cost_quote": 1416.7888342793,
"unrealized_pnl_exit_net": -751.7040922268
},
{
"timestamp": "2025-12-28T23:59:00+00:00",
"base_asset_bal": 361480,
"quote_asset_bal": 9235.8466537543,
"total_value_mid": 9863.0144537543,
"total_value_exit_net": 9862.5440779043,
"total_value": 9863.0144537543,
"base_cost_quote": 1381.758089911,
"unrealized_pnl_exit_net": -755.060665761
},
{
"timestamp": "2025-12-29T23:59:00+00:00",
"base_asset_bal": 402176,
"quote_asset_bal": 9166.1313506058,
"total_value_mid": 9849.8305506058,
"total_value_exit_net": 9849.3177762058,
"total_value": 9849.8305506058,
"base_cost_quote": 1451.8210557545,
"unrealized_pnl_exit_net": -768.6346301545
},
{
"timestamp": "2025-12-30T23:59:00+00:00",
"base_asset_bal": 408284,
"quote_asset_bal": 9156.3914001395,
"total_value_mid": 9844.7582241395,
"total_value_exit_net": 9844.2419490215,
"total_value": 9844.7582241395,
"base_cost_quote": 1461.8295995368,
"unrealized_pnl_exit_net": -773.9790506548
},
{
"timestamp": "2025-12-31T23:59:00+00:00",
"base_asset_bal": 301900,
"quote_asset_bal": 9354.2530559361,
"total_value_mid": 9923.6364559361,
"total_value_exit_net": 9923.2094183861,
"total_value": 9923.6364559361,
"base_cost_quote": 1266.6488206595,
"unrealized_pnl_exit_net": -697.6924582095
},
{
"timestamp": "2026-01-01T23:59:00+00:00",
"base_asset_bal": 276363,
"quote_asset_bal": 9413.7034018369,
"total_value_mid": 10006.7783998368,
"total_value_exit_net": 10006.3335935883,
"total_value": 10006.7783998368,
"base_cost_quote": 1211.5951243318,
"unrealized_pnl_exit_net": -618.9649325803
},
{
"timestamp": "2026-01-02T23:59:00+00:00",
"base_asset_bal": 281117,
"quote_asset_bal": 9404.9935067587,
"total_value_mid": 10000.9615467586,
"total_value_exit_net": 10000.5145707286,
"total_value": 10000.9615467586,
"base_cost_quote": 1221.607206766,
"unrealized_pnl_exit_net": -626.086142796
},
{
"timestamp": "2026-01-03T23:59:00+00:00",
"base_asset_bal": 285957,
"quote_asset_bal": 9395.4931213877,
"total_value_mid": 9993.4292083876,
"total_value_exit_net": 9992.9807563224,
"total_value": 9993.4292083876,
"base_cost_quote": 1231.614362508,
"unrealized_pnl_exit_net": -634.1267275733
},
{
"timestamp": "2026-01-04T23:59:00+00:00",
"base_asset_bal": 285818,
"quote_asset_bal": 9395.9380907319,
"total_value_mid": 9998.7282527319,
"total_value_exit_net": 9998.2761601104,
"total_value": 9998.7282527319,
"base_cost_quote": 1231.6176259538,
"unrealized_pnl_exit_net": -629.2795565753
},
{
"timestamp": "2026-01-05T23:59:00+00:00",
"base_asset_bal": 269432,
"quote_asset_bal": 9431.6797705647,
"total_value_mid": 10013.1140265647,
"total_value_exit_net": 10012.6779508727,
"total_value": 10013.1140265647,
"base_cost_quote": 1196.581463525,
"unrealized_pnl_exit_net": -615.583283217
},
{
"timestamp": "2026-01-06T23:59:00+00:00",
"base_asset_bal": 278677,
"quote_asset_bal": 9412.319450231,
"total_value_mid": 10010.3602922309,
"total_value_exit_net": 10009.9117615994,
"total_value": 10010.3602922309,
"base_cost_quote": 1216.5994487623,
"unrealized_pnl_exit_net": -619.0071373938
},
{
"timestamp": "2026-01-07T23:59:00+00:00",
"base_asset_bal": 244286,
"quote_asset_bal": 9494.6594879773,
"total_value_mid": 10073.8615939772,
"total_value_exit_net": 10073.4271923977,
"total_value": 10073.8615939772,
"base_cost_quote": 1136.5229263798,
"unrealized_pnl_exit_net": -557.7552219593
},
{
"timestamp": "2026-01-08T23:59:00+00:00",
"base_asset_bal": 271206,
"quote_asset_bal": 9436.4558407358,
"total_value_mid": 10041.5164267357,
"total_value_exit_net": 10041.0626312962,
"total_value": 10041.5164267357,
"base_cost_quote": 1196.582620392,
"unrealized_pnl_exit_net": -591.9758298315
},
{
"timestamp": "2026-01-09T23:59:00+00:00",
"base_asset_bal": 289494,
"quote_asset_bal": 9396.97300814,
"total_value_mid": 10028.35942214,
"total_value_exit_net": 10027.8858823295,
"total_value": 10028.35942214,
"base_cost_quote": 1236.6195405783,
"unrealized_pnl_exit_net": -605.7066663888
},
{
"timestamp": "2026-01-10T23:59:00+00:00",
"base_asset_bal": 292020,
"quote_asset_bal": 9392.3011747458,
"total_value_mid": 10017.8080147457,
"total_value_exit_net": 10017.3388846157,
"total_value": 10017.8080147457,
"base_cost_quote": 1241.6285855465,
"unrealized_pnl_exit_net": -616.5908756765
},
{
"timestamp": "2026-01-11T23:59:00+00:00",
"base_asset_bal": 263508,
"quote_asset_bal": 9458.3998376688,
"total_value_mid": 10036.7998976687,
"total_value_exit_net": 10036.3660976237,
"total_value": 10036.7998976687,
"base_cost_quote": 1176.5618190443,
"unrealized_pnl_exit_net": -598.5955590893
},
{
"timestamp": "2026-01-12T23:59:00+00:00",
"base_asset_bal": 258096,
"quote_asset_bal": 9470.3078565353,
"total_value_mid": 10044.3133605352,
"total_value_exit_net": 10043.8828564072,
"total_value": 10044.3133605352,
"base_cost_quote": 1166.5522615023,
"unrealized_pnl_exit_net": -592.9772616303
},
{
"timestamp": "2026-01-13T23:59:00+00:00",
"base_asset_bal": 258026,
"quote_asset_bal": 9470.8727071418,
"total_value_mid": 10055.8176491417,
"total_value_exit_net": 10055.3789404352,
"total_value": 10055.8176491417,
"base_cost_quote": 1166.5493253018,
"unrealized_pnl_exit_net": -582.0430920083
},
{
"timestamp": "2026-01-14T23:59:00+00:00",
"base_asset_bal": 271411,
"quote_asset_bal": 9441.1184704953,
"total_value_mid": 10046.6364114952,
"total_value_exit_net": 10046.1822730395,
"total_value": 10046.6364114952,
"base_cost_quote": 1196.5823712053,
"unrealized_pnl_exit_net": -591.518568661
},
{
"timestamp": "2026-01-15T23:59:00+00:00",
"base_asset_bal": 260491,
"quote_asset_bal": 9466.6653853895,
"total_value_mid": 10042.3504953895,
"total_value_exit_net": 10041.918731557,
"total_value": 10042.3504953895,
"base_cost_quote": 1171.5590848055,
"unrealized_pnl_exit_net": -596.305738638
},
{
"timestamp": "2026-01-16T23:59:00+00:00",
"base_asset_bal": 255917,
"quote_asset_bal": 9477.130519551,
"total_value_mid": 10043.730757551,
"total_value_exit_net": 10043.3058073725,
"total_value": 10043.730757551,
"base_cost_quote": 1161.5489668435,
"unrealized_pnl_exit_net": -595.373679022
},
{
"timestamp": "2026-01-17T23:59:00+00:00",
"base_asset_bal": 251425,
"quote_asset_bal": 9487.55286542,
"total_value_mid": 10049.23631542,
"total_value_exit_net": 10048.8150528325,
"total_value": 10049.23631542,
"base_cost_quote": 1151.5384846085,
"unrealized_pnl_exit_net": -590.276297196
},
{
"timestamp": "2026-01-18T23:59:00+00:00",
"base_asset_bal": 249857,
"quote_asset_bal": 9493.1590271597,
"total_value_mid": 10042.0948561597,
"total_value_exit_net": 10041.683154288,
"total_value": 10042.0948561597,
"base_cost_quote": 1146.5339870483,
"unrealized_pnl_exit_net": -598.00985992
},
{
"timestamp": "2026-01-19T23:59:00+00:00",
"base_asset_bal": 273106,
"quote_asset_bal": 9443.6060623262,
"total_value_mid": 10024.2294183262,
"total_value_exit_net": 10023.7939508092,
"total_value": 10024.2294183262,
"base_cost_quote": 1196.5807439858,
"unrealized_pnl_exit_net": -616.3928555028
},
{
"timestamp": "2026-01-20T23:59:00+00:00",
"base_asset_bal": 309111,
"quote_asset_bal": 9368.9256567165,
"total_value_mid": 10000.7485407165,
"total_value_exit_net": 10000.2746735535,
"total_value": 10000.7485407165,
"base_cost_quote": 1271.653861627,
"unrealized_pnl_exit_net": -640.30484479
},
{
"timestamp": "2026-01-21T23:59:00+00:00",
"base_asset_bal": 273234,
"quote_asset_bal": 9444.7474756393,
"total_value_mid": 10013.0741956392,
"total_value_exit_net": 10012.6479505992,
"total_value": 10013.0741956392,
"base_cost_quote": 1196.5796891953,
"unrealized_pnl_exit_net": -628.6792142353
},
{
"timestamp": "2026-01-22T23:59:00+00:00",
"base_asset_bal": 295265,
"quote_asset_bal": 9399.992291409,
"total_value_mid": 10001.151831409,
"total_value_exit_net": 10000.700961754,
"total_value": 10001.151831409,
"base_cost_quote": 1241.6256153205,
"unrealized_pnl_exit_net": -640.9169449755
},
{
"timestamp": "2026-01-23T23:59:00+00:00",
"base_asset_bal": 290374,
"quote_asset_bal": 9410.3447855525,
"total_value_mid": 10002.1269975525,
"total_value_exit_net": 10001.6831608935,
"total_value": 10002.1269975525,
"base_cost_quote": 1231.6157335355,
"unrealized_pnl_exit_net": -640.2773581945
},
{
"timestamp": "2026-01-24T23:59:00+00:00",
"base_asset_bal": 290359,
"quote_asset_bal": 9410.4951709825,
"total_value_mid": 9999.9239409825,
"total_value_exit_net": 9999.481869405,
"total_value": 9999.9239409825,
"base_cost_quote": 1231.617640965,
"unrealized_pnl_exit_net": -642.6309425425
},
{
"timestamp": "2026-01-25T23:59:00+00:00",
"base_asset_bal": 353837,
"quote_asset_bal": 9285.6472958235,
"total_value_mid": 9963.9528248235,
"total_value_exit_net": 9963.4440956768,
"total_value": 9963.9528248235,
"base_cost_quote": 1356.7297517253,
"unrealized_pnl_exit_net": -678.932951872
},
{
"timestamp": "2026-01-26T23:59:00+00:00",
"base_asset_bal": 327993,
"quote_asset_bal": 9336.1036536155,
"total_value_mid": 9984.8738076155,
"total_value_exit_net": 9984.38723,
"total_value": 9984.8738076155,
"base_cost_quote": 1306.6846970635,
"unrealized_pnl_exit_net": -658.401120679
},
{
"timestamp": "2026-01-27T23:59:00+00:00",
"base_asset_bal": 350996,
"quote_asset_bal": 9291.5168748253,
"total_value_mid": 9974.2040948253,
"total_value_exit_net": 9973.6920794103,
"total_value": 9974.2040948253,
"base_cost_quote": 1351.7282013738,
"unrealized_pnl_exit_net": -669.5529967888
},
{
"timestamp": "2026-01-28T23:59:00+00:00",
"base_asset_bal": 328394,
"quote_asset_bal": 9337.1368407856,
"total_value_mid": 9969.9520787855,
"total_value_exit_net": 9969.477467357,
"total_value": 9969.9520787855,
"base_cost_quote": 1306.6857698675,
"unrealized_pnl_exit_net": -674.345143296
},
{
"timestamp": "2026-01-29T23:59:00+00:00",
"base_asset_bal": 319586,
"quote_asset_bal": 9358.1075417013,
"total_value_mid": 9941.6715777013,
"total_value_exit_net": 9941.2339046743,
"total_value": 9941.6715777013,
"base_cost_quote": 1286.6690335663,
"unrealized_pnl_exit_net": -703.5426705933
},
{
"timestamp": "2026-01-30T23:59:00+00:00",
"base_asset_bal": 361600,
"quote_asset_bal": 9283.7412875696,
"total_value_mid": 9920.5188875695,
"total_value_exit_net": 9920.0413043695,
"total_value": 9920.5188875695,
"base_cost_quote": 1361.7376388258,
"unrealized_pnl_exit_net": -725.4376220258
},
{
"timestamp": "2026-01-31T23:59:00+00:00",
"base_asset_bal": 373142,
"quote_asset_bal": 9275.3340458018,
"total_value_mid": 9875.3463818018,
"total_value_exit_net": 9874.8963725498,
"total_value": 9875.3463818018,
"base_cost_quote": 1371.7458203365,
"unrealized_pnl_exit_net": -772.1834935885
},
{
"timestamp": "2026-02-01T23:59:00+00:00",
"base_asset_bal": 385551,
"quote_asset_bal": 9256.1040711596,
"total_value_mid": 9868.7446101595,
"total_value_exit_net": 9868.2851297553,
"total_value": 9868.7446101595,
"base_cost_quote": 1391.7637345205,
"unrealized_pnl_exit_net": -779.5826759248
},
{
"timestamp": "2026-02-02T23:59:00+00:00",
"base_asset_bal": 334361,
"quote_asset_bal": 9342.8205057216,
"total_value_mid": 9901.5377367215,
"total_value_exit_net": 9901.1186987983,
"total_value": 9901.5377367215,
"base_cost_quote": 1306.6826115005,
"unrealized_pnl_exit_net": -748.3844184238
},
{
"timestamp": "2026-02-03T23:59:00+00:00",
"base_asset_bal": 331229,
"quote_asset_bal": 9349.4404890431,
"total_value_mid": 9892.9872780431,
"total_value_exit_net": 9892.5796179513,
"total_value": 9892.9872780431,
"base_cost_quote": 1301.6770451393,
"unrealized_pnl_exit_net": -758.537916231
},
{
"timestamp": "2026-02-04T23:59:00+00:00",
"base_asset_bal": 340326,
"quote_asset_bal": 9335.3051430036,
"total_value_mid": 9894.8010870036,
"total_value_exit_net": 9894.3814650456,
"total_value": 9894.8010870036,
"base_cost_quote": 1316.6921370185,
"unrealized_pnl_exit_net": -757.6158149765
},
{
"timestamp": "2026-02-05T23:59:00+00:00",
"base_asset_bal": 475010,
"quote_asset_bal": 9136.8144706363,
"total_value_mid": 9786.6281506363,
"total_value_exit_net": 9786.1407903763,
"total_value": 9786.6281506363,
"base_cost_quote": 1516.869135252,
"unrealized_pnl_exit_net": -867.542815512
},
{
"timestamp": "2026-02-06T23:59:00+00:00",
"base_asset_bal": 331180,
"quote_asset_bal": 9360.0073802496,
"total_value_mid": 9918.7080402495,
"total_value_exit_net": 9918.2890147545,
"total_value": 9918.7080402495,
"base_cost_quote": 1296.6738415488,
"unrealized_pnl_exit_net": -738.3922070438
},
{
"timestamp": "2026-02-07T23:59:00+00:00",
"base_asset_bal": 363851,
"quote_asset_bal": 9307.214870271,
"total_value_mid": 9904.294361271,
"total_value_exit_net": 9903.8465516528,
"total_value": 9904.294361271,
"base_cost_quote": 1351.722708257,
"unrealized_pnl_exit_net": -755.0910268753
},
{
"timestamp": "2026-02-08T23:59:00+00:00",
"base_asset_bal": 355516,
"quote_asset_bal": 9323.0879815143,
"total_value_mid": 9889.7804855143,
"total_value_exit_net": 9889.3554661363,
"total_value": 9889.7804855143,
"base_cost_quote": 1336.7104084703,
"unrealized_pnl_exit_net": -770.4429238483
},
{
"timestamp": "2026-02-09T23:59:00+00:00",
"base_asset_bal": 383514,
"quote_asset_bal": 9278.4885437345,
"total_value_mid": 9887.8922897345,
"total_value_exit_net": 9887.435236925,
"total_value": 9887.8922897345,
"base_cost_quote": 1381.7525487583,
"unrealized_pnl_exit_net": -772.8058555678
},
{
"timestamp": "2026-02-10T23:59:00+00:00",
"base_asset_bal": 421717,
"quote_asset_bal": 9218.7581315883,
"total_value_mid": 9876.2149345883,
"total_value_exit_net": 9875.721841986,
"total_value": 9876.2149345883,
"base_cost_quote": 1441.805275549,
"unrealized_pnl_exit_net": -784.8415651513
},
{
"timestamp": "2026-02-11T23:59:00+00:00",
"base_asset_bal": 454306,
"quote_asset_bal": 9169.3475999198,
"total_value_mid": 9849.4436819198,
"total_value_exit_net": 9848.9336098583,
"total_value": 9849.4436819198,
"base_cost_quote": 1491.850325207,
"unrealized_pnl_exit_net": -812.2643152685
},
{
"timestamp": "2026-02-12T23:59:00+00:00",
"base_asset_bal": 457461,
"quote_asset_bal": 9165.3398348215,
"total_value_mid": 9852.9037178215,
"total_value_exit_net": 9852.3880449092,
"total_value": 9852.9037178215,
"base_cost_quote": 1496.8518125112,
"unrealized_pnl_exit_net": -809.8036024235
},
{
"timestamp": "2026-02-13T23:59:00+00:00",
"base_asset_bal": 428059,
"quote_asset_bal": 9211.078216629,
"total_value_mid": 9867.292663629,
"total_value_exit_net": 9866.8005027937,
"total_value": 9867.292663629,
"base_cost_quote": 1451.8130367448,
"unrealized_pnl_exit_net": -796.09075058
},
{
"timestamp": "2026-02-14T23:59:00+00:00",
"base_asset_bal": 348580,
"quote_asset_bal": 9336.8082947187,
"total_value_mid": 9895.2334547187,
"total_value_exit_net": 9894.8146358487,
"total_value": 9895.2334547187,
"base_cost_quote": 1326.702889456,
"unrealized_pnl_exit_net": -768.696548326
},
{
"timestamp": "2026-02-15T23:59:00+00:00",
"base_asset_bal": 356541,
"quote_asset_bal": 9327.9359470485,
"total_value_mid": 9880.5744970484,
"total_value_exit_net": 9880.1600181359,
"total_value": 9880.5744970484,
"base_cost_quote": 1336.7094107225,
"unrealized_pnl_exit_net": -784.485339635
},
{
"timestamp": "2026-02-16T23:59:00+00:00",
"base_asset_bal": 318348,
"quote_asset_bal": 9388.8651876397,
"total_value_mid": 9890.2632876397,
"total_value_exit_net": 9889.8872390647,
"total_value": 9890.2632876397,
"base_cost_quote": 1276.6569000938,
"unrealized_pnl_exit_net": -775.6348486688
},
{
"timestamp": "2026-02-17T23:59:00+00:00",
"base_asset_bal": 337543,
"quote_asset_bal": 9359.1104115177,
"total_value_mid": 9882.6396045177,
"total_value_exit_net": 9882.246957623,
"total_value": 9882.6396045177,
"base_cost_quote": 1306.6829287383,
"unrealized_pnl_exit_net": -783.546382633
},
{
"timestamp": "2026-02-18T23:59:00+00:00",
"base_asset_bal": 347751,
"quote_asset_bal": 9344.5087727072,
"total_value_mid": 9873.7857947072,
"total_value_exit_net": 9873.3888369407,
"total_value": 9873.7857947072,
"base_cost_quote": 1321.6969808383,
"unrealized_pnl_exit_net": -792.8169166048
},
{
"timestamp": "2026-02-19T23:59:00+00:00",
"base_asset_bal": 357884,
"quote_asset_bal": 9329.9900755814,
"total_value_mid": 9866.4581915814,
"total_value_exit_net": 9866.0558404944,
"total_value": 9866.4581915814,
"base_cost_quote": 1336.7111360155,
"unrealized_pnl_exit_net": -800.6453711025
},
{
"timestamp": "2026-02-20T23:59:00+00:00",
"base_asset_bal": 361024,
"quote_asset_bal": 9325.4595984509,
"total_value_mid": 9871.3278864509,
"total_value_exit_net": 9870.9184852349,
"total_value": 9871.3278864509,
"base_cost_quote": 1341.71465184,
"unrealized_pnl_exit_net": -796.255765056
},
{
"timestamp": "2026-02-21T23:59:00+00:00",
"base_asset_bal": 361177,
"quote_asset_bal": 9325.5900387534,
"total_value_mid": 9866.9943617534,
"total_value_exit_net": 9866.5883085111,
"total_value": 9866.9943617534,
"base_cost_quote": 1341.715624569,
"unrealized_pnl_exit_net": -800.7173548113
},
{
"timestamp": "2026-02-22T23:59:00+00:00",
"base_asset_bal": 328295,
"quote_asset_bal": 9376.5668778574,
"total_value_mid": 9870.6508528574,
"total_value_exit_net": 9870.2802898761,
"total_value": 9870.6508528574,
"base_cost_quote": 1291.6701085615,
"unrealized_pnl_exit_net": -797.9566965428
},
{
"timestamp": "2026-02-23T23:59:00+00:00",
"base_asset_bal": 372310,
"quote_asset_bal": 9312.1201473934,
"total_value_mid": 9852.3419573934,
"total_value_exit_net": 9851.9367910359,
"total_value": 9852.3419573934,
"base_cost_quote": 1356.7299148475,
"unrealized_pnl_exit_net": -816.913271205
},
{
"timestamp": "2026-02-24T23:59:00+00:00",
"base_asset_bal": 375727,
"quote_asset_bal": 9307.7452655374,
"total_value_mid": 9848.0406915374,
"total_value_exit_net": 9847.6354699679,
"total_value": 9848.0406915374,
"base_cost_quote": 1361.7358384765,
"unrealized_pnl_exit_net": -821.845634046
},
{
"timestamp": "2026-02-25T23:59:00+00:00",
"base_asset_bal": 341405,
"quote_asset_bal": 9358.5971106734,
"total_value_mid": 9871.0460156734,
"total_value_exit_net": 9870.6616789947,
"total_value": 9871.0460156734,
"base_cost_quote": 1311.688076786,
"unrealized_pnl_exit_net": -799.6235084648
}
]
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 (119,231 closed trades) via GET /backtests/8ade44ef-e4c6-47c2-848b-82e1a22c584a/trades (paginate through all pages).100-row audit sample from 119,231 closed trades (RFC 4180 CSV)
100-row audit sample from 119,231 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:01:00Z,2024-04-24T00:07:00Z,0.00788,0.0079,635,,,0.005184775,0.1036167513,0.00375285,0.003762375,,,TP
,,2024-04-24T00:13:00Z,2024-04-24T01:45:00Z,0.007894,0.007914,634,,,0.005163296,0.1031669622,0.003753597,0.003763107,,,TP
,,2024-04-24T00:15:00Z,2024-04-24T01:04:00Z,0.00785,0.00787,637,,,0.00522977,0.1045859873,0.0037503375,0.0037598925,,,TP
,,2024-04-24T00:16:00Z,2024-04-24T00:37:00Z,0.007831,0.007851,639,,,0.0052644015,0.1052036777,0.0037530068,0.0037625918,,,TP
,,2024-04-24T00:16:00Z,2024-04-24T00:41:00Z,0.00784,0.00786,638,,,0.00524755,0.1049107143,0.00375144,0.00376101,,,TP
,,2024-04-24T00:22:00Z,2024-04-24T00:33:00Z,0.007821,0.007841,640,,,0.00528224,0.1055299834,0.00375408,0.00376368,,,TP
,,2024-04-24T00:25:00Z,2024-04-24T00:32:00Z,0.007808,0.007828,641,,,0.005302993,0.1059554303,0.003753696,0.003763311,,,TP
,,2024-04-24T00:42:00Z,2024-04-24T01:03:00Z,0.00784,0.00786,638,,,0.00524755,0.1049107143,0.00375144,0.00376101,,,TP
,,2024-04-24T01:04:00Z,2024-04-24T01:31:00Z,0.007859,0.007879,637,,,0.0052211705,0.1042944395,0.0037546373,0.0037641922,,,TP
,,2024-04-24T01:13:00Z,2024-04-24T01:25:00Z,0.007844,0.007864,638,,,0.005243722,0.1047807241,0.003753354,0.003762924,,,TP
,,2024-04-24T01:30:00Z,2024-04-24T01:37:00Z,0.007883,0.007903,635,,,0.0051819175,0.1035202334,0.0037542787,0.0037638038,,,TP
,,2024-04-24T01:45:00Z,2024-04-24T02:09:00Z,0.007909,0.007929,633,,,0.0051409095,0.1026868125,0.0037547977,0.0037642928,,,TP
,,2024-04-24T01:59:00Z,2024-04-24T02:14:00Z,0.007917,0.007937,632,,,0.005125204,0.1024314766,0.003752658,0.003762138,,,TP
,,2024-04-24T02:02:00Z,2024-04-24T02:06:00Z,0.00788,0.0079,635,,,0.005184775,0.1036167513,0.00375285,0.003762375,,,TP
,,2024-04-24T02:04:00Z,2024-04-24T02:07:00Z,0.00789,0.00791,634,,,0.0051671,0.1032953105,0.003751695,0.003761205,,,TP
,,2024-04-24T02:12:00Z,2024-04-24T02:14:00Z,0.007929,0.007949,631,,,0.0051057365,0.1020494388,0.0037523993,0.0037618642,,,TP
,,2024-04-24T02:17:00Z,2024-04-24T04:48:00Z,0.007947,0.007967,630,,,0.005080635,0.1014785454,0.0037549575,0.0037644075,,,TP
,,2024-04-24T02:20:00Z,2024-04-24T04:46:00Z,0.007939,0.007959,630,,,0.005088195,0.1017319562,0.0037511775,0.0037606275,,,TP
,,2024-04-24T02:24:00Z,2024-04-24T03:05:00Z,0.007925,0.007945,631,,,0.0051095225,0.1021766562,0.0037505063,0.0037599712,,,TP
,,2024-04-24T02:29:00Z,2024-04-24T03:03:00Z,0.007917,0.007937,632,,,0.005125204,0.1024314766,0.003752658,0.003762138,,,TP
,,2024-04-24T02:30:00Z,2024-04-24T02:44:00Z,0.007902,0.007922,633,,,0.005147556,0.1029106555,0.0037514745,0.0037609695,,,TP
,,2024-04-24T02:31:00Z,2024-04-24T02:46:00Z,0.007892,0.007912,634,,,0.005165198,0.1032311201,0.003752646,0.003762156,,,TP
,,2024-04-24T02:56:00Z,2024-04-24T03:03:00Z,0.007909,0.007929,633,,,0.0051409095,0.1026868125,0.0037547977,0.0037642928,,,TP
,,2024-04-24T03:16:00Z,2024-04-24T04:06:00Z,0.007922,0.007942,632,,,0.005120464,0.1022721535,0.003755028,0.003764508,,,TP
,,2024-04-24T03:23:00Z,2024-04-24T04:09:00Z,0.00793,0.00795,631,,,0.00510479,0.1020176545,0.0037528725,0.0037623375,,,TP
,,2024-08-28T12:40:00Z,2024-08-29T10:23:00Z,0.004,0.00401,1250,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2024-09-20T22:02:00Z,2024-09-21T15:04:00Z,0.004,0.00401,1250,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2024-09-22T08:04:00Z,2024-09-22T08:07:00Z,0.004,0.00401,1250,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2024-09-22T08:08:00Z,2024-09-22T08:22:00Z,0.004,0.00401,1250,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2024-09-22T08:49:00Z,2024-09-22T08:54:00Z,0.004,0.00401,1250,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2024-11-09T15:33:00Z,2024-11-09T15:36:00Z,0.004,0.00401,1250,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2024-11-09T19:15:00Z,2024-11-09T19:18:00Z,0.004,0.00401,1250,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2024-12-10T13:56:00Z,2024-12-10T14:01:00Z,0.01,0.010025,500,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2024-12-26T05:32:00Z,2024-12-26T05:45:00Z,0.008,0.00802,625,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2024-12-28T13:49:00Z,2024-12-28T13:49:00Z,0.008,0.00802,625,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-01-23T17:53:00Z,2025-01-23T17:53:00Z,0.008,0.00802,625,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-01-27T01:26:00Z,2025-01-27T01:39:00Z,0.008,0.00802,625,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-01-27T02:28:00Z,2025-01-27T03:23:00Z,0.008,0.00802,625,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-03-14T04:32:00Z,2025-03-14T04:51:00Z,0.004,0.00401,1250,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-03-19T08:10:00Z,2025-03-19T08:10:00Z,0.004,0.00401,1250,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-03-30T08:59:00Z,2025-04-04T02:19:00Z,0.004,0.00401,1250,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-04-22T09:49:00Z,2025-04-22T09:54:00Z,0.004,0.00401,1250,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-05-06T03:59:00Z,2025-05-06T04:17:00Z,0.004,0.00401,1250,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-05-06T15:53:00Z,2025-05-06T16:00:00Z,0.004,0.00401,1250,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-06-05T00:24:00Z,2025-06-05T01:24:00Z,0.004,0.00401,1250,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-06-11T20:02:00Z,2025-06-11T20:14:00Z,0.004,0.00401,1250,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-07-17T20:16:00Z,2025-07-17T21:16:00Z,0.004,0.00401,1250,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-07-17T22:04:00Z,2025-07-17T22:19:00Z,0.004,0.00401,1250,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-07-19T11:15:00Z,2025-07-19T11:49:00Z,0.004,0.00401,1250,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2026-01-25T12:19:00Z,2026-01-29T14:43:00Z,0.002,0.002005,2500,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2026-01-31T17:54:00Z,2026-01-31T23:24:00Z,0.001602,0.001607,3122,,,0.0080961265,0.1618757803,0.003751083,0.0037627905,,,TP
,,2026-02-01T00:23:00Z,2026-02-01T03:31:00Z,0.001601,0.001606,3124,,,0.008105999,0.1620705809,0.003751143,0.003762858,,,TP
,,2026-02-01T14:23:00Z,2026-02-01T18:08:00Z,0.001602,0.001607,3122,,,0.0080961265,0.1618757803,0.003751083,0.0037627905,,,TP
,,2026-02-01T18:20:00Z,2026-02-01T23:05:00Z,0.001602,0.001607,3122,,,0.0080961265,0.1618757803,0.003751083,0.0037627905,,,TP
,,2026-02-02T01:07:00Z,2026-02-02T01:32:00Z,0.001601,0.001606,3124,,,0.008105999,0.1620705809,0.003751143,0.003762858,,,TP
,,2026-02-02T14:13:00Z,2026-02-02T14:17:00Z,0.001601,0.001606,3124,,,0.008105999,0.1620705809,0.003751143,0.003762858,,,TP
,,2026-02-02T14:18:00Z,2026-02-02T14:18:00Z,0.001601,0.001606,3124,,,0.008105999,0.1620705809,0.003751143,0.003762858,,,TP
,,2026-02-03T17:35:00Z,2026-02-03T17:36:00Z,0.001601,0.001606,3124,,,0.008105999,0.1620705809,0.003751143,0.003762858,,,TP
,,2026-02-03T17:48:00Z,2026-02-03T19:32:00Z,0.001601,0.001606,3124,,,0.008105999,0.1620705809,0.003751143,0.003762858,,,TP
,,2026-02-04T18:47:00Z,2026-02-04T19:05:00Z,0.001602,0.001607,3122,,,0.0080961265,0.1618757803,0.003751083,0.0037627905,,,TP
,,2026-02-04T19:27:00Z,2026-02-04T20:33:00Z,0.001601,0.001606,3124,,,0.008105999,0.1620705809,0.003751143,0.003762858,,,TP
,,2026-02-05T09:09:00Z,2026-02-05T09:13:00Z,0.001602,0.001607,3122,,,0.0080961265,0.1618757803,0.003751083,0.0037627905,,,TP
,,2026-02-05T10:00:00Z,2026-02-06T15:23:00Z,0.001601,0.001606,3124,,,0.008105999,0.1620705809,0.003751143,0.003762858,,,TP
,,2026-02-06T00:19:00Z,2026-02-06T00:20:00Z,0.001281,0.001285,3904,,,0.008102752,0.1620218579,0.003750768,0.00376248,,,TP
,,2026-02-06T16:02:00Z,2026-02-06T17:22:00Z,0.001602,0.001607,3122,,,0.0080961265,0.1618757803,0.003751083,0.0037627905,,,TP
,,2026-02-07T08:10:00Z,2026-02-07T08:12:00Z,0.001601,0.001606,3124,,,0.008105999,0.1620705809,0.003751143,0.003762858,,,TP
,,2026-02-07T10:10:00Z,2026-02-07T10:44:00Z,0.001601,0.001606,3124,,,0.008105999,0.1620705809,0.003751143,0.003762858,,,TP
,,2026-02-07T10:46:00Z,2026-02-07T10:46:00Z,0.001601,0.001606,3124,,,0.008105999,0.1620705809,0.003751143,0.003762858,,,TP
,,2026-02-07T10:47:00Z,2026-02-07T11:03:00Z,0.001601,0.001606,3124,,,0.008105999,0.1620705809,0.003751143,0.003762858,,,TP
,,2026-02-09T00:30:00Z,2026-02-09T01:22:00Z,0.001601,0.001606,3124,,,0.008105999,0.1620705809,0.003751143,0.003762858,,,TP
,,2026-02-09T02:27:00Z,2026-02-09T04:02:00Z,0.001602,0.001607,3122,,,0.0080961265,0.1618757803,0.003751083,0.0037627905,,,TP
,,2026-02-09T06:41:00Z,2026-02-09T06:49:00Z,0.001601,0.001606,3124,,,0.008105999,0.1620705809,0.003751143,0.003762858,,,TP
,,2026-02-09T18:22:00Z,2026-02-09T19:52:00Z,0.001601,0.001606,3124,,,0.008105999,0.1620705809,0.003751143,0.003762858,,,TP
,,2026-02-14T22:51:00Z,2026-02-14T22:51:00Z,0.001601,0.001606,3124,,,0.008105999,0.1620705809,0.003751143,0.003762858,,,TP
,,2026-02-15T00:02:00Z,2026-02-15T00:22:00Z,0.001601,0.001606,3124,,,0.008105999,0.1620705809,0.003751143,0.003762858,,,TP
,,2026-02-22T22:01:00Z,2026-02-25T22:17:00Z,0.001529,0.001533,3271,,,0.0055721485,0.111412688,0.0037510192,0.0037608322,,,TP
,,2026-02-25T21:11:00Z,2026-02-25T21:18:00Z,0.001519,0.001523,3292,,,0.005657302,0.1131336406,0.003750411,0.003760287,,,TP
,,2026-02-25T21:18:00Z,2026-02-25T21:36:00Z,0.00152,0.001524,3290,,,0.00564893,0.1129605263,0.0037506,0.00376047,,,TP
,,2026-02-25T21:21:00Z,2026-02-25T21:32:00Z,0.001512,0.001516,3307,,,0.005717803,0.1143518519,0.003750138,0.003760059,,,TP
,,2026-02-25T21:40:00Z,2026-02-25T21:44:00Z,0.001526,0.00153,3277,,,0.005597116,0.1119266055,0.0037505265,0.0037603575,,,TP
,,2026-02-25T21:44:00Z,2026-02-25T21:50:00Z,0.001526,0.00153,3277,,,0.005597116,0.1119266055,0.0037505265,0.0037603575,,,TP
,,2026-02-25T21:56:00Z,2026-02-25T21:56:00Z,0.001523,0.001527,3283,,,0.0056221375,0.1124425476,0.0037500067,0.0037598557,,,TP
,,2026-02-25T22:00:00Z,2026-02-25T22:01:00Z,0.001527,0.001531,3275,,,0.0055887875,0.1117550753,0.0037506937,0.0037605188,,,TP
,,2026-02-25T22:01:00Z,2026-02-25T22:03:00Z,0.001527,0.001531,3275,,,0.0055887875,0.1117550753,0.0037506937,0.0037605188,,,TP
,,2026-02-25T22:03:00Z,2026-02-25T22:04:00Z,0.001527,0.001531,3275,,,0.0055887875,0.1117550753,0.0037506937,0.0037605188,,,TP
,,2026-02-25T22:04:00Z,2026-02-25T22:05:00Z,0.001527,0.001531,3275,,,0.0055887875,0.1117550753,0.0037506937,0.0037605188,,,TP
,,2026-02-25T22:05:00Z,2026-02-25T22:06:00Z,0.001526,0.00153,3277,,,0.005597116,0.1119266055,0.0037505265,0.0037603575,,,TP
,,2026-02-25T22:15:00Z,2026-02-25T22:16:00Z,0.001526,0.00153,3277,,,0.005597116,0.1119266055,0.0037505265,0.0037603575,,,TP
,,2026-02-25T22:25:00Z,2026-02-25T22:33:00Z,0.001528,0.001532,3273,,,0.005580465,0.1115837696,0.003750858,0.003760677,,,TP
,,2026-02-25T22:30:00Z,2026-02-25T22:33:00Z,0.001526,0.00153,3277,,,0.005597116,0.1119266055,0.0037505265,0.0037603575,,,TP
,,2026-02-25T22:34:00Z,2026-02-25T22:36:00Z,0.001533,0.001537,3262,,,0.005537245,0.1107305936,0.0037504845,0.0037602705,,,TP
,,2026-02-25T22:39:00Z,2026-02-25T22:39:00Z,0.001536,0.00154,3256,,,0.005512408,0.1102213542,0.003750912,0.00376068,,,TP
,,2026-02-25T22:50:00Z,2026-02-25T23:00:00Z,0.001514,0.001518,3303,,,0.005700978,0.114002642,0.0037505565,0.0037604655,,,TP
,,2026-02-25T22:54:00Z,2026-02-25T23:00:00Z,0.001512,0.001516,3307,,,0.005717803,0.1143518519,0.003750138,0.003760059,,,TP
,,2026-02-25T23:03:00Z,2026-02-25T23:14:00Z,0.001512,0.001516,3307,,,0.005717803,0.1143518519,0.003750138,0.003760059,,,TP
,,2026-02-25T23:23:00Z,2026-02-25T23:29:00Z,0.001509,0.001513,3314,,,0.005744819,0.1148774023,0.0037506195,0.0037605615,,,TP
,,2026-02-25T23:37:00Z,2026-02-25T23:40:00Z,0.001498,0.001502,3338,,,0.0058415,0.1168224299,0.003750243,0.003760257,,,TP
,,2026-02-25T23:42:00Z,2026-02-25T23:59:00Z,0.0015,0.001504,3334,,,0.005824498,0.1164666667,0.00375075,0.003760752,,,TP
,,2026-02-25T23:43:00Z,2026-02-25T23:43:00Z,0.001496,0.0015,3343,,,0.005860279,0.1171791444,0.003750846,0.003760875,,,TP
,,2026-02-25T23:51:00Z,2026-02-25T23:57:00Z,0.001498,0.001502,3338,,,0.0058415,0.1168224299,0.003750243,0.003760257,,,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 AMPUSDT?
Did it beat Buy & Hold of AMPUSDT?
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 AMPUSDT (Mode: 3LongTimeLong.json)
Period: 2024-04-24 00:00:01 to 2026-02-25 23:59:59
Starting balance: 10,000.00 USDT
Final value: 9,870.66 USDT
P&L: -129.34 USDT (-1.29%)
Result: LOSS
Completed trades: 119231
Open orders at end: 262
Win rate: 100.0%
Avg. profit/trade: 0.005622 USDT
Best trade: 0.008106 USDT
Worst trade: 0.004991 USDT
Total profit (trades only): 670.285187 USDT
Max drawdown: -6.17%
Profit factor: inf (no losing trades)
Sharpe ratio: -0.13
Total fees: 895.84 USDT
Avg hold time: 8.2h
TP / SL / TSL: 119231 / 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: 444.2s
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":"AMPUSDT","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": "AMPUSDT LongTimeLong Backtest",
"alternateName": "AMPUSDT-3LongTimeLong.json-8ade44ef-e4c6-47c2-848b-82e1a22c584a",
"description": "Backtest of the LongTimeLong strategy on AMPUSDT: -1.29% return over 2024-04-24 to 2026-02-25.",
"identifier": "8ade44ef-e4c6-47c2-848b-82e1a22c584a",
"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": [
"AMPUSDT",
"LongTimeLong",
"crypto backtest",
"trading strategy",
"quantitative finance",
"algorithmic trading"
],
"about": [
{
"@type": "Thing",
"name": "AMPUSDT",
"description": "Trading pair: AMPUSDT"
},
{
"@type": "Thing",
"name": "LongTimeLong",
"description": "Trading strategy: LongTimeLong"
}
],
"measurementTechnique": "Historical OHLCV replay with deterministic order-fill simulation (TP / SL / Trailing-SL)",
"variableMeasured": [
{
"@type": "PropertyValue",
"name": "Return",
"value": -1.2934,
"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": 670.28518741,
"unitText": "USDT",
"description": "Total realized profit in quote currency"
},
{
"@type": "PropertyValue",
"name": "Final Portfolio Value",
"value": 9870.66167899,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Initial Capital",
"value": 10000,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Fulfilled Trades",
"value": 119231,
"unitText": "trades",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Active Orders",
"value": 262,
"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.00562174,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Engine Elapsed Time",
"value": 444.16,
"unitText": "seconds",
"unitCode": "SEC",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "CAGR",
"value": -0.7050767575394357,
"unitText": "%",
"unitCode": "P1",
"description": "Compound Annual Growth Rate"
},
{
"@type": "PropertyValue",
"name": "Max Drawdown",
"value": -6.171899044248178,
"unitText": "%",
"unitCode": "P1",
"description": "Largest peak-to-trough decline of equity (negative)",
"maxValue": 0
},
{
"@type": "PropertyValue",
"name": "Max Drawdown (absolute)",
"value": -643.7205099087005,
"unitText": "USDT",
"maxValue": 0
},
{
"@type": "PropertyValue",
"name": "Drawdown Duration",
"value": 424,
"unitText": "days",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Sharpe Ratio (annualized)",
"value": -0.13441212831479177,
"description": "Mean / std of daily returns x 365"
},
{
"@type": "PropertyValue",
"name": "Sortino Ratio (annualized)",
"value": -0.13607527646811038,
"description": "Like Sharpe but only penalizes downside volatility"
},
{
"@type": "PropertyValue",
"name": "Volatility (annualized)",
"value": 4.368134084916238,
"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.005981571789999998,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Average Win",
"value": 0.005981571789999998,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Average Loss",
"value": 0,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Median Trade Profit",
"value": 0.005407700499999999,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Gross Profit",
"value": 0.5981571789999999,
"unitText": "USDT",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Gross Loss",
"value": 0,
"unitText": "USDT",
"maxValue": 0
},
{
"@type": "PropertyValue",
"name": "Total Fees Paid",
"value": 0.7512408208999993,
"unitText": "USDT",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Total Volume Traded",
"value": 1001.6544280000005,
"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.23333333333333334,
"unitText": "hours",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Mean Holding Time",
"value": 4.4093406593406606,
"unitText": "hours",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Trades per Month",
"value": 5392.07877766355,
"unitText": "trades/month",
"minValue": 0
}
],
"dateCreated": "2026-05-08T13:39:09.792Z",
"dateModified": "2026-05-15T13:00:58.571Z",
"temporalCoverage": "2024-04-23T22:00:01.000Z/2026-02-25T22:59:59.000Z"
}
[!] Disclaimer
Backtester: uncoded.ch/backtesting * Generated 2026-05-15 13:00:58 UTC