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.
USTCUSDT * LongTimeLong
USTCUSDT | 3LongTimeLong.json | 2024-04-24 - 2026-02-25 | -4.75% | 115,161 closed trades | 100.0% closed WR | 411 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,645.39 USDT | Sum of all winning trades before fees. |
| Gross Loss | 0.00 USDT | Absolute sum of all losing trades. |
| Total Fees | 866.33 USDT | Buy + sell fees across all trades. |
| Fee Drag | 52.7% of gross profit | What share of edge the exchange consumed. |
| Avg Hold Time | 14.4 h | Mean duration a position is open. |
Exit Mix (Fill Types)
| Exit Type | Count | Share | What It Means |
|---|---|---|---|
| TP (Take Profit) | 115,161 | 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 USTCUSDT, 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 52.7% 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="0602322a-0137-4eb2-913d-63d845bebba5" */}
...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 USTCUSDT, 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 USTCUSDT 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: USTCUSDT 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 -4.75% return on USTCUSDT a good backtest result?
Is a -4.75% return on USTCUSDT 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 USTCUSDT backtest?
What is the annualised return for this USTCUSDT 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 USTCUSDT?
How is this backtest different from others on USTCUSDT?
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 | USTCUSDT |
| 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,525.09 USDT |
| Avg Profit / Trade | +0.0068 USDT |
| Trades / Month | 5208.0 |
| Status | completed |
| Created | 2026-05-11 13:30:10 UTC |
| Started | 2026-05-11 13:43:11 UTC |
| Completed | 2026-05-11 13:53:32 UTC |
| Compute Time | 8m 39s |
| Backtest ID | 0602322a-0137-4eb2-913d-63d845bebba5 |
| Engine summary: |
Backtest USTCUSDT (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,525.09 USDT
P&L: -474.91 USDT (-4.75%)
Result: LOSS
Completed trades: 115161
Open orders at end: 411
Win rate: 100.0%
Avg. profit/trade: 0.006765 USDT
Best trade: 0.017300 USDT
Worst trade: 0.004991 USDT
Total profit (trades only): 779.063191 USDT
Max drawdown: -10.05%
Profit factor: inf (no losing trades)
Sharpe ratio: -0.20
Total fees: 866.33 USDT
Avg hold time: 14.4h
TP / SL / TSL: 115161 / 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: 519.2s
Verifiable Claims
| Claim | Evidence | Source |
|---|---|---|
| Strategy returned -4.75% over the tested window | return_pct = -4.7491 | GET /backtests/{id} -> return_pct |
| Capital grew from 10,000.00 to 9,525.09 USDT | final_value - start_balance = -474.91 USDT | GET /backtests/{id} -> start_balance, final_value |
| Roughly 115161 of 115161 trades were profitable | win_rate = 100% | GET /backtests/{id} -> win_rate, fulfilled_trades |
| Worst peak-to-trough loss was 10.05% | max_drawdown_pct = 10.0521 | derived client-side from /equity series |
| Risk-adjusted return (Sharpe, annualized, rf=0) = -0.20 | sharpe_annualized = -0.2013 | 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.00001 |
buySplits | 9 |
{
"to": "2026-02-25 23:59:59",
"from": "2024-04-24 00:00:01",
"canBuy": true,
"symbol": "USTCUSDT",
"canSell": true,
"canBuyUp": true,
"startBal": 10000,
"stepSize": 1,
"stopLoss": false,
"tickSize": 0.00001,
"buySplits": 9,
"buyVolumes": [
20,
15,
10,
10,
10,
10,
5,
5,
5
],
"canBuyDown": false,
"minNotional": 5,
"buyPercentage": 0.1,
"fees_in_quote": true,
"intrabar_mode": "OLHC",
"maker_fee_bps": 7.5,
"taker_fee_bps": 7.5,
"sellPercentages": [
0.25,
0.35,
0.5,
0.75,
1,
2.5,
5,
10,
15
],
"triggerCoolDown": 1,
"investmentPerBuy": 25,
"assumed_spread_bps": 0,
"stopLossPercentage": 5,
"investmentPercentMode": false,
"minInvestmentPerQuote": 25,
"order_latency_seconds": 2,
"trailingStopLossPercentages": [
0,
0,
0,
0,
0,
0,
0,
0,
0
],
"sellCancelDistancePercentage": 1,
"dontBuyBelowQuoteAssetBalance": 1,
"investmentPerFreeQuotePercent": 0.01,
"sellActivateDistancePercentage": 0.1
}
Full Mode Configuration
POST /backtests to reproduce the run.- Engine Parameters
- YAML
| Parameter | Value | Meaning |
|---|---|---|
assumed_spread_bps | 0 | Spread (basis points) added to taker fills on top of the candle price. |
buyPercentage | 0.1 | Buy-trigger threshold as a fraction (e.g. 0.1 = -0.1% from last reference price). |
buySplits | 9 | Number of price levels in the buy-ladder (DCA depth). |
buyVolumes | [20,15,10,10,10,10,5,5,5] | Per-split sizing weights (sum ~ 100). Distributes investmentPerBuy x buySplits across the ladder. |
canBuy | true | Master switch - disables all buy-side logic when false. |
canBuyDown | false | Allow re-entries below the last buy price. |
canBuyUp | true | Allow re-entries above the last buy price (true) or only below (false). |
canSell | true | Master switch - disables all sell-side logic when false. |
dontBuyBelowQuoteAssetBalance | 1 | Refuse to open new buys if free quote drops below this absolute USDT amount. |
fees_in_quote | true | If true, fees are deducted from the quote (USDT) leg of every fill. |
intrabar_mode | OLHC | Intra-bar fill model (OLHC, OHLC, …) - see ENGINE.md Section 4. |
investmentPerBuy | 25 | Notional invested per buy event, in quote (USDT). |
investmentPerFreeQuotePercent | 0.01 | When investmentPercentMode = true: fraction of free quote balance to commit per buy. |
investmentPercentMode | false | If true, sizing is taken as a fraction of free quote balance instead of fixed USDT. |
maker_fee_bps | 7.5 | Maker fee in basis points (e.g. 7.5 = 0.075%). |
minInvestmentPerQuote | 25 | Hard floor on per-buy notional, regardless of percent-mode math. |
minNotional | 5 | Exchange minimum notional per order (USDT). |
order_latency_seconds | 2 | Latency injected between signal time and order placement. |
sellActivateDistancePercentage | 0.1 | Distance from buy price (%) at which a TSL becomes armed. |
sellCancelDistancePercentage | 1 | Distance (%) at which an unfilled sell order is cancelled and re-priced. |
sellPercentages | [0.25,0.35,0.5,0.75,1,2.5,5,10,15] | Take-profit ladder, each value is the per-tier profit target as a fraction. |
startBal | 10000 | Initial portfolio value in the quote currency (USDT). |
stepSize | 1 | Exchange size step (base asset). |
stopLoss | false | Hard stop-loss enabled flag. |
stopLossPercentage | 5 | Hard stop-loss distance from entry as a percent (5.0 = -5%). |
taker_fee_bps | 7.5 | Taker fee in basis points. |
tickSize | 0.00001 | Exchange price tick (quote currency). |
trailingStopLossPercentages | [0,0,0,0,0,0,0,0,0] | Per-tier trailing-SL distances. Zero entries disable TSL on that tier. |
triggerCoolDown | 1 | Minimum bars/ticks between two consecutive buys on the same level. |
to: "2026-02-25 23:59:59"
from: "2024-04-24 00:00:01"
canBuy: true
symbol: USTCUSDT
canSell: true
canBuyUp: true
startBal: 10000
stepSize: 1
stopLoss: false
tickSize: 0.00001
buySplits: 9
buyVolumes:
- 20
- 15
- 10
- 10
- 10
- 10
- 5
- 5
- 5
canBuyDown: false
minNotional: 5
buyPercentage: 0.1
fees_in_quote: true
intrabar_mode: OLHC
maker_fee_bps: 7.5
taker_fee_bps: 7.5
sellPercentages:
- 0.25
- 0.35
- 0.5
- 0.75
- 1
- 2.5
- 5
- 10
- 15
triggerCoolDown: 1
investmentPerBuy: 25
assumed_spread_bps: 0
stopLossPercentage: 5
investmentPercentMode: false
minInvestmentPerQuote: 25
order_latency_seconds: 2
trailingStopLossPercentages:
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
sellCancelDistancePercentage: 1
dontBuyBelowQuoteAssetBalance: 1
investmentPerFreeQuotePercent: 0.01
sellActivateDistancePercentage: 0.1
Strategy Logic
strategyLogic object to buildVerifiableMdx (or wire up getModes() so the exporter can derive a sketch) to remove this notice.GET /modes and select the entry whose filename == "3LongTimeLong.json" to inspect the public rule fields, or consult the engine source for the executable logic.
Engine Specification
engine_version field in this document’s frontmatter (see also the Data Source Metadata section).Engine Specification
uncoded.ch/docs/engine; this report only pins which revision applied (engine_version in the frontmatter).
Data Source Metadata
buildVerifiableMdx({ dataSource: ... }) to fill it in. The engine spec describes deterministic execution semantics (segment order, fill rules, fee classification) that cannot be reverse-engineered from trades alone.| Field | Value | Source |
|---|---|---|
| Market-data provider | Binance Spot | caller DataSourceInput.provider |
| Exchange / venue | binance | caller DataSourceInput.exchange |
| Symbol | USTCUSDT | 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,358 | ##
| #####::
| :::::::### # # ##
| #### ## ####:::::::::: :# #:#::##
|#::::##::#::::::::::::::# :: # ## ##:::::::#
|::::::::::::::::::::::::: :: :# ##::#::::::::::# #
|:::::::::::::::::::::::::#::#::#:::::::::::::::: :###
|::::::::::::::::::::::::::::::::::::::::::::::::## ::::#
|::::::::::::::::::::::::::::::::::::::::::::::::::# #::::: #
9,449 |:::::::::::::::::::::::::::::::::::::::::::::::::::#::::::#:
+------------------------------------------------------------
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,440.74 USDT @ 2024-12-06 23:59:00 UTC |
| Trough | 9,391.22 USDT @ 2025-11-22 23:59:00 UTC |
| Drawdown Duration | 351.0 days |
| Recovery | not yet recovered within window |
| All-time Peak | 10,440.74 USDT |
Final Portfolio Allocation
GET /backtests/{id}/equity * Fields used: total_value_exit_net, quote_asset_bal, base_asset_bal, base_value_exit_net, base_value_mid, unrealized_pnl_exit_net| Asset | Quantity | Value (USDT) | Allocation |
|---|---|---|---|
| USDT (Cash) | 8,718.97 | 8,718.97 | 91.5% |
| USTC | 163,968.00000000 | 0.00 | 0.0% |
| Other (open positions, fee reserves, …) | - | 806.12 | 8.5% |
| Total | - | 9,525.09 | 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) | +1.00 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 | +1.00 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 | 865.58 USDT | bt.total_fees - closed-trade subtotal - buy-side fees on the 411 orders still open at end of window (no matching sell row yet) |
| Total Fees Paid (authoritative) | 866.33 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 | 86436.67% | 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/0602322a-0137-4eb2-913d-63d845bebba5/trades |
| Closed-trade sell fees | Sum row.sell_fee_in_quote | sell_fee_in_quote per row | GET /backtests/0602322a-0137-4eb2-913d-63d845bebba5/trades |
| (A) Closed-trade subtotal | Sum (buy_fee_in_quote + sell_fee_in_quote) | both fee fields, matched-pair rows only | GET /backtests/0602322a-0137-4eb2-913d-63d845bebba5/trades |
| (B) Total Fees Paid (engine) | direct read | total_fees (scalar) | GET /backtests/0602322a-0137-4eb2-913d-63d845bebba5 |
| (C) = (B) - (A) Open-position buy fees | bt.total_fees - closed_subtotal | derived | - |
| Open orders count | direct read | active_orders | GET /backtests/0602322a-0137-4eb2-913d-63d845bebba5 |
| Numerical walk-through for this run: |
(A) Closed-trade subtotal = 0.375316 + 0.376632
= 0.751948 USDT
(B) bt.total_fees = 866.330809 USDT <- authoritative
(C) Open-position buy fees = (B) - (A)
= 866.330809 - 0.751948
= 865.578862 USDT
Identity check: (A) + (C) ?= (B)
0.751948 + 865.578862 = 866.330809 USDT
vs bt.total_fees = 866.330809 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 411 open orders.Holding Period Distribution
| Min | Median | Avg | Max |
|---|---|---|---|
| 0.0h | 0.2h | 6.5h | 97.3h |
Trade Timeline
| First Trade | Last Trade |
|---|---|
| 2024-04-24 00:01:00 UTC | 2026-02-25 23:46:00 UTC |
Breakdown by Exit Type
| Type | Count | Cumulative Profit | Avg Return |
|---|---|---|---|
TP | 100 | +1.00 USDT | +0.20% |
Monthly Performance
GET /backtests/{id}/trades * Fields used: sell_time (bucket key), profit| Month | Trades | Wins | Win Rate | Net P&L (USDT) |
|---|---|---|---|---|
| 2024-04 | 28 | 28 | 100.0% | +0.17 |
| 2024-05 | 1 | 1 | 100.0% | +0.00 |
| 2024-06 | 2 | 2 | 100.0% | +0.01 |
| 2024-07 | 9 | 9 | 100.0% | +0.04 |
| 2024-08 | 2 | 2 | 100.0% | +0.01 |
| 2024-12 | 1 | 1 | 100.0% | +0.00 |
| 2025-02 | 1 | 1 | 100.0% | +0.00 |
| 2025-10 | 8 | 8 | 100.0% | +0.07 |
| 2025-12 | 1 | 1 | 100.0% | +0.00 |
| 2026-02 | 47 | 47 | 100.0% | +0.68 |
Top Trades
GET /backtests/{id}/trades * Fields used: fill_type, buy_time, sell_time, buy_price, sell_price, profit, profit_percentageTop 10 Winners
Top 10 Winners
| # | Type | Period | Buy | Sell | Profit | % |
|---|---|---|---|---|---|---|
| 1 | TP | 2026-02-06 -> 2026-02-06 | 0.004030 | 0.004050 | +0.0173 | +0.35% |
| 2 | TP | 2026-02-06 -> 2026-02-06 | 0.004040 | 0.004060 | +0.0172 | +0.34% |
| 3 | TP | 2026-02-06 -> 2026-02-06 | 0.004050 | 0.004070 | +0.0172 | +0.34% |
| 4 | TP | 2026-02-06 -> 2026-02-06 | 0.004060 | 0.004080 | +0.0171 | +0.34% |
| 5 | TP | 2026-02-06 -> 2026-02-06 | 0.004070 | 0.004090 | +0.0171 | +0.34% |
| 6 | TP | 2026-02-06 -> 2026-02-06 | 0.004070 | 0.004090 | +0.0171 | +0.34% |
| 7 | TP | 2025-10-10 -> 2025-10-10 | 0.004100 | 0.004120 | +0.0169 | +0.34% |
| 8 | TP | 2025-10-10 -> 2025-10-10 | 0.004100 | 0.004120 | +0.0169 | +0.34% |
| 9 | TP | 2026-02-06 -> 2026-02-06 | 0.004100 | 0.004120 | +0.0169 | +0.34% |
| 10 | TP | 2026-02-06 -> 2026-02-06 | 0.004100 | 0.004120 | +0.0169 | +0.34% |
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 | -10.05% @ 2025-11-22 23:59:00 UTC |
| Mean | -3.72% |
| Std Dev | 2.92% |
| Last | -8.77% |
| Points | 673 |
| Across 673 points the series ranged from -10.05% (2025-11-22 23:59:00 UTC) to 0.00% (2024-04-24 23:59:00 UTC), averaging -3.72%. 0% of points were positive, 94% negative. The most recent value is -8.77%. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T23:59:00+00:00","drawdown":0},{"timestamp":"2024-05-05T23:59:00+00:00","drawdown":0},{"timestamp":"2024-05-17T23:59:00+00:00","drawdown":-0.12377636303803595},{"timestamp":"2024-05-28T23:59:00+00:00","drawdown":-0.1033016137650281},{"timestamp":"2024-06-09T23:59:00+00:00","drawdown":-0.4220835203763116},{"timestamp":"2024-06-20T23:59:00+00:00","drawdown":-0.953043841497205},{"timestamp":"2024-07-01T23:59:00+00:00","drawdown":-1.095879244539097},{"timestamp":"2024-07-13T23:59:00+00:00","drawdown":-1.3892283503030032},{"timestamp":"2024-07-24T23:59:00+00:00","drawdown":-0.19833653153099817},{"timestamp":"2024-08-05T23:59:00+00:00","drawdown":-2.6922807464334992},{"timestamp":"2024-08-16T23:59:00+00:00","drawdown":-1.2414183773628986},{"timestamp":"2024-08-27T23:59:00+00:00","drawdown":-0.9177381346572819},{"timestamp":"2024-09-08T23:59:00+00:00","drawdown":-1.2349765949462694},{"timestamp":"2024-09-19T23:59:00+00:00","drawdown":-0.37071479613037905},{"timestamp":"2024-09-30T23:59:00+00:00","drawdown":-0.47803018735747244},{"timestamp":"2024-10-12T23:59:00+00:00","drawdown":-0.30139620260814143},{"timestamp":"2024-10-23T23:59:00+00:00","drawdown":-0.24352049861374345},{"timestamp":"2024-11-04T23:59:00+00:00","drawdown":-0.8676723919556739},{"timestamp":"2024-11-15T23:59:00+00:00","drawdown":-0.3687724345766814},{"timestamp":"2024-11-26T23:59:00+00:00","drawdown":-0.19313490760424182},{"timestamp":"2024-12-08T23:59:00+00:00","drawdown":-0.19429568689538132},{"timestamp":"2024-12-19T23:59:00+00:00","drawdown":-3.2972545252559033},{"timestamp":"2024-12-31T23:59:00+00:00","drawdown":-2.803386619287592},{"timestamp":"2025-01-11T23:59:00+00:00","drawdown":-3.146443862374635},{"timestamp":"2025-01-22T23:59:00+00:00","drawdown":-4.566839748539857},{"timestamp":"2025-02-03T23:59:00+00:00","drawdown":-7.424718719449458},{"timestamp":"2025-02-14T23:59:00+00:00","drawdown":-2.528696988649369},{"timestamp":"2025-02-26T23:59:00+00:00","drawdown":-4.053683912551843},{"timestamp":"2025-03-09T23:59:00+00:00","drawdown":-7.21387040330603},{"timestamp":"2025-03-20T23:59:00+00:00","drawdown":-5.059561292791584},{"timestamp":"2025-04-01T23:59:00+00:00","drawdown":-6.449319110835338},{"timestamp":"2025-04-12T23:59:00+00:00","drawdown":-5.88339289661},{"timestamp":"2025-04-23T23:59:00+00:00","drawdown":-4.7820805715579064},{"timestamp":"2025-05-05T23:59:00+00:00","drawdown":-5.948791162110606},{"timestamp":"2025-05-16T23:59:00+00:00","drawdown":-4.646991905199125},{"timestamp":"2025-05-28T23:59:00+00:00","drawdown":-4.415343983907806},{"timestamp":"2025-06-08T23:59:00+00:00","drawdown":-5.47314497115842},{"timestamp":"2025-06-19T23:59:00+00:00","drawdown":-5.370349153317386},{"timestamp":"2025-07-01T23:59:00+00:00","drawdown":-4.8239500437087575},{"timestamp":"2025-07-12T23:59:00+00:00","drawdown":-3.768795840968671},{"timestamp":"2025-07-24T23:59:00+00:00","drawdown":-3.0662565963077846},{"timestamp":"2025-08-04T23:59:00+00:00","drawdown":-3.187458862044385},{"timestamp":"2025-08-15T23:59:00+00:00","drawdown":-3.356894924815268},{"timestamp":"2025-08-27T23:59:00+00:00","drawdown":-3.241374539116114},{"timestamp":"2025-09-07T23:59:00+00:00","drawdown":-3.2835806833547823},{"timestamp":"2025-09-19T23:59:00+00:00","drawdown":-3.4283797867865307},{"timestamp":"2025-09-30T23:59:00+00:00","drawdown":-5.095465918974124},{"timestamp":"2025-10-11T23:59:00+00:00","drawdown":-7.903268103290452},{"timestamp":"2025-10-23T23:59:00+00:00","drawdown":-7.455171659721493},{"timestamp":"2025-11-03T23:59:00+00:00","drawdown":-9.053614342097768},{"timestamp":"2025-11-14T23:59:00+00:00","drawdown":-9.252541830214007},{"timestamp":"2025-11-26T23:59:00+00:00","drawdown":-9.536643798210221},{"timestamp":"2025-12-07T23:59:00+00:00","drawdown":-5.743036970296581},{"timestamp":"2025-12-19T23:59:00+00:00","drawdown":-6.681008553663176},{"timestamp":"2025-12-30T23:59:00+00:00","drawdown":-7.544245371830757},{"timestamp":"2026-01-10T23:59:00+00:00","drawdown":-6.449061825353775},{"timestamp":"2026-01-22T23:59:00+00:00","drawdown":-7.1332454474504035},{"timestamp":"2026-02-02T23:59:00+00:00","drawdown":-8.153533108537314},{"timestamp":"2026-02-14T23:59:00+00:00","drawdown":-8.69502146879165},{"timestamp":"2026-02-25T23:59:00+00:00","drawdown":-8.7700295430149}]
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 | 145.89 USDT @ 2024-12-06 23:59:00 UTC |
| Worst Unrealized | -1,354.93 USDT @ 2026-02-05 23:59:00 UTC |
| Mean | -452.48 USDT |
| Std Dev | 395.94 USDT |
| Last | -1,253.98 USDT |
| Points | 673 |
| Sum | -304,516.72 USDT |
| Across 673 points the series ranged from -1,354.93 USDT (2026-02-05 23:59:00 UTC) to 145.89 USDT (2024-12-06 23:59:00 UTC), averaging -452.48 USDT. 14% of points were positive, 86% negative. The most recent value is -1,253.98 USDT. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T23:59:00+00:00","pnl":-7.6667830213},{"timestamp":"2024-05-05T23:59:00+00:00","pnl":16.7647027606},{"timestamp":"2024-05-17T23:59:00+00:00","pnl":5.8261055225},{"timestamp":"2024-05-28T23:59:00+00:00","pnl":5.52565779},{"timestamp":"2024-06-09T23:59:00+00:00","pnl":-11.3696180475},{"timestamp":"2024-06-20T23:59:00+00:00","pnl":-83.752809945},{"timestamp":"2024-07-01T23:59:00+00:00","pnl":-109.5804909925},{"timestamp":"2024-07-13T23:59:00+00:00","pnl":-153.422752775},{"timestamp":"2024-07-24T23:59:00+00:00","pnl":-42.77314613},{"timestamp":"2024-08-05T23:59:00+00:00","pnl":-310.708403425},{"timestamp":"2024-08-16T23:59:00+00:00","pnl":-178.175084195},{"timestamp":"2024-08-27T23:59:00+00:00","pnl":-127.5956813975},{"timestamp":"2024-09-08T23:59:00+00:00","pnl":-168.864607145},{"timestamp":"2024-09-19T23:59:00+00:00","pnl":-92.70166481},{"timestamp":"2024-09-30T23:59:00+00:00","pnl":-2.32556193},{"timestamp":"2024-10-12T23:59:00+00:00","pnl":12.3826589625},{"timestamp":"2024-10-23T23:59:00+00:00","pnl":26.0473505375},{"timestamp":"2024-11-04T23:59:00+00:00","pnl":-47.298614125},{"timestamp":"2024-11-15T23:59:00+00:00","pnl":32.50547938},{"timestamp":"2024-11-26T23:59:00+00:00","pnl":49.74976817},{"timestamp":"2024-12-08T23:59:00+00:00","pnl":123.5020162725},{"timestamp":"2024-12-19T23:59:00+00:00","pnl":-218.120786025},{"timestamp":"2024-12-31T23:59:00+00:00","pnl":-184.3113732625},{"timestamp":"2025-01-11T23:59:00+00:00","pnl":-229.463169155},{"timestamp":"2025-01-22T23:59:00+00:00","pnl":-391.96840299},{"timestamp":"2025-02-03T23:59:00+00:00","pnl":-702.4907046525},{"timestamp":"2025-02-14T23:59:00+00:00","pnl":-219.7858075575},{"timestamp":"2025-02-26T23:59:00+00:00","pnl":-402.0002461975},{"timestamp":"2025-03-09T23:59:00+00:00","pnl":-745.5606360825},{"timestamp":"2025-03-20T23:59:00+00:00","pnl":-533.08889712},{"timestamp":"2025-04-01T23:59:00+00:00","pnl":-685.76766964},{"timestamp":"2025-04-12T23:59:00+00:00","pnl":-638.5282324825},{"timestamp":"2025-04-23T23:59:00+00:00","pnl":-532.57286993},{"timestamp":"2025-05-05T23:59:00+00:00","pnl":-664.2927522125},{"timestamp":"2025-05-16T23:59:00+00:00","pnl":-539.9523422625},{"timestamp":"2025-05-28T23:59:00+00:00","pnl":-524.4266877075},{"timestamp":"2025-06-08T23:59:00+00:00","pnl":-639.2584510425},{"timestamp":"2025-06-19T23:59:00+00:00","pnl":-640.133686835},{"timestamp":"2025-07-01T23:59:00+00:00","pnl":-593.01129874},{"timestamp":"2025-07-12T23:59:00+00:00","pnl":-487.3805373},{"timestamp":"2025-07-24T23:59:00+00:00","pnl":-430.9989957725},{"timestamp":"2025-08-04T23:59:00+00:00","pnl":-454.096964725},{"timestamp":"2025-08-15T23:59:00+00:00","pnl":-480.3974782225},{"timestamp":"2025-08-27T23:59:00+00:00","pnl":-474.8510289625},{"timestamp":"2025-09-07T23:59:00+00:00","pnl":-481.82890223},{"timestamp":"2025-09-19T23:59:00+00:00","pnl":-501.64185305},{"timestamp":"2025-09-30T23:59:00+00:00","pnl":-680.9829581275},{"timestamp":"2025-10-11T23:59:00+00:00","pnl":-981.0590348775},{"timestamp":"2025-10-23T23:59:00+00:00","pnl":-952.4280562775},{"timestamp":"2025-11-03T23:59:00+00:00","pnl":-1126.4493020525},{"timestamp":"2025-11-14T23:59:00+00:00","pnl":-1159.143584185},{"timestamp":"2025-11-26T23:59:00+00:00","pnl":-1202.5888021575},{"timestamp":"2025-12-07T23:59:00+00:00","pnl":-828.6334497125},{"timestamp":"2025-12-19T23:59:00+00:00","pnl":-968.4783572875},{"timestamp":"2025-12-30T23:59:00+00:00","pnl":-1069.0235059125},{"timestamp":"2026-01-10T23:59:00+00:00","pnl":-967.10891462},{"timestamp":"2026-01-22T23:59:00+00:00","pnl":-1045.84205378},{"timestamp":"2026-02-02T23:59:00+00:00","pnl":-1163.7535003275},{"timestamp":"2026-02-14T23:59:00+00:00","pnl":-1234.9014259375},{"timestamp":"2026-02-25T23:59:00+00:00","pnl":-1253.97647448}]
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,440.74 USDT @ 2024-12-06 23:59:00 UTC |
| Trough Total Equity | 9,391.22 USDT @ 2025-11-22 23:59:00 UTC |
| Mean | 9,954.30 USDT |
| Std Dev | 226.27 USDT |
| Last | 9,525.09 USDT |
| Points | 673 |
| Sum | 6,699,245.32 USDT |
| Across 673 points the series ranged from 9,391.22 USDT (2025-11-22 23:59:00 UTC) to 10,440.74 USDT (2024-12-06 23:59:00 UTC), averaging 9,954.30 USDT. 100% of points were positive, 0% negative. The most recent value is 9,525.09 USDT. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T23:59:00+00:00","quote":9805.6211188,"base":187.8081232862005,"total":9993.4292420862},{"timestamp":"2024-05-05T23:59:00+00:00","quote":9918.29601416,"base":112.0447192181,"total":10030.3407333781},{"timestamp":"2024-05-17T23:59:00+00:00","quote":9717.2970768024,"base":321.79367359999924,"total":10039.0907504024},{"timestamp":"2024-05-28T23:59:00+00:00","quote":9716.2432934399,"base":331.4687118749989,"total":10047.7120053149},{"timestamp":"2024-06-09T23:59:00+00:00","quote":9728.7121590249,"base":314.6446393999995,"total":10043.3567984249},{"timestamp":"2024-06-20T23:59:00+00:00","quote":9511.8431836498,"base":477.96133994000047,"total":9989.8045235898},{"timestamp":"2024-07-01T23:59:00+00:00","quote":9377.8937726173,"base":597.5044752949998,"total":9975.3982479123},{"timestamp":"2024-07-13T23:59:00+00:00","quote":9201.6437233599,"base":744.1675454324995,"total":9945.8112687924},{"timestamp":"2024-07-24T23:59:00+00:00","quote":9684.7933935722,"base":388.4466563425012,"total":10073.2400499147},{"timestamp":"2024-08-05T23:59:00+00:00","quote":8944.0491262021,"base":877.4706830399991,"total":9821.5198092421},{"timestamp":"2024-08-16T23:59:00+00:00","quote":9273.7641380847,"base":694.1949629999999,"total":9967.9591010847},{"timestamp":"2024-08-27T23:59:00+00:00","quote":9441.8703964697,"base":589.403905282501,"total":10031.2743017522},{"timestamp":"2024-09-08T23:59:00+00:00","quote":9265.6144935698,"base":733.5419905800009,"total":9999.1564841498},{"timestamp":"2024-09-19T23:59:00+00:00","quote":9547.5958305973,"base":539.0601414449993,"total":10086.6559720423},{"timestamp":"2024-09-30T23:59:00+00:00","quote":9711.2851122523,"base":479.0524409999998,"total":10190.3375532523},{"timestamp":"2024-10-12T23:59:00+00:00","quote":9768.4464591148,"base":458.7004564449999,"total":10227.1469155598},{"timestamp":"2024-10-23T23:59:00+00:00","quote":9839.9261883623,"base":412.14665799999966,"total":10252.0728463623},{"timestamp":"2024-11-04T23:59:00+00:00","quote":9550.9563011247,"base":639.8308067200014,"total":10190.7871078447},{"timestamp":"2024-11-15T23:59:00+00:00","quote":9880.3850274022,"base":408.54740946249876,"total":10288.9324368647},{"timestamp":"2024-11-26T23:59:00+00:00","quote":9854.9326896847,"base":470.95719699000074,"total":10325.8898866747},{"timestamp":"2024-12-08T23:59:00+00:00","quote":9945.8100972922,"base":474.6469476000002,"total":10420.4570448922},{"timestamp":"2024-12-19T23:59:00+00:00","quote":9201.0869011621,"base":895.3981873200009,"total":10096.4850884821},{"timestamp":"2024-12-31T23:59:00+00:00","quote":9314.093482862,"base":833.955084235,"total":10148.048567097},{"timestamp":"2025-01-11T23:59:00+00:00","quote":9198.1241867095,"base":914.1066554375011,"total":10112.230842147},{"timestamp":"2025-01-22T23:59:00+00:00","quote":8846.3802508095,"base":1117.5507078749997,"total":9963.9309586845},{"timestamp":"2025-02-03T23:59:00+00:00","quote":8377.5735665022,"base":1287.9735947748995,"total":9665.5471612771},{"timestamp":"2025-02-14T23:59:00+00:00","quote":8952.1677350496,"base":1224.5604703150002,"total":10176.7282053646},{"timestamp":"2025-02-26T23:59:00+00:00","quote":8865.0009097647,"base":1152.5073307300008,"total":10017.5082404947},{"timestamp":"2025-03-09T23:59:00+00:00","quote":8472.7788626472,"base":1214.7824293500016,"total":9687.5612919972},{"timestamp":"2025-03-20T23:59:00+00:00","quote":8725.7544463298,"base":1186.7327224199998,"total":9912.4871687498},{"timestamp":"2025-04-01T23:59:00+00:00","quote":8613.1138811772,"base":1154.2722460500008,"total":9767.3861272272},{"timestamp":"2025-04-12T23:59:00+00:00","quote":8680.0568660522,"base":1146.4161625349989,"total":9826.4730285872},{"timestamp":"2025-04-23T23:59:00+00:00","quote":8764.2191296222,"base":1177.2390879899995,"total":9941.4582176122},{"timestamp":"2025-05-05T23:59:00+00:00","quote":8558.6616511072,"base":1260.9833126799986,"total":9819.6449637872},{"timestamp":"2025-05-16T23:59:00+00:00","quote":8815.8087848948,"base":1139.7536931374998,"total":9955.5624780323},{"timestamp":"2025-05-28T23:59:00+00:00","quote":8819.3939209922,"base":1160.3543210700009,"total":9979.7482420622},{"timestamp":"2025-06-08T23:59:00+00:00","quote":8718.5755955197,"base":1150.7303644549993,"total":9869.3059599747},{"timestamp":"2025-06-19T23:59:00+00:00","quote":8715.2083454922,"base":1164.8302615949997,"total":9880.0386070872},{"timestamp":"2025-07-01T23:59:00+00:00","quote":8785.2516583471,"base":1151.8350752998995,"total":9937.086733647},{"timestamp":"2025-07-12T23:59:00+00:00","quote":8915.0427465571,"base":1132.2099252100015,"total":10047.2526717671},{"timestamp":"2025-07-24T23:59:00+00:00","quote":9002.1510970022,"base":1118.451891480001,"total":10120.6029884822},{"timestamp":"2025-08-04T23:59:00+00:00","quote":9213.1042484272,"base":894.8443230299999,"total":10107.9485714572},{"timestamp":"2025-08-15T23:59:00+00:00","quote":9116.4586454949,"base":973.7995421699998,"total":10090.2581876649},{"timestamp":"2025-08-27T23:59:00+00:00","quote":9082.90155142,"base":1019.4178227800003,"total":10102.3193742},{"timestamp":"2025-09-07T23:59:00+00:00","quote":9065.4324006275,"base":1032.4803385399991,"total":10097.9127391675},{"timestamp":"2025-09-19T23:59:00+00:00","quote":9055.0994668625,"base":1027.6951701099988,"total":10082.7946369725},{"timestamp":"2025-09-30T23:59:00+00:00","quote":8854.983268595,"base":1053.7551904249995,"total":9908.73845902},{"timestamp":"2025-10-11T23:59:00+00:00","quote":8776.7688330325,"base":838.8142171500003,"total":9615.5830501825},{"timestamp":"2025-10-23T23:59:00+00:00","quote":8654.7011651601,"base":1007.6664829000001,"total":9662.3676480601},{"timestamp":"2025-11-03T23:59:00+00:00","quote":8526.63341535,"base":968.8449409100012,"total":9495.47835626},{"timestamp":"2025-11-14T23:59:00+00:00","quote":8438.4040804877,"base":1036.3047680649997,"total":9474.7088485527},{"timestamp":"2025-11-26T23:59:00+00:00","quote":8647.4826042177,"base":797.5638881175,"total":9445.0464923352},{"timestamp":"2025-12-07T23:59:00+00:00","quote":9015.2274398401,"base":825.8997902399988,"total":9841.1272300801},{"timestamp":"2025-12-19T23:59:00+00:00","quote":8972.0412082554,"base":771.1548197850007,"total":9743.1960280404},{"timestamp":"2025-12-30T23:59:00+00:00","quote":8852.262035768,"base":800.8056549674984,"total":9653.0676907355},{"timestamp":"2026-01-10T23:59:00+00:00","quote":8964.822424463,"base":802.5905652799993,"total":9767.412989743},{"timestamp":"2026-01-22T23:59:00+00:00","quote":8887.0062014882,"base":808.9729349099998,"total":9695.9791363982},{"timestamp":"2026-02-02T23:59:00+00:00","quote":8753.2077793205,"base":836.2457449499998,"total":9589.4535242705},{"timestamp":"2026-02-14T23:59:00+00:00","quote":8647.6559613781,"base":885.2621550500007,"total":9532.9181164281},{"timestamp":"2026-02-25T23:59:00+00:00","quote":8718.9691981206,"base":806.1175180800001,"total":9525.0867162006}]
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 | 13.35% @ 2025-02-07 23:59:00 UTC |
| Min Exposure | 1.12% @ 2024-05-05 23:59:00 UTC |
| Mean | 8.30% |
| Std Dev | 3.07% |
| Last | 8.46% |
| Points | 673 |
| Across 673 points the series ranged from 1.12% (2024-05-05 23:59:00 UTC) to 13.35% (2025-02-07 23:59:00 UTC), averaging 8.30%. 100% of points were positive, 0% negative. The most recent value is 8.46%. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T23:59:00+00:00","exposure":1.8793160859664444},{"timestamp":"2024-05-05T23:59:00+00:00","exposure":1.1170579564186416},{"timestamp":"2024-05-17T23:59:00+00:00","exposure":3.205406561217715},{"timestamp":"2024-05-28T23:59:00+00:00","exposure":3.298947180210412},{"timestamp":"2024-06-09T23:59:00+00:00","exposure":3.132863301733393},{"timestamp":"2024-06-20T23:59:00+00:00","exposure":4.784491416337011},{"timestamp":"2024-07-01T23:59:00+00:00","exposure":5.989780662842693},{"timestamp":"2024-07-13T23:59:00+00:00","exposure":7.482220658736216},{"timestamp":"2024-07-24T23:59:00+00:00","exposure":3.85622356280282},{"timestamp":"2024-08-05T23:59:00+00:00","exposure":8.934163959169485},{"timestamp":"2024-08-16T23:59:00+00:00","exposure":6.9642637571060915},{"timestamp":"2024-08-27T23:59:00+00:00","exposure":5.875663326039719},{"timestamp":"2024-09-08T23:59:00+00:00","exposure":7.336038712293158},{"timestamp":"2024-09-19T23:59:00+00:00","exposure":5.344289950397236},{"timestamp":"2024-09-30T23:59:00+00:00","exposure":4.701045853452692},{"timestamp":"2024-10-12T23:59:00+00:00","exposure":4.485126303868023},{"timestamp":"2024-10-23T23:59:00+00:00","exposure":4.020130018352727},{"timestamp":"2024-11-04T23:59:00+00:00","exposure":6.278521962523093},{"timestamp":"2024-11-15T23:59:00+00:00","exposure":3.9707463526409708},{"timestamp":"2024-11-26T23:59:00+00:00","exposure":4.5609356884364916},{"timestamp":"2024-12-08T23:59:00+00:00","exposure":4.554953257378074},{"timestamp":"2024-12-19T23:59:00+00:00","exposure":8.86841489362923},{"timestamp":"2024-12-31T23:59:00+00:00","exposure":8.217886214487887},{"timestamp":"2025-01-11T23:59:00+00:00","exposure":9.039614202907382},{"timestamp":"2025-01-22T23:59:00+00:00","exposure":11.215961978349013},{"timestamp":"2025-02-03T23:59:00+00:00","exposure":13.32540800105848},{"timestamp":"2025-02-14T23:59:00+00:00","exposure":12.032948562677353},{"timestamp":"2025-02-26T23:59:00+00:00","exposure":11.504930198820439},{"timestamp":"2025-03-09T23:59:00+00:00","exposure":12.539610256231581},{"timestamp":"2025-03-20T23:59:00+00:00","exposure":11.972098447313048},{"timestamp":"2025-04-01T23:59:00+00:00","exposure":11.817616617330144},{"timestamp":"2025-04-12T23:59:00+00:00","exposure":11.666608753719084},{"timestamp":"2025-04-23T23:59:00+00:00","exposure":11.84171438657171},{"timestamp":"2025-05-05T23:59:00+00:00","exposure":12.841434871935206},{"timestamp":"2025-05-16T23:59:00+00:00","exposure":11.448410832159935},{"timestamp":"2025-05-28T23:59:00+00:00","exposure":11.62709011214723},{"timestamp":"2025-06-08T23:59:00+00:00","exposure":11.659688828392035},{"timestamp":"2025-06-19T23:59:00+00:00","exposure":11.789733906094636},{"timestamp":"2025-07-01T23:59:00+00:00","exposure":11.59127525172728},{"timestamp":"2025-07-12T23:59:00+00:00","exposure":11.268850920725074},{"timestamp":"2025-07-24T23:59:00+00:00","exposure":11.051237685668141},{"timestamp":"2025-08-04T23:59:00+00:00","exposure":8.852877680411424},{"timestamp":"2025-08-15T23:59:00+00:00","exposure":9.650888253389258},{"timestamp":"2025-08-27T23:59:00+00:00","exposure":10.090928479092234},{"timestamp":"2025-09-07T23:59:00+00:00","exposure":10.22469063864301},{"timestamp":"2025-09-19T23:59:00+00:00","exposure":10.192562747847244},{"timestamp":"2025-09-30T23:59:00+00:00","exposure":10.63460494777474},{"timestamp":"2025-10-11T23:59:00+00:00","exposure":8.723487829831388},{"timestamp":"2025-10-23T23:59:00+00:00","exposure":10.428773977590346},{"timestamp":"2025-11-03T23:59:00+00:00","exposure":10.20322415111693},{"timestamp":"2025-11-14T23:59:00+00:00","exposure":10.937589583275685},{"timestamp":"2025-11-26T23:59:00+00:00","exposure":8.444255819860023},{"timestamp":"2025-12-07T23:59:00+00:00","exposure":8.392329160378882},{"timestamp":"2025-12-19T23:59:00+00:00","exposure":7.9148034953382655},{"timestamp":"2025-12-30T23:59:00+00:00","exposure":8.295866978495024},{"timestamp":"2026-01-10T23:59:00+00:00","exposure":8.21702293250853},{"timestamp":"2026-01-22T23:59:00+00:00","exposure":8.3433856811135},{"timestamp":"2026-02-02T23:59:00+00:00","exposure":8.720473412103175},{"timestamp":"2026-02-14T23:59:00+00:00","exposure":9.28637112202219},{"timestamp":"2026-02-25T23:59:00+00:00","exposure":8.463098994247762}]
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 | 533.50 USDT @ 2025-12-06 23:59:00 UTC |
| Worst Day | -387.23 USDT @ 2025-10-10 23:59:00 UTC |
| Mean | -0.6969 USDT |
| Std Dev | 53.30 USDT |
| Last | 30.59 USDT |
| Points | 672 |
| Sum | -468.34 USDT |
| Across 672 points the series ranged from -387.23 USDT (2025-10-10 23:59:00 UTC) to 533.50 USDT (2025-12-06 23:59:00 UTC), averaging -0.6969 USDT. 51% of points were positive, 49% negative. The most recent value is 30.59 USDT. | |
| Showing 60 of 672 points (down-sampled for readability). |
[{"timestamp":"2024-04-25T23:59:00+00:00","delta":4.991037270099696},{"timestamp":"2024-05-06T23:59:00+00:00","delta":-16.11271456129907},{"timestamp":"2024-05-18T23:59:00+00:00","delta":0.9654075448997901},{"timestamp":"2024-05-29T23:59:00+00:00","delta":0.7890604050007823},{"timestamp":"2024-06-09T23:59:00+00:00","delta":14.614075375000539},{"timestamp":"2024-06-21T23:59:00+00:00","delta":-3.3970221700001275},{"timestamp":"2024-07-02T23:59:00+00:00","delta":8.920558397499917},{"timestamp":"2024-07-14T23:59:00+00:00","delta":4.21782525999879},{"timestamp":"2024-07-25T23:59:00+00:00","delta":-22.459695149900654},{"timestamp":"2024-08-05T23:59:00+00:00","delta":-78.7818536550003},{"timestamp":"2024-08-17T23:59:00+00:00","delta":19.869138795100298},{"timestamp":"2024-08-28T23:59:00+00:00","delta":-6.676640005000081},{"timestamp":"2024-09-08T23:59:00+00:00","delta":19.365768252500857},{"timestamp":"2024-09-20T23:59:00+00:00","delta":11.124504170000364},{"timestamp":"2024-10-01T23:59:00+00:00","delta":39.7393423249996},{"timestamp":"2024-10-13T23:59:00+00:00","delta":-11.039296697501413},{"timestamp":"2024-10-24T23:59:00+00:00","delta":3.430497972500234},{"timestamp":"2024-11-04T23:59:00+00:00","delta":-4.7808743650002725},{"timestamp":"2024-11-16T23:59:00+00:00","delta":38.456053720001364},{"timestamp":"2024-11-27T23:59:00+00:00","delta":23.960948419999113},{"timestamp":"2024-12-08T23:59:00+00:00","delta":4.489722657501261},{"timestamp":"2024-12-20T23:59:00+00:00","delta":20.598220419999052},{"timestamp":"2024-12-31T23:59:00+00:00","delta":-5.048048202501377},{"timestamp":"2025-01-12T23:59:00+00:00","delta":-13.057025877500564},{"timestamp":"2025-01-23T23:59:00+00:00","delta":4.532854275101272},{"timestamp":"2025-02-03T23:59:00+00:00","delta":-11.852107377600987},{"timestamp":"2025-02-15T23:59:00+00:00","delta":102.1016268125004},{"timestamp":"2025-02-26T23:59:00+00:00","delta":11.090767992600377},{"timestamp":"2025-03-09T23:59:00+00:00","delta":-108.71153587499975},{"timestamp":"2025-03-21T23:59:00+00:00","delta":-36.1716077550991},{"timestamp":"2025-04-01T23:59:00+00:00","delta":6.734544930000993},{"timestamp":"2025-04-13T23:59:00+00:00","delta":-42.22923803249978},{"timestamp":"2025-04-24T23:59:00+00:00","delta":7.356273415000032},{"timestamp":"2025-05-05T23:59:00+00:00","delta":-27.871363275000476},{"timestamp":"2025-05-17T23:59:00+00:00","delta":-39.49581457759996},{"timestamp":"2025-05-28T23:59:00+00:00","delta":23.323489394999342},{"timestamp":"2025-06-08T23:59:00+00:00","delta":8.880267262498819},{"timestamp":"2025-06-20T23:59:00+00:00","delta":44.745380335001755},{"timestamp":"2025-07-01T23:59:00+00:00","delta":-11.363008820100731},{"timestamp":"2025-07-13T23:59:00+00:00","delta":5.140608117399097},{"timestamp":"2025-07-24T23:59:00+00:00","delta":-31.090218194900444},{"timestamp":"2025-08-04T23:59:00+00:00","delta":22.05484531500042},{"timestamp":"2025-08-16T23:59:00+00:00","delta":35.59132321499965},{"timestamp":"2025-08-27T23:59:00+00:00","delta":0.30166100750102487},{"timestamp":"2025-09-07T23:59:00+00:00","delta":-6.0891057175012975},{"timestamp":"2025-09-19T23:59:00+00:00","delta":2.18560266249915},{"timestamp":"2025-09-30T23:59:00+00:00","delta":1.2211709700004576},{"timestamp":"2025-10-12T23:59:00+00:00","delta":49.222270115000356},{"timestamp":"2025-10-23T23:59:00+00:00","delta":51.34883481500037},{"timestamp":"2025-11-03T23:59:00+00:00","delta":-155.08310580499892},{"timestamp":"2025-11-15T23:59:00+00:00","delta":17.896297047400367},{"timestamp":"2025-11-26T23:59:00+00:00","delta":4.877347132498471},{"timestamp":"2025-12-07T23:59:00+00:00","delta":-283.3377338500013},{"timestamp":"2025-12-19T23:59:00+00:00","delta":-0.17427919240071787},{"timestamp":"2025-12-30T23:59:00+00:00","delta":-20.33387893250074},{"timestamp":"2026-01-11T23:59:00+00:00","delta":-10.70128216989906},{"timestamp":"2026-01-22T23:59:00+00:00","delta":-9.537200092399871},{"timestamp":"2026-02-02T23:59:00+00:00","delta":-4.28653164249954},{"timestamp":"2026-02-14T23:59:00+00:00","delta":41.18710040249971},{"timestamp":"2026-02-25T23:59:00+00:00","delta":30.59454498999912}]
Monthly Returns
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net * Transform: monthlyReturns(equity)returnPct).| Stat | Value |
|---|---|
| Best Month | 3.00% @ 2025-12 |
| Worst Month | -3.18% @ 2025-10 |
| Mean | -0.18% |
| Std Dev | 1.64% |
| Last | -0.72% |
| Points | 23 |
| Across 23 points the series ranged from -3.18% (2025-10) to 3.00% (2025-12), averaging -0.18%. 48% of points were positive, 52% negative. The most recent value is -0.72%. | |
| Full series - 23 points. |
[{"month":"2024-04","returnPct":-0.045004978808069473},{"month":"2024-05","returnPct":0.8206294710975847},{"month":"2024-06","returnPct":-0.9292134993210518},{"month":"2024-07","returnPct":0.7324411605590891},{"month":"2024-08","returnPct":-0.3258402633900249},{"month":"2024-09","returnPct":2.320886638956161},{"month":"2024-10","returnPct":0.46144836001093537},{"month":"2024-11","returnPct":1.2520080933355753},{"month":"2024-12","returnPct":-2.1148052895607896},{"month":"2025-01","returnPct":-2.4834394828981647},{"month":"2025-02","returnPct":2.0758124222508774},{"month":"2025-03","returnPct":-2.6147418418397343},{"month":"2025-04","returnPct":1.380051829416773},{"month":"2025-05","returnPct":-0.9529886672602357},{"month":"2025-06","returnPct":0.9302388928607294},{"month":"2025-07","returnPct":0.7728260997276742},{"month":"2025-08","returnPct":0.2080859551423147},{"month":"2025-09","returnPct":-1.5932758704760817},{"month":"2025-10","returnPct":-3.180505204736462},{"month":"2025-11","returnPct":-1.920531503044794},{"month":"2025-12","returnPct":2.9983237788485506},{"month":"2026-01","returnPct":-1.255348117649619},{"month":"2026-02","returnPct":-0.7156055856452623}]
Cumulative Trade Profit
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: cumulativeProfit(trades)cumProfit).| Stat | Value |
|---|---|
| Peak Cum. | 779.06 USDT @ 2026-02-25 |
| Trough Cum. | 1.10 USDT @ 2024-04-24 |
| Mean | 406.78 USDT |
| Std Dev | 221.28 USDT |
| Last | 779.06 USDT |
| Points | 673 |
| Sum | 273,762.03 USDT |
| Across 673 points the series ranged from 1.10 USDT (2024-04-24) to 779.06 USDT (2026-02-25), averaging 406.78 USDT. 100% of points were positive, 0% negative. The most recent value is 779.06 USDT. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24","cumProfit":1.096025},{"timestamp":"2024-05-05","cumProfit":13.576032},{"timestamp":"2024-05-17","cumProfit":33.264647999999994},{"timestamp":"2024-05-28","cumProfit":42.18635099999998},{"timestamp":"2024-06-09","cumProfit":54.72641799999999},{"timestamp":"2024-06-20","cumProfit":73.55733500000001},{"timestamp":"2024-07-01","cumProfit":84.97874099999999},{"timestamp":"2024-07-13","cumProfit":99.23402399999998},{"timestamp":"2024-07-24","cumProfit":116.01319699999998},{"timestamp":"2024-08-05","cumProfit":132.22821299999995},{"timestamp":"2024-08-16","cumProfit":146.13418599999997},{"timestamp":"2024-08-27","cumProfit":158.86998400000002},{"timestamp":"2024-09-08","cumProfit":168.02109000000002},{"timestamp":"2024-09-19","cumProfit":179.357637},{"timestamp":"2024-09-30","cumProfit":192.66311599999997},{"timestamp":"2024-10-12","cumProfit":214.76425899999992},{"timestamp":"2024-10-23","cumProfit":226.0254989999999},{"timestamp":"2024-11-04","cumProfit":238.08572599999994},{"timestamp":"2024-11-15","cumProfit":256.42696199999995},{"timestamp":"2024-11-26","cumProfit":276.14012199999996},{"timestamp":"2024-12-08","cumProfit":296.9550329999999},{"timestamp":"2024-12-19","cumProfit":314.60587999999984},{"timestamp":"2024-12-31","cumProfit":332.3599449999998},{"timestamp":"2025-01-11","cumProfit":341.6940139999998},{"timestamp":"2025-01-22","cumProfit":355.8993639999998},{"timestamp":"2025-02-03","cumProfit":368.0378669999999},{"timestamp":"2025-02-14","cumProfit":396.5140149999998},{"timestamp":"2025-02-26","cumProfit":419.5084879999998},{"timestamp":"2025-03-09","cumProfit":433.12192899999974},{"timestamp":"2025-03-20","cumProfit":445.5760659999997},{"timestamp":"2025-04-01","cumProfit":453.15379599999966},{"timestamp":"2025-04-12","cumProfit":465.00125899999966},{"timestamp":"2025-04-23","cumProfit":474.0310859999997},{"timestamp":"2025-05-05","cumProfit":483.93771499999974},{"timestamp":"2025-05-16","cumProfit":495.51481799999965},{"timestamp":"2025-05-28","cumProfit":504.1749279999997},{"timestamp":"2025-06-08","cumProfit":508.5644089999997},{"timestamp":"2025-06-19","cumProfit":520.1722899999996},{"timestamp":"2025-07-01","cumProfit":530.0980269999995},{"timestamp":"2025-07-12","cumProfit":534.6332019999995},{"timestamp":"2025-07-24","cumProfit":551.6019769999996},{"timestamp":"2025-08-04","cumProfit":562.0455289999998},{"timestamp":"2025-08-15","cumProfit":570.6556569999997},{"timestamp":"2025-08-27","cumProfit":577.170395},{"timestamp":"2025-09-07","cumProfit":579.7416330000001},{"timestamp":"2025-09-19","cumProfit":584.4364780000001},{"timestamp":"2025-09-30","cumProfit":589.7214040000001},{"timestamp":"2025-10-11","cumProfit":596.6420720000001},{"timestamp":"2025-10-23","cumProfit":614.795691},{"timestamp":"2025-11-03","cumProfit":621.9276450000001},{"timestamp":"2025-11-14","cumProfit":633.8524200000003},{"timestamp":"2025-11-26","cumProfit":647.6352820000003},{"timestamp":"2025-12-07","cumProfit":669.7606680000005},{"timestamp":"2025-12-19","cumProfit":711.6743730000004},{"timestamp":"2025-12-30","cumProfit":722.0911840000005},{"timestamp":"2026-01-10","cumProfit":734.5218930000003},{"timestamp":"2026-01-22","cumProfit":741.8211770000003},{"timestamp":"2026-02-02","cumProfit":753.2070110000003},{"timestamp":"2026-02-14","cumProfit":767.8195280000003},{"timestamp":"2026-02-25","cumProfit":779.0631750000005}]
Daily Trade Profit
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: dailyTradeProfit(trades)profit).| Stat | Value |
|---|---|
| Best Day | 5.64 USDT @ 2025-12-06 |
| Worst Day | 0.1361 USDT @ 2025-09-06 |
| Mean | 1.16 USDT |
| Std Dev | 0.8460 USDT |
| Last | 0.5833 USDT |
| Points | 673 |
| Sum | 779.06 USDT |
| Across 673 points the series ranged from 0.1361 USDT (2025-09-06) to 5.64 USDT (2025-12-06), averaging 1.16 USDT. 100% of points were positive, 0% negative. The most recent value is 0.5833 USDT. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"day":"2024-04-24","profit":1.096025},{"day":"2024-05-05","profit":1.116933},{"day":"2024-05-17","profit":0.57028},{"day":"2024-05-28","profit":0.820713},{"day":"2024-06-09","profit":0.61198},{"day":"2024-06-20","profit":1.704187},{"day":"2024-07-01","profit":0.464584},{"day":"2024-07-13","profit":0.89098},{"day":"2024-07-24","profit":1.925149},{"day":"2024-08-05","profit":4.146585},{"day":"2024-08-16","profit":0.570324},{"day":"2024-08-27","profit":1.49564},{"day":"2024-09-08","profit":0.412789},{"day":"2024-09-19","profit":1.267722},{"day":"2024-09-30","profit":2.033246},{"day":"2024-10-12","profit":0.61942},{"day":"2024-10-23","profit":0.849135},{"day":"2024-11-04","profit":1.204659},{"day":"2024-11-15","profit":1.579186},{"day":"2024-11-26","profit":1.597887},{"day":"2024-12-08","profit":1.094823},{"day":"2024-12-19","profit":2.132998},{"day":"2024-12-31","profit":0.942053},{"day":"2025-01-11","profit":0.481086},{"day":"2025-01-22","profit":1.188128},{"day":"2025-02-03","profit":3.088499},{"day":"2025-02-14","profit":1.820623},{"day":"2025-02-26","profit":1.331353},{"day":"2025-03-09","profit":0.795417},{"day":"2025-03-20","profit":0.688924},{"day":"2025-04-01","profit":0.429226},{"day":"2025-04-12","profit":0.468203},{"day":"2025-04-23","profit":1.5718},{"day":"2025-05-05","profit":0.773214},{"day":"2025-05-16","profit":0.72022},{"day":"2025-05-28","profit":1.115134},{"day":"2025-06-08","profit":0.191003},{"day":"2025-06-19","profit":0.35186},{"day":"2025-07-01","profit":0.842161},{"day":"2025-07-12","profit":0.769341},{"day":"2025-07-24","profit":1.029216},{"day":"2025-08-04","profit":0.55447},{"day":"2025-08-15","profit":0.691966},{"day":"2025-08-27","profit":0.268057},{"day":"2025-09-07","profit":0.15839},{"day":"2025-09-19","profit":0.809815},{"day":"2025-09-30","profit":0.301286},{"day":"2025-10-11","profit":2.618959},{"day":"2025-10-23","profit":0.579937},{"day":"2025-11-03","profit":1.456698},{"day":"2025-11-14","profit":1.091343},{"day":"2025-11-26","profit":0.844429},{"day":"2025-12-07","profit":5.183297},{"day":"2025-12-19","profit":1.906277},{"day":"2025-12-30","profit":0.723506},{"day":"2026-01-10","profit":1.212188},{"day":"2026-01-22","profit":0.325324},{"day":"2026-02-02","profit":1.582357},{"day":"2026-02-14","profit":0.554794},{"day":"2026-02-25","profit":0.583302}]
Trades per Day
GET /backtests/{id}/trades * Fields used: sell_time * Transform: tradesPerDay(trades)count).| Stat | Value |
|---|---|
| Busiest Day | 839 trades @ 2025-12-06 |
| Quietest Day | 18 trades @ 2025-09-03 |
| Mean | 171 trades |
| Std Dev | 126 trades |
| Last | 45 trades |
| Points | 673 |
| Sum | 115161 trades |
| Across 673 points the series ranged from 18 trades (2025-09-03) to 839 trades (2025-12-06), averaging 171 trades. The most recent value is 45 trades. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"day":"2024-04-24","count":184},{"day":"2024-05-05","count":191},{"day":"2024-05-17","count":95},{"day":"2024-05-28","count":138},{"day":"2024-06-09","count":97},{"day":"2024-06-20","count":303},{"day":"2024-07-01","count":73},{"day":"2024-07-13","count":114},{"day":"2024-07-24","count":297},{"day":"2024-08-05","count":531},{"day":"2024-08-16","count":99},{"day":"2024-08-27","count":222},{"day":"2024-09-08","count":77},{"day":"2024-09-19","count":193},{"day":"2024-09-30","count":344},{"day":"2024-10-12","count":96},{"day":"2024-10-23","count":145},{"day":"2024-11-04","count":185},{"day":"2024-11-15","count":252},{"day":"2024-11-26","count":278},{"day":"2024-12-08","count":179},{"day":"2024-12-19","count":376},{"day":"2024-12-31","count":177},{"day":"2025-01-11","count":80},{"day":"2025-01-22","count":162},{"day":"2025-02-03","count":468},{"day":"2025-02-14","count":279},{"day":"2025-02-26","count":219},{"day":"2025-03-09","count":132},{"day":"2025-03-20","count":88},{"day":"2025-04-01","count":79},{"day":"2025-04-12","count":82},{"day":"2025-04-23","count":198},{"day":"2025-05-05","count":108},{"day":"2025-05-16","count":97},{"day":"2025-05-28","count":143},{"day":"2025-06-08","count":37},{"day":"2025-06-19","count":63},{"day":"2025-07-01","count":101},{"day":"2025-07-12","count":106},{"day":"2025-07-24","count":158},{"day":"2025-08-04","count":74},{"day":"2025-08-15","count":91},{"day":"2025-08-27","count":36},{"day":"2025-09-07","count":21},{"day":"2025-09-19","count":104},{"day":"2025-09-30","count":48},{"day":"2025-10-11","count":437},{"day":"2025-10-23","count":87},{"day":"2025-11-03","count":221},{"day":"2025-11-14","count":145},{"day":"2025-11-26","count":92},{"day":"2025-12-07","count":639},{"day":"2025-12-19","count":287},{"day":"2025-12-30","count":83},{"day":"2026-01-10","count":190},{"day":"2026-01-22","count":41},{"day":"2026-02-02","count":152},{"day":"2026-02-14","count":44},{"day":"2026-02-25","count":45}]
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 | 866.33 USDT @ 2026-02-25 |
| Start | 1.38 USDT @ 2024-04-24 |
| Mean | 478.47 USDT |
| Std Dev | 251.11 USDT |
| Last | 866.33 USDT |
| Points | 673 |
| Sum | 322,012.21 USDT |
| Across 673 points the series ranged from 1.38 USDT (2024-04-24) to 866.33 USDT (2026-02-25), averaging 478.47 USDT. 100% of points were positive, 0% negative. The most recent value is 866.33 USDT. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"index":0,"timestamp":"2024-04-24","cumFees":1.384585},{"index":11,"timestamp":"2024-05-05","cumFees":17.283518},{"index":23,"timestamp":"2024-05-17","cumFees":41.79139200000001},{"index":34,"timestamp":"2024-05-28","cumFees":53.21870900000001},{"index":46,"timestamp":"2024-06-09","cumFees":68.92949200000001},{"index":57,"timestamp":"2024-06-20","cumFees":92.17476500000001},{"index":68,"timestamp":"2024-07-01","cumFees":105.281459},{"index":80,"timestamp":"2024-07-13","cumFees":122.469146},{"index":91,"timestamp":"2024-07-24","cumFees":141.96794299999993},{"index":103,"timestamp":"2024-08-05","cumFees":161.1071569999999},{"index":114,"timestamp":"2024-08-16","cumFees":177.53555399999988},{"index":125,"timestamp":"2024-08-27","cumFees":192.55307599999983},{"index":137,"timestamp":"2024-09-08","cumFees":203.6860099999998},{"index":148,"timestamp":"2024-09-19","cumFees":215.91997299999983},{"index":159,"timestamp":"2024-09-30","cumFees":232.16783399999983},{"index":171,"timestamp":"2024-10-12","cumFees":259.6631509999998},{"index":182,"timestamp":"2024-10-23","cumFees":273.4068409999998},{"index":194,"timestamp":"2024-11-04","cumFees":288.2351539999997},{"index":205,"timestamp":"2024-11-15","cumFees":310.83385799999974},{"index":216,"timestamp":"2024-11-26","cumFees":335.6757179999996},{"index":228,"timestamp":"2024-12-08","cumFees":361.6421069999996},{"index":239,"timestamp":"2024-12-19","cumFees":383.9540899999995},{"index":251,"timestamp":"2024-12-31","cumFees":406.1591949999995},{"index":262,"timestamp":"2025-01-11","cumFees":417.4993959999995},{"index":273,"timestamp":"2025-01-22","cumFees":433.91535599999946},{"index":285,"timestamp":"2025-02-03","cumFees":448.44535299999944},{"index":296,"timestamp":"2025-02-14","cumFees":480.24835499999955},{"index":308,"timestamp":"2025-02-26","cumFees":507.29574199999956},{"index":319,"timestamp":"2025-03-09","cumFees":521.9322909999996},{"index":330,"timestamp":"2025-03-20","cumFees":535.3563139999993},{"index":342,"timestamp":"2025-04-01","cumFees":543.5385139999993},{"index":353,"timestamp":"2025-04-12","cumFees":557.6290409999992},{"index":364,"timestamp":"2025-04-23","cumFees":567.4125439999993},{"index":376,"timestamp":"2025-05-05","cumFees":577.4002449999995},{"index":387,"timestamp":"2025-05-16","cumFees":590.2461419999994},{"index":399,"timestamp":"2025-05-28","cumFees":598.4441519999993},{"index":410,"timestamp":"2025-06-08","cumFees":603.7676609999993},{"index":421,"timestamp":"2025-06-19","cumFees":615.4925999999996},{"index":433,"timestamp":"2025-07-01","cumFees":625.1641029999996},{"index":444,"timestamp":"2025-07-12","cumFees":629.5568079999998},{"index":456,"timestamp":"2025-07-24","cumFees":648.7381029999997},{"index":467,"timestamp":"2025-08-04","cumFees":659.5763209999996},{"index":478,"timestamp":"2025-08-15","cumFees":668.9699129999995},{"index":490,"timestamp":"2025-08-27","cumFees":675.8820549999994},{"index":501,"timestamp":"2025-09-07","cumFees":678.4090969999994},{"index":513,"timestamp":"2025-09-19","cumFees":683.0725319999993},{"index":524,"timestamp":"2025-09-30","cumFees":689.5314659999993},{"index":535,"timestamp":"2025-10-11","cumFees":697.8906879999995},{"index":547,"timestamp":"2025-10-23","cumFees":713.3331189999997},{"index":558,"timestamp":"2025-11-03","cumFees":721.2550049999998},{"index":569,"timestamp":"2025-11-14","cumFees":734.2731099999995},{"index":581,"timestamp":"2025-11-26","cumFees":746.5413679999995},{"index":592,"timestamp":"2025-12-07","cumFees":768.0878019999996},{"index":604,"timestamp":"2025-12-19","cumFees":809.9110369999997},{"index":615,"timestamp":"2025-12-30","cumFees":820.7354859999998},{"index":626,"timestamp":"2026-01-10","cumFees":833.8742369999995},{"index":638,"timestamp":"2026-01-22","cumFees":841.8419729999997},{"index":649,"timestamp":"2026-02-02","cumFees":850.9907189999997},{"index":661,"timestamp":"2026-02-14","cumFees":859.4726319999999},{"index":672,"timestamp":"2026-02-25","cumFees":866.3308249999998}]
Profit Distribution (%)
GET /backtests/{id}/trades * Fields used: profit_percentage * Transform: profitDistribution(trades, 30)count).| Stat | Value |
|---|---|
| Most Populated Bin | 8855 trades @ 0.13% |
| Least Populated Bin | 0 trades @ 0.33% |
| Mean | 1919 trades |
| Std Dev | 2917 trades |
| Last | 4 trades |
| Points | 60 |
| Sum | 115161 trades |
| Across 60 points the series ranged from 0 trades (0.33%) to 8855 trades (0.13%), averaging 1919 trades. The most recent value is 4 trades. | |
| Full series - 60 points. |
[{"bin":"0.10%","count":8014,"from":0.099812},{"bin":"0.10%","count":8287,"from":0.103914},{"bin":"0.11%","count":7799,"from":0.108016},{"bin":"0.11%","count":7878,"from":0.112117},{"bin":"0.12%","count":8217,"from":0.116219},{"bin":"0.12%","count":7819,"from":0.12032},{"bin":"0.12%","count":7903,"from":0.124422},{"bin":"0.13%","count":8855,"from":0.128523},{"bin":"0.13%","count":7324,"from":0.132625},{"bin":"0.14%","count":6326,"from":0.136726},{"bin":"0.14%","count":4754,"from":0.140828},{"bin":"0.14%","count":5000,"from":0.14493},{"bin":"0.15%","count":4101,"from":0.149031},{"bin":"0.15%","count":4272,"from":0.153133},{"bin":"0.16%","count":3825,"from":0.157234},{"bin":"0.16%","count":2040,"from":0.161336},{"bin":"0.17%","count":1622,"from":0.165437},{"bin":"0.17%","count":1352,"from":0.169539},{"bin":"0.17%","count":1378,"from":0.17364},{"bin":"0.18%","count":1402,"from":0.177742},{"bin":"0.18%","count":840,"from":0.181844},{"bin":"0.19%","count":320,"from":0.185945},{"bin":"0.19%","count":390,"from":0.190047},{"bin":"0.19%","count":429,"from":0.194148},{"bin":"0.20%","count":405,"from":0.19825},{"bin":"0.20%","count":389,"from":0.202351},{"bin":"0.21%","count":531,"from":0.206453},{"bin":"0.21%","count":508,"from":0.210554},{"bin":"0.21%","count":641,"from":0.214656},{"bin":"0.22%","count":563,"from":0.218758},{"bin":"0.22%","count":166,"from":0.222859},{"bin":"0.23%","count":99,"from":0.226961},{"bin":"0.23%","count":112,"from":0.231062},{"bin":"0.24%","count":83,"from":0.235164},{"bin":"0.24%","count":108,"from":0.239265},{"bin":"0.24%","count":235,"from":0.243367},{"bin":"0.25%","count":127,"from":0.247468},{"bin":"0.25%","count":130,"from":0.25157},{"bin":"0.26%","count":95,"from":0.255672},{"bin":"0.26%","count":99,"from":0.259773},{"bin":"0.26%","count":80,"from":0.263875},{"bin":"0.27%","count":207,"from":0.267976},{"bin":"0.27%","count":154,"from":0.272078},{"bin":"0.28%","count":93,"from":0.276179},{"bin":"0.28%","count":33,"from":0.280281},{"bin":"0.28%","count":21,"from":0.284382},{"bin":"0.29%","count":13,"from":0.288484},{"bin":"0.29%","count":13,"from":0.292586},{"bin":"0.30%","count":25,"from":0.296687},{"bin":"0.30%","count":22,"from":0.300789},{"bin":"0.30%","count":21,"from":0.30489},{"bin":"0.31%","count":13,"from":0.308992},{"bin":"0.31%","count":13,"from":0.313093},{"bin":"0.32%","count":3,"from":0.317195},{"bin":"0.32%","count":1,"from":0.321296},{"bin":"0.33%","count":1,"from":0.325398},{"bin":"0.33%","count":0,"from":0.329499},{"bin":"0.33%","count":4,"from":0.333601},{"bin":"0.34%","count":2,"from":0.337703},{"bin":"0.34%","count":4,"from":0.341804}]
Rolling Win Rate (50 Trades)
GET /backtests/{id}/trades * Fields used: profit * Transform: rollingWinRate(trades, 50)winRate).| Stat | Value |
|---|---|
| Hottest Window | 100.00% @ 1151 |
| Coldest Window | 100.00% @ 1151 |
| Mean | 100.00% |
| Std Dev | 0.00% |
| Last | 100.00% |
| Points | 1000 |
| Across 1000 points the series ranged from 100.00% (1151) to 100.00% (1151), 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":1151,"winRate":100},{"index":3091,"winRate":100},{"index":5031,"winRate":100},{"index":6971,"winRate":100},{"index":8911,"winRate":100},{"index":10852,"winRate":100},{"index":12792,"winRate":100},{"index":14732,"winRate":100},{"index":16558,"winRate":100},{"index":18498,"winRate":100},{"index":20438,"winRate":100},{"index":22378,"winRate":100},{"index":24318,"winRate":100},{"index":26258,"winRate":100},{"index":28198,"winRate":100},{"index":30139,"winRate":100},{"index":32079,"winRate":100},{"index":34019,"winRate":100},{"index":35959,"winRate":100},{"index":37899,"winRate":100},{"index":39839,"winRate":100},{"index":41779,"winRate":100},{"index":43719,"winRate":100},{"index":45545,"winRate":100},{"index":47485,"winRate":100},{"index":49426,"winRate":100},{"index":51366,"winRate":100},{"index":53306,"winRate":100},{"index":55246,"winRate":100},{"index":57186,"winRate":100},{"index":59126,"winRate":100},{"index":61066,"winRate":100},{"index":63006,"winRate":100},{"index":64946,"winRate":100},{"index":66886,"winRate":100},{"index":68827,"winRate":100},{"index":70767,"winRate":100},{"index":72593,"winRate":100},{"index":74533,"winRate":100},{"index":76473,"winRate":100},{"index":78413,"winRate":100},{"index":80353,"winRate":100},{"index":82293,"winRate":100},{"index":84233,"winRate":100},{"index":86173,"winRate":100},{"index":88114,"winRate":100},{"index":90054,"winRate":100},{"index":91994,"winRate":100},{"index":93934,"winRate":100},{"index":95874,"winRate":100},{"index":97814,"winRate":100},{"index":99754,"winRate":100},{"index":101580,"winRate":100},{"index":103520,"winRate":100},{"index":105460,"winRate":100},{"index":107401,"winRate":100},{"index":109341,"winRate":100},{"index":111281,"winRate":100},{"index":113221,"winRate":100},{"index":115161,"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 | 1.00 USDT @ 2026-02-25 23:46:00 UTC |
| Trough Net | 0.0051 USDT @ 2024-04-24 00:07:00 UTC |
| Mean | 0.4091 USDT |
| Std Dev | 0.3065 USDT |
| Last | 1.00 USDT |
| Points | 100 |
| Sum | 40.91 USDT |
| Across 100 points the series ranged from 0.0051 USDT (2024-04-24 00:07:00 UTC) to 1.00 USDT (2026-02-25 23:46:00 UTC), averaging 0.4091 USDT. 100% of points were positive, 0% negative. The most recent value is 1.00 USDT. | |
| Showing 60 of 100 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T00:07:00Z","net":0.0051302075,"gross":0.012650000000000002},{"timestamp":"2024-04-24T00:30:00Z","net":0.015429994999999998,"gross":0.038000000000000006},{"timestamp":"2024-04-24T00:30:00Z","net":0.0206428325,"gross":0.05075},{"timestamp":"2024-04-24T00:33:00Z","net":0.0308956575,"gross":0.07604999999999999},{"timestamp":"2024-04-24T00:38:00Z","net":0.041058817500000004,"gross":0.10124999999999999},{"timestamp":"2024-04-24T00:46:00Z","net":0.0461233875,"gross":0.11384999999999999},{"timestamp":"2024-04-24T01:31:00Z","net":0.0561897425,"gross":0.13895},{"timestamp":"2024-04-24T01:43:00Z","net":0.0662259775,"gross":0.16405},{"timestamp":"2024-04-24T01:45:00Z","net":0.07124033,"gross":0.1766},{"timestamp":"2024-04-24T02:00:00Z","net":0.08613177500000001,"gross":0.20654},{"timestamp":"2024-04-24T02:10:00Z","net":0.10094478500000001,"gross":0.23642000000000002},{"timestamp":"2024-04-24T02:34:00Z","net":0.108411035,"gross":0.25142000000000003},{"timestamp":"2024-04-24T03:50:00Z","net":0.123250445,"gross":0.28130000000000005},{"timestamp":"2024-04-24T04:51:00Z","net":0.13796327,"gross":0.31106000000000006},{"timestamp":"2024-04-24T04:54:00Z","net":0.14530283,"gross":0.32594000000000006},{"timestamp":"2024-04-24T08:41:00Z","net":0.15528408,"gross":0.3509400000000001},{"timestamp":"2024-04-24T14:21:00Z","net":0.16544424,"gross":0.3761400000000001},{"timestamp":"2024-06-16T05:00:00Z","net":0.17542549,"gross":0.4011400000000001},{"timestamp":"2024-06-17T08:48:00Z","net":0.180416115,"gross":0.4136400000000001},{"timestamp":"2024-07-24T05:23:00Z","net":0.19039736499999999,"gross":0.43864000000000014},{"timestamp":"2024-07-29T02:52:00Z","net":0.20037861499999998,"gross":0.46364000000000016},{"timestamp":"2024-07-29T03:20:00Z","net":0.20536923999999998,"gross":0.4761400000000002},{"timestamp":"2024-07-29T04:31:00Z","net":0.21535048999999998,"gross":0.5011400000000001},{"timestamp":"2024-07-29T06:55:00Z","net":0.22533173999999997,"gross":0.52614},{"timestamp":"2024-08-26T04:29:00Z","net":0.23032236499999997,"gross":0.53864},{"timestamp":"2024-12-31T15:40:00Z","net":0.24030361499999997,"gross":0.5636399999999999},{"timestamp":"2025-10-10T21:22:00Z","net":0.26109353999999996,"gross":0.5994599999999999},{"timestamp":"2025-10-10T21:25:00Z","net":0.27797224,"gross":0.6238599999999999},{"timestamp":"2025-10-11T23:04:00Z","net":0.29984156500000003,"gross":0.6607599999999998},{"timestamp":"2025-10-23T20:07:00Z","net":0.3098228150000001,"gross":0.6857599999999997},{"timestamp":"2025-10-27T20:04:00Z","net":0.3148134400000001,"gross":0.6982599999999997},{"timestamp":"2025-12-17T16:51:00Z","net":0.32479469000000016,"gross":0.7232599999999996},{"timestamp":"2026-02-06T00:12:00Z","net":0.3565545200000002,"gross":0.7700599999999995},{"timestamp":"2026-02-06T00:14:00Z","net":0.37343322000000023,"gross":0.7944599999999995},{"timestamp":"2026-02-06T00:19:00Z","net":0.4079719100000002,"gross":0.8440399999999995},{"timestamp":"2026-02-06T00:24:00Z","net":0.44190913000000026,"gross":0.8930199999999995},{"timestamp":"2026-02-06T00:25:00Z","net":0.4590277700000003,"gross":0.9176599999999995},{"timestamp":"2026-02-06T00:27:00Z","net":0.4932651400000003,"gross":0.9669399999999995},{"timestamp":"2026-02-06T00:34:00Z","net":0.5257594950000003,"gross":1.0144799999999994},{"timestamp":"2026-02-06T00:35:00Z","net":0.5415587950000003,"gross":1.0377999999999994},{"timestamp":"2026-02-06T01:03:00Z","net":0.5732602750000002,"gross":1.0845399999999994},{"timestamp":"2026-02-06T01:08:00Z","net":0.6048588750000001,"gross":1.1311799999999994},{"timestamp":"2026-02-06T01:12:00Z","net":0.6206581750000001,"gross":1.1544999999999994},{"timestamp":"2026-02-06T01:30:00Z","net":0.652256775,"gross":1.2011399999999994},{"timestamp":"2026-02-06T01:36:00Z","net":0.683958255,"gross":1.2478799999999994},{"timestamp":"2026-02-25T14:32:00Z","net":0.7097996599999999,"gross":1.2887599999999995},{"timestamp":"2026-02-25T14:41:00Z","net":0.7226594399999999,"gross":1.3091399999999995},{"timestamp":"2026-02-25T14:47:00Z","net":0.7482980699999999,"gross":1.3498199999999996},{"timestamp":"2026-02-25T15:18:00Z","net":0.7739371799999999,"gross":1.3904999999999994},{"timestamp":"2026-02-25T15:31:00Z","net":0.7868781299999998,"gross":1.4109599999999993},{"timestamp":"2026-02-25T15:44:00Z","net":0.8126788599999998,"gross":1.4517999999999993},{"timestamp":"2026-02-25T16:06:00Z","net":0.8383174899999998,"gross":1.4924799999999994},{"timestamp":"2026-02-25T16:23:00Z","net":0.8510156499999998,"gross":1.5126999999999993},{"timestamp":"2026-02-25T17:07:00Z","net":0.8762510699999998,"gross":1.5529799999999994},{"timestamp":"2026-02-25T17:23:00Z","net":0.9012460999999998,"gross":1.5930199999999992},{"timestamp":"2026-02-25T18:09:00Z","net":0.9137835999999998,"gross":1.6130799999999992},{"timestamp":"2026-02-25T19:57:00Z","net":0.9388585999999998,"gross":1.6531999999999991},{"timestamp":"2026-02-25T21:36:00Z","net":0.9639335999999997,"gross":1.693319999999999},{"timestamp":"2026-02-25T21:40:00Z","net":0.9764710999999997,"gross":1.713379999999999},{"timestamp":"2026-02-25T23:46:00Z","net":1.0022723099999997,"gross":1.754219999999999}]
Rolling Sharpe Ratio (30d / 90d)
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net * Transform: rollingSharpe(equity, 30) + rollingSharpe(equity, 90)sharpe30).| Stat | Value |
|---|---|
| Peak Sharpe (30d) | 6.71 @ 2025-07-22 23:59:00 UTC |
| Worst Sharpe (30d) | -8.70 @ 2025-02-04 23:59:00 UTC |
| Mean | -0.23 |
| Std Dev | 2.55 |
| Last | -2.93 |
| Points | 643 |
| Across 643 points the series ranged from -8.70 (2025-02-04 23:59:00 UTC) to 6.71 (2025-07-22 23:59:00 UTC), averaging -0.23. The most recent value is -2.93. | |
| Showing 60 of 643 points (down-sampled for readability). |
[{"timestamp":"2024-05-24T23:59:00+00:00","sharpe30":2.7935935574428585,"sharpe90":0.5790616282030387},{"timestamp":"2024-06-04T23:59:00+00:00","sharpe30":2.0870480875522768,"sharpe90":-0.6747123090202413},{"timestamp":"2024-06-15T23:59:00+00:00","sharpe30":-2.488851091353779,"sharpe90":-0.20613021090750128},{"timestamp":"2024-06-26T23:59:00+00:00","sharpe30":-1.8776548356481337,"sharpe90":0.4774292584138879},{"timestamp":"2024-07-07T23:59:00+00:00","sharpe30":-3.394513559177986,"sharpe90":-0.3340824784827241},{"timestamp":"2024-07-17T23:59:00+00:00","sharpe30":1.6416846539145311,"sharpe90":0.49961072131672146},{"timestamp":"2024-07-28T23:59:00+00:00","sharpe30":1.9584362318362323,"sharpe90":0.9292550001827673},{"timestamp":"2024-08-08T23:59:00+00:00","sharpe30":0.788778358800138,"sharpe90":2.2194977973095873},{"timestamp":"2024-08-19T23:59:00+00:00","sharpe30":-1.0615006159802527,"sharpe90":1.066033288949217},{"timestamp":"2024-08-30T23:59:00+00:00","sharpe30":-0.4498355134469188,"sharpe90":1.465934526626046},{"timestamp":"2024-09-10T23:59:00+00:00","sharpe30":1.7618446089462343,"sharpe90":2.6834175083015697},{"timestamp":"2024-09-21T23:59:00+00:00","sharpe30":1.3407273504686024,"sharpe90":1.9848535189403975},{"timestamp":"2024-10-02T23:59:00+00:00","sharpe30":4.619186893627244,"sharpe90":3.208588833691938},{"timestamp":"2024-10-12T23:59:00+00:00","sharpe30":3.5492261210710576,"sharpe90":1.7556597868184443},{"timestamp":"2024-10-23T23:59:00+00:00","sharpe30":3.653574861483255,"sharpe90":-0.1650268209716661},{"timestamp":"2024-11-03T23:59:00+00:00","sharpe30":-1.3080766972214868,"sharpe90":-0.303574026992548},{"timestamp":"2024-11-14T23:59:00+00:00","sharpe30":1.05083856415126,"sharpe90":-1.1159828559759783},{"timestamp":"2024-11-25T23:59:00+00:00","sharpe30":2.7736437517387893,"sharpe90":-1.7589125132305805},{"timestamp":"2024-12-06T23:59:00+00:00","sharpe30":5.701754430681045,"sharpe90":-3.6279638291888534},{"timestamp":"2024-12-17T23:59:00+00:00","sharpe30":-1.3083745562256792,"sharpe90":-0.06553619442348263},{"timestamp":"2024-12-28T23:59:00+00:00","sharpe30":-2.2863544967069087,"sharpe90":-1.0063203474618065},{"timestamp":"2025-01-08T23:59:00+00:00","sharpe30":-2.4938403027849283,"sharpe90":-1.6684442429323028},{"timestamp":"2025-01-18T23:59:00+00:00","sharpe30":0.03140518508442713,"sharpe90":-0.5148491888626636},{"timestamp":"2025-01-29T23:59:00+00:00","sharpe30":-5.015257982035132,"sharpe90":-0.9179386944392168},{"timestamp":"2025-02-09T23:59:00+00:00","sharpe30":-3.668727342526713,"sharpe90":-1.016282048420726},{"timestamp":"2025-02-20T23:59:00+00:00","sharpe30":1.301085879452244,"sharpe90":-0.4332937687577837},{"timestamp":"2025-03-03T23:59:00+00:00","sharpe30":0.2805995780792206,"sharpe90":0.29666355300563474},{"timestamp":"2025-03-14T23:59:00+00:00","sharpe30":-4.641000458511533,"sharpe90":-1.0934716389301495},{"timestamp":"2025-03-25T23:59:00+00:00","sharpe30":-1.6793920987670703,"sharpe90":-0.734875792293701},{"timestamp":"2025-04-05T23:59:00+00:00","sharpe30":-0.34113124887303997,"sharpe90":0.11389985859486694},{"timestamp":"2025-04-15T23:59:00+00:00","sharpe30":-1.7543835372983914,"sharpe90":0.20775589635195038},{"timestamp":"2025-04-26T23:59:00+00:00","sharpe30":1.0510772827744632,"sharpe90":0.04969188574398245},{"timestamp":"2025-05-07T23:59:00+00:00","sharpe30":0.956489404522152,"sharpe90":0.8813087638915524},{"timestamp":"2025-05-18T23:59:00+00:00","sharpe30":1.5017393596617592,"sharpe90":1.1199110692890744},{"timestamp":"2025-05-29T23:59:00+00:00","sharpe30":0.537129950169825,"sharpe90":0.8278848934842493},{"timestamp":"2025-06-09T23:59:00+00:00","sharpe30":-2.2335158079701114,"sharpe90":0.21708885984312853},{"timestamp":"2025-06-20T23:59:00+00:00","sharpe30":-0.3862624034702187,"sharpe90":0.5470320274394326},{"timestamp":"2025-07-01T23:59:00+00:00","sharpe30":1.1214020318873754,"sharpe90":1.0803167188816662},{"timestamp":"2025-07-11T23:59:00+00:00","sharpe30":1.882936927367331,"sharpe90":1.0229720112854808},{"timestamp":"2025-07-22T23:59:00+00:00","sharpe30":6.713616131036541,"sharpe90":1.2394023658720015},{"timestamp":"2025-08-02T23:59:00+00:00","sharpe30":0.09173548413180141,"sharpe90":-0.1960442275355425},{"timestamp":"2025-08-13T23:59:00+00:00","sharpe30":0.7608013701816818,"sharpe90":-1.5756385066930125},{"timestamp":"2025-08-24T23:59:00+00:00","sharpe30":-0.03538954921837896,"sharpe90":-1.8924784271959998},{"timestamp":"2025-09-04T23:59:00+00:00","sharpe30":0.517044657386498,"sharpe90":-2.1889971988304016},{"timestamp":"2025-09-15T23:59:00+00:00","sharpe30":-1.368729699238035,"sharpe90":-2.4741372609232934},{"timestamp":"2025-09-26T23:59:00+00:00","sharpe30":-3.394518177076236,"sharpe90":-2.508135206027057},{"timestamp":"2025-10-07T23:59:00+00:00","sharpe30":-3.9896758982899065,"sharpe90":0.06981952538270057},{"timestamp":"2025-10-17T23:59:00+00:00","sharpe30":-3.6283304413944384,"sharpe90":-0.6913935396476719},{"timestamp":"2025-10-28T23:59:00+00:00","sharpe30":-2.4876028102516847,"sharpe90":-0.4994420358148593},{"timestamp":"2025-11-08T23:59:00+00:00","sharpe30":-2.2696095931855047,"sharpe90":-0.3661399712998455},{"timestamp":"2025-11-19T23:59:00+00:00","sharpe30":-2.047126116457121,"sharpe90":0.18818747859828294},{"timestamp":"2025-11-30T23:59:00+00:00","sharpe30":-2.4296278931101782,"sharpe90":0.04290492094619985},{"timestamp":"2025-12-11T23:59:00+00:00","sharpe30":1.9669659935834007,"sharpe90":-0.20960433273880444},{"timestamp":"2025-12-22T23:59:00+00:00","sharpe30":1.78299967810706,"sharpe90":0.45021619350148645},{"timestamp":"2026-01-02T23:59:00+00:00","sharpe30":1.262445225506718,"sharpe90":null},{"timestamp":"2026-01-12T23:59:00+00:00","sharpe30":-0.6634296387300338,"sharpe90":null},{"timestamp":"2026-01-23T23:59:00+00:00","sharpe30":-0.3080796719364364,"sharpe90":null},{"timestamp":"2026-02-03T23:59:00+00:00","sharpe30":-3.2079069672240257,"sharpe90":null},{"timestamp":"2026-02-14T23:59:00+00:00","sharpe30":-3.4241661362495726,"sharpe90":null},{"timestamp":"2026-02-25T23:59:00+00:00","sharpe30":-2.9260461614005657,"sharpe90":null}]
Drawdown Recovery Episodes
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net * Transform: drawdownRecoveryEpisodes(equity)depth).| Stat | Value |
|---|---|
| Shallowest | -0.13% @ 2 |
| Deepest Episode | -10.05% @ 445 |
| Mean | -1.35% |
| Std Dev | 2.39% |
| Last | -10.05% |
| Points | 16 |
| Across 16 points the series ranged from -10.05% (445) to -0.13% (2), averaging -1.35%. 0% of points were positive, 100% negative. The most recent value is -10.05%. | |
| Full series - 16 points. |
[{"start":"2024-04-30T23:59:00+00:00","end":"2024-05-02T23:59:00+00:00","depth":-0.13259790340592165,"durationDays":2},{"start":"2024-05-06T23:59:00+00:00","end":"2024-05-09T23:59:00+00:00","depth":-0.1891018445503143,"durationDays":3},{"start":"2024-05-13T23:59:00+00:00","end":"2024-05-22T23:59:00+00:00","depth":-0.35994133497885206,"durationDays":9},{"start":"2024-05-23T23:59:00+00:00","end":"2024-05-30T23:59:00+00:00","depth":-0.1723300991172927,"durationDays":7},{"start":"2024-06-02T23:59:00+00:00","end":"2024-06-06T23:59:00+00:00","depth":-0.1733551808061285,"durationDays":4},{"start":"2024-06-07T23:59:00+00:00","end":"2024-07-16T23:59:00+00:00","depth":-2.6788143521368024,"durationDays":39},{"start":"2024-07-17T23:59:00+00:00","end":"2024-08-25T23:59:00+00:00","depth":-2.6922807464334992,"durationDays":39},{"start":"2024-08-26T23:59:00+00:00","end":"2024-09-27T23:59:00+00:00","depth":-1.629680631299588,"durationDays":32},{"start":"2024-09-30T23:59:00+00:00","end":"2024-10-05T23:59:00+00:00","depth":-0.47803018735747244,"durationDays":5},{"start":"2024-10-08T23:59:00+00:00","end":"2024-10-21T23:59:00+00:00","depth":-0.4909879553327624,"durationDays":13},{"start":"2024-10-23T23:59:00+00:00","end":"2024-10-30T23:59:00+00:00","depth":-0.5709791865470444,"durationDays":7},{"start":"2024-11-01T23:59:00+00:00","end":"2024-11-09T23:59:00+00:00","depth":-0.8676723919556739,"durationDays":8},{"start":"2024-11-12T23:59:00+00:00","end":"2024-11-16T23:59:00+00:00","depth":-0.5744363090802969,"durationDays":4},{"start":"2024-11-17T23:59:00+00:00","end":"2024-11-22T23:59:00+00:00","depth":-0.37172392120233577,"durationDays":5},{"start":"2024-11-25T23:59:00+00:00","end":"2024-11-27T23:59:00+00:00","depth":-0.19313490760424182,"durationDays":2},{"start":"2024-12-07T23:59:00+00:00","end":"ongoing","depth":-10.052146380098206,"durationDays":445}]
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 | 13.35% @ 2025-02-07 23:59:00 UTC |
| Min Utilization | 1.12% @ 2024-05-05 23:59:00 UTC |
| Mean | 8.30% |
| Std Dev | 3.07% |
| Last | 8.46% |
| Points | 673 |
| Across 673 points the series ranged from 1.12% (2024-05-05 23:59:00 UTC) to 13.35% (2025-02-07 23:59:00 UTC), averaging 8.30%. 100% of points were positive, 0% negative. The most recent value is 8.46%. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T23:59:00+00:00","exposure":1.8793160859664444},{"timestamp":"2024-05-05T23:59:00+00:00","exposure":1.1170579564186416},{"timestamp":"2024-05-17T23:59:00+00:00","exposure":3.205406561217715},{"timestamp":"2024-05-28T23:59:00+00:00","exposure":3.298947180210412},{"timestamp":"2024-06-09T23:59:00+00:00","exposure":3.132863301733393},{"timestamp":"2024-06-20T23:59:00+00:00","exposure":4.784491416337011},{"timestamp":"2024-07-01T23:59:00+00:00","exposure":5.989780662842693},{"timestamp":"2024-07-13T23:59:00+00:00","exposure":7.482220658736216},{"timestamp":"2024-07-24T23:59:00+00:00","exposure":3.85622356280282},{"timestamp":"2024-08-05T23:59:00+00:00","exposure":8.934163959169485},{"timestamp":"2024-08-16T23:59:00+00:00","exposure":6.9642637571060915},{"timestamp":"2024-08-27T23:59:00+00:00","exposure":5.875663326039719},{"timestamp":"2024-09-08T23:59:00+00:00","exposure":7.336038712293158},{"timestamp":"2024-09-19T23:59:00+00:00","exposure":5.344289950397236},{"timestamp":"2024-09-30T23:59:00+00:00","exposure":4.701045853452692},{"timestamp":"2024-10-12T23:59:00+00:00","exposure":4.485126303868023},{"timestamp":"2024-10-23T23:59:00+00:00","exposure":4.020130018352727},{"timestamp":"2024-11-04T23:59:00+00:00","exposure":6.278521962523093},{"timestamp":"2024-11-15T23:59:00+00:00","exposure":3.9707463526409708},{"timestamp":"2024-11-26T23:59:00+00:00","exposure":4.5609356884364916},{"timestamp":"2024-12-08T23:59:00+00:00","exposure":4.554953257378074},{"timestamp":"2024-12-19T23:59:00+00:00","exposure":8.86841489362923},{"timestamp":"2024-12-31T23:59:00+00:00","exposure":8.217886214487887},{"timestamp":"2025-01-11T23:59:00+00:00","exposure":9.039614202907382},{"timestamp":"2025-01-22T23:59:00+00:00","exposure":11.215961978349013},{"timestamp":"2025-02-03T23:59:00+00:00","exposure":13.32540800105848},{"timestamp":"2025-02-14T23:59:00+00:00","exposure":12.032948562677353},{"timestamp":"2025-02-26T23:59:00+00:00","exposure":11.504930198820439},{"timestamp":"2025-03-09T23:59:00+00:00","exposure":12.539610256231581},{"timestamp":"2025-03-20T23:59:00+00:00","exposure":11.972098447313048},{"timestamp":"2025-04-01T23:59:00+00:00","exposure":11.817616617330144},{"timestamp":"2025-04-12T23:59:00+00:00","exposure":11.666608753719084},{"timestamp":"2025-04-23T23:59:00+00:00","exposure":11.84171438657171},{"timestamp":"2025-05-05T23:59:00+00:00","exposure":12.841434871935206},{"timestamp":"2025-05-16T23:59:00+00:00","exposure":11.448410832159935},{"timestamp":"2025-05-28T23:59:00+00:00","exposure":11.62709011214723},{"timestamp":"2025-06-08T23:59:00+00:00","exposure":11.659688828392035},{"timestamp":"2025-06-19T23:59:00+00:00","exposure":11.789733906094636},{"timestamp":"2025-07-01T23:59:00+00:00","exposure":11.59127525172728},{"timestamp":"2025-07-12T23:59:00+00:00","exposure":11.268850920725074},{"timestamp":"2025-07-24T23:59:00+00:00","exposure":11.051237685668141},{"timestamp":"2025-08-04T23:59:00+00:00","exposure":8.852877680411424},{"timestamp":"2025-08-15T23:59:00+00:00","exposure":9.650888253389258},{"timestamp":"2025-08-27T23:59:00+00:00","exposure":10.090928479092234},{"timestamp":"2025-09-07T23:59:00+00:00","exposure":10.22469063864301},{"timestamp":"2025-09-19T23:59:00+00:00","exposure":10.192562747847244},{"timestamp":"2025-09-30T23:59:00+00:00","exposure":10.63460494777474},{"timestamp":"2025-10-11T23:59:00+00:00","exposure":8.723487829831388},{"timestamp":"2025-10-23T23:59:00+00:00","exposure":10.428773977590346},{"timestamp":"2025-11-03T23:59:00+00:00","exposure":10.20322415111693},{"timestamp":"2025-11-14T23:59:00+00:00","exposure":10.937589583275685},{"timestamp":"2025-11-26T23:59:00+00:00","exposure":8.444255819860023},{"timestamp":"2025-12-07T23:59:00+00:00","exposure":8.392329160378882},{"timestamp":"2025-12-19T23:59:00+00:00","exposure":7.9148034953382655},{"timestamp":"2025-12-30T23:59:00+00:00","exposure":8.295866978495024},{"timestamp":"2026-01-10T23:59:00+00:00","exposure":8.21702293250853},{"timestamp":"2026-01-22T23:59:00+00:00","exposure":8.3433856811135},{"timestamp":"2026-02-02T23:59:00+00:00","exposure":8.720473412103175},{"timestamp":"2026-02-14T23:59:00+00:00","exposure":9.28637112202219},{"timestamp":"2026-02-25T23:59:00+00:00","exposure":8.463098994247762}]
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.0203 @ 2024-04-24 04:51:00 UTC |
| Lowest Price | 0.0040 @ 2026-02-06 00:18:00 UTC |
| Mean | 0.0118 |
| Std Dev | 0.0075 |
| Last | 0.0049 |
| Points | 176 |
| Across 176 points the series ranged from 0.0040 (2026-02-06 00:18:00 UTC) to 0.0203 (2024-04-24 04:51:00 UTC), averaging 0.0118. The most recent value is 0.0049. | |
| Showing 60 of 176 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T00:01:00Z","price":0.01979},{"timestamp":"2024-04-24T00:13:00Z","price":0.01987},{"timestamp":"2024-04-24T00:18:00Z","price":0.01974},{"timestamp":"2024-04-24T00:30:00Z","price":0.01976},{"timestamp":"2024-04-24T00:37:00Z","price":0.01993},{"timestamp":"2024-04-24T00:50:00Z","price":0.01995},{"timestamp":"2024-04-24T01:19:00Z","price":0.0201},{"timestamp":"2024-04-24T01:35:00Z","price":0.01999},{"timestamp":"2024-04-24T01:45:00Z","price":0.02004},{"timestamp":"2024-04-24T02:01:00Z","price":0.02016},{"timestamp":"2024-04-24T02:12:00Z","price":0.02027},{"timestamp":"2024-04-24T02:30:00Z","price":0.02012},{"timestamp":"2024-04-24T02:34:00Z","price":0.02012},{"timestamp":"2024-04-24T04:51:00Z","price":0.02033},{"timestamp":"2024-04-24T06:36:00Z","price":0.02005},{"timestamp":"2024-04-24T08:41:00Z","price":0.02005},{"timestamp":"2024-04-24T14:21:00Z","price":0.01979},{"timestamp":"2024-06-16T04:54:00Z","price":0.02},{"timestamp":"2024-06-17T08:48:00Z","price":0.02005},{"timestamp":"2024-07-23T04:22:00Z","price":0.02},{"timestamp":"2024-07-29T02:21:00Z","price":0.02005},{"timestamp":"2024-07-29T03:18:00Z","price":0.02},{"timestamp":"2024-07-29T04:07:00Z","price":0.02005},{"timestamp":"2024-07-29T04:41:00Z","price":0.02},{"timestamp":"2024-07-29T06:55:00Z","price":0.02005},{"timestamp":"2024-08-26T04:45:00Z","price":0.02},{"timestamp":"2024-12-31T15:40:00Z","price":0.02005},{"timestamp":"2025-10-10T21:21:00Z","price":0.00429},{"timestamp":"2025-10-10T21:31:00Z","price":0.0041},{"timestamp":"2025-10-22T19:24:00Z","price":0.008},{"timestamp":"2025-10-23T20:07:00Z","price":0.00802},{"timestamp":"2025-10-28T11:59:00Z","price":0.008},{"timestamp":"2026-02-06T00:10:00Z","price":0.00429},{"timestamp":"2026-02-06T00:13:00Z","price":0.00424},{"timestamp":"2026-02-06T00:19:00Z","price":0.00404},{"timestamp":"2026-02-06T00:25:00Z","price":0.00406},{"timestamp":"2026-02-06T00:32:00Z","price":0.00418},{"timestamp":"2026-02-06T00:35:00Z","price":0.00431},{"timestamp":"2026-02-06T01:00:00Z","price":0.00429},{"timestamp":"2026-02-06T01:05:00Z","price":0.00431},{"timestamp":"2026-02-06T01:12:00Z","price":0.00429},{"timestamp":"2026-02-06T01:30:00Z","price":0.00431},{"timestamp":"2026-02-06T01:34:00Z","price":0.00429},{"timestamp":"2026-02-21T20:58:00Z","price":0.00499},{"timestamp":"2026-02-24T07:20:00Z","price":0.00493},{"timestamp":"2026-02-25T14:27:00Z","price":0.00491},{"timestamp":"2026-02-25T14:35:00Z","price":0.00491},{"timestamp":"2026-02-25T14:43:00Z","price":0.00493},{"timestamp":"2026-02-25T15:05:00Z","price":0.00495},{"timestamp":"2026-02-25T15:14:00Z","price":0.00489},{"timestamp":"2026-02-25T15:33:00Z","price":0.00489},{"timestamp":"2026-02-25T15:51:00Z","price":0.00491},{"timestamp":"2026-02-25T16:23:00Z","price":0.00497},{"timestamp":"2026-02-25T17:07:00Z","price":0.00499},{"timestamp":"2026-02-25T17:30:00Z","price":0.00499},{"timestamp":"2026-02-25T18:36:00Z","price":0.00501},{"timestamp":"2026-02-25T20:11:00Z","price":0.00499},{"timestamp":"2026-02-25T21:36:00Z","price":0.00501},{"timestamp":"2026-02-25T22:50:00Z","price":0.00493},{"timestamp":"2026-02-25T23:46:00Z","price":0.00489}]
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 | 27 trades @ $5.00 |
| Least Populated Bin | 1 trades @ $5.01 |
| Mean | 7 trades |
| Std Dev | 8 trades |
| Last | 2 trades |
| Points | 15 |
| Sum | 100 trades |
| Across 15 points the series ranged from 1 trades (5.01)to∗∗27trades∗∗(5.00), averaging 7 trades. The most recent value is 2 trades. | |
| Full series - 15 points. |
[
{
"bin": "$5.00",
"count": 27,
"from": 5
},
{
"bin": "$5.00",
"count": 3,
"from": 5.001
},
{
"bin": "$5.00",
"count": 25,
"from": 5.002
},
{
"bin": "$5.00",
"count": 7,
"from": 5.003
},
{
"bin": "$5.00",
"count": 6,
"from": 5.004
},
{
"bin": "$5.00",
"count": 12,
"from": 5.005
},
{
"bin": "$5.01",
"count": 1,
"from": 5.006
},
{
"bin": "$5.01",
"count": 4,
"from": 5.007
},
{
"bin": "$5.01",
"count": 3,
"from": 5.01
},
{
"bin": "$5.01",
"count": 2,
"from": 5.012
},
{
"bin": "$5.01",
"count": 3,
"from": 5.014
},
{
"bin": "$5.01",
"count": 1,
"from": 5.015
},
{
"bin": "$5.02",
"count": 3,
"from": 5.017
},
{
"bin": "$5.02",
"count": 1,
"from": 5.018
},
{
"bin": "$5.02",
"count": 2,
"from": 5.02
}
]
Return Distribution by Fill Type
GET /backtests/{id}/trades * Fields used: fill_type, profit_percentage * Transform: returnByFillType(trades)TP).| Stat | Value |
|---|---|
| Largest TP Bin | 40 trades @ 0.1 |
| Smallest TP Bin | 0 trades @ 0.11 |
| Mean | 5 trades |
| Std Dev | 10 trades |
| Last | 10 trades |
| Points | 20 |
| Sum | 100 trades |
| Across 20 points the series ranged from 0 trades (0.11) to 40 trades (0.1), averaging 5 trades. The most recent value is 10 trades. | |
| Full series - 20 points. |
[
{
"bin": 0.1,
"TP": 40,
"SL": 0,
"TSL": 0
},
{
"bin": 0.11,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.12,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.14,
"TP": 9,
"SL": 0,
"TSL": 0
},
{
"bin": 0.15,
"TP": 1,
"SL": 0,
"TSL": 0
},
{
"bin": 0.16,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.17,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.19,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.2,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.21,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.22,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.24,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.25,
"TP": 24,
"SL": 0,
"TSL": 0
},
{
"bin": 0.26,
"TP": 1,
"SL": 0,
"TSL": 0
},
{
"bin": 0.27,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.28,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.3,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.31,
"TP": 13,
"SL": 0,
"TSL": 0
},
{
"bin": 0.32,
"TP": 2,
"SL": 0,
"TSL": 0
},
{
"bin": 0.33,
"TP": 10,
"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 | 99.06 @ Aug |
| Worst Indexed Value | 92.89 @ Nov |
| Mean | 96.77 |
| Std Dev | 1.74 |
| Last | 95.15 |
| Points | 12 |
| Across 12 points the series ranged from 92.89 (Nov) to 99.06 (Aug), averaging 96.77. The most recent value is 95.15. | |
| Full series - 12 points. |
[
{
"2025": 97.51656051710184,
"2026": 98.74465188235038,
"month": "Jan"
},
{
"2025": 98.62276083951026,
"2026": 98.26716136712844,
"month": "Feb"
},
{
"2025": 95.9149116784811,
"month": "Mar"
},
{
"2024": 99.95499502119193,
"2025": 97.30567876179842,
"month": "Apr"
},
{
"2024": 100.85273415695801,
"2025": 96.66209980629641,
"month": "May"
},
{
"2024": 99.8996901123872,
"2025": 97.76034625774082,
"month": "Jun"
},
{
"2024": 100.55069113104574,
"2025": 98.4033400032547,
"month": "Jul"
},
{
"2024": 100.11577293492783,
"2025": 99.06461260582967,
"month": "Aug"
},
{
"2024": 101.97037779921274,
"2025": 97.37011572729386,
"month": "Sep"
},
{
"2024": 102.84040811894859,
"2025": 94.62983376142536,
"month": "Oct"
},
{
"2024": 103.83782151974725,
"2025": 92.88990710340163,
"month": "Nov"
},
{
"2024": 101.54720988426713,
"2025": 95.1541609888088,
"month": "Dec"
}
]
Profit by Weekday
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: profitByWeekday(trades)profit).| Stat | Value |
|---|---|
| Best Weekday | 123.26 USDT @ Sun |
| Worst Weekday | 99.48 USDT @ Fri |
| Mean | 111.29 USDT |
| Std Dev | 7.58 USDT |
| Last | 123.26 USDT |
| Points | 7 |
| Sum | 779.06 USDT |
| Across 7 points the series ranged from 99.48 USDT (Fri) to 123.26 USDT (Sun), averaging 111.29 USDT. 100% of points were positive, 0% negative. The most recent value is 123.26 USDT. | |
| Full series - 7 points. |
[
{
"day": "Mon",
"profit": 116.278437
},
{
"day": "Tue",
"profit": 115.392633
},
{
"day": "Wed",
"profit": 104.906893
},
{
"day": "Thu",
"profit": 113.949042
},
{
"day": "Fri",
"profit": 99.476303
},
{
"day": "Sat",
"profit": 105.796126
},
{
"day": "Sun",
"profit": 123.263758
}
]
Profit by Hour (UTC)
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: profitByHour(trades)profit).| Stat | Value |
|---|---|
| Best Hour (UTC) | 49.17 USDT @ 16:00 |
| Worst Hour (UTC) | 23.99 USDT @ 23:00 |
| Mean | 32.46 USDT |
| Std Dev | 6.26 USDT |
| Last | 23.99 USDT |
| Points | 24 |
| Sum | 779.06 USDT |
| Across 24 points the series ranged from 23.99 USDT (23:00) to 49.17 USDT (16:00), averaging 32.46 USDT. 100% of points were positive, 0% negative. The most recent value is 23.99 USDT. | |
| Full series - 24 points. |
[{"hour":"0:00","profit":33.660341},{"hour":"1:00","profit":32.903617},{"hour":"2:00","profit":28.769722},{"hour":"3:00","profit":26.151694},{"hour":"4:00","profit":26.802228},{"hour":"5:00","profit":26.886908},{"hour":"6:00","profit":27.728184},{"hour":"7:00","profit":29.279919},{"hour":"8:00","profit":31.043529},{"hour":"9:00","profit":30.979273},{"hour":"10:00","profit":28.450534},{"hour":"11:00","profit":29.37363},{"hour":"12:00","profit":33.629793},{"hour":"13:00","profit":39.964312},{"hour":"14:00","profit":45.447728},{"hour":"15:00","profit":42.756754},{"hour":"16:00","profit":49.17012},{"hour":"17:00","profit":38.224611},{"hour":"18:00","profit":35.135181},{"hour":"19:00","profit":29.649301},{"hour":"20:00","profit":31.469877},{"hour":"21:00","profit":28.862668},{"hour":"22:00","profit":28.72873},{"hour":"23:00","profit":23.994535}]
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.35% @ 0 |
| Worst Trade Return | 0.10% @ 0.48333333333333334 |
| Mean | 0.20% |
| Std Dev | 0.10% |
| Last | 0.26% |
| Points | 100 |
| Across 100 points the series ranged from 0.10% (0.48333333333333334) to 0.35% (0), averaging 0.20%. 100% of points were positive, 0% negative. The most recent value is 0.26%. | |
| Showing 60 of 100 points (down-sampled for readability). |
[{"hours":0.1,"profitPct":0.1024633653,"profit":0.0051302075},{"hours":0.5166666666666667,"profitPct":0.1017002519,"profit":0.00508725},{"hours":0.05,"profitPct":0.1020812311,"profit":0.0051188225},{"hours":0.23333333333333334,"profitPct":0.102591001,"profit":0.0051340025},{"hours":0.18333333333333332,"profitPct":0.1034880771,"profit":0.005180965},{"hours":0.1,"profitPct":0.1038744919,"profit":0.0052128375},{"hours":0.8833333333333333,"profitPct":0.1006899147,"profit":0.0050369425},{"hours":0.7666666666666667,"profitPct":0.1490274314,"profit":0.00747},{"hours":0.6833333333333333,"profitPct":0.1482835821,"profit":0.007421445},{"hours":0.16666666666666666,"profitPct":0.0999374687,"profit":0.0050143525},{"hours":0.15,"profitPct":0.1473958333,"profit":0.007399035},{"hours":0.08333333333333333,"profitPct":0.1479870775,"profit":0.007413975},{"hours":2.5166666666666666,"profitPct":0.1462203557,"profit":0.00733956},{"hours":1.4666666666666666,"profitPct":0.1479870775,"profit":0.007413975},{"hours":0.05,"profitPct":0.1488783649,"profit":0.00746625},{"hours":0.48333333333333334,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.016666666666666666,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.1,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.03333333333333333,"profitPct":0.0998125,"profit":0.004990625},{"hours":25.016666666666666,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.43333333333333335,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.03333333333333333,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.36666666666666664,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.11666666666666667,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.36666666666666664,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.6,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.016666666666666666,"profitPct":0.3158508159,"profit":0.0157993},{"hours":0,"profitPct":0.3374390244,"profit":0.0168787},{"hours":0.3333333333333333,"profitPct":0.0998125,"profit":0.004990625},{"hours":1.1166666666666667,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.05,"profitPct":0.0998125,"profit":0.004990625},{"hours":0,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.4,"profitPct":0.3158508159,"profit":0.0157993},{"hours":0,"profitPct":0.3191314554,"profit":0.01596053},{"hours":0,"profitPct":0.3374390244,"profit":0.0168787},{"hours":0,"profitPct":0.3446782178,"profit":0.01723915},{"hours":0,"profitPct":0.3374390244,"profit":0.0168787},{"hours":0,"profitPct":0.3422413793,"profit":0.01711864},{"hours":0,"profitPct":0.3434567901,"profit":0.01717885},{"hours":0.016666666666666666,"profitPct":0.3281100478,"profit":0.016416855},{"hours":0.08333333333333333,"profitPct":0.3158508159,"profit":0.0157993},{"hours":0.03333333333333333,"profitPct":0.3158508159,"profit":0.0157993},{"hours":0.08333333333333333,"profitPct":0.3158508159,"profit":0.0157993},{"hours":0.18333333333333332,"profitPct":0.3158508159,"profit":0.0157993},{"hours":0.016666666666666666,"profitPct":0.3180327869,"profit":0.01590218},{"hours":92.35,"profitPct":0.250501002,"profit":0.0125375},{"hours":89.76666666666667,"profitPct":0.2521126761,"profit":0.01261771},{"hours":31.45,"profitPct":0.2553752535,"profit":0.01277885},{"hours":0.08333333333333333,"profitPct":0.2570264766,"profit":0.01285978},{"hours":0.1,"profitPct":0.2570264766,"profit":0.01285978},{"hours":1.3,"profitPct":0.2537373737,"profit":0.01269816},{"hours":0.5666666666666667,"profitPct":0.2570264766,"profit":0.01285978},{"hours":0.06666666666666667,"profitPct":0.2586912065,"profit":0.01294095},{"hours":0.05,"profitPct":0.2586912065,"profit":0.01294095},{"hours":0.03333333333333333,"profitPct":0.2521126761,"profit":0.01261771},{"hours":0.65,"profitPct":0.250501002,"profit":0.0125375},{"hours":0.9333333333333333,"profitPct":0.250501002,"profit":0.0125375},{"hours":0.8666666666666667,"profitPct":0.250501002,"profit":0.0125375},{"hours":0.05,"profitPct":0.250501002,"profit":0.0125375},{"hours":0.06666666666666667,"profitPct":0.2603696099,"profit":0.01302236}]
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": "0602322a-0137-4eb2-913d-63d845bebba5",
"symbol": "USTCUSDT",
"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": 9525.0867162,
"return_pct": -4.7491,
"total_profit_usdt": 779.06319068,
"avg_profit_per_trade_usdt": 0.00676499,
"fulfilled_trades": 115161,
"active_orders": 411,
"win_rate_pct": 100,
"best_trade_usdt": 0.01729954,
"worst_trade_usdt": 0.00499063,
"trades_per_month": 5208.017915764458,
"max_drawdown_pct": 10.052146380098206,
"max_drawdown_abs_usdt": 1049.5187653219982,
"drawdown_duration_days": 351,
"recovery_days": null,
"cagr_pct": -2.609924640429373,
"volatility_annualized_pct": 10.316365249501509,
"sharpe_annualized": -0.2013095179649313,
"sortino_annualized": -0.2044723323735685,
"time_in_market_pct": 100,
"final_cash_usdt": 8718.9691981206,
"final_base_value_usdt": null,
"final_unrealized_pnl_usdt": -1253.97647448,
"median_hold_hours": 0.23333333333333334,
"avg_hold_hours": 6.538235294117646,
"buyhold_return_pct": null,
"outperformance_vs_buyhold_pp": null
}
| Key | Value |
|---|---|
backtest_id | 0602322a-0137-4eb2-913d-63d845bebba5 |
symbol | USTCUSDT |
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 | 9525.0867162 |
return_pct | -4.7491 |
total_profit_usdt | 779.06319068 |
avg_profit_per_trade_usdt | 0.00676499 |
fulfilled_trades | 115161 |
active_orders | 411 |
win_rate_pct | 100 |
best_trade_usdt | 0.01729954 |
worst_trade_usdt | 0.00499063 |
trades_per_month | 5208.017915764458 |
max_drawdown_pct | 10.052146380098206 |
max_drawdown_abs_usdt | 1049.5187653219982 |
drawdown_duration_days | 351 |
recovery_days | null |
cagr_pct | -2.609924640429373 |
volatility_annualized_pct | 10.316365249501509 |
sharpe_annualized | -0.2013095179649313 |
sortino_annualized | -0.2044723323735685 |
time_in_market_pct | 100 |
final_cash_usdt | 8718.9691981206 |
final_base_value_usdt | null |
final_unrealized_pnl_usdt | -1253.97647448 |
median_hold_hours | 0.23333333333333334 |
avg_hold_hours | 6.538235294117646 |
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 | USTCUSDT |
| 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,525.09 USDT |
| Return % | GET /backtests/{id} | $.return_pct | direct API value (cross-check: (final_value/start_balance - 1) * 100) | -4.75% |
| Total profit | GET /backtests/{id} | $.total_profit | direct API value (cross-check: Sum trades[].profit) | +779.06 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)) | 115,161 |
| Best trade | GET /backtests/{id} | $.max_profit | direct API value (cross-check: max(trades[].profit)) | +0.0173 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.0068 USDT |
| Trades / month | derived | n/a | fulfilled_trades / (durationDays / 30.4375) | 5208.0 |
| Max drawdown % | GET /backtests/{id}/equity | $[*].total_value_* | maxDrawdown(equity) - running peak vs. trough | -10.05% |
| Max drawdown abs | GET /backtests/{id}/equity | $[*].total_value_* | maxDrawdown(equity).abs | -1,049.52 USDT |
| CAGR % | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | (final/start)^(365.25/days) - 1 | -2.61% |
| Volatility (ann.) % | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | std(daily_returns) * sqrt(365) | 10.32% |
| Sharpe ratio (ann.) | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | mean(daily_returns) / std(daily_returns) * sqrt(365) (rf=0) | -0.20 |
| Sortino ratio (ann.) | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | mean(daily_returns) / std(downside_returns) * sqrt(365) (rf=0) | -0.20 |
| 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 | +1.00 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.0100 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 | 6.5h |
| 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,003 USDT |
Raw API Attachments
/trades. Full trade population: 115,161 closed trades - fetch the complete list via GET /backtests/0602322a-0137-4eb2-913d-63d845bebba5/trades. Aggregate KPIs are computed server-side against the full population, not from this sample.GET /backtests/0602322a-0137-4eb2-913d-63d845bebba5 - backtest summary (verbatim)
GET /backtests/0602322a-0137-4eb2-913d-63d845bebba5 - backtest summary (verbatim)
{
"id": "0602322a-0137-4eb2-913d-63d845bebba5",
"status": "completed",
"error_message": null,
"created_at": "2026-05-11T13:30:10.403017Z",
"started_at": "2026-05-11T13:43:11.384736Z",
"completed_at": "2026-05-11T13:53:32.368271Z",
"mode_name": "3LongTimeLong.json",
"symbol": "USTCUSDT",
"data_file": "",
"start_balance": 10000,
"final_value": 9525.0867162,
"return_pct": -4.7491,
"total_profit": 779.06319068,
"fulfilled_trades": 115161,
"active_orders": 411,
"win_rate": 100,
"avg_profit": 0.00676499,
"max_profit": 0.01729954,
"min_profit": 0.00499063,
"elapsed_sec": 519.24,
"max_drawdown": -10.0521,
"profit_factor": null,
"sharpe_ratio": -0.2013,
"total_fees": 866.33080932,
"avg_hold_time_hours": 14.3658,
"tp_count": 115161,
"sl_count": 0,
"tsl_count": 0,
"start_price": 0.01866928,
"end_price": 0.00492,
"gross_profit_quote": 1645.394,
"gross_loss_quote": 0,
"wins": 115161,
"losses": 0,
"breakeven": 0,
"consecutive_wins_max": 115161,
"consecutive_losses_max": 0,
"holding_minutes_p50": 10,
"holding_minutes_p95": 1188,
"holding_minutes_max": 359706,
"description": "USTCUSDT | 3LongTimeLong.json | 2024-04-24 - 2026-02-25 | -4.75% | 115161 trades | 100% WR",
"summary_text": "Backtest USTCUSDT (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,525.09 USDT\nP&L: -474.91 USDT (-4.75%)\nResult: LOSS\nCompleted trades: 115161\nOpen orders at end: 411\nWin rate: 100.0%\nAvg. profit/trade: 0.006765 USDT\nBest trade: 0.017300 USDT\nWorst trade: 0.004991 USDT\nTotal profit (trades only): 779.063191 USDT\nMax drawdown: -10.05%\nProfit factor: inf (no losing trades)\nSharpe ratio: -0.20\nTotal fees: 866.33 USDT\nAvg hold time: 14.4h\nTP / SL / TSL: 115161 / 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: 519.2s",
"share_token": null,
"config_hash": "5b1b5501899ab02195d9f8784c3f42f63820f4b3f1bec5e66c8dbc9609db551f",
"config": {
"to": "2026-02-25 23:59:59",
"from": "2024-04-24 00:00:01",
"canBuy": true,
"symbol": "USTCUSDT",
"canSell": true,
"canBuyUp": true,
"startBal": 10000,
"stepSize": 1,
"stopLoss": false,
"tickSize": 0.00001,
"buySplits": 9,
"buyVolumes": [
20,
15,
10,
10,
10,
10,
5,
5,
5
],
"canBuyDown": false,
"minNotional": 5,
"buyPercentage": 0.1,
"fees_in_quote": true,
"intrabar_mode": "OLHC",
"maker_fee_bps": 7.5,
"taker_fee_bps": 7.5,
"sellPercentages": [
0.25,
0.35,
0.5,
0.75,
1,
2.5,
5,
10,
15
],
"triggerCoolDown": 1,
"investmentPerBuy": 25,
"assumed_spread_bps": 0,
"stopLossPercentage": 5,
"investmentPercentMode": false,
"minInvestmentPerQuote": 25,
"order_latency_seconds": 2,
"trailingStopLossPercentages": [
0,
0,
0,
0,
0,
0,
0,
0,
0
],
"sellCancelDistancePercentage": 1,
"dontBuyBelowQuoteAssetBalance": 1,
"investmentPerFreeQuotePercent": 0.01,
"sellActivateDistancePercentage": 0.1
},
"is_duplicate": false,
"compact": false
}
GET /backtests/0602322a-0137-4eb2-913d-63d845bebba5/equity - equity series (verbatim, 673 points)
GET /backtests/0602322a-0137-4eb2-913d-63d845bebba5/equity - equity series (verbatim, 673 points)
[
{
"timestamp": "2024-04-24T23:59:00+00:00",
"base_asset_bal": 10073,
"quote_asset_bal": 9805.6211188,
"total_value_mid": 9993.5702039,
"total_value_exit_net": 9993.4292420862,
"total_value": 9993.5702039,
"base_cost_quote": 195.4749063075,
"unrealized_pnl_exit_net": -7.6667830213
},
{
"timestamp": "2024-04-25T23:59:00+00:00",
"base_asset_bal": 7943,
"quote_asset_bal": 9847.0272210525,
"total_value_mid": 9998.5339093725,
"total_value_exit_net": 9998.4202793563,
"total_value": 9998.5339093725,
"base_cost_quote": 155.4109408525,
"unrealized_pnl_exit_net": -4.0178825487
},
{
"timestamp": "2024-04-26T23:59:00+00:00",
"base_asset_bal": 6063,
"quote_asset_bal": 9883.7430017675,
"total_value_mid": 10000.8152876675,
"total_value_exit_net": 10000.7274834531,
"total_value": 10000.8152876675,
"base_cost_quote": 120.3232448025,
"unrealized_pnl_exit_net": -3.3387631169
},
{
"timestamp": "2024-04-27T23:59:00+00:00",
"base_asset_bal": 10283,
"quote_asset_bal": 9804.4706040851,
"total_value_mid": 9998.7484542151,
"total_value_exit_net": 9998.6027458275,
"total_value": 9998.7484542151,
"base_cost_quote": 200.5083785825,
"unrealized_pnl_exit_net": -6.3762368401
},
{
"timestamp": "2024-04-28T23:59:00+00:00",
"base_asset_bal": 8944,
"quote_asset_bal": 9830.1704651001,
"total_value_mid": 10000.1651377401,
"total_value_exit_net": 10000.0376417356,
"total_value": 10000.1651377401,
"base_cost_quote": 175.47766962,
"unrealized_pnl_exit_net": -5.6104929845
},
{
"timestamp": "2024-04-29T23:59:00+00:00",
"base_asset_bal": 8441,
"quote_asset_bal": 9841.1921696001,
"total_value_mid": 10002.3152437501,
"total_value_exit_net": 10002.1944014445,
"total_value": 10002.3152437501,
"base_cost_quote": 165.4481030825,
"unrealized_pnl_exit_net": -4.4458712381
},
{
"timestamp": "2024-04-30T23:59:00+00:00",
"base_asset_bal": 16427,
"quote_asset_bal": 9697.2384102526,
"total_value_mid": 9989.1506355426,
"total_value_exit_net": 9988.9317013736,
"total_value": 9989.1506355426,
"base_cost_quote": 310.79436108,
"unrealized_pnl_exit_net": -19.101069959
},
{
"timestamp": "2024-05-01T23:59:00+00:00",
"base_asset_bal": 15395,
"quote_asset_bal": 9718.8058489751,
"total_value_mid": 9996.8199973251,
"total_value_exit_net": 9996.6114867138,
"total_value": 9996.8199973251,
"base_cost_quote": 290.752400875,
"unrealized_pnl_exit_net": -12.9467631363
},
{
"timestamp": "2024-05-02T23:59:00+00:00",
"base_asset_bal": 8799,
"quote_asset_bal": 9845.6076969675,
"total_value_mid": 10014.6620920575,
"total_value_exit_net": 10014.5353012612,
"total_value": 10014.6620920575,
"base_cost_quote": 165.472831615,
"unrealized_pnl_exit_net": 3.4547726787
},
{
"timestamp": "2024-05-03T23:59:00+00:00",
"base_asset_bal": 6946,
"quote_asset_bal": 9881.6716681625,
"total_value_mid": 10017.8664745225,
"total_value_exit_net": 10017.7643284177,
"total_value": 10017.8664745225,
"base_cost_quote": 130.3660312475,
"unrealized_pnl_exit_net": 5.7266290077
},
{
"timestamp": "2024-05-04T23:59:00+00:00",
"base_asset_bal": 7208,
"quote_asset_bal": 9877.0601642525,
"total_value_mid": 10018.2331690525,
"total_value_exit_net": 10018.1272892989,
"total_value": 10018.2331690525,
"base_cost_quote": 135.398933095,
"unrealized_pnl_exit_net": 5.6681919514
},
{
"timestamp": "2024-05-05T23:59:00+00:00",
"base_asset_bal": 5051,
"quote_asset_bal": 9918.29601416,
"total_value_mid": 10030.42482999,
"total_value_exit_net": 10030.3407333781,
"total_value": 10030.42482999,
"base_cost_quote": 95.2800164575,
"unrealized_pnl_exit_net": 16.7647027606
},
{
"timestamp": "2024-05-06T23:59:00+00:00",
"base_asset_bal": 13087,
"quote_asset_bal": 9735.6482829274,
"total_value_mid": 10014.4371104374,
"total_value_exit_net": 10014.2280188168,
"total_value": 10014.4371104374,
"base_cost_quote": 280.9135172425,
"unrealized_pnl_exit_net": -2.3337813531
},
{
"timestamp": "2024-05-07T23:59:00+00:00",
"base_asset_bal": 14754,
"quote_asset_bal": 9701.8259509649,
"total_value_mid": 10011.6055087049,
"total_value_exit_net": 10011.3731740366,
"total_value": 10011.6055087049,
"base_cost_quote": 315.99605943,
"unrealized_pnl_exit_net": -6.4488363583
},
{
"timestamp": "2024-05-08T23:59:00+00:00",
"base_asset_bal": 12681,
"quote_asset_bal": 9750.2063614999,
"total_value_mid": 10019.9737128499,
"total_value_exit_net": 10019.7713873364,
"total_value": 10019.9737128499,
"base_cost_quote": 270.858771835,
"unrealized_pnl_exit_net": -1.2937459985
},
{
"timestamp": "2024-05-09T23:59:00+00:00",
"base_asset_bal": 9465,
"quote_asset_bal": 9822.5663556224,
"total_value_mid": 10033.6673740724,
"total_value_exit_net": 10033.5090483085,
"total_value": 10033.6673740724,
"base_cost_quote": 200.6396769825,
"unrealized_pnl_exit_net": 10.3030157037
},
{
"timestamp": "2024-05-10T23:59:00+00:00",
"base_asset_bal": 12179,
"quote_asset_bal": 9764.2132832324,
"total_value_mid": 10030.5059003324,
"total_value_exit_net": 10030.3061808696,
"total_value": 10030.5059003324,
"base_cost_quote": 260.7988825725,
"unrealized_pnl_exit_net": 5.2940150647
},
{
"timestamp": "2024-05-11T23:59:00+00:00",
"base_asset_bal": 9581,
"quote_asset_bal": 9821.6337763149,
"total_value_mid": 10051.7047245649,
"total_value_exit_net": 10051.5321713537,
"total_value": 10051.7047245649,
"base_cost_quote": 205.619599125,
"unrealized_pnl_exit_net": 24.2787959138
},
{
"timestamp": "2024-05-12T23:59:00+00:00",
"base_asset_bal": 10868,
"quote_asset_bal": 9792.5998523774,
"total_value_mid": 10046.7208623774,
"total_value_exit_net": 10046.5302716199,
"total_value": 10046.7208623774,
"base_cost_quote": 235.6857618475,
"unrealized_pnl_exit_net": 18.244657395
},
{
"timestamp": "2024-05-13T23:59:00+00:00",
"base_asset_bal": 12901,
"quote_asset_bal": 9748.9463891774,
"total_value_mid": 10035.6693080374,
"total_value_exit_net": 10035.4542658482,
"total_value": 10035.6693080374,
"base_cost_quote": 280.8448257625,
"unrealized_pnl_exit_net": 5.6630509084
},
{
"timestamp": "2024-05-14T23:59:00+00:00",
"base_asset_bal": 20304,
"quote_asset_bal": 9589.4263039199,
"total_value_mid": 10015.6722367199,
"total_value_exit_net": 10015.3525522703,
"total_value": 10015.6722367199,
"base_cost_quote": 441.298185595,
"unrealized_pnl_exit_net": -15.3719372446
},
{
"timestamp": "2024-05-15T23:59:00+00:00",
"base_asset_bal": 13347,
"quote_asset_bal": 9740.9564409799,
"total_value_mid": 10039.2031641799,
"total_value_exit_net": 10038.9794791375,
"total_value": 10039.2031641799,
"base_cost_quote": 290.871450095,
"unrealized_pnl_exit_net": 7.1515880626
},
{
"timestamp": "2024-05-16T23:59:00+00:00",
"base_asset_bal": 14702,
"quote_asset_bal": 9711.7188633624,
"total_value_mid": 10035.0262817824,
"total_value_exit_net": 10034.7838012186,
"total_value": 10035.0262817824,
"base_cost_quote": 320.9755012125,
"unrealized_pnl_exit_net": 2.0894366437
},
{
"timestamp": "2024-05-17T23:59:00+00:00",
"base_asset_bal": 14480,
"quote_asset_bal": 9717.2970768024,
"total_value_mid": 10039.3322768024,
"total_value_exit_net": 10039.0907504024,
"total_value": 10039.3322768024,
"base_cost_quote": 315.9675680775,
"unrealized_pnl_exit_net": 5.8261055225
},
{
"timestamp": "2024-05-18T23:59:00+00:00",
"base_asset_bal": 14478,
"quote_asset_bal": 9717.8762441849,
"total_value_mid": 10040.2979742449,
"total_value_exit_net": 10040.0561579473,
"total_value": 10040.2979742449,
"base_cost_quote": 315.965416465,
"unrealized_pnl_exit_net": 6.2144972975
},
{
"timestamp": "2024-05-19T23:59:00+00:00",
"base_asset_bal": 19789,
"quote_asset_bal": 9602.9885340049,
"total_value_mid": 10021.2454738749,
"total_value_exit_net": 10020.93178117,
"total_value": 10021.2454738749,
"base_cost_quote": 431.30007263,
"unrealized_pnl_exit_net": -13.3568254649
},
{
"timestamp": "2024-05-20T23:59:00+00:00",
"base_asset_bal": 11806,
"quote_asset_bal": 9779.4164750099,
"total_value_mid": 10048.9474550099,
"total_value_exit_net": 10048.7453067749,
"total_value": 10048.9474550099,
"base_cost_quote": 255.76471978,
"unrealized_pnl_exit_net": 13.564111985
},
{
"timestamp": "2024-05-21T23:59:00+00:00",
"base_asset_bal": 11799,
"quote_asset_bal": 9780.1716345749,
"total_value_mid": 10049.8882792949,
"total_value_exit_net": 10049.6859918113,
"total_value": 10049.8882792949,
"base_cost_quote": 255.78117211,
"unrealized_pnl_exit_net": 13.7331851265
},
{
"timestamp": "2024-05-22T23:59:00+00:00",
"base_asset_bal": 12398,
"quote_asset_bal": 9766.8274618374,
"total_value_mid": 10058.3208071974,
"total_value_exit_net": 10058.1021871884,
"total_value": 10058.3208071974,
"base_cost_quote": 270.7860673475,
"unrealized_pnl_exit_net": 20.4886580035
},
{
"timestamp": "2024-05-23T23:59:00+00:00",
"base_asset_bal": 14971,
"quote_asset_bal": 9707.9087836524,
"total_value_mid": 10044.4568636524,
"total_value_exit_net": 10044.2044525924,
"total_value": 10044.4568636524,
"base_cost_quote": 331.0292758925,
"unrealized_pnl_exit_net": 5.2663930475
},
{
"timestamp": "2024-05-24T23:59:00+00:00",
"base_asset_bal": 15628,
"quote_asset_bal": 9693.7033254199,
"total_value_mid": 10045.6458854199,
"total_value_exit_net": 10045.3819284999,
"total_value": 10045.6458854199,
"base_cost_quote": 346.03505179,
"unrealized_pnl_exit_net": 5.64355129
},
{
"timestamp": "2024-05-25T23:59:00+00:00",
"base_asset_bal": 14949,
"quote_asset_bal": 9709.2813551374,
"total_value_mid": 10047.8762051374,
"total_value_exit_net": 10047.6222589999,
"total_value": 10047.8762051374,
"base_cost_quote": 330.9846824725,
"unrealized_pnl_exit_net": 7.35622139
},
{
"timestamp": "2024-05-26T23:59:00+00:00",
"base_asset_bal": 16287,
"quote_asset_bal": 9679.6315761174,
"total_value_mid": 10041.0401061174,
"total_value_exit_net": 10040.7690497199,
"total_value": 10041.0401061174,
"base_cost_quote": 361.0669072325,
"unrealized_pnl_exit_net": 0.07056637
},
{
"timestamp": "2024-05-27T23:59:00+00:00",
"base_asset_bal": 13623,
"quote_asset_bal": 9740.4873950524,
"total_value_mid": 10049.4570350524,
"total_value_exit_net": 10049.2253078224,
"total_value": 10049.4570350524,
"base_cost_quote": 300.8782395625,
"unrealized_pnl_exit_net": 7.8596732075
},
{
"timestamp": "2024-05-28T23:59:00+00:00",
"base_asset_bal": 14743,
"quote_asset_bal": 9716.2432934399,
"total_value_mid": 10047.9607934399,
"total_value_exit_net": 10047.7120053149,
"total_value": 10047.9607934399,
"base_cost_quote": 325.943054085,
"unrealized_pnl_exit_net": 5.52565779
},
{
"timestamp": "2024-05-29T23:59:00+00:00",
"base_asset_bal": 14817,
"quote_asset_bal": 9717.1453090649,
"total_value_mid": 10048.7497690649,
"total_value_exit_net": 10048.5010657199,
"total_value": 10048.7497690649,
"base_cost_quote": 326.032280955,
"unrealized_pnl_exit_net": 5.3234757
},
{
"timestamp": "2024-05-30T23:59:00+00:00",
"base_asset_bal": 10845,
"quote_asset_bal": 9814.1324373449,
"total_value_mid": 10073.2194873449,
"total_value_exit_net": 10073.0251720574,
"total_value": 10073.2194873449,
"base_cost_quote": 230.673535495,
"unrealized_pnl_exit_net": 28.2191992175
},
{
"timestamp": "2024-05-31T23:59:00+00:00",
"base_asset_bal": 9750,
"quote_asset_bal": 9841.4121860599,
"total_value_mid": 10078.8246860599,
"total_value_exit_net": 10078.6466266849,
"total_value": 10078.8246860599,
"base_cost_quote": 205.6208900925,
"unrealized_pnl_exit_net": 31.6135505325
},
{
"timestamp": "2024-06-01T23:59:00+00:00",
"base_asset_bal": 11408,
"quote_asset_bal": 9802.0874905024,
"total_value_mid": 10077.2484505024,
"total_value_exit_net": 10077.0420797824,
"total_value": 10077.2484505024,
"base_cost_quote": 245.7560088725,
"unrealized_pnl_exit_net": 29.1985804075
},
{
"timestamp": "2024-06-02T23:59:00+00:00",
"base_asset_bal": 13881,
"quote_asset_bal": 9742.5673355299,
"total_value_mid": 10061.4139055299,
"total_value_exit_net": 10061.1747706024,
"total_value": 10061.4139055299,
"base_cost_quote": 305.9062877725,
"unrealized_pnl_exit_net": 12.7011473
},
{
"timestamp": "2024-06-03T23:59:00+00:00",
"base_asset_bal": 13233,
"quote_asset_bal": 9758.2760062624,
"total_value_mid": 10064.4876262624,
"total_value_exit_net": 10064.2579675474,
"total_value": 10064.4876262624,
"base_cost_quote": 290.8451704,
"unrealized_pnl_exit_net": 15.136790885
},
{
"timestamp": "2024-06-04T23:59:00+00:00",
"base_asset_bal": 10467,
"quote_asset_bal": 9824.0787647524,
"total_value_mid": 10070.8906247524,
"total_value_exit_net": 10070.7055158574,
"total_value": 10070.8906247524,
"base_cost_quote": 225.6766206175,
"unrealized_pnl_exit_net": 20.9501304875
},
{
"timestamp": "2024-06-05T23:59:00+00:00",
"base_asset_bal": 9621,
"quote_asset_bal": 9844.5644819449,
"total_value_mid": 10072.5821819449,
"total_value_exit_net": 10072.4111686699,
"total_value": 10072.5821819449,
"base_cost_quote": 205.60805047,
"unrealized_pnl_exit_net": 22.238636255
},
{
"timestamp": "2024-06-06T23:59:00+00:00",
"base_asset_bal": 5923,
"quote_asset_bal": 9935.8923987424,
"total_value_mid": 10086.0404487424,
"total_value_exit_net": 10085.9278377049,
"total_value": 10086.0404487424,
"base_cost_quote": 115.3319841625,
"unrealized_pnl_exit_net": 34.7034548
},
{
"timestamp": "2024-06-07T23:59:00+00:00",
"base_asset_bal": 12678,
"quote_asset_bal": 9762.4559018924,
"total_value_mid": 10044.5414018924,
"total_value_exit_net": 10044.3298377674,
"total_value": 10044.5414018924,
"base_cost_quote": 290.880977235,
"unrealized_pnl_exit_net": -9.00704136
},
{
"timestamp": "2024-06-08T23:59:00+00:00",
"base_asset_bal": 19100,
"quote_asset_bal": 9622.7904157999,
"total_value_mid": 10029.0474157999,
"total_value_exit_net": 10028.7427230499,
"total_value": 10029.0474157999,
"base_cost_quote": 431.3240205775,
"unrealized_pnl_exit_net": -25.3717133275
},
{
"timestamp": "2024-06-09T23:59:00+00:00",
"base_asset_bal": 14248,
"quote_asset_bal": 9728.7121590249,
"total_value_mid": 10043.5929590249,
"total_value_exit_net": 10043.3567984249,
"total_value": 10043.5929590249,
"base_cost_quote": 326.0142574475,
"unrealized_pnl_exit_net": -11.3696180475
},
{
"timestamp": "2024-06-10T23:59:00+00:00",
"base_asset_bal": 17951,
"quote_asset_bal": 9649.1685945499,
"total_value_mid": 10033.3199945499,
"total_value_exit_net": 10033.0318809999,
"total_value": 10033.3199945499,
"base_cost_quote": 406.2450254275,
"unrealized_pnl_exit_net": -22.3817389775
},
{
"timestamp": "2024-06-11T23:59:00+00:00",
"base_asset_bal": 20359,
"quote_asset_bal": 9599.9914579224,
"total_value_mid": 10019.3868579224,
"total_value_exit_net": 10019.0723113724,
"total_value": 10019.3868579224,
"base_cost_quote": 456.4002336425,
"unrealized_pnl_exit_net": -37.3193801925
},
{
"timestamp": "2024-06-12T23:59:00+00:00",
"base_asset_bal": 19137,
"quote_asset_bal": 9626.0159656198,
"total_value_mid": 10031.5289956198,
"total_value_exit_net": 10031.2248608473,
"total_value": 10031.5289956198,
"base_cost_quote": 431.3407731325,
"unrealized_pnl_exit_net": -26.131877905
},
{
"timestamp": "2024-06-13T23:59:00+00:00",
"base_asset_bal": 29658,
"quote_asset_bal": 9416.4919438948,
"total_value_mid": 9986.8152838948,
"total_value_exit_net": 9986.3875413898,
"total_value": 9986.8152838948,
"base_cost_quote": 641.9001142875,
"unrealized_pnl_exit_net": -72.0045167925
},
{
"timestamp": "2024-06-14T23:59:00+00:00",
"base_asset_bal": 30666,
"quote_asset_bal": 9397.7845366173,
"total_value_mid": 9966.9454966173,
"total_value_exit_net": 9966.5186258973,
"total_value": 9966.9454966173,
"base_cost_quote": 661.96502169,
"unrealized_pnl_exit_net": -93.23093241
},
{
"timestamp": "2024-06-15T23:59:00+00:00",
"base_asset_bal": 30661,
"quote_asset_bal": 9398.3292706673,
"total_value_mid": 9972.9164106673,
"total_value_exit_net": 9972.4854703123,
"total_value": 9972.9164106673,
"base_cost_quote": 661.9567655025,
"unrealized_pnl_exit_net": -87.8005658575
},
{
"timestamp": "2024-06-16T23:59:00+00:00",
"base_asset_bal": 15107,
"quote_asset_bal": 9712.4716568348,
"total_value_mid": 10038.7828568348,
"total_value_exit_net": 10038.5381234348,
"total_value": 10038.7828568348,
"base_cost_quote": 351.0835052925,
"unrealized_pnl_exit_net": -25.0170386925
},
{
"timestamp": "2024-06-17T23:59:00+00:00",
"base_asset_bal": 28950,
"quote_asset_bal": 9444.0970851223,
"total_value_mid": 9979.6720851223,
"total_value_exit_net": 9979.2704038723,
"total_value": 9979.6720851223,
"base_cost_quote": 621.9021670675,
"unrealized_pnl_exit_net": -86.7288483175
},
{
"timestamp": "2024-06-18T23:59:00+00:00",
"base_asset_bal": 18809,
"quote_asset_bal": 9638.5405913998,
"total_value_mid": 10003.8113713998,
"total_value_exit_net": 10003.5374183148,
"total_value": 10003.8113713998,
"base_cost_quote": 431.3619089725,
"unrealized_pnl_exit_net": -66.3650820575
},
{
"timestamp": "2024-06-19T23:59:00+00:00",
"base_asset_bal": 21671,
"quote_asset_bal": 9585.3248635698,
"total_value_mid": 10001.1913535698,
"total_value_exit_net": 10000.8794537023,
"total_value": 10001.1913535698,
"base_cost_quote": 486.528282745,
"unrealized_pnl_exit_net": -70.9736926125
},
{
"timestamp": "2024-06-20T23:59:00+00:00",
"base_asset_bal": 25606,
"quote_asset_bal": 9511.8431836498,
"total_value_mid": 9990.1632636498,
"total_value_exit_net": 9989.8045235898,
"total_value": 9990.1632636498,
"base_cost_quote": 561.714149885,
"unrealized_pnl_exit_net": -83.752809945
},
{
"timestamp": "2024-06-21T23:59:00+00:00",
"base_asset_bal": 27497,
"quote_asset_bal": 9478.0945222948,
"total_value_mid": 9986.7890222948,
"total_value_exit_net": 9986.4075014198,
"total_value": 9986.7890222948,
"base_cost_quote": 596.81243387,
"unrealized_pnl_exit_net": -88.499454745
},
{
"timestamp": "2024-06-22T23:59:00+00:00",
"base_asset_bal": 33658,
"quote_asset_bal": 9369.0043364048,
"total_value_mid": 9959.0290764048,
"total_value_exit_net": 9958.5865578498,
"total_value": 9959.0290764048,
"base_cost_quote": 707.1009182425,
"unrealized_pnl_exit_net": -117.5186967975
},
{
"timestamp": "2024-06-23T23:59:00+00:00",
"base_asset_bal": 37745,
"quote_asset_bal": 9299.6501305223,
"total_value_mid": 9939.8053305223,
"total_value_exit_net": 9939.3252141223,
"total_value": 9939.8053305223,
"base_cost_quote": 777.2623398725,
"unrealized_pnl_exit_net": -137.5872562725
},
{
"timestamp": "2024-06-24T23:59:00+00:00",
"base_asset_bal": 31969,
"quote_asset_bal": 9402.2528184298,
"total_value_mid": 9968.7434984298,
"total_value_exit_net": 9968.3186304198,
"total_value": 9968.7434984298,
"base_cost_quote": 677.0471948425,
"unrealized_pnl_exit_net": -110.9813828525
},
{
"timestamp": "2024-06-25T23:59:00+00:00",
"base_asset_bal": 32221,
"quote_asset_bal": 9398.3409427923,
"total_value_mid": 9974.1302127923,
"total_value_exit_net": 9973.6983708398,
"total_value": 9974.1302127923,
"base_cost_quote": 682.0320907125,
"unrealized_pnl_exit_net": -106.674662665
},
{
"timestamp": "2024-06-26T23:59:00+00:00",
"base_asset_bal": 32504,
"quote_asset_bal": 9394.3811787048,
"total_value_mid": 9980.1032587048,
"total_value_exit_net": 9979.6639671448,
"total_value": 9980.1032587048,
"base_cost_quote": 687.0780123175,
"unrealized_pnl_exit_net": -101.7952238775
},
{
"timestamp": "2024-06-27T23:59:00+00:00",
"base_asset_bal": 29439,
"quote_asset_bal": 9450.5505296298,
"total_value_mid": 9991.0505696298,
"total_value_exit_net": 9990.6451945998,
"total_value": 9991.0505696298,
"base_cost_quote": 631.9192742675,
"unrealized_pnl_exit_net": -91.8246092975
},
{
"timestamp": "2024-06-28T23:59:00+00:00",
"base_asset_bal": 34739,
"quote_asset_bal": 9356.0383607173,
"total_value_mid": 9968.8343207173,
"total_value_exit_net": 9968.3747237473,
"total_value": 9968.8343207173,
"base_cost_quote": 727.1600112875,
"unrealized_pnl_exit_net": -114.8236482575
},
{
"timestamp": "2024-06-29T23:59:00+00:00",
"base_asset_bal": 37280,
"quote_asset_bal": 9311.3914022323,
"total_value_mid": 9964.1642022323,
"total_value_exit_net": 9963.6746226323,
"total_value": 9964.1642022323,
"base_cost_quote": 772.284759485,
"unrealized_pnl_exit_net": -120.001539085
},
{
"timestamp": "2024-06-30T23:59:00+00:00",
"base_asset_bal": 31913,
"quote_asset_bal": 9407.4883260298,
"total_value_mid": 9983.8371060298,
"total_value_exit_net": 9983.4048444448,
"total_value": 9983.8371060298,
"base_cost_quote": 677.02582883,
"unrealized_pnl_exit_net": -101.109310415
},
{
"timestamp": "2024-07-01T23:59:00+00:00",
"base_asset_bal": 33574,
"quote_asset_bal": 9377.8937726173,
"total_value_mid": 9975.8467126173,
"total_value_exit_net": 9975.3982479123,
"total_value": 9975.8467126173,
"base_cost_quote": 707.0849662875,
"unrealized_pnl_exit_net": -109.5804909925
},
{
"timestamp": "2024-07-02T23:59:00+00:00",
"base_asset_bal": 31905,
"quote_asset_bal": 9408.5466595348,
"total_value_mid": 9984.7509595348,
"total_value_exit_net": 9984.3188063098,
"total_value": 9984.7509595348,
"base_cost_quote": 677.0228165725,
"unrealized_pnl_exit_net": -101.2506697975
},
{
"timestamp": "2024-07-03T23:59:00+00:00",
"base_asset_bal": 39896,
"quote_asset_bal": 9268.9806498848,
"total_value_mid": 9952.7980898848,
"total_value_exit_net": 9952.2852268048,
"total_value": 9952.7980898848,
"base_cost_quote": 817.4101681775,
"unrealized_pnl_exit_net": -134.1055912575
},
{
"timestamp": "2024-07-04T23:59:00+00:00",
"base_asset_bal": 56606,
"quote_asset_bal": 9004.4526717573,
"total_value_mid": 9846.7499517573,
"total_value_exit_net": 9846.1182287973,
"total_value": 9846.7499517573,
"base_cost_quote": 1083.0384801075,
"unrealized_pnl_exit_net": -241.3729230675
},
{
"timestamp": "2024-07-05T23:59:00+00:00",
"base_asset_bal": 61561,
"quote_asset_bal": 8936.6976452598,
"total_value_mid": 9816.4043352598,
"total_value_exit_net": 9815.7445552423,
"total_value": 9816.4043352598,
"base_cost_quote": 1153.17387223,
"unrealized_pnl_exit_net": -274.1269622475
},
{
"timestamp": "2024-07-06T23:59:00+00:00",
"base_asset_bal": 54179,
"quote_asset_bal": 9048.1005928949,
"total_value_mid": 9893.2929928949,
"total_value_exit_net": 9892.6590985949,
"total_value": 9893.2929928949,
"base_cost_quote": 1042.92764953,
"unrealized_pnl_exit_net": -198.36914383
},
{
"timestamp": "2024-07-07T23:59:00+00:00",
"base_asset_bal": 54755,
"quote_asset_bal": 9044.6991077574,
"total_value_mid": 9865.4765577574,
"total_value_exit_net": 9864.8609746699,
"total_value": 9865.4765577574,
"base_cost_quote": 1047.9517447775,
"unrealized_pnl_exit_net": -227.789877865
},
{
"timestamp": "2024-07-08T23:59:00+00:00",
"base_asset_bal": 50437,
"quote_asset_bal": 9111.8995063749,
"total_value_mid": 9892.6642663749,
"total_value_exit_net": 9892.0786928049,
"total_value": 9892.6642663749,
"base_cost_quote": 982.785396645,
"unrealized_pnl_exit_net": -202.606210215
},
{
"timestamp": "2024-07-09T23:59:00+00:00",
"base_asset_bal": 47563,
"quote_asset_bal": 9157.8701665049,
"total_value_mid": 9912.2193465049,
"total_value_exit_net": 9911.6535846199,
"total_value": 9912.2193465049,
"base_cost_quote": 937.676790545,
"unrealized_pnl_exit_net": -183.89337243
},
{
"timestamp": "2024-07-10T23:59:00+00:00",
"base_asset_bal": 48471,
"quote_asset_bal": 9143.8141024349,
"total_value_mid": 9923.7124924349,
"total_value_exit_net": 9923.1275686424,
"total_value": 9923.7124924349,
"base_cost_quote": 952.731873395,
"unrealized_pnl_exit_net": -173.4184071875
},
{
"timestamp": "2024-07-11T23:59:00+00:00",
"base_asset_bal": 51017,
"quote_asset_bal": 9104.4483770174,
"total_value_mid": 9903.3745970174,
"total_value_exit_net": 9902.7754023524,
"total_value": 9903.3745970174,
"base_cost_quote": 992.80792791,
"unrealized_pnl_exit_net": -194.480902575
},
{
"timestamp": "2024-07-12T23:59:00+00:00",
"base_asset_bal": 47511,
"quote_asset_bal": 9160.6539518849,
"total_value_mid": 9924.6308318849,
"total_value_exit_net": 9924.0578492249,
"total_value": 9924.6308318849,
"base_cost_quote": 937.6890897625,
"unrealized_pnl_exit_net": -174.2851924225
},
{
"timestamp": "2024-07-13T23:59:00+00:00",
"base_asset_bal": 45053,
"quote_asset_bal": 9201.6437233599,
"total_value_mid": 9946.3698133599,
"total_value_exit_net": 9945.8112687924,
"total_value": 9946.3698133599,
"base_cost_quote": 897.5902982075,
"unrealized_pnl_exit_net": -153.422752775
},
{
"timestamp": "2024-07-14T23:59:00+00:00",
"base_asset_bal": 45351,
"quote_asset_bal": 9197.3139441349,
"total_value_mid": 9950.5940541349,
"total_value_exit_net": 9950.0290940524,
"total_value": 9950.5940541349,
"base_cost_quote": 902.6057369675,
"unrealized_pnl_exit_net": -149.89058705
},
{
"timestamp": "2024-07-15T23:59:00+00:00",
"base_asset_bal": 37482,
"quote_asset_bal": 9333.9121755224,
"total_value_mid": 9996.5939355224,
"total_value_exit_net": 9996.0969242024,
"total_value": 9996.5939355224,
"base_cost_quote": 767.256431065,
"unrealized_pnl_exit_net": -105.071682385
},
{
"timestamp": "2024-07-16T23:59:00+00:00",
"base_asset_bal": 16039,
"quote_asset_bal": 9748.0377191224,
"total_value_mid": 10093.5177791224,
"total_value_exit_net": 10093.2586690774,
"total_value": 10093.5177791224,
"base_cost_quote": 356.0306728875,
"unrealized_pnl_exit_net": -10.8097229325
},
{
"timestamp": "2024-07-17T23:59:00+00:00",
"base_asset_bal": 21242,
"quote_asset_bal": 9640.4144087074,
"total_value_mid": 10071.6270087074,
"total_value_exit_net": 10071.3035992574,
"total_value": 10071.6270087074,
"base_cost_quote": 466.3550141325,
"unrealized_pnl_exit_net": -35.4658235825
},
{
"timestamp": "2024-07-18T23:59:00+00:00",
"base_asset_bal": 24767,
"quote_asset_bal": 9571.5710530524,
"total_value_mid": 10063.6913430523,
"total_value_exit_net": 10063.3222528348,
"total_value": 10063.6913430523,
"base_cost_quote": 536.54618806,
"unrealized_pnl_exit_net": -44.7949882775
},
{
"timestamp": "2024-07-19T23:59:00+00:00",
"base_asset_bal": 24092,
"quote_asset_bal": 9588.2720540023,
"total_value_mid": 10079.9897740023,
"total_value_exit_net": 10079.6209857123,
"total_value": 10079.9897740023,
"base_cost_quote": 521.54758754,
"unrealized_pnl_exit_net": -30.19865583
},
{
"timestamp": "2024-07-20T23:59:00+00:00",
"base_asset_bal": 24856,
"quote_asset_bal": 9574.0876327223,
"total_value_mid": 10082.8899527223,
"total_value_exit_net": 10082.5083509823,
"total_value": 10082.8899527223,
"base_cost_quote": 536.5949446,
"unrealized_pnl_exit_net": -28.17422634
},
{
"timestamp": "2024-07-21T23:59:00+00:00",
"base_asset_bal": 21530,
"quote_asset_bal": 9640.1707676073,
"total_value_mid": 10080.2439676073,
"total_value_exit_net": 10079.9139127073,
"total_value": 10080.2439676073,
"base_cost_quote": 471.4133850675,
"unrealized_pnl_exit_net": -31.6702399675
},
{
"timestamp": "2024-07-22T23:59:00+00:00",
"base_asset_bal": 20696,
"quote_asset_bal": 9661.4014444023,
"total_value_mid": 10072.8379244023,
"total_value_exit_net": 10072.5293470423,
"total_value": 10072.8379244023,
"base_cost_quote": 451.3354178775,
"unrealized_pnl_exit_net": -40.2075152375
},
{
"timestamp": "2024-07-23T23:59:00+00:00",
"base_asset_bal": 25294,
"quote_asset_bal": 9572.5307131523,
"total_value_mid": 10062.7284331523,
"total_value_exit_net": 10062.3607848623,
"total_value": 10062.7284331523,
"base_cost_quote": 541.5573336025,
"unrealized_pnl_exit_net": -51.7272618925
},
{
"timestamp": "2024-07-24T23:59:00+00:00",
"base_asset_bal": 19763,
"quote_asset_bal": 9684.7933935722,
"total_value_mid": 10073.5316035722,
"total_value_exit_net": 10073.2400499147,
"total_value": 10073.5316035722,
"base_cost_quote": 431.2198024725,
"unrealized_pnl_exit_net": -42.77314613
},
{
"timestamp": "2024-07-25T23:59:00+00:00",
"base_asset_bal": 26383,
"quote_asset_bal": 9560.9518618698,
"total_value_mid": 10051.1480018698,
"total_value_exit_net": 10050.7803547648,
"total_value": 10051.1480018698,
"base_cost_quote": 556.596714685,
"unrealized_pnl_exit_net": -66.76822179
},
{
"timestamp": "2024-07-26T23:59:00+00:00",
"base_asset_bal": 18847,
"quote_asset_bal": 9707.3831053623,
"total_value_mid": 10086.9616853623,
"total_value_exit_net": 10086.6770014273,
"total_value": 10086.9616853623,
"base_cost_quote": 411.187379415,
"unrealized_pnl_exit_net": -31.89348335
},
{
"timestamp": "2024-07-27T23:59:00+00:00",
"base_asset_bal": 20596,
"quote_asset_bal": 9673.1043787822,
"total_value_mid": 10080.0813387822,
"total_value_exit_net": 10079.7761060622,
"total_value": 10080.0813387822,
"base_cost_quote": 446.2693611825,
"unrealized_pnl_exit_net": -39.5976339025
},
{
"timestamp": "2024-07-28T23:59:00+00:00",
"base_asset_bal": 22416,
"quote_asset_bal": 9638.7656301947,
"total_value_mid": 10076.9984301947,
"total_value_exit_net": 10076.6697555947,
"total_value": 10076.9984301947,
"base_cost_quote": 481.43372469,
"unrealized_pnl_exit_net": -43.52959929
},
{
"timestamp": "2024-07-29T23:59:00+00:00",
"base_asset_bal": 20375,
"quote_asset_bal": 9679.7196889947,
"total_value_mid": 10080.6996889947,
"total_value_exit_net": 10080.3989539947,
"total_value": 10080.6996889947,
"base_cost_quote": 441.2869671875,
"unrealized_pnl_exit_net": -40.6077021875
},
{
"timestamp": "2024-07-30T23:59:00+00:00",
"base_asset_bal": 24490,
"quote_asset_bal": 9600.2631362997,
"total_value_mid": 10063.6139362997,
"total_value_exit_net": 10063.2664231997,
"total_value": 10063.6139362997,
"base_cost_quote": 521.5260213775,
"unrealized_pnl_exit_net": -58.5227344775
},
{
"timestamp": "2024-07-31T23:59:00+00:00",
"base_asset_bal": 29326,
"quote_asset_bal": 9510.7336696847,
"total_value_mid": 10048.8657696847,
"total_value_exit_net": 10048.4621706097,
"total_value": 10048.8657696847,
"base_cost_quote": 611.7856954,
"unrealized_pnl_exit_net": -74.057194475
},
{
"timestamp": "2024-08-01T23:59:00+00:00",
"base_asset_bal": 32358,
"quote_asset_bal": 9456.9919977472,
"total_value_mid": 10038.1416777472,
"total_value_exit_net": 10037.7058154872,
"total_value": 10038.1416777472,
"base_cost_quote": 666.9240081425,
"unrealized_pnl_exit_net": -86.2101904025
},
{
"timestamp": "2024-08-02T23:59:00+00:00",
"base_asset_bal": 42763,
"quote_asset_bal": 9278.1156280146,
"total_value_mid": 9985.4156480146,
"total_value_exit_net": 9984.8851729996,
"total_value": 9985.4156480146,
"base_cost_quote": 847.3913772325,
"unrealized_pnl_exit_net": -140.6218322475
},
{
"timestamp": "2024-08-03T23:59:00+00:00",
"base_asset_bal": 48056,
"quote_asset_bal": 9194.3278266171,
"total_value_mid": 9946.4042266171,
"total_value_exit_net": 9945.8401693171,
"total_value": 9946.4042266171,
"base_cost_quote": 932.619960765,
"unrealized_pnl_exit_net": -181.107618065
},
{
"timestamp": "2024-08-04T23:59:00+00:00",
"base_asset_bal": 57788,
"quote_asset_bal": 9045.1032631071,
"total_value_mid": 9900.9435431071,
"total_value_exit_net": 9900.3016628971,
"total_value": 9900.9435431071,
"base_cost_quote": 1082.978365055,
"unrealized_pnl_exit_net": -227.779965265
},
{
"timestamp": "2024-08-05T23:59:00+00:00",
"base_asset_bal": 65337,
"quote_asset_bal": 8944.0491262021,
"total_value_mid": 9822.1784062021,
"total_value_exit_net": 9821.5198092421,
"total_value": 9822.1784062021,
"base_cost_quote": 1188.179086465,
"unrealized_pnl_exit_net": -310.708403425
},
{
"timestamp": "2024-08-06T23:59:00+00:00",
"base_asset_bal": 57357,
"quote_asset_bal": 9055.9839090671,
"total_value_mid": 9891.1018290671,
"total_value_exit_net": 9890.4754906271,
"total_value": 9891.1018290671,
"base_cost_quote": 1077.940269315,
"unrealized_pnl_exit_net": -243.448687755
},
{
"timestamp": "2024-08-07T23:59:00+00:00",
"base_asset_bal": 60795,
"quote_asset_bal": 9007.6726926622,
"total_value_mid": 9881.2968426622,
"total_value_exit_net": 9880.6416245497,
"total_value": 9881.2968426622,
"base_cost_quote": 1128.09211501,
"unrealized_pnl_exit_net": -255.1231831225
},
{
"timestamp": "2024-08-08T23:59:00+00:00",
"base_asset_bal": 50103,
"quote_asset_bal": 9169.2517507822,
"total_value_mid": 9957.3719407822,
"total_value_exit_net": 9956.7808506397,
"total_value": 9957.3719407822,
"base_cost_quote": 967.69959077,
"unrealized_pnl_exit_net": -180.1704909125
},
{
"timestamp": "2024-08-09T23:59:00+00:00",
"base_asset_bal": 52694,
"quote_asset_bal": 9129.7859788897,
"total_value_mid": 9944.4352188897,
"total_value_exit_net": 9943.8242319597,
"total_value": 9944.4352188897,
"base_cost_quote": 1007.7667085875,
"unrealized_pnl_exit_net": -193.7284555175
},
{
"timestamp": "2024-08-10T23:59:00+00:00",
"base_asset_bal": 25914,
"quote_asset_bal": 9588.2670920147,
"total_value_mid": 10045.6491920147,
"total_value_exit_net": 10045.3061554397,
"total_value": 10045.6491920147,
"base_cost_quote": 551.6162521375,
"unrealized_pnl_exit_net": -94.5771887125
},
{
"timestamp": "2024-08-11T23:59:00+00:00",
"base_asset_bal": 41442,
"quote_asset_bal": 9334.3485556872,
"total_value_mid": 9982.9158556872,
"total_value_exit_net": 9982.4294302122,
"total_value": 9982.9158556872,
"base_cost_quote": 807.2765136325,
"unrealized_pnl_exit_net": -159.1956391075
},
{
"timestamp": "2024-08-12T23:59:00+00:00",
"base_asset_bal": 36116,
"quote_asset_bal": 9421.1646149148,
"total_value_mid": 10011.3000549148,
"total_value_exit_net": 10010.8574533348,
"total_value": 10011.3000549148,
"base_cost_quote": 722.04428737,
"unrealized_pnl_exit_net": -132.35144895
},
{
"timestamp": "2024-08-13T23:59:00+00:00",
"base_asset_bal": 35485,
"quote_asset_bal": 9431.9598136973,
"total_value_mid": 10008.5910636973,
"total_value_exit_net": 10008.1585902598,
"total_value": 10008.5910636973,
"base_cost_quote": 711.9901824425,
"unrealized_pnl_exit_net": -135.79140588
},
{
"timestamp": "2024-08-14T23:59:00+00:00",
"base_asset_bal": 37018,
"quote_asset_bal": 9407.9375219772,
"total_value_mid": 10003.5571419772,
"total_value_exit_net": 10003.1104272622,
"total_value": 10003.5571419772,
"base_cost_quote": 737.0607512775,
"unrealized_pnl_exit_net": -141.8878459925
},
{
"timestamp": "2024-08-15T23:59:00+00:00",
"base_asset_bal": 43736,
"quote_asset_bal": 9303.2580052747,
"total_value_mid": 9971.1067252747,
"total_value_exit_net": 9970.6058387347,
"total_value": 9971.1067252747,
"base_cost_quote": 842.30585595,
"unrealized_pnl_exit_net": -174.95802249
},
{
"timestamp": "2024-08-16T23:59:00+00:00",
"base_asset_bal": 45705,
"quote_asset_bal": 9273.7641380847,
"total_value_mid": 9968.4801380847,
"total_value_exit_net": 9967.9591010847,
"total_value": 9968.4801380847,
"base_cost_quote": 872.370047195,
"unrealized_pnl_exit_net": -178.175084195
},
{
"timestamp": "2024-08-17T23:59:00+00:00",
"base_asset_bal": 41794,
"quote_asset_bal": 9334.2426969548,
"total_value_mid": 9988.3187969548,
"total_value_exit_net": 9987.8282398798,
"total_value": 9988.3187969548,
"base_cost_quote": 812.25765669,
"unrealized_pnl_exit_net": -158.672113765
},
{
"timestamp": "2024-08-18T23:59:00+00:00",
"base_asset_bal": 38770,
"quote_asset_bal": 9385.1097515223,
"total_value_mid": 9993.0233515223,
"total_value_exit_net": 9992.5674163223,
"total_value": 9993.0233515223,
"base_cost_quote": 762.1241347275,
"unrealized_pnl_exit_net": -154.6664699275
},
{
"timestamp": "2024-08-19T23:59:00+00:00",
"base_asset_bal": 31559,
"quote_asset_bal": 9501.3477736673,
"total_value_mid": 10019.5465536673,
"total_value_exit_net": 10019.1579045823,
"total_value": 10019.5465536673,
"base_cost_quote": 646.8556081225,
"unrealized_pnl_exit_net": -129.0454772075
},
{
"timestamp": "2024-08-20T23:59:00+00:00",
"base_asset_bal": 33083,
"quote_asset_bal": 9477.0846309897,
"total_value_mid": 10015.6758709897,
"total_value_exit_net": 10015.2719275597,
"total_value": 10015.6758709897,
"base_cost_quote": 671.9037801725,
"unrealized_pnl_exit_net": -133.7164836025
},
{
"timestamp": "2024-08-21T23:59:00+00:00",
"base_asset_bal": 28840,
"quote_asset_bal": 9548.3504246122,
"total_value_mid": 10032.5740246122,
"total_value_exit_net": 10032.2108569122,
"total_value": 10032.5740246122,
"base_cost_quote": 601.74388969,
"unrealized_pnl_exit_net": -117.88345739
},
{
"timestamp": "2024-08-22T23:59:00+00:00",
"base_asset_bal": 27370,
"quote_asset_bal": 9574.1900584697,
"total_value_mid": 10046.5962584697,
"total_value_exit_net": 10046.2419538197,
"total_value": 10046.5962584697,
"base_cost_quote": 576.69423653,
"unrealized_pnl_exit_net": -104.64234118
},
{
"timestamp": "2024-08-23T23:59:00+00:00",
"base_asset_bal": 26964,
"quote_asset_bal": 9580.0620899422,
"total_value_mid": 10067.8408499422,
"total_value_exit_net": 10067.4750158722,
"total_value": 10067.8408499422,
"base_cost_quote": 571.687744475,
"unrealized_pnl_exit_net": -84.274818545
},
{
"timestamp": "2024-08-24T23:59:00+00:00",
"base_asset_bal": 27732,
"quote_asset_bal": 9566.0101789598,
"total_value_mid": 10072.9511389598,
"total_value_exit_net": 10072.5709332398,
"total_value": 10072.9511389598,
"base_cost_quote": 586.7023670025,
"unrealized_pnl_exit_net": -80.1416127225
},
{
"timestamp": "2024-08-25T23:59:00+00:00",
"base_asset_bal": 20557,
"quote_asset_bal": 9704.1124773197,
"total_value_mid": 10124.5031273197,
"total_value_exit_net": 10124.1878343322,
"total_value": 10124.5031273197,
"base_cost_quote": 451.31751446,
"unrealized_pnl_exit_net": -31.2421574475
},
{
"timestamp": "2024-08-26T23:59:00+00:00",
"base_asset_bal": 26307,
"quote_asset_bal": 9595.7595074497,
"total_value_mid": 10077.9668174497,
"total_value_exit_net": 10077.6051619672,
"total_value": 10077.9668174497,
"base_cost_quote": 561.614835455,
"unrealized_pnl_exit_net": -79.7691809375
},
{
"timestamp": "2024-08-27T23:59:00+00:00",
"base_asset_bal": 35299,
"quote_asset_bal": 9441.8703964697,
"total_value_mid": 10031.7166864697,
"total_value_exit_net": 10031.2743017522,
"total_value": 10031.7166864697,
"base_cost_quote": 716.99958668,
"unrealized_pnl_exit_net": -127.5956813975
},
{
"timestamp": "2024-08-28T23:59:00+00:00",
"base_asset_bal": 38606,
"quote_asset_bal": 9388.4621814522,
"total_value_mid": 10025.0751214522,
"total_value_exit_net": 10024.5976617472,
"total_value": 10025.0751214522,
"base_cost_quote": 772.1439639675,
"unrealized_pnl_exit_net": -136.0084836725
},
{
"timestamp": "2024-08-29T23:59:00+00:00",
"base_asset_bal": 37375,
"quote_asset_bal": 9409.4914073972,
"total_value_mid": 10029.9164073972,
"total_value_exit_net": 10029.4510886472,
"total_value": 10029.9164073972,
"base_cost_quote": 752.0892442,
"unrealized_pnl_exit_net": -132.12956295
},
{
"timestamp": "2024-08-30T23:59:00+00:00",
"base_asset_bal": 40737,
"quote_asset_bal": 9355.2088523297,
"total_value_mid": 10020.4440623297,
"total_value_exit_net": 10019.9451359222,
"total_value": 10020.4440623297,
"base_cost_quote": 807.1955529575,
"unrealized_pnl_exit_net": -142.459269365
},
{
"timestamp": "2024-08-31T23:59:00+00:00",
"base_asset_bal": 44785,
"quote_asset_bal": 9290.3188907572,
"total_value_mid": 10005.5353407572,
"total_value_exit_net": 10004.9989284197,
"total_value": 10005.5353407572,
"base_cost_quote": 872.34688984,
"unrealized_pnl_exit_net": -157.6668521775
},
{
"timestamp": "2024-09-01T23:59:00+00:00",
"base_asset_bal": 51607,
"quote_asset_bal": 9185.6714848697,
"total_value_mid": 9959.7764848697,
"total_value_exit_net": 9959.1959061197,
"total_value": 9959.7764848697,
"base_cost_quote": 977.5782442075,
"unrealized_pnl_exit_net": -204.0538229575
},
{
"timestamp": "2024-09-02T23:59:00+00:00",
"base_asset_bal": 45146,
"quote_asset_bal": 9286.7306090722,
"total_value_mid": 10011.7753690722,
"total_value_exit_net": 10011.2315855022,
"total_value": 10011.7753690722,
"base_cost_quote": 877.34747747,
"unrealized_pnl_exit_net": -152.84650104
},
{
"timestamp": "2024-09-03T23:59:00+00:00",
"base_asset_bal": 47387,
"quote_asset_bal": 9252.4321815872,
"total_value_mid": 9984.0874615872,
"total_value_exit_net": 9983.5387201272,
"total_value": 9984.0874615872,
"base_cost_quote": 912.4401072175,
"unrealized_pnl_exit_net": -181.3335686775
},
{
"timestamp": "2024-09-04T23:59:00+00:00",
"base_asset_bal": 44473,
"quote_asset_bal": 9298.4456916172,
"total_value_mid": 10001.1190916172,
"total_value_exit_net": 10000.5920865672,
"total_value": 10001.1190916172,
"base_cost_quote": 867.3125268975,
"unrealized_pnl_exit_net": -165.1661319475
},
{
"timestamp": "2024-09-05T23:59:00+00:00",
"base_asset_bal": 45430,
"quote_asset_bal": 9283.9478124273,
"total_value_mid": 9990.3843124273,
"total_value_exit_net": 9989.8544850523,
"total_value": 9990.3843124273,
"base_cost_quote": 882.3825809675,
"unrealized_pnl_exit_net": -176.4759083425
},
{
"timestamp": "2024-09-06T23:59:00+00:00",
"base_asset_bal": 49628,
"quote_asset_bal": 9219.7177645673,
"total_value_mid": 9974.5596445673,
"total_value_exit_net": 9973.9935131573,
"total_value": 9974.5596445673,
"base_cost_quote": 947.4955591025,
"unrealized_pnl_exit_net": -193.2198105125
},
{
"timestamp": "2024-09-07T23:59:00+00:00",
"base_asset_bal": 48643,
"quote_asset_bal": 9235.1388639673,
"total_value_mid": 9980.3496239673,
"total_value_exit_net": 9979.7907158973,
"total_value": 9980.3496239673,
"base_cost_quote": 932.4694379575,
"unrealized_pnl_exit_net": -187.8175860275
},
{
"timestamp": "2024-09-08T23:59:00+00:00",
"base_asset_bal": 46698,
"quote_asset_bal": 9265.6144935698,
"total_value_mid": 9999.7070535698,
"total_value_exit_net": 9999.1564841498,
"total_value": 9999.7070535698,
"base_cost_quote": 902.406597725,
"unrealized_pnl_exit_net": -168.864607145
},
{
"timestamp": "2024-09-09T23:59:00+00:00",
"base_asset_bal": 42298,
"quote_asset_bal": 9336.4586386573,
"total_value_mid": 10024.2241186573,
"total_value_exit_net": 10023.7082945473,
"total_value": 10024.2241186573,
"base_cost_quote": 832.237250155,
"unrealized_pnl_exit_net": -144.987594265
},
{
"timestamp": "2024-09-10T23:59:00+00:00",
"base_asset_bal": 36855,
"quote_asset_bal": 9428.3357929023,
"total_value_mid": 10053.0280429023,
"total_value_exit_net": 10052.5595237148,
"total_value": 10053.0280429023,
"base_cost_quote": 742.0428850775,
"unrealized_pnl_exit_net": -117.819154265
},
{
"timestamp": "2024-09-11T23:59:00+00:00",
"base_asset_bal": 39242,
"quote_asset_bal": 9389.3850616823,
"total_value_mid": 10044.3340416823,
"total_value_exit_net": 10043.8428299473,
"total_value": 10044.3340416823,
"base_cost_quote": 782.13035815,
"unrealized_pnl_exit_net": -127.672589885
},
{
"timestamp": "2024-09-12T23:59:00+00:00",
"base_asset_bal": 35690,
"quote_asset_bal": 9450.2267358223,
"total_value_mid": 10061.5964358223,
"total_value_exit_net": 10061.1379085473,
"total_value": 10061.5964358223,
"base_cost_quote": 721.99541074,
"unrealized_pnl_exit_net": -111.084238015
},
{
"timestamp": "2024-09-13T23:59:00+00:00",
"base_asset_bal": 34539,
"quote_asset_bal": 9471.1359507223,
"total_value_mid": 10064.8613607223,
"total_value_exit_net": 10064.4160666648,
"total_value": 10064.8613607223,
"base_cost_quote": 701.96323787,
"unrealized_pnl_exit_net": -108.6831219275
},
{
"timestamp": "2024-09-14T23:59:00+00:00",
"base_asset_bal": 25027,
"quote_asset_bal": 9643.1952531098,
"total_value_mid": 10108.9477231098,
"total_value_exit_net": 10108.5984087573,
"total_value": 10108.9477231098,
"base_cost_quote": 531.5138666475,
"unrealized_pnl_exit_net": -66.110711
},
{
"timestamp": "2024-09-15T23:59:00+00:00",
"base_asset_bal": 37936,
"quote_asset_bal": 9413.5020961723,
"total_value_mid": 10059.5521761723,
"total_value_exit_net": 10059.0676386123,
"total_value": 10059.5521761723,
"base_cost_quote": 762.1169093125,
"unrealized_pnl_exit_net": -116.5513668725
},
{
"timestamp": "2024-09-16T23:59:00+00:00",
"base_asset_bal": 43936,
"quote_asset_bal": 9314.1493803973,
"total_value_mid": 10032.5029803973,
"total_value_exit_net": 10031.9642151973,
"total_value": 10032.5029803973,
"base_cost_quote": 862.349817655,
"unrealized_pnl_exit_net": -144.534982855
},
{
"timestamp": "2024-09-17T23:59:00+00:00",
"base_asset_bal": 41515,
"quote_asset_bal": 9354.7969923248,
"total_value_mid": 10051.0035423248,
"total_value_exit_net": 10050.4813874123,
"total_value": 10051.0035423248,
"base_cost_quote": 822.2785167025,
"unrealized_pnl_exit_net": -126.594121615
},
{
"timestamp": "2024-09-18T23:59:00+00:00",
"base_asset_bal": 36774,
"quote_asset_bal": 9436.0210705698,
"total_value_mid": 10072.2112705698,
"total_value_exit_net": 10071.7341279198,
"total_value": 10072.2112705698,
"base_cost_quote": 742.0688445325,
"unrealized_pnl_exit_net": -106.3557871825
},
{
"timestamp": "2024-09-19T23:59:00+00:00",
"base_asset_bal": 30634,
"quote_asset_bal": 9547.5958305973,
"total_value_mid": 10087.0605705973,
"total_value_exit_net": 10086.6559720423,
"total_value": 10087.0605705973,
"base_cost_quote": 631.761806255,
"unrealized_pnl_exit_net": -92.70166481
},
{
"timestamp": "2024-09-20T23:59:00+00:00",
"base_asset_bal": 30337,
"quote_asset_bal": 9553.6397380748,
"total_value_mid": 10098.1888880748,
"total_value_exit_net": 10097.7804762123,
"total_value": 10098.1888880748,
"base_cost_quote": 626.76632245,
"unrealized_pnl_exit_net": -82.6255843125
},
{
"timestamp": "2024-09-21T23:59:00+00:00",
"base_asset_bal": 28388,
"quote_asset_bal": 9589.3350354273,
"total_value_mid": 10104.2933554273,
"total_value_exit_net": 10103.9071366873,
"total_value": 10104.2933554273,
"base_cost_quote": 591.679807285,
"unrealized_pnl_exit_net": -77.107706025
},
{
"timestamp": "2024-09-22T23:59:00+00:00",
"base_asset_bal": 31773,
"quote_asset_bal": 9530.0474303948,
"total_value_mid": 10087.9813103948,
"total_value_exit_net": 10087.5628599848,
"total_value": 10087.9813103948,
"base_cost_quote": 651.8274341975,
"unrealized_pnl_exit_net": -94.3120046075
},
{
"timestamp": "2024-09-23T23:59:00+00:00",
"base_asset_bal": 31483,
"quote_asset_bal": 9535.9584752373,
"total_value_mid": 10095.4113852373,
"total_value_exit_net": 10094.9917955548,
"total_value": 10095.4113852373,
"base_cost_quote": 646.809963915,
"unrealized_pnl_exit_net": -87.7766435975
},
{
"timestamp": "2024-09-24T23:59:00+00:00",
"base_asset_bal": 28665,
"quote_asset_bal": 9586.9352836898,
"total_value_mid": 10111.2181336898,
"total_value_exit_net": 10110.8249215523,
"total_value": 10111.2181336898,
"base_cost_quote": 596.67909394,
"unrealized_pnl_exit_net": -72.7894560775
},
{
"timestamp": "2024-09-25T23:59:00+00:00",
"base_asset_bal": 29265,
"quote_asset_bal": 9577.6955106523,
"total_value_mid": 10100.6610606523,
"total_value_exit_net": 10100.2688364898,
"total_value": 10100.6610606523,
"base_cost_quote": 606.717076785,
"unrealized_pnl_exit_net": -84.1437509475
},
{
"timestamp": "2024-09-26T23:59:00+00:00",
"base_asset_bal": 28924,
"quote_asset_bal": 9583.6107788098,
"total_value_mid": 10116.6800988098,
"total_value_exit_net": 10116.2802968198,
"total_value": 10116.6800988098,
"base_cost_quote": 601.7196815475,
"unrealized_pnl_exit_net": -69.0501635375
},
{
"timestamp": "2024-09-27T23:59:00+00:00",
"base_asset_bal": 25918,
"quote_asset_bal": 9639.6754567173,
"total_value_mid": 10135.2276167173,
"total_value_exit_net": 10134.8559525973,
"total_value": 10135.2276167173,
"base_cost_quote": 546.5692297075,
"unrealized_pnl_exit_net": -51.3887338275
},
{
"timestamp": "2024-09-28T23:59:00+00:00",
"base_asset_bal": 26489,
"quote_asset_bal": 9630.5552534698,
"total_value_mid": 10126.1644434698,
"total_value_exit_net": 10125.7927365773,
"total_value": 10126.1644434698,
"base_cost_quote": 556.5927016775,
"unrealized_pnl_exit_net": -61.35521857
},
{
"timestamp": "2024-09-29T23:59:00+00:00",
"base_asset_bal": 10685,
"quote_asset_bal": 9985.0653811548,
"total_value_mid": 10239.4752311548,
"total_value_exit_net": 10239.2844237673,
"total_value": 10239.4752311548,
"base_cost_quote": 205.5644878225,
"unrealized_pnl_exit_net": 48.65455479
},
{
"timestamp": "2024-09-30T23:59:00+00:00",
"base_asset_bal": 23160,
"quote_asset_bal": 9711.2851122523,
"total_value_mid": 10190.6971122523,
"total_value_exit_net": 10190.3375532523,
"total_value": 10190.6971122523,
"base_cost_quote": 481.37800293,
"unrealized_pnl_exit_net": -2.32556193
},
{
"timestamp": "2024-10-01T23:59:00+00:00",
"base_asset_bal": 13316,
"quote_asset_bal": 9930.6916030773,
"total_value_mid": 10230.3016030773,
"total_value_exit_net": 10230.0768955773,
"total_value": 10230.3016030773,
"base_cost_quote": 265.7295177775,
"unrealized_pnl_exit_net": 33.6557747225
},
{
"timestamp": "2024-10-02T23:59:00+00:00",
"base_asset_bal": 15769,
"quote_asset_bal": 9878.5365248073,
"total_value_mid": 10227.6621848073,
"total_value_exit_net": 10227.4003405623,
"total_value": 10227.6621848073,
"base_cost_quote": 320.9027466875,
"unrealized_pnl_exit_net": 27.9610690675
},
{
"timestamp": "2024-10-03T23:59:00+00:00",
"base_asset_bal": 20695,
"quote_asset_bal": 9775.2992145148,
"total_value_mid": 10206.3760645148,
"total_value_exit_net": 10206.0527568773,
"total_value": 10206.3760645148,
"base_cost_quote": 426.20073099,
"unrealized_pnl_exit_net": 4.5528113725
},
{
"timestamp": "2024-10-04T23:59:00+00:00",
"base_asset_bal": 15548,
"quote_asset_bal": 9888.1192996323,
"total_value_mid": 10231.2636596323,
"total_value_exit_net": 10231.0063013623,
"total_value": 10231.2636596323,
"base_cost_quote": 315.8928921125,
"unrealized_pnl_exit_net": 26.9941096175
},
{
"timestamp": "2024-10-05T23:59:00+00:00",
"base_asset_bal": 13812,
"quote_asset_bal": 9930.5465311523,
"total_value_mid": 10249.0512511523,
"total_value_exit_net": 10248.8123726123,
"total_value": 10249.0512511523,
"base_cost_quote": 275.7628971725,
"unrealized_pnl_exit_net": 42.5029442875
},
{
"timestamp": "2024-10-06T23:59:00+00:00",
"base_asset_bal": 14219,
"quote_asset_bal": 9922.1800779573,
"total_value_mid": 10253.4827779573,
"total_value_exit_net": 10253.2343009323,
"total_value": 10253.4827779573,
"base_cost_quote": 285.85595129,
"unrealized_pnl_exit_net": 45.198271685
},
{
"timestamp": "2024-10-07T23:59:00+00:00",
"base_asset_bal": 12519,
"quote_asset_bal": 9964.7139598298,
"total_value_mid": 10258.2845098298,
"total_value_exit_net": 10258.0643319173,
"total_value": 10258.2845098298,
"base_cost_quote": 245.69881601,
"unrealized_pnl_exit_net": 47.6515560775
},
{
"timestamp": "2024-10-08T23:59:00+00:00",
"base_asset_bal": 20352,
"quote_asset_bal": 9790.6119873823,
"total_value_mid": 10226.1447873823,
"total_value_exit_net": 10225.8181377823,
"total_value": 10226.1447873823,
"base_cost_quote": 421.1996129625,
"unrealized_pnl_exit_net": 14.0065374375
},
{
"timestamp": "2024-10-09T23:59:00+00:00",
"base_asset_bal": 22952,
"quote_asset_bal": 9736.4892224598,
"total_value_mid": 10212.9727424598,
"total_value_exit_net": 10212.6153798198,
"total_value": 10212.9727424598,
"base_cost_quote": 476.360862895,
"unrealized_pnl_exit_net": -0.234705535
},
{
"timestamp": "2024-10-10T23:59:00+00:00",
"base_asset_bal": 24670,
"quote_asset_bal": 9702.0962578723,
"total_value_mid": 10208.0779578723,
"total_value_exit_net": 10207.6984715973,
"total_value": 10208.0779578723,
"base_cost_quote": 511.486707535,
"unrealized_pnl_exit_net": -5.88449381
},
{
"timestamp": "2024-10-11T23:59:00+00:00",
"base_asset_bal": 21296,
"quote_asset_bal": 9772.8715398148,
"total_value_mid": 10225.1985798148,
"total_value_exit_net": 10224.8593345348,
"total_value": 10225.1985798148,
"base_cost_quote": 441.2732969425,
"unrealized_pnl_exit_net": 10.7144977775
},
{
"timestamp": "2024-10-12T23:59:00+00:00",
"base_asset_bal": 21511,
"quote_asset_bal": 9768.4464591148,
"total_value_mid": 10227.4911991148,
"total_value_exit_net": 10227.1469155598,
"total_value": 10227.4911991148,
"base_cost_quote": 446.3177974825,
"unrealized_pnl_exit_net": 12.3826589625
},
{
"timestamp": "2024-10-13T23:59:00+00:00",
"base_asset_bal": 24590,
"quote_asset_bal": 9704.0363605623,
"total_value_mid": 10216.4919605623,
"total_value_exit_net": 10216.1076188623,
"total_value": 10216.4919605623,
"base_cost_quote": 511.4761196,
"unrealized_pnl_exit_net": 0.5951387
},
{
"timestamp": "2024-10-14T23:59:00+00:00",
"base_asset_bal": 19439,
"quote_asset_bal": 9815.1986638298,
"total_value_mid": 10241.3015438298,
"total_value_exit_net": 10240.9819666698,
"total_value": 10241.3015438298,
"base_cost_quote": 401.1577928625,
"unrealized_pnl_exit_net": 24.6255099775
},
{
"timestamp": "2024-10-15T23:59:00+00:00",
"base_asset_bal": 19677,
"quote_asset_bal": 9811.5025200623,
"total_value_mid": 10233.3774000623,
"total_value_exit_net": 10233.0609939023,
"total_value": 10233.3774000623,
"base_cost_quote": 406.195478295,
"unrealized_pnl_exit_net": 15.362995545
},
{
"timestamp": "2024-10-16T23:59:00+00:00",
"base_asset_bal": 15624,
"quote_asset_bal": 9903.1094534073,
"total_value_mid": 10248.0873734073,
"total_value_exit_net": 10247.8286399673,
"total_value": 10248.0873734073,
"base_cost_quote": 315.90415055,
"unrealized_pnl_exit_net": 28.81503601
},
{
"timestamp": "2024-10-17T23:59:00+00:00",
"base_asset_bal": 17925,
"quote_asset_bal": 9854.0873539848,
"total_value_mid": 10231.7671039848,
"total_value_exit_net": 10231.4838441723,
"total_value": 10231.7671039848,
"base_cost_quote": 366.0677550575,
"unrealized_pnl_exit_net": 11.32873513
},
{
"timestamp": "2024-10-18T23:59:00+00:00",
"base_asset_bal": 17689,
"quote_asset_bal": 9859.5892586848,
"total_value_mid": 10240.6103186848,
"total_value_exit_net": 10240.3245528898,
"total_value": 10240.6103186848,
"base_cost_quote": 361.0630243225,
"unrealized_pnl_exit_net": 19.6722698825
},
{
"timestamp": "2024-10-19T23:59:00+00:00",
"base_asset_bal": 17219,
"quote_asset_bal": 9870.3541117698,
"total_value_mid": 10245.0395517698,
"total_value_exit_net": 10244.7585376898,
"total_value": 10245.0395517698,
"base_cost_quote": 351.0254017475,
"unrealized_pnl_exit_net": 23.3790241725
},
{
"timestamp": "2024-10-20T23:59:00+00:00",
"base_asset_bal": 15168,
"quote_asset_bal": 9916.0377521398,
"total_value_mid": 10251.7055921398,
"total_value_exit_net": 10251.4538412598,
"total_value": 10251.7055921398,
"base_cost_quote": 305.8901356675,
"unrealized_pnl_exit_net": 29.5259534525
},
{
"timestamp": "2024-10-21T23:59:00+00:00",
"base_asset_bal": 14423,
"quote_asset_bal": 9937.4763518748,
"total_value_mid": 10269.0611218748,
"total_value_exit_net": 10268.8124332973,
"total_value": 10269.0611218748,
"base_cost_quote": 285.8223561125,
"unrealized_pnl_exit_net": 45.51372531
},
{
"timestamp": "2024-10-22T23:59:00+00:00",
"base_asset_bal": 13074,
"quote_asset_bal": 9969.4379102973,
"total_value_mid": 10277.3306102973,
"total_value_exit_net": 10277.0996907723,
"total_value": 10277.3306102973,
"base_cost_quote": 255.7384500925,
"unrealized_pnl_exit_net": 51.9233303825
},
{
"timestamp": "2024-10-23T23:59:00+00:00",
"base_asset_bal": 18748,
"quote_asset_bal": 9839.9261883623,
"total_value_mid": 10252.3821883623,
"total_value_exit_net": 10252.0728463623,
"total_value": 10252.3821883623,
"base_cost_quote": 386.0993074625,
"unrealized_pnl_exit_net": 26.0473505375
},
{
"timestamp": "2024-10-24T23:59:00+00:00",
"base_asset_bal": 18975,
"quote_asset_bal": 9835.3327088348,
"total_value_mid": 10255.8187088348,
"total_value_exit_net": 10255.5033443348,
"total_value": 10255.8187088348,
"base_cost_quote": 391.12732565,
"unrealized_pnl_exit_net": 29.04330985
},
{
"timestamp": "2024-10-25T23:59:00+00:00",
"base_asset_bal": 20423,
"quote_asset_bal": 9806.1843990073,
"total_value_mid": 10218.7289990073,
"total_value_exit_net": 10218.4195905573,
"total_value": 10218.7289990073,
"base_cost_quote": 421.1877640825,
"unrealized_pnl_exit_net": -8.9525725325
},
{
"timestamp": "2024-10-26T23:59:00+00:00",
"base_asset_bal": 20173,
"quote_asset_bal": 9811.9757370098,
"total_value_mid": 10233.7931670098,
"total_value_exit_net": 10233.4768039373,
"total_value": 10233.7931670098,
"base_cost_quote": 416.18242289,
"unrealized_pnl_exit_net": 5.3186440375
},
{
"timestamp": "2024-10-27T23:59:00+00:00",
"base_asset_bal": 18522,
"quote_asset_bal": 9848.1819680298,
"total_value_mid": 10248.2571680298,
"total_value_exit_net": 10247.9571116298,
"total_value": 10248.2571680298,
"base_cost_quote": 381.05737885,
"unrealized_pnl_exit_net": 18.71776475
},
{
"timestamp": "2024-10-28T23:59:00+00:00",
"base_asset_bal": 19233,
"quote_asset_bal": 9833.8049533423,
"total_value_mid": 10251.7380433423,
"total_value_exit_net": 10251.4245935248,
"total_value": 10251.7380433423,
"base_cost_quote": 396.0970801725,
"unrealized_pnl_exit_net": 21.52256001
},
{
"timestamp": "2024-10-29T23:59:00+00:00",
"base_asset_bal": 16922,
"quote_asset_bal": 9884.5794887048,
"total_value_mid": 10266.0013687048,
"total_value_exit_net": 10265.7153022948,
"total_value": 10266.0013687048,
"base_cost_quote": 345.941001305,
"unrealized_pnl_exit_net": 35.194812285
},
{
"timestamp": "2024-10-30T23:59:00+00:00",
"base_asset_bal": 11733,
"quote_asset_bal": 10005.9891283623,
"total_value_mid": 10280.1893383623,
"total_value_exit_net": 10279.9836882048,
"total_value": 10280.1893383623,
"base_cost_quote": 225.6242013325,
"unrealized_pnl_exit_net": 48.37035851
},
{
"timestamp": "2024-10-31T23:59:00+00:00",
"base_asset_bal": 17029,
"quote_asset_bal": 9873.1479967023,
"total_value_mid": 10277.5867467023,
"total_value_exit_net": 10277.2834176398,
"total_value": 10277.5867467023,
"base_cost_quote": 361.0732319725,
"unrealized_pnl_exit_net": 43.062188965
},
{
"timestamp": "2024-11-01T23:59:00+00:00",
"base_asset_bal": 22715,
"quote_asset_bal": 9743.6156574123,
"total_value_mid": 10249.0244074123,
"total_value_exit_net": 10248.6453508498,
"total_value": 10249.0244074123,
"base_cost_quote": 491.5346246875,
"unrealized_pnl_exit_net": 13.49506875
},
{
"timestamp": "2024-11-02T23:59:00+00:00",
"base_asset_bal": 24778,
"quote_asset_bal": 9699.1669294223,
"total_value_mid": 10231.6461494223,
"total_value_exit_net": 10231.2467900073,
"total_value": 10231.6461494223,
"base_cost_quote": 536.6575214975,
"unrealized_pnl_exit_net": -4.5776609125
},
{
"timestamp": "2024-11-03T23:59:00+00:00",
"base_asset_bal": 31387,
"quote_asset_bal": 9564.8488066372,
"total_value_mid": 10196.0413766372,
"total_value_exit_net": 10195.5679822097,
"total_value": 10196.0413766372,
"base_cost_quote": 672.0322564575,
"unrealized_pnl_exit_net": -41.313080885
},
{
"timestamp": "2024-11-04T23:59:00+00:00",
"base_asset_bal": 32128,
"quote_asset_bal": 9550.9563011247,
"total_value_mid": 10191.2673411247,
"total_value_exit_net": 10190.7871078447,
"total_value": 10191.2673411247,
"base_cost_quote": 687.129420845,
"unrealized_pnl_exit_net": -47.298614125
},
{
"timestamp": "2024-11-05T23:59:00+00:00",
"base_asset_bal": 28213,
"quote_asset_bal": 9632.1203323347,
"total_value_mid": 10223.1826823347,
"total_value_exit_net": 10222.7393855722,
"total_value": 10223.1826823347,
"base_cost_quote": 606.8832112925,
"unrealized_pnl_exit_net": -16.264158055
},
{
"timestamp": "2024-11-06T23:59:00+00:00",
"base_asset_bal": 20554,
"quote_asset_bal": 9803.9737785347,
"total_value_mid": 10276.0991585347,
"total_value_exit_net": 10275.7450644997,
"total_value": 10276.0991585347,
"base_cost_quote": 436.3236875175,
"unrealized_pnl_exit_net": 35.4475984475
},
{
"timestamp": "2024-11-07T23:59:00+00:00",
"base_asset_bal": 20541,
"quote_asset_bal": 9804.8515672622,
"total_value_mid": 10278.5270272622,
"total_value_exit_net": 10278.1717706672,
"total_value": 10278.5270272622,
"base_cost_quote": 436.320294975,
"unrealized_pnl_exit_net": 36.99990843
},
{
"timestamp": "2024-11-08T23:59:00+00:00",
"base_asset_bal": 23403,
"quote_asset_bal": 9740.2541829097,
"total_value_mid": 10267.5237729097,
"total_value_exit_net": 10267.1283207172,
"total_value": 10267.5237729097,
"base_cost_quote": 501.5279740825,
"unrealized_pnl_exit_net": 25.346163725
},
{
"timestamp": "2024-11-09T23:59:00+00:00",
"base_asset_bal": 13372,
"quote_asset_bal": 9982.5875550872,
"total_value_mid": 10305.5213550872,
"total_value_exit_net": 10305.2791547372,
"total_value": 10305.5213550872,
"base_cost_quote": 260.75081655,
"unrealized_pnl_exit_net": 61.9407831
},
{
"timestamp": "2024-11-10T23:59:00+00:00",
"base_asset_bal": 15720,
"quote_asset_bal": 9924.5678115247,
"total_value_mid": 10313.0090115247,
"total_value_exit_net": 10312.7176806247,
"total_value": 10313.0090115247,
"base_cost_quote": 320.9055688025,
"unrealized_pnl_exit_net": 67.2443002975
},
{
"timestamp": "2024-11-11T23:59:00+00:00",
"base_asset_bal": 12538,
"quote_asset_bal": 10007.0352691897,
"total_value_mid": 10327.2557891897,
"total_value_exit_net": 10327.0156237997,
"total_value": 10327.2557891897,
"base_cost_quote": 240.6799646925,
"unrealized_pnl_exit_net": 79.3003899175
},
{
"timestamp": "2024-11-12T23:59:00+00:00",
"base_asset_bal": 17447,
"quote_asset_bal": 9889.3175865722,
"total_value_mid": 10298.7986765722,
"total_value_exit_net": 10298.4915657547,
"total_value": 10298.7986765722,
"base_cost_quote": 361.0153886225,
"unrealized_pnl_exit_net": 48.15859056
},
{
"timestamp": "2024-11-13T23:59:00+00:00",
"base_asset_bal": 18156,
"quote_asset_bal": 9877.0479000197,
"total_value_mid": 10283.5607400197,
"total_value_exit_net": 10283.2558553897,
"total_value": 10283.5607400197,
"base_cost_quote": 376.038317375,
"unrealized_pnl_exit_net": 30.169637995
},
{
"timestamp": "2024-11-14T23:59:00+00:00",
"base_asset_bal": 22432,
"quote_asset_bal": 9783.5256948122,
"total_value_mid": 10268.0568948122,
"total_value_exit_net": 10267.6934964122,
"total_value": 10268.0568948122,
"base_cost_quote": 471.3220766375,
"unrealized_pnl_exit_net": 12.8457249625
},
{
"timestamp": "2024-11-15T23:59:00+00:00",
"base_asset_bal": 18131,
"quote_asset_bal": 9880.3850274022,
"total_value_mid": 10289.2390774022,
"total_value_exit_net": 10288.9324368647,
"total_value": 10289.2390774022,
"base_cost_quote": 376.0419300825,
"unrealized_pnl_exit_net": 32.50547938
},
{
"timestamp": "2024-11-16T23:59:00+00:00",
"base_asset_bal": 12720,
"quote_asset_bal": 10013.4401285847,
"total_value_mid": 10327.6241285847,
"total_value_exit_net": 10327.3884905847,
"total_value": 10327.6241285847,
"base_cost_quote": 245.6478478125,
"unrealized_pnl_exit_net": 68.3005141875
},
{
"timestamp": "2024-11-17T23:59:00+00:00",
"base_asset_bal": 19767,
"quote_asset_bal": 9849.3069124097,
"total_value_mid": 10299.7968424097,
"total_value_exit_net": 10299.4589749622,
"total_value": 10299.7968424097,
"base_cost_quote": 411.2327233975,
"unrealized_pnl_exit_net": 38.919339155
},
{
"timestamp": "2024-11-18T23:59:00+00:00",
"base_asset_bal": 15457,
"quote_asset_bal": 9951.0253137197,
"total_value_mid": 10316.8925037197,
"total_value_exit_net": 10316.6181033272,
"total_value": 10316.8925037197,
"base_cost_quote": 310.8921243475,
"unrealized_pnl_exit_net": 54.70066526
},
{
"timestamp": "2024-11-19T23:59:00+00:00",
"base_asset_bal": 16961,
"quote_asset_bal": 9916.8482103122,
"total_value_mid": 10308.1384803122,
"total_value_exit_net": 10307.8450126097,
"total_value": 10308.1384803122,
"base_cost_quote": 345.987195925,
"unrealized_pnl_exit_net": 45.0096063725
},
{
"timestamp": "2024-11-20T23:59:00+00:00",
"base_asset_bal": 20582,
"quote_asset_bal": 9837.9743795747,
"total_value_mid": 10289.3376395747,
"total_value_exit_net": 10288.9991171297,
"total_value": 10289.3376395747,
"base_cost_quote": 426.2352668725,
"unrealized_pnl_exit_net": 24.7894706825
},
{
"timestamp": "2024-11-21T23:59:00+00:00",
"base_asset_bal": 13300,
"quote_asset_bal": 10010.2181789147,
"total_value_mid": 10323.8321789147,
"total_value_exit_net": 10323.5969684147,
"total_value": 10323.8321789147,
"base_cost_quote": 255.6927158175,
"unrealized_pnl_exit_net": 57.6860736825
},
{
"timestamp": "2024-11-22T23:59:00+00:00",
"base_asset_bal": 13248,
"quote_asset_bal": 10012.1712284172,
"total_value_mid": 10330.1232284172,
"total_value_exit_net": 10329.8847644172,
"total_value": 10330.1232284172,
"base_cost_quote": 255.7026232425,
"unrealized_pnl_exit_net": 62.0109127575
},
{
"timestamp": "2024-11-23T23:59:00+00:00",
"base_asset_bal": 12568,
"quote_asset_bal": 10029.3453698522,
"total_value_mid": 10343.2940098522,
"total_value_exit_net": 10343.0585483722,
"total_value": 10343.2940098522,
"base_cost_quote": 240.6623314775,
"unrealized_pnl_exit_net": 73.0508470425
},
{
"timestamp": "2024-11-24T23:59:00+00:00",
"base_asset_bal": 13927,
"quote_asset_bal": 9996.4266860247,
"total_value_mid": 10346.1336560247,
"total_value_exit_net": 10345.8713757972,
"total_value": 10346.1336560247,
"base_cost_quote": 275.819289435,
"unrealized_pnl_exit_net": 73.6254003375
},
{
"timestamp": "2024-11-25T23:59:00+00:00",
"base_asset_bal": 17399,
"quote_asset_bal": 9913.4874129972,
"total_value_mid": 10330.5414429972,
"total_value_exit_net": 10330.2286524747,
"total_value": 10330.5414429972,
"base_cost_quote": 361.0548181725,
"unrealized_pnl_exit_net": 55.686421305
},
{
"timestamp": "2024-11-26T23:59:00+00:00",
"base_asset_bal": 19937,
"quote_asset_bal": 9854.9326896847,
"total_value_mid": 10326.2433696847,
"total_value_exit_net": 10325.8898866747,
"total_value": 10326.2433696847,
"base_cost_quote": 421.20742882,
"unrealized_pnl_exit_net": 49.74976817
},
{
"timestamp": "2024-11-27T23:59:00+00:00",
"base_asset_bal": 14774,
"quote_asset_bal": 9981.2207351797,
"total_value_mid": 10350.1275151797,
"total_value_exit_net": 10349.8508350947,
"total_value": 10350.1275151797,
"base_cost_quote": 295.830006225,
"unrealized_pnl_exit_net": 72.80009369
},
{
"timestamp": "2024-11-28T23:59:00+00:00",
"base_asset_bal": 14540,
"quote_asset_bal": 9987.9989766447,
"total_value_mid": 10356.4425766447,
"total_value_exit_net": 10356.1662439447,
"total_value": 10356.4425766447,
"base_cost_quote": 290.8530062725,
"unrealized_pnl_exit_net": 77.3142610275
},
{
"timestamp": "2024-11-29T23:59:00+00:00",
"base_asset_bal": 13945,
"quote_asset_bal": 10004.0845221822,
"total_value_mid": 10360.7976221822,
"total_value_exit_net": 10360.5300873572,
"total_value": 10360.7976221822,
"base_cost_quote": 275.7553715325,
"unrealized_pnl_exit_net": 80.6901936425
},
{
"timestamp": "2024-11-30T23:59:00+00:00",
"base_asset_bal": 12898,
"quote_asset_bal": 10030.7787703097,
"total_value_mid": 10377.2190503097,
"total_value_exit_net": 10376.9592200997,
"total_value": 10377.2190503097,
"base_cost_quote": 250.667439685,
"unrealized_pnl_exit_net": 95.513010105
},
{
"timestamp": "2024-12-01T23:59:00+00:00",
"base_asset_bal": 15552,
"quote_asset_bal": 9961.8493399847,
"total_value_mid": 10367.6010199847,
"total_value_exit_net": 10367.2967062247,
"total_value": 10367.6010199847,
"base_cost_quote": 320.8799496025,
"unrealized_pnl_exit_net": 84.5674166375
},
{
"timestamp": "2024-12-02T23:59:00+00:00",
"base_asset_bal": 13478,
"quote_asset_bal": 10019.1460057272,
"total_value_mid": 10376.4477857272,
"total_value_exit_net": 10376.1798093922,
"total_value": 10376.4477857272,
"base_cost_quote": 265.7502733325,
"unrealized_pnl_exit_net": 91.2835303325
},
{
"timestamp": "2024-12-03T23:59:00+00:00",
"base_asset_bal": 12322,
"quote_asset_bal": 10052.1022981447,
"total_value_mid": 10404.8811581447,
"total_value_exit_net": 10404.6165739997,
"total_value": 10404.8811581447,
"base_cost_quote": 235.6533175325,
"unrealized_pnl_exit_net": 116.8609583225
},
{
"timestamp": "2024-12-04T23:59:00+00:00",
"base_asset_bal": 17549,
"quote_asset_bal": 9899.0421296572,
"total_value_mid": 10404.4533296572,
"total_value_exit_net": 10404.0742712572,
"total_value": 10404.4533296572,
"base_cost_quote": 391.2888166775,
"unrealized_pnl_exit_net": 113.7433249225
},
{
"timestamp": "2024-12-05T23:59:00+00:00",
"base_asset_bal": 16317,
"quote_asset_bal": 9936.8690345572,
"total_value_mid": 10410.7147145572,
"total_value_exit_net": 10410.3593302972,
"total_value": 10410.7147145572,
"base_cost_quote": 356.1561869525,
"unrealized_pnl_exit_net": 117.3341087875
},
{
"timestamp": "2024-12-06T23:59:00+00:00",
"base_asset_bal": 13087,
"quote_asset_bal": 10034.0425124147,
"total_value_mid": 10441.0482124147,
"total_value_exit_net": 10440.7429581397,
"total_value": 10441.0482124147,
"base_cost_quote": 260.809560575,
"unrealized_pnl_exit_net": 145.89088515
},
{
"timestamp": "2024-12-07T23:59:00+00:00",
"base_asset_bal": 17439,
"quote_asset_bal": 9904.5165482222,
"total_value_mid": 10416.3511982222,
"total_value_exit_net": 10415.9673222347,
"total_value": 10416.3511982222,
"base_cost_quote": 391.3436577775,
"unrealized_pnl_exit_net": 120.107116235
},
{
"timestamp": "2024-12-08T23:59:00+00:00",
"base_asset_bal": 16080,
"quote_asset_bal": 9945.8100972922,
"total_value_mid": 10420.8132972922,
"total_value_exit_net": 10420.4570448922,
"total_value": 10420.8132972922,
"base_cost_quote": 351.1449313275,
"unrealized_pnl_exit_net": 123.5020162725
},
{
"timestamp": "2024-12-09T23:59:00+00:00",
"base_asset_bal": 24938,
"quote_asset_bal": 9691.7916283697,
"total_value_mid": 10275.5902083697,
"total_value_exit_net": 10275.1523594347,
"total_value": 10275.5902083697,
"base_cost_quote": 607.0919677425,
"unrealized_pnl_exit_net": -23.7312366775
},
{
"timestamp": "2024-12-10T23:59:00+00:00",
"base_asset_bal": 30634,
"quote_asset_bal": 9564.0009302322,
"total_value_mid": 10244.6884102322,
"total_value_exit_net": 10244.1778946222,
"total_value": 10244.6884102322,
"base_cost_quote": 737.529272405,
"unrealized_pnl_exit_net": -57.352308015
},
{
"timestamp": "2024-12-11T23:59:00+00:00",
"base_asset_bal": 24040,
"quote_asset_bal": 9716.1314110122,
"total_value_mid": 10299.8226110122,
"total_value_exit_net": 10299.3848426122,
"total_value": 10299.8226110122,
"base_cost_quote": 587.0651588925,
"unrealized_pnl_exit_net": -3.8117272925
},
{
"timestamp": "2024-12-12T23:59:00+00:00",
"base_asset_bal": 25988,
"quote_asset_bal": 9667.8176989372,
"total_value_mid": 10312.3200989372,
"total_value_exit_net": 10311.8367221372,
"total_value": 10312.3200989372,
"base_cost_quote": 637.181227775,
"unrealized_pnl_exit_net": 6.837795425
},
{
"timestamp": "2024-12-13T23:59:00+00:00",
"base_asset_bal": 28430,
"quote_asset_bal": 9609.0605193997,
"total_value_mid": 10306.1641193997,
"total_value_exit_net": 10305.6412916997,
"total_value": 10306.1641193997,
"base_cost_quote": 697.42960019,
"unrealized_pnl_exit_net": -0.84882789
},
{
"timestamp": "2024-12-14T23:59:00+00:00",
"base_asset_bal": 32859,
"quote_asset_bal": 9504.5798067246,
"total_value_mid": 10266.9086067246,
"total_value_exit_net": 10266.3368601246,
"total_value": 10266.9086067246,
"base_cost_quote": 802.7301263975,
"unrealized_pnl_exit_net": -40.9730729975
},
{
"timestamp": "2024-12-15T23:59:00+00:00",
"base_asset_bal": 29666,
"quote_asset_bal": 9580.7902692221,
"total_value_mid": 10294.2575692221,
"total_value_exit_net": 10293.7224687471,
"total_value": 10294.2575692221,
"base_cost_quote": 727.46583048,
"unrealized_pnl_exit_net": -14.533630955
},
{
"timestamp": "2024-12-16T23:59:00+00:00",
"base_asset_bal": 32242,
"quote_asset_bal": 9521.7787555321,
"total_value_mid": 10273.3397755321,
"total_value_exit_net": 10272.7761047671,
"total_value": 10273.3397755321,
"base_cost_quote": 787.644510665,
"unrealized_pnl_exit_net": -36.64716143
},
{
"timestamp": "2024-12-17T23:59:00+00:00",
"base_asset_bal": 36688,
"quote_asset_bal": 9422.7648577696,
"total_value_mid": 10229.1670977696,
"total_value_exit_net": 10228.5622960896,
"total_value": 10229.1670977696,
"base_cost_quote": 887.9353624325,
"unrealized_pnl_exit_net": -82.1379241125
},
{
"timestamp": "2024-12-18T23:59:00+00:00",
"base_asset_bal": 41628,
"quote_asset_bal": 9319.2723948496,
"total_value_mid": 10146.8370348496,
"total_value_exit_net": 10146.2163613696,
"total_value": 10146.8370348496,
"base_cost_quote": 993.200482105,
"unrealized_pnl_exit_net": -166.256515585
},
{
"timestamp": "2024-12-19T23:59:00+00:00",
"base_asset_bal": 47867,
"quote_asset_bal": 9201.0869011621,
"total_value_mid": 10097.1571411621,
"total_value_exit_net": 10096.4850884821,
"total_value": 10097.1571411621,
"base_cost_quote": 1113.518973345,
"unrealized_pnl_exit_net": -218.120786025
},
{
"timestamp": "2024-12-20T23:59:00+00:00",
"base_asset_bal": 45037,
"quote_asset_bal": 9253.9215061471,
"total_value_mid": 10117.7311661471,
"total_value_exit_net": 10117.0833089021,
"total_value": 10117.7311661471,
"base_cost_quote": 1063.4140127875,
"unrealized_pnl_exit_net": -200.2522100325
},
{
"timestamp": "2024-12-21T23:59:00+00:00",
"base_asset_bal": 51031,
"quote_asset_bal": 9145.4990640871,
"total_value_mid": 10068.6498540871,
"total_value_exit_net": 10067.9574909946,
"total_value": 10068.6498540871,
"base_cost_quote": 1173.7017866275,
"unrealized_pnl_exit_net": -251.24335972
},
{
"timestamp": "2024-12-22T23:59:00+00:00",
"base_asset_bal": 52961,
"quote_asset_bal": 9112.0773294521,
"total_value_mid": 10071.7306494521,
"total_value_exit_net": 10071.0109094621,
"total_value": 10071.7306494521,
"base_cost_quote": 1208.8040936275,
"unrealized_pnl_exit_net": -249.8705136175
},
{
"timestamp": "2024-12-23T23:59:00+00:00",
"base_asset_bal": 41950,
"quote_asset_bal": 9319.7015954996,
"total_value_mid": 10144.0190954996,
"total_value_exit_net": 10143.4008573746,
"total_value": 10144.0190954996,
"base_cost_quote": 1003.2234236775,
"unrealized_pnl_exit_net": -179.5241618025
},
{
"timestamp": "2024-12-24T23:59:00+00:00",
"base_asset_bal": 40178,
"quote_asset_bal": 9355.5994106821,
"total_value_mid": 10156.3469506821,
"total_value_exit_net": 10155.7463900271,
"total_value": 10156.3469506821,
"base_cost_quote": 968.1596655675,
"unrealized_pnl_exit_net": -168.0126862225
},
{
"timestamp": "2024-12-25T23:59:00+00:00",
"base_asset_bal": 42720,
"quote_asset_bal": 9306.1809977846,
"total_value_mid": 10138.7937977846,
"total_value_exit_net": 10138.1693381846,
"total_value": 10138.7937977846,
"base_cost_quote": 1018.256740215,
"unrealized_pnl_exit_net": -186.268399815
},
{
"timestamp": "2024-12-26T23:59:00+00:00",
"base_asset_bal": 46902,
"quote_asset_bal": 9227.1659691871,
"total_value_mid": 10106.5784691871,
"total_value_exit_net": 10105.9189098121,
"total_value": 10106.5784691871,
"base_cost_quote": 1098.4714461575,
"unrealized_pnl_exit_net": -219.7185055325
},
{
"timestamp": "2024-12-27T23:59:00+00:00",
"base_asset_bal": 38543,
"quote_asset_bal": 9395.5408320446,
"total_value_mid": 10186.8286220446,
"total_value_exit_net": 10186.2351562021,
"total_value": 10186.8286220446,
"base_cost_quote": 933.053125395,
"unrealized_pnl_exit_net": -142.3588012375
},
{
"timestamp": "2024-12-28T23:59:00+00:00",
"base_asset_bal": 37578,
"quote_asset_bal": 9416.4475208771,
"total_value_mid": 10199.5730408771,
"total_value_exit_net": 10198.9856967371,
"total_value": 10199.5730408771,
"base_cost_quote": 913.0270571,
"unrealized_pnl_exit_net": -130.48888124
},
{
"timestamp": "2024-12-29T23:59:00+00:00",
"base_asset_bal": 39108,
"quote_asset_bal": 9387.2758186846,
"total_value_mid": 10170.6090586846,
"total_value_exit_net": 10170.0215587546,
"total_value": 10170.6090586846,
"base_cost_quote": 943.101656145,
"unrealized_pnl_exit_net": -160.355916075
},
{
"timestamp": "2024-12-30T23:59:00+00:00",
"base_asset_bal": 41861,
"quote_asset_bal": 9333.2363719995,
"total_value_mid": 10153.7119719995,
"total_value_exit_net": 10153.0966152995,
"total_value": 10153.7119719995,
"base_cost_quote": 998.18151508,
"unrealized_pnl_exit_net": -178.32127178
},
{
"timestamp": "2024-12-31T23:59:00+00:00",
"base_asset_bal": 42887,
"quote_asset_bal": 9314.093482862,
"total_value_mid": 10148.674502862,
"total_value_exit_net": 10148.048567097,
"total_value": 10148.674502862,
"base_cost_quote": 1018.2664574975,
"unrealized_pnl_exit_net": -184.3113732625
},
{
"timestamp": "2025-01-01T23:59:00+00:00",
"base_asset_bal": 38574,
"quote_asset_bal": 9400.0673841645,
"total_value_mid": 10176.9477441645,
"total_value_exit_net": 10176.3650838945,
"total_value": 10176.9477441645,
"base_cost_quote": 933.009372605,
"unrealized_pnl_exit_net": -156.711672875
},
{
"timestamp": "2025-01-02T23:59:00+00:00",
"base_asset_bal": 37578,
"quote_asset_bal": 9420.6768349895,
"total_value_mid": 10188.3953749895,
"total_value_exit_net": 10187.8195860845,
"total_value": 10188.3953749895,
"base_cost_quote": 912.988368105,
"unrealized_pnl_exit_net": -145.84561701
},
{
"timestamp": "2025-01-03T23:59:00+00:00",
"base_asset_bal": 35858,
"quote_asset_bal": 9456.321301807,
"total_value_mid": 10209.339301807,
"total_value_exit_net": 10208.774538307,
"total_value": 10209.339301807,
"base_cost_quote": 877.88736208,
"unrealized_pnl_exit_net": -125.43412558
},
{
"timestamp": "2025-01-04T23:59:00+00:00",
"base_asset_bal": 36338,
"quote_asset_bal": 9446.8134609845,
"total_value_mid": 10203.0072409845,
"total_value_exit_net": 10202.4400956495,
"total_value": 10203.0072409845,
"base_cost_quote": 887.9005163175,
"unrealized_pnl_exit_net": -132.2738816525
},
{
"timestamp": "2025-01-05T23:59:00+00:00",
"base_asset_bal": 34740,
"quote_asset_bal": 9483.1152244795,
"total_value_mid": 10234.5414244795,
"total_value_exit_net": 10233.9778548295,
"total_value": 10234.5414244795,
"base_cost_quote": 852.8160827125,
"unrealized_pnl_exit_net": -101.9534523625
},
{
"timestamp": "2025-01-06T23:59:00+00:00",
"base_asset_bal": 34993,
"quote_asset_bal": 9478.817997407,
"total_value_mid": 10227.318267407,
"total_value_exit_net": 10226.7568922045,
"total_value": 10227.318267407,
"base_cost_quote": 857.84406087,
"unrealized_pnl_exit_net": -109.9051660725
},
{
"timestamp": "2025-01-07T23:59:00+00:00",
"base_asset_bal": 43146,
"quote_asset_bal": 9314.4344203095,
"total_value_mid": 10157.5072603094,
"total_value_exit_net": 10156.8749556794,
"total_value": 10157.5072603094,
"base_cost_quote": 1023.265734145,
"unrealized_pnl_exit_net": -180.825198775
},
{
"timestamp": "2025-01-08T23:59:00+00:00",
"base_asset_bal": 47095,
"quote_asset_bal": 9240.7522209519,
"total_value_mid": 10127.5510709519,
"total_value_exit_net": 10126.8859718144,
"total_value": 10127.5510709519,
"base_cost_quote": 1098.493832935,
"unrealized_pnl_exit_net": -212.3600820725
},
{
"timestamp": "2025-01-09T23:59:00+00:00",
"base_asset_bal": 51933,
"quote_asset_bal": 9151.665166952,
"total_value_mid": 10105.155046952,
"total_value_exit_net": 10104.439929542,
"total_value": 10105.155046952,
"base_cost_quote": 1188.741427905,
"unrealized_pnl_exit_net": -235.966665315
},
{
"timestamp": "2025-01-10T23:59:00+00:00",
"base_asset_bal": 48934,
"quote_asset_bal": 9207.6331271395,
"total_value_mid": 10124.6562871395,
"total_value_exit_net": 10123.9685197695,
"total_value": 10124.6562871395,
"base_cost_quote": 1133.5797976875,
"unrealized_pnl_exit_net": -217.2444050575
},
{
"timestamp": "2025-01-11T23:59:00+00:00",
"base_asset_bal": 49475,
"quote_asset_bal": 9198.1241867095,
"total_value_mid": 10112.9169367095,
"total_value_exit_net": 10112.230842147,
"total_value": 10112.9169367095,
"base_cost_quote": 1143.5698245925,
"unrealized_pnl_exit_net": -229.463169155
},
{
"timestamp": "2025-01-12T23:59:00+00:00",
"base_asset_bal": 53576,
"quote_asset_bal": 9123.2158541295,
"total_value_mid": 10099.9063341295,
"total_value_exit_net": 10099.1738162695,
"total_value": 10099.9063341295,
"base_cost_quote": 1218.79649231,
"unrealized_pnl_exit_net": -242.83853017
},
{
"timestamp": "2025-01-13T23:59:00+00:00",
"base_asset_bal": 56141,
"quote_asset_bal": 9079.6878542195,
"total_value_mid": 10068.8922742195,
"total_value_exit_net": 10068.1503709045,
"total_value": 10068.8922742195,
"base_cost_quote": 1263.9004048925,
"unrealized_pnl_exit_net": -275.4378882075
},
{
"timestamp": "2025-01-14T23:59:00+00:00",
"base_asset_bal": 52210,
"quote_asset_bal": 9150.632155437,
"total_value_mid": 10103.464655437,
"total_value_exit_net": 10102.750031062,
"total_value": 10103.464655437,
"base_cost_quote": 1193.70913089,
"unrealized_pnl_exit_net": -241.591255265
},
{
"timestamp": "2025-01-15T23:59:00+00:00",
"base_asset_bal": 46303,
"quote_asset_bal": 9261.8331210595,
"total_value_mid": 10144.3683010595,
"total_value_exit_net": 10143.7063996745,
"total_value": 10144.3683010595,
"base_cost_quote": 1083.45185991,
"unrealized_pnl_exit_net": -201.578581295
},
{
"timestamp": "2025-01-16T23:59:00+00:00",
"base_asset_bal": 50298,
"quote_asset_bal": 9187.4727889445,
"total_value_mid": 10122.0096289445,
"total_value_exit_net": 10121.3087263145,
"total_value": 10122.0096289445,
"base_cost_quote": 1158.620614225,
"unrealized_pnl_exit_net": -224.784676855
},
{
"timestamp": "2025-01-17T23:59:00+00:00",
"base_asset_bal": 44240,
"quote_asset_bal": 9303.5195851545,
"total_value_mid": 10166.6419851545,
"total_value_exit_net": 10165.9946433545,
"total_value": 10166.6419851545,
"base_cost_quote": 1043.3575016775,
"unrealized_pnl_exit_net": -180.8824434775
},
{
"timestamp": "2025-01-18T23:59:00+00:00",
"base_asset_bal": 54369,
"quote_asset_bal": 9114.349496222,
"total_value_mid": 10098.972086222,
"total_value_exit_net": 10098.2336192795,
"total_value": 10098.972086222,
"base_cost_quote": 1233.8074120625,
"unrealized_pnl_exit_net": -249.923289005
},
{
"timestamp": "2025-01-19T23:59:00+00:00",
"base_asset_bal": 62751,
"quote_asset_bal": 8971.219601212,
"total_value_mid": 9987.158291212,
"total_value_exit_net": 9986.3963371945,
"total_value": 9987.158291212,
"base_cost_quote": 1379.20815089,
"unrealized_pnl_exit_net": -364.0314149075
},
{
"timestamp": "2025-01-20T23:59:00+00:00",
"base_asset_bal": 67534,
"quote_asset_bal": 8893.692756587,
"total_value_mid": 9974.912096587,
"total_value_exit_net": 9974.101182082,
"total_value": 9974.912096587,
"base_cost_quote": 1459.373249655,
"unrealized_pnl_exit_net": -378.96482416
},
{
"timestamp": "2025-01-21T23:59:00+00:00",
"base_asset_bal": 67516,
"quote_asset_bal": 8895.297403537,
"total_value_mid": 9985.005643537,
"total_value_exit_net": 9984.188362357,
"total_value": 9985.005643537,
"base_cost_quote": 1459.4138300675,
"unrealized_pnl_exit_net": -370.5228712475
},
{
"timestamp": "2025-01-22T23:59:00+00:00",
"base_asset_bal": 70650,
"quote_asset_bal": 8846.3802508095,
"total_value_mid": 9964.7697508095,
"total_value_exit_net": 9963.9309586845,
"total_value": 9964.7697508095,
"base_cost_quote": 1509.519110865,
"unrealized_pnl_exit_net": -391.96840299
},
{
"timestamp": "2025-01-23T23:59:00+00:00",
"base_asset_bal": 69068,
"quote_asset_bal": 8872.4865728396,
"total_value_mid": 9969.2864128396,
"total_value_exit_net": 9968.4638129596,
"total_value": 9969.2864128396,
"base_cost_quote": 1484.4633431225,
"unrealized_pnl_exit_net": -388.4861030025
},
{
"timestamp": "2025-01-24T23:59:00+00:00",
"base_asset_bal": 72588,
"quote_asset_bal": 8818.0599039946,
"total_value_mid": 9946.8033039946,
"total_value_exit_net": 9945.9567464446,
"total_value": 9946.8033039946,
"base_cost_quote": 1539.5775077675,
"unrealized_pnl_exit_net": -411.6806653175
},
{
"timestamp": "2025-01-25T23:59:00+00:00",
"base_asset_bal": 70969,
"quote_asset_bal": 8843.5590473996,
"total_value_mid": 9950.6754473996,
"total_value_exit_net": 9949.8451100996,
"total_value": 9950.6754473996,
"base_cost_quote": 1514.5104215425,
"unrealized_pnl_exit_net": -408.2243588425
},
{
"timestamp": "2025-01-26T23:59:00+00:00",
"base_asset_bal": 70661,
"quote_asset_bal": 8849.0326733546,
"total_value_mid": 9946.3980033546,
"total_value_exit_net": 9945.5749793571,
"total_value": 9946.3980033546,
"base_cost_quote": 1509.4959034725,
"unrealized_pnl_exit_net": -412.95359747
},
{
"timestamp": "2025-01-27T23:59:00+00:00",
"base_asset_bal": 78632,
"quote_asset_bal": 8730.1177722821,
"total_value_mid": 9910.3840922821,
"total_value_exit_net": 9909.4988925421,
"total_value": 9910.3840922821,
"base_cost_quote": 1629.79579077,
"unrealized_pnl_exit_net": -450.41467051
},
{
"timestamp": "2025-01-28T23:59:00+00:00",
"base_asset_bal": 85232,
"quote_asset_bal": 8635.5089216471,
"total_value_mid": 9830.4615616471,
"total_value_exit_net": 9829.5653471671,
"total_value": 9830.4615616471,
"base_cost_quote": 1724.98284756,
"unrealized_pnl_exit_net": -530.92642204
},
{
"timestamp": "2025-01-29T23:59:00+00:00",
"base_asset_bal": 80657,
"quote_asset_bal": 8701.5820933822,
"total_value_mid": 9865.4626033822,
"total_value_exit_net": 9864.5896929997,
"total_value": 9865.4626033822,
"base_cost_quote": 1659.823935,
"unrealized_pnl_exit_net": -496.8163353825
},
{
"timestamp": "2025-01-30T23:59:00+00:00",
"base_asset_bal": 74933,
"quote_asset_bal": 8787.3109993872,
"total_value_mid": 9910.5566693872,
"total_value_exit_net": 9909.7142351347,
"total_value": 9910.5566693872,
"base_cost_quote": 1574.64862139,
"unrealized_pnl_exit_net": -452.2453856425
},
{
"timestamp": "2025-01-31T23:59:00+00:00",
"base_asset_bal": 75916,
"quote_asset_bal": 8772.8592297672,
"total_value_mid": 9924.5049497672,
"total_value_exit_net": 9923.6412154772,
"total_value": 9924.5049497672,
"base_cost_quote": 1589.651244925,
"unrealized_pnl_exit_net": -438.869259215
},
{
"timestamp": "2025-02-01T23:59:00+00:00",
"base_asset_bal": 84997,
"quote_asset_bal": 8643.0503838047,
"total_value_mid": 9833.0083838047,
"total_value_exit_net": 9832.1159153047,
"total_value": 9833.0083838047,
"base_cost_quote": 1719.9732231575,
"unrealized_pnl_exit_net": -530.9076916575
},
{
"timestamp": "2025-02-02T23:59:00+00:00",
"base_asset_bal": 100546,
"quote_asset_bal": 8444.6251232197,
"total_value_mid": 9678.3245432197,
"total_value_exit_net": 9677.3992686547,
"total_value": 9678.3245432197,
"base_cost_quote": 1920.32424381,
"unrealized_pnl_exit_net": -687.550098375
},
{
"timestamp": "2025-02-03T23:59:00+00:00",
"base_asset_bal": 106966,
"quote_asset_bal": 8377.5735665022,
"total_value_mid": 9666.5138665021,
"total_value_exit_net": 9665.5471612771,
"total_value": 9666.5138665021,
"base_cost_quote": 1990.4642994275,
"unrealized_pnl_exit_net": -702.4907046525
},
{
"timestamp": "2025-02-04T23:59:00+00:00",
"base_asset_bal": 112938,
"quote_asset_bal": 8309.0154088997,
"total_value_mid": 9585.2148088996,
"total_value_exit_net": 9584.2576593496,
"total_value": 9585.2148088996,
"base_cost_quote": 2060.59484792,
"unrealized_pnl_exit_net": -785.35259747
},
{
"timestamp": "2025-02-05T23:59:00+00:00",
"base_asset_bal": 110101,
"quote_asset_bal": 8345.5992217897,
"total_value_mid": 9589.7405217896,
"total_value_exit_net": 9588.8074158146,
"total_value": 9589.7405217896,
"base_cost_quote": 2025.5222531875,
"unrealized_pnl_exit_net": -782.3140591625
},
{
"timestamp": "2025-02-06T23:59:00+00:00",
"base_asset_bal": 121699,
"quote_asset_bal": 8221.7940833072,
"total_value_mid": 9485.0297033072,
"total_value_exit_net": 9484.0822765922,
"total_value": 9485.0297033072,
"base_cost_quote": 2150.75689878,
"unrealized_pnl_exit_net": -888.468705495
},
{
"timestamp": "2025-02-07T23:59:00+00:00",
"base_asset_bal": 120232,
"quote_asset_bal": 8238.0167875372,
"total_value_mid": 9507.6667075372,
"total_value_exit_net": 9506.7144700972,
"total_value": 9507.6667075372,
"base_cost_quote": 2135.727375085,
"unrealized_pnl_exit_net": -867.029692525
},
{
"timestamp": "2025-02-08T23:59:00+00:00",
"base_asset_bal": 98730,
"quote_asset_bal": 8485.6295947122,
"total_value_mid": 9716.7926947122,
"total_value_exit_net": 9715.8693223872,
"total_value": 9716.7926947122,
"base_cost_quote": 1890.28068803,
"unrealized_pnl_exit_net": -660.040960355
},
{
"timestamp": "2025-02-09T23:59:00+00:00",
"base_asset_bal": 96789,
"quote_asset_bal": 8514.2716083571,
"total_value_mid": 9750.2671383571,
"total_value_exit_net": 9749.3401417096,
"total_value": 9750.2671383571,
"base_cost_quote": 1865.238620555,
"unrealized_pnl_exit_net": -630.1700872025
},
{
"timestamp": "2025-02-10T23:59:00+00:00",
"base_asset_bal": 65430,
"quote_asset_bal": 9034.9204386071,
"total_value_mid": 10073.9488386071,
"total_value_exit_net": 10073.1695673071,
"total_value": 10073.9488386071,
"base_cost_quote": 1348.98694197,
"unrealized_pnl_exit_net": -310.73781327
},
{
"timestamp": "2025-02-11T23:59:00+00:00",
"base_asset_bal": 62697,
"quote_asset_bal": 9079.1097976821,
"total_value_mid": 10180.696087682,
"total_value_exit_net": 10179.8698979645,
"total_value": 10180.696087682,
"base_cost_quote": 1308.9056535325,
"unrealized_pnl_exit_net": -208.14555325
},
{
"timestamp": "2025-02-12T23:59:00+00:00",
"base_asset_bal": 48956,
"quote_asset_bal": 9354.1618405721,
"total_value_mid": 10389.5812405721,
"total_value_exit_net": 10388.8046760221,
"total_value": 10389.5812405721,
"base_cost_quote": 1038.1874870725,
"unrealized_pnl_exit_net": -3.5446516225
},
{
"timestamp": "2025-02-13T23:59:00+00:00",
"base_asset_bal": 64465,
"quote_asset_bal": 9055.6273633996,
"total_value_mid": 10229.5350133996,
"total_value_exit_net": 10228.6545826621,
"total_value": 10229.5350133996,
"base_cost_quote": 1339.06602686,
"unrealized_pnl_exit_net": -166.0388075975
},
{
"timestamp": "2025-02-14T23:59:00+00:00",
"base_asset_bal": 70349,
"quote_asset_bal": 8952.1677350496,
"total_value_mid": 10177.6473150496,
"total_value_exit_net": 10176.7282053646,
"total_value": 10177.6473150496,
"base_cost_quote": 1444.3462778725,
"unrealized_pnl_exit_net": -219.7858075575
},
{
"timestamp": "2025-02-15T23:59:00+00:00",
"base_asset_bal": 56499,
"quote_asset_bal": 9210.6704729871,
"total_value_mid": 10279.6315529871,
"total_value_exit_net": 10278.8298321771,
"total_value": 10279.6315529871,
"base_cost_quote": 1188.6650206425,
"unrealized_pnl_exit_net": -120.5056614525
},
{
"timestamp": "2025-02-16T23:59:00+00:00",
"base_asset_bal": 58679,
"quote_asset_bal": 9173.1977678046,
"total_value_mid": 10253.4781578046,
"total_value_exit_net": 10252.6679475121,
"total_value": 10253.4781578046,
"base_cost_quote": 1228.7962164825,
"unrealized_pnl_exit_net": -149.326036775
},
{
"timestamp": "2025-02-17T23:59:00+00:00",
"base_asset_bal": 56538,
"quote_asset_bal": 9216.4514712121,
"total_value_mid": 10293.5003712121,
"total_value_exit_net": 10292.6925845371,
"total_value": 10293.5003712121,
"base_cost_quote": 1188.6053759425,
"unrealized_pnl_exit_net": -112.3642626175
},
{
"timestamp": "2025-02-18T23:59:00+00:00",
"base_asset_bal": 66861,
"quote_asset_bal": 9033.2794920071,
"total_value_mid": 10163.8990020071,
"total_value_exit_net": 10163.0510373746,
"total_value": 10163.8990020071,
"base_cost_quote": 1374.03447354,
"unrealized_pnl_exit_net": -244.2629281725
},
{
"timestamp": "2025-02-19T23:59:00+00:00",
"base_asset_bal": 63057,
"quote_asset_bal": 9100.2256419346,
"total_value_mid": 10213.8122619346,
"total_value_exit_net": 10212.9770719696,
"total_value": 10213.8122619346,
"base_cost_quote": 1308.8673448225,
"unrealized_pnl_exit_net": -196.1159147875
},
{
"timestamp": "2025-02-20T23:59:00+00:00",
"base_asset_bal": 65623,
"quote_asset_bal": 9056.3550067971,
"total_value_mid": 10198.1952067971,
"total_value_exit_net": 10197.3388266471,
"total_value": 10198.1952067971,
"base_cost_quote": 1354.0242271025,
"unrealized_pnl_exit_net": -213.0404072525
},
{
"timestamp": "2025-02-21T23:59:00+00:00",
"base_asset_bal": 74310,
"quote_asset_bal": 8912.7615827971,
"total_value_mid": 10119.5559827971,
"total_value_exit_net": 10118.6508869971,
"total_value": 10119.5559827971,
"base_cost_quote": 1499.3757190225,
"unrealized_pnl_exit_net": -293.4864148225
},
{
"timestamp": "2025-02-22T23:59:00+00:00",
"base_asset_bal": 67367,
"quote_asset_bal": 9029.1135869696,
"total_value_mid": 10181.0892869696,
"total_value_exit_net": 10180.2253051946,
"total_value": 10181.0892869696,
"base_cost_quote": 1384.0867370875,
"unrealized_pnl_exit_net": -232.9750188625
},
{
"timestamp": "2025-02-23T23:59:00+00:00",
"base_asset_bal": 73361,
"quote_asset_bal": 8929.7816261621,
"total_value_mid": 10129.9675861621,
"total_value_exit_net": 10129.0674466921,
"total_value": 10129.9675861621,
"base_cost_quote": 1484.33833944,
"unrealized_pnl_exit_net": -285.05251891
},
{
"timestamp": "2025-02-24T23:59:00+00:00",
"base_asset_bal": 76976,
"quote_asset_bal": 8866.2984652996,
"total_value_mid": 9969.3645452996,
"total_value_exit_net": 9968.5372457396,
"total_value": 9969.3645452996,
"base_cost_quote": 1549.5208196625,
"unrealized_pnl_exit_net": -447.2820392225
},
{
"timestamp": "2025-02-25T23:59:00+00:00",
"base_asset_bal": 76933,
"quote_asset_bal": 8868.6630288021,
"total_value_mid": 10007.2714288021,
"total_value_exit_net": 10006.4174725021,
"total_value": 10007.2714288021,
"base_cost_quote": 1549.51410463,
"unrealized_pnl_exit_net": -411.75966093
},
{
"timestamp": "2025-02-26T23:59:00+00:00",
"base_asset_bal": 77252,
"quote_asset_bal": 8865.0009097647,
"total_value_mid": 10018.3732697647,
"total_value_exit_net": 10017.5082404947,
"total_value": 10018.3732697647,
"base_cost_quote": 1554.5075769275,
"unrealized_pnl_exit_net": -402.0002461975
},
{
"timestamp": "2025-02-27T23:59:00+00:00",
"base_asset_bal": 78913,
"quote_asset_bal": 8840.7900229497,
"total_value_mid": 10004.7567729497,
"total_value_exit_net": 10003.8837978872,
"total_value": 10004.7567729497,
"base_cost_quote": 1579.5512456025,
"unrealized_pnl_exit_net": -416.457470665
},
{
"timestamp": "2025-02-28T23:59:00+00:00",
"base_asset_bal": 76247,
"quote_asset_bal": 8882.6984035297,
"total_value_mid": 10037.0779835297,
"total_value_exit_net": 10036.2121988447,
"total_value": 10037.0779835297,
"base_cost_quote": 1539.4742703975,
"unrealized_pnl_exit_net": -385.9604750825
},
{
"timestamp": "2025-03-01T23:59:00+00:00",
"base_asset_bal": 75591,
"quote_asset_bal": 8893.4819455072,
"total_value_mid": 10023.5673955072,
"total_value_exit_net": 10022.7198314197,
"total_value": 10023.5673955072,
"base_cost_quote": 1529.4438232,
"unrealized_pnl_exit_net": -400.2059372875
},
{
"timestamp": "2025-03-02T23:59:00+00:00",
"base_asset_bal": 65601,
"quote_asset_bal": 9050.0140385597,
"total_value_mid": 10102.2540785597,
"total_value_exit_net": 10101.4648985297,
"total_value": 10102.2540785597,
"base_cost_quote": 1374.0907857425,
"unrealized_pnl_exit_net": -322.6399257725
},
{
"timestamp": "2025-03-03T23:59:00+00:00",
"base_asset_bal": 87901,
"quote_asset_bal": 8726.3754165947,
"total_value_mid": 9884.0315865947,
"total_value_exit_net": 9883.1633444672,
"total_value": 9884.0315865947,
"base_cost_quote": 1699.8067296225,
"unrealized_pnl_exit_net": -543.01880175
},
{
"timestamp": "2025-03-04T23:59:00+00:00",
"base_asset_bal": 89060,
"quote_asset_bal": 8713.4515299947,
"total_value_mid": 9877.4657299947,
"total_value_exit_net": 9876.5927193447,
"total_value": 9877.4657299947,
"base_cost_quote": 1714.8433786575,
"unrealized_pnl_exit_net": -551.7021893075
},
{
"timestamp": "2025-03-05T23:59:00+00:00",
"base_asset_bal": 90190,
"quote_asset_bal": 8699.4579063147,
"total_value_mid": 9871.0260063147,
"total_value_exit_net": 9870.1473302397,
"total_value": 9871.0260063147,
"base_cost_quote": 1729.8636554225,
"unrealized_pnl_exit_net": -559.1742314975
},
{
"timestamp": "2025-03-06T23:59:00+00:00",
"base_asset_bal": 96142,
"quote_asset_bal": 8625.3692861647,
"total_value_mid": 9820.4143461647,
"total_value_exit_net": 9819.5180623697,
"total_value": 9820.4143461647,
"base_cost_quote": 1804.9915391075,
"unrealized_pnl_exit_net": -610.8427629025
},
{
"timestamp": "2025-03-07T23:59:00+00:00",
"base_asset_bal": 96219,
"quote_asset_bal": 8626.7010346322,
"total_value_mid": 9819.8166346322,
"total_value_exit_net": 9818.9217979322,
"total_value": 9819.8166346322,
"base_cost_quote": 1804.9995250925,
"unrealized_pnl_exit_net": -612.7787617925
},
{
"timestamp": "2025-03-08T23:59:00+00:00",
"base_asset_bal": 98265,
"quote_asset_bal": 8602.2666046722,
"total_value_mid": 9797.1690046722,
"total_value_exit_net": 9796.2728278722,
"total_value": 9797.1690046722,
"base_cost_quote": 1830.0599062925,
"unrealized_pnl_exit_net": -636.0536830925
},
{
"timestamp": "2025-03-09T23:59:00+00:00",
"base_asset_bal": 109522,
"quote_asset_bal": 8472.7788626472,
"total_value_mid": 9688.4730626472,
"total_value_exit_net": 9687.5612919972,
"total_value": 9688.4730626472,
"base_cost_quote": 1960.3430654325,
"unrealized_pnl_exit_net": -745.5606360825
},
{
"timestamp": "2025-03-10T23:59:00+00:00",
"base_asset_bal": 108660,
"quote_asset_bal": 8484.3671013272,
"total_value_mid": 9703.5323013272,
"total_value_exit_net": 9702.6179274272,
"total_value": 9703.5323013272,
"base_cost_quote": 1950.3047423325,
"unrealized_pnl_exit_net": -732.0539162325
},
{
"timestamp": "2025-03-11T23:59:00+00:00",
"base_asset_bal": 104267,
"quote_asset_bal": 8535.7120678397,
"total_value_mid": 9763.9773278397,
"total_value_exit_net": 9763.0561288947,
"total_value": 9763.9773278397,
"base_cost_quote": 1900.1984507775,
"unrealized_pnl_exit_net": -672.8543897225
},
{
"timestamp": "2025-03-12T23:59:00+00:00",
"base_asset_bal": 100871,
"quote_asset_bal": 8576.7306136372,
"total_value_mid": 9794.2435836372,
"total_value_exit_net": 9793.3304489097,
"total_value": 9794.2435836372,
"base_cost_quote": 1860.103972455,
"unrealized_pnl_exit_net": -643.5041371825
},
{
"timestamp": "2025-03-13T23:59:00+00:00",
"base_asset_bal": 100503,
"quote_asset_bal": 8582.6560396947,
"total_value_mid": 9798.7423396947,
"total_value_exit_net": 9797.8302749697,
"total_value": 9798.7423396947,
"base_cost_quote": 1855.099341795,
"unrealized_pnl_exit_net": -639.92510652
},
{
"timestamp": "2025-03-14T23:59:00+00:00",
"base_asset_bal": 98830,
"quote_asset_bal": 8603.3970234547,
"total_value_mid": 9844.7018234547,
"total_value_exit_net": 9843.7708448547,
"total_value": 9844.7018234547,
"base_cost_quote": 1835.07443437,
"unrealized_pnl_exit_net": -594.70061297
},
{
"timestamp": "2025-03-15T23:59:00+00:00",
"base_asset_bal": 84576,
"quote_asset_bal": 8795.4935509347,
"total_value_mid": 9968.5626709347,
"total_value_exit_net": 9967.6828690947,
"total_value": 9968.5626709347,
"base_cost_quote": 1644.651504205,
"unrealized_pnl_exit_net": -472.462186045
},
{
"timestamp": "2025-03-16T23:59:00+00:00",
"base_asset_bal": 92518,
"quote_asset_bal": 8691.8228042072,
"total_value_mid": 9877.9035642072,
"total_value_exit_net": 9877.0140036372,
"total_value": 9877.9035642072,
"base_cost_quote": 1749.8855605975,
"unrealized_pnl_exit_net": -564.6943611675
},
{
"timestamp": "2025-03-17T23:59:00+00:00",
"base_asset_bal": 86794,
"quote_asset_bal": 8768.1459088947,
"total_value_mid": 9938.9969688947,
"total_value_exit_net": 9938.1188305997,
"total_value": 9938.9969688947,
"base_cost_quote": 1674.714194325,
"unrealized_pnl_exit_net": -504.74127262
},
{
"timestamp": "2025-03-18T23:59:00+00:00",
"base_asset_bal": 93194,
"quote_asset_bal": 8684.1612247272,
"total_value_mid": 9880.7721847272,
"total_value_exit_net": 9879.8747265072,
"total_value": 9880.7721847272,
"base_cost_quote": 1759.8895980025,
"unrealized_pnl_exit_net": -564.1760962225
},
{
"timestamp": "2025-03-19T23:59:00+00:00",
"base_asset_bal": 89727,
"quote_asset_bal": 8730.0898175372,
"total_value_mid": 9911.7944075372,
"total_value_exit_net": 9910.9081290947,
"total_value": 9911.7944075372,
"base_cost_quote": 1714.7973241425,
"unrealized_pnl_exit_net": -533.979012585
},
{
"timestamp": "2025-03-20T23:59:00+00:00",
"base_asset_bal": 90108,
"quote_asset_bal": 8725.7544463298,
"total_value_mid": 9913.3778863298,
"total_value_exit_net": 9912.4871687498,
"total_value": 9913.3778863298,
"base_cost_quote": 1719.82161954,
"unrealized_pnl_exit_net": -533.08889712
},
{
"timestamp": "2025-03-21T23:59:00+00:00",
"base_asset_bal": 93973,
"quote_asset_bal": 8676.2413521998,
"total_value_mid": 9877.2162921997,
"total_value_exit_net": 9876.3155609947,
"total_value": 9877.2162921997,
"base_cost_quote": 1769.932474515,
"unrealized_pnl_exit_net": -569.85826572
},
{
"timestamp": "2025-03-22T23:59:00+00:00",
"base_asset_bal": 90135,
"quote_asset_bal": 8726.9015347673,
"total_value_mid": 9895.9524847673,
"total_value_exit_net": 9895.0756965548,
"total_value": 9895.9524847673,
"base_cost_quote": 1719.8001734675,
"unrealized_pnl_exit_net": -551.62601168
},
{
"timestamp": "2025-03-23T23:59:00+00:00",
"base_asset_bal": 92057,
"quote_asset_bal": 8702.1842585873,
"total_value_mid": 9894.3224085872,
"total_value_exit_net": 9893.4283049747,
"total_value": 9894.3224085872,
"base_cost_quote": 1744.8728238625,
"unrealized_pnl_exit_net": -553.628777475
},
{
"timestamp": "2025-03-24T23:59:00+00:00",
"base_asset_bal": 90120,
"quote_asset_bal": 8727.6746216948,
"total_value_mid": 9922.6658216947,
"total_value_exit_net": 9921.7695782947,
"total_value": 9922.6658216947,
"base_cost_quote": 1719.8144942,
"unrealized_pnl_exit_net": -525.7195376
},
{
"timestamp": "2025-03-25T23:59:00+00:00",
"base_asset_bal": 85974,
"quote_asset_bal": 8783.3242196048,
"total_value_mid": 9950.8511396048,
"total_value_exit_net": 9949.9754944148,
"total_value": 9950.8511396048,
"base_cost_quote": 1664.702651295,
"unrealized_pnl_exit_net": -498.051376485
},
{
"timestamp": "2025-03-26T23:59:00+00:00",
"base_asset_bal": 87137,
"quote_asset_bal": 8768.9701726573,
"total_value_mid": 9923.5354226573,
"total_value_exit_net": 9922.6694987198,
"total_value": 9923.5354226573,
"base_cost_quote": 1679.7207364175,
"unrealized_pnl_exit_net": -526.021410355
},
{
"timestamp": "2025-03-27T23:59:00+00:00",
"base_asset_bal": 90197,
"quote_asset_bal": 8729.5503856548,
"total_value_mid": 9884.9739556548,
"total_value_exit_net": 9884.1073879773,
"total_value": 9884.9739556548,
"base_cost_quote": 1719.812152445,
"unrealized_pnl_exit_net": -565.2551501225
},
{
"timestamp": "2025-03-28T23:59:00+00:00",
"base_asset_bal": 96220,
"quote_asset_bal": 8654.8814185722,
"total_value_mid": 9814.3324185722,
"total_value_exit_net": 9813.4628303222,
"total_value": 9814.3324185722,
"base_cost_quote": 1794.92874767,
"unrealized_pnl_exit_net": -636.34733592
},
{
"timestamp": "2025-03-29T23:59:00+00:00",
"base_asset_bal": 102592,
"quote_asset_bal": 8580.2795690548,
"total_value_mid": 9742.6469290547,
"total_value_exit_net": 9741.7751535347,
"total_value": 9742.6469290547,
"base_cost_quote": 1870.0911472225,
"unrealized_pnl_exit_net": -708.5955627425
},
{
"timestamp": "2025-03-30T23:59:00+00:00",
"base_asset_bal": 94555,
"quote_asset_bal": 8676.8512982797,
"total_value_mid": 9821.9123482797,
"total_value_exit_net": 9821.0535524922,
"total_value": 9821.9123482797,
"base_cost_quote": 1774.9077131475,
"unrealized_pnl_exit_net": -630.705458935
},
{
"timestamp": "2025-03-31T23:59:00+00:00",
"base_asset_bal": 100074,
"quote_asset_bal": 8612.6636994372,
"total_value_mid": 9761.5132194372,
"total_value_exit_net": 9760.6515822972,
"total_value": 9761.5132194372,
"base_cost_quote": 1840.060871395,
"unrealized_pnl_exit_net": -692.072988535
},
{
"timestamp": "2025-04-01T23:59:00+00:00",
"base_asset_bal": 100012,
"quote_asset_bal": 8613.1138811772,
"total_value_mid": 9768.2524811772,
"total_value_exit_net": 9767.3861272272,
"total_value": 9768.2524811772,
"base_cost_quote": 1840.03991569,
"unrealized_pnl_exit_net": -685.76766964
},
{
"timestamp": "2025-04-02T23:59:00+00:00",
"base_asset_bal": 92118,
"quote_asset_bal": 8710.8790489522,
"total_value_mid": 9817.2162289522,
"total_value_exit_net": 9816.3864760672,
"total_value": 9817.2162289522,
"base_cost_quote": 1744.8863339875,
"unrealized_pnl_exit_net": -639.3789068725
},
{
"timestamp": "2025-04-03T23:59:00+00:00",
"base_asset_bal": 93332,
"quote_asset_bal": 8697.2102022722,
"total_value_mid": 9811.5942822722,
"total_value_exit_net": 9810.7584942122,
"total_value": 9811.5942822722,
"base_cost_quote": 1759.8990851125,
"unrealized_pnl_exit_net": -646.3507931725
},
{
"timestamp": "2025-04-04T23:59:00+00:00",
"base_asset_bal": 94594,
"quote_asset_bal": 8682.9655446997,
"total_value_mid": 9804.8503846997,
"total_value_exit_net": 9804.0089710697,
"total_value": 9804.8503846997,
"base_cost_quote": 1774.9319513125,
"unrealized_pnl_exit_net": -653.8885249425
},
{
"timestamp": "2025-04-05T23:59:00+00:00",
"base_asset_bal": 95026,
"quote_asset_bal": 8678.1889046047,
"total_value_mid": 9792.8438846047,
"total_value_exit_net": 9792.0078933697,
"total_value": 9792.8438846047,
"base_cost_quote": 1779.94904131,
"unrealized_pnl_exit_net": -666.130052545
},
{
"timestamp": "2025-04-06T23:59:00+00:00",
"base_asset_bal": 99583,
"quote_asset_bal": 8629.7605768447,
"total_value_mid": 9722.1860868447,
"total_value_exit_net": 9721.3667677122,
"total_value": 9722.1860868447,
"base_cost_quote": 1830.0441344725,
"unrealized_pnl_exit_net": -738.437943605
},
{
"timestamp": "2025-04-07T23:59:00+00:00",
"base_asset_bal": 96836,
"quote_asset_bal": 8661.5246473047,
"total_value_mid": 9760.6132473047,
"total_value_exit_net": 9759.7889308547,
"total_value": 9760.6132473047,
"base_cost_quote": 1799.95991822,
"unrealized_pnl_exit_net": -701.69563467
},
{
"timestamp": "2025-04-08T23:59:00+00:00",
"base_asset_bal": 106365,
"quote_asset_bal": 8556.9520126597,
"total_value_mid": 9688.6756126597,
"total_value_exit_net": 9687.8268199597,
"total_value": 9688.6756126597,
"base_cost_quote": 1905.179553805,
"unrealized_pnl_exit_net": -774.304746505
},
{
"timestamp": "2025-04-09T23:59:00+00:00",
"base_asset_bal": 98321,
"quote_asset_bal": 8648.3240101047,
"total_value_mid": 9783.9315601047,
"total_value_exit_net": 9783.0798544422,
"total_value": 9783.9315601047,
"base_cost_quote": 1815.0009205175,
"unrealized_pnl_exit_net": -680.24507618
},
{
"timestamp": "2025-04-10T23:59:00+00:00",
"base_asset_bal": 100975,
"quote_asset_bal": 8618.8670028622,
"total_value_mid": 9750.7967528622,
"total_value_exit_net": 9749.9478055497,
"total_value": 9750.7967528622,
"base_cost_quote": 1845.0561050125,
"unrealized_pnl_exit_net": -713.975302325
},
{
"timestamp": "2025-04-11T23:59:00+00:00",
"base_asset_bal": 97530,
"quote_asset_bal": 8659.5612534597,
"total_value_mid": 9834.7977534597,
"total_value_exit_net": 9833.9163260847,
"total_value": 9834.7977534597,
"base_cost_quote": 1804.9718043175,
"unrealized_pnl_exit_net": -630.6167316925
},
{
"timestamp": "2025-04-12T23:59:00+00:00",
"base_asset_bal": 95846,
"quote_asset_bal": 8680.0568660522,
"total_value_mid": 9827.3334860522,
"total_value_exit_net": 9826.4730285872,
"total_value": 9827.3334860522,
"base_cost_quote": 1784.9443950175,
"unrealized_pnl_exit_net": -638.5282324825
},
{
"timestamp": "2025-04-13T23:59:00+00:00",
"base_asset_bal": 101778,
"quote_asset_bal": 8610.6065591447,
"total_value_mid": 9785.1246791447,
"total_value_exit_net": 9784.2437905547,
"total_value": 9785.1246791447,
"base_cost_quote": 1855.0785762325,
"unrealized_pnl_exit_net": -681.4413448225
},
{
"timestamp": "2025-04-14T23:59:00+00:00",
"base_asset_bal": 101342,
"quote_asset_bal": 8616.2461970872,
"total_value_mid": 9781.6791970872,
"total_value_exit_net": 9780.8051223372,
"total_value": 9781.6791970872,
"base_cost_quote": 1850.065489235,
"unrealized_pnl_exit_net": -685.506563985
},
{
"timestamp": "2025-04-15T23:59:00+00:00",
"base_asset_bal": 104419,
"quote_asset_bal": 8581.7404311922,
"total_value_mid": 9747.0564711922,
"total_value_exit_net": 9746.1824841622,
"total_value": 9747.0564711922,
"base_cost_quote": 1885.1390046575,
"unrealized_pnl_exit_net": -720.6969516875
},
{
"timestamp": "2025-04-16T23:59:00+00:00",
"base_asset_bal": 103965,
"quote_asset_bal": 8587.5117157547,
"total_value_mid": 9743.6025157547,
"total_value_exit_net": 9742.7354476547,
"total_value": 9743.6025157547,
"base_cost_quote": 1880.1310915375,
"unrealized_pnl_exit_net": -724.9073596375
},
{
"timestamp": "2025-04-17T23:59:00+00:00",
"base_asset_bal": 104415,
"quote_asset_bal": 8582.7780320673,
"total_value_mid": 9756.4026320672,
"total_value_exit_net": 9755.5224136172,
"total_value": 9756.4026320672,
"base_cost_quote": 1885.1374034575,
"unrealized_pnl_exit_net": -712.3930219075
},
{
"timestamp": "2025-04-18T23:59:00+00:00",
"base_asset_bal": 93681,
"quote_asset_bal": 8709.3685660872,
"total_value_mid": 9852.2767660872,
"total_value_exit_net": 9851.4195849372,
"total_value": 9852.2767660872,
"base_cost_quote": 1759.892270005,
"unrealized_pnl_exit_net": -617.841251155
},
{
"timestamp": "2025-04-19T23:59:00+00:00",
"base_asset_bal": 93268,
"quote_asset_bal": 8715.2965775147,
"total_value_mid": 9858.7622575147,
"total_value_exit_net": 9857.9046582547,
"total_value": 9858.7622575147,
"base_cost_quote": 1754.84242546,
"unrealized_pnl_exit_net": -612.23434472
},
{
"timestamp": "2025-04-20T23:59:00+00:00",
"base_asset_bal": 93673,
"quote_asset_bal": 8711.0559589422,
"total_value_mid": 9864.1705889422,
"total_value_exit_net": 9863.3057529697,
"total_value": 9864.1705889422,
"base_cost_quote": 1759.87679841,
"unrealized_pnl_exit_net": -607.6270043825
},
{
"timestamp": "2025-04-21T23:59:00+00:00",
"base_asset_bal": 96979,
"quote_asset_bal": 8671.7878853097,
"total_value_mid": 9825.8379853097,
"total_value_exit_net": 9824.9724477347,
"total_value": 9825.8379853097,
"base_cost_quote": 1799.9550245525,
"unrealized_pnl_exit_net": -646.7704621275
},
{
"timestamp": "2025-04-22T23:59:00+00:00",
"base_asset_bal": 90811,
"quote_asset_bal": 8747.6415539297,
"total_value_mid": 9881.8709439297,
"total_value_exit_net": 9881.0202718872,
"total_value": 9881.8709439297,
"base_cost_quote": 1724.8177338175,
"unrealized_pnl_exit_net": -591.43901586
},
{
"timestamp": "2025-04-23T23:59:00+00:00",
"base_asset_bal": 89523,
"quote_asset_bal": 8764.2191296222,
"total_value_mid": 9942.3418096222,
"total_value_exit_net": 9941.4582176122,
"total_value": 9942.3418096222,
"base_cost_quote": 1709.81195792,
"unrealized_pnl_exit_net": -532.57286993
},
{
"timestamp": "2025-04-24T23:59:00+00:00",
"base_asset_bal": 86899,
"quote_asset_bal": 8800.8713146122,
"total_value_mid": 9949.6760946122,
"total_value_exit_net": 9948.8144910272,
"total_value": 9949.6760946122,
"base_cost_quote": 1674.74583804,
"unrealized_pnl_exit_net": -526.802661625
},
{
"timestamp": "2025-04-25T23:59:00+00:00",
"base_asset_bal": 89531,
"quote_asset_bal": 8766.6283264397,
"total_value_mid": 9937.6938064397,
"total_value_exit_net": 9936.8155073297,
"total_value": 9937.6938064397,
"base_cost_quote": 1709.7813850075,
"unrealized_pnl_exit_net": -539.5942041175
},
{
"timestamp": "2025-04-26T23:59:00+00:00",
"base_asset_bal": 87611,
"quote_asset_bal": 8792.5052143797,
"total_value_mid": 9966.4926143797,
"total_value_exit_net": 9965.6121238297,
"total_value": 9966.4926143797,
"base_cost_quote": 1684.7649767625,
"unrealized_pnl_exit_net": -511.6580673125
},
{
"timestamp": "2025-04-27T23:59:00+00:00",
"base_asset_bal": 90642,
"quote_asset_bal": 8753.1152944447,
"total_value_mid": 9936.8998144447,
"total_value_exit_net": 9936.0119760547,
"total_value": 9936.8998144447,
"base_cost_quote": 1724.8627475525,
"unrealized_pnl_exit_net": -541.9660659425
},
{
"timestamp": "2025-04-28T23:59:00+00:00",
"base_asset_bal": 90241,
"quote_asset_bal": 8758.8451378422,
"total_value_mid": 9943.7094678422,
"total_value_exit_net": 9942.8208195947,
"total_value": 9943.7094678422,
"base_cost_quote": 1719.8485197,
"unrealized_pnl_exit_net": -535.8728379475
},
{
"timestamp": "2025-04-29T23:59:00+00:00",
"base_asset_bal": 95322,
"quote_asset_bal": 8694.2164744197,
"total_value_mid": 9892.4140144197,
"total_value_exit_net": 9891.5153662647,
"total_value": 9892.4140144197,
"base_cost_quote": 1784.9961337925,
"unrealized_pnl_exit_net": -587.6972419475
},
{
"timestamp": "2025-04-30T23:59:00+00:00",
"base_asset_bal": 94886,
"quote_asset_bal": 8699.9290040222,
"total_value_mid": 9903.0834840222,
"total_value_exit_net": 9902.1811181622,
"total_value": 9903.0834840222,
"base_cost_quote": 1779.951743335,
"unrealized_pnl_exit_net": -577.699629195
},
{
"timestamp": "2025-05-01T23:59:00+00:00",
"base_asset_bal": 91745,
"quote_asset_bal": 8740.4589243597,
"total_value_mid": 9932.2264743597,
"total_value_exit_net": 9931.3326486972,
"total_value": 9932.2264743597,
"base_cost_quote": 1739.8813630725,
"unrealized_pnl_exit_net": -549.007638735
},
{
"timestamp": "2025-05-02T23:59:00+00:00",
"base_asset_bal": 90207,
"quote_asset_bal": 8762.2136473747,
"total_value_mid": 9941.2191373747,
"total_value_exit_net": 9940.3348832572,
"total_value": 9941.2191373747,
"base_cost_quote": 1719.8158251975,
"unrealized_pnl_exit_net": -541.694589315
},
{
"timestamp": "2025-05-03T23:59:00+00:00",
"base_asset_bal": 103763,
"quote_asset_bal": 8592.3022910922,
"total_value_mid": 9816.7056910922,
"total_value_exit_net": 9815.7873885422,
"total_value": 9816.7056910922,
"base_cost_quote": 1890.2041006325,
"unrealized_pnl_exit_net": -666.7190031825
},
{
"timestamp": "2025-05-04T23:59:00+00:00",
"base_asset_bal": 103345,
"quote_asset_bal": 8597.9796829372,
"total_value_mid": 9848.4541829372,
"total_value_exit_net": 9847.5163270622,
"total_value": 9848.4541829372,
"base_cost_quote": 1885.1848189925,
"unrealized_pnl_exit_net": -635.6481748675
},
{
"timestamp": "2025-05-05T23:59:00+00:00",
"base_asset_bal": 106672,
"quote_asset_bal": 8558.6616511072,
"total_value_mid": 9820.5914111072,
"total_value_exit_net": 9819.6449637872,
"total_value": 9820.5914111072,
"base_cost_quote": 1925.2760648925,
"unrealized_pnl_exit_net": -664.2927522125
},
{
"timestamp": "2025-05-06T23:59:00+00:00",
"base_asset_bal": 107070,
"quote_asset_bal": 8554.2102931522,
"total_value_mid": 9802.6464931522,
"total_value_exit_net": 9801.7101660022,
"total_value": 9802.6464931522,
"base_cost_quote": 1930.2815361825,
"unrealized_pnl_exit_net": -682.7816633325
},
{
"timestamp": "2025-05-07T23:59:00+00:00",
"base_asset_bal": 105796,
"quote_asset_bal": 8569.6101260597,
"total_value_mid": 9831.7564060596,
"total_value_exit_net": 9830.8097963496,
"total_value": 9831.7564060596,
"base_cost_quote": 1915.272918155,
"unrealized_pnl_exit_net": -654.073247865
},
{
"timestamp": "2025-05-08T23:59:00+00:00",
"base_asset_bal": 92478,
"quote_asset_bal": 8735.9610630647,
"total_value_mid": 9928.0024830647,
"total_value_exit_net": 9927.1084519997,
"total_value": 9928.0024830647,
"base_cost_quote": 1749.893216335,
"unrealized_pnl_exit_net": -558.7458274
},
{
"timestamp": "2025-05-09T23:59:00+00:00",
"base_asset_bal": 85645,
"quote_asset_bal": 8827.5050168297,
"total_value_mid": 9997.4157168297,
"total_value_exit_net": 9996.5382838047,
"total_value": 9997.4157168297,
"base_cost_quote": 1659.68439042,
"unrealized_pnl_exit_net": -490.651123445
},
{
"timestamp": "2025-05-10T23:59:00+00:00",
"base_asset_bal": 78278,
"quote_asset_bal": 8934.4261936521,
"total_value_mid": 10079.6333336521,
"total_value_exit_net": 10078.7744282971,
"total_value": 10079.6333336521,
"base_cost_quote": 1554.4977495625,
"unrealized_pnl_exit_net": -410.1495149175
},
{
"timestamp": "2025-05-11T23:59:00+00:00",
"base_asset_bal": 81419,
"quote_asset_bal": 8890.3386987296,
"total_value_mid": 10039.1607887296,
"total_value_exit_net": 10038.2991721621,
"total_value": 10039.1607887296,
"base_cost_quote": 1599.591854795,
"unrealized_pnl_exit_net": -451.6313813625
},
{
"timestamp": "2025-05-12T23:59:00+00:00",
"base_asset_bal": 82076,
"quote_asset_bal": 8881.6300197172,
"total_value_mid": 10033.1562997172,
"total_value_exit_net": 10032.2926550072,
"total_value": 10033.1562997172,
"base_cost_quote": 1609.6011861675,
"unrealized_pnl_exit_net": -458.9385508775
},
{
"timestamp": "2025-05-13T23:59:00+00:00",
"base_asset_bal": 80094,
"quote_asset_bal": 8912.6537280522,
"total_value_mid": 10075.6186080522,
"total_value_exit_net": 10074.7463843922,
"total_value": 10075.6186080522,
"base_cost_quote": 1579.5293491925,
"unrealized_pnl_exit_net": -417.4366928525
},
{
"timestamp": "2025-05-14T23:59:00+00:00",
"base_asset_bal": 80845,
"quote_asset_bal": 8903.8778659622,
"total_value_mid": 10049.4515159622,
"total_value_exit_net": 10048.5923357247,
"total_value": 10049.4515159622,
"base_cost_quote": 1589.5646099975,
"unrealized_pnl_exit_net": -444.850140235
},
{
"timestamp": "2025-05-15T23:59:00+00:00",
"base_asset_bal": 85915,
"quote_asset_bal": 8835.1022036597,
"total_value_mid": 9986.3632036597,
"total_value_exit_net": 9985.4997579097,
"total_value": 9986.3632036597,
"base_cost_quote": 1659.69239642,
"unrealized_pnl_exit_net": -509.29484217
},
{
"timestamp": "2025-05-16T23:59:00+00:00",
"base_asset_bal": 87403,
"quote_asset_bal": 8815.8087848948,
"total_value_mid": 9956.4179348948,
"total_value_exit_net": 9955.5624780323,
"total_value": 9956.4179348948,
"base_cost_quote": 1679.7060354,
"unrealized_pnl_exit_net": -539.9523422625
},
{
"timestamp": "2025-05-17T23:59:00+00:00",
"base_asset_bal": 93686,
"quote_asset_bal": 8736.5083961547,
"total_value_mid": 9916.9519961547,
"total_value_exit_net": 9916.0666634547,
"total_value": 9916.9519961547,
"base_cost_quote": 1759.87071385,
"unrealized_pnl_exit_net": -580.31244655
},
{
"timestamp": "2025-05-18T23:59:00+00:00",
"base_asset_bal": 88551,
"quote_asset_bal": 8802.5025390397,
"total_value_mid": 9962.5206390397,
"total_value_exit_net": 9961.6506254647,
"total_value": 9962.5206390397,
"base_cost_quote": 1694.763019675,
"unrealized_pnl_exit_net": -535.61493325
},
{
"timestamp": "2025-05-19T23:59:00+00:00",
"base_asset_bal": 90879,
"quote_asset_bal": 8773.1420616472,
"total_value_mid": 9942.7547916472,
"total_value_exit_net": 9941.8775820997,
"total_value": 9942.7547916472,
"base_cost_quote": 1724.8174936375,
"unrealized_pnl_exit_net": -556.081973185
},
{
"timestamp": "2025-05-20T23:59:00+00:00",
"base_asset_bal": 91685,
"quote_asset_bal": 8763.5819854747,
"total_value_mid": 9942.6510854747,
"total_value_exit_net": 9941.7667836497,
"total_value": 9942.6510854747,
"base_cost_quote": 1734.85112322,
"unrealized_pnl_exit_net": -556.666325045
},
{
"timestamp": "2025-05-21T23:59:00+00:00",
"base_asset_bal": 90852,
"quote_asset_bal": 8774.3069863772,
"total_value_mid": 9958.1085463772,
"total_value_exit_net": 9957.2206952072,
"total_value": 9958.1085463772,
"base_cost_quote": 1724.8249792475,
"unrealized_pnl_exit_net": -541.9112704175
},
{
"timestamp": "2025-05-22T23:59:00+00:00",
"base_asset_bal": 79462,
"quote_asset_bal": 8930.6950249797,
"total_value_mid": 10035.2168249797,
"total_value_exit_net": 10034.3884336297,
"total_value": 10035.2168249797,
"base_cost_quote": 1569.51221197,
"unrealized_pnl_exit_net": -465.81880332
},
{
"timestamp": "2025-05-23T23:59:00+00:00",
"base_asset_bal": 91229,
"quote_asset_bal": 8776.2009792372,
"total_value_mid": 9924.7740892372,
"total_value_exit_net": 9923.9126594047,
"total_value": 9924.7740892372,
"base_cost_quote": 1724.8668706425,
"unrealized_pnl_exit_net": -577.155190475
},
{
"timestamp": "2025-05-24T23:59:00+00:00",
"base_asset_bal": 90828,
"quote_asset_bal": 8781.6952488497,
"total_value_mid": 9933.3942888497,
"total_value_exit_net": 9932.5305145697,
"total_value": 9933.3942888497,
"base_cost_quote": 1719.84487697,
"unrealized_pnl_exit_net": -569.00961125
},
{
"timestamp": "2025-05-25T23:59:00+00:00",
"base_asset_bal": 92016,
"quote_asset_bal": 8767.3554252597,
"total_value_mid": 9928.5973452597,
"total_value_exit_net": 9927.7264138197,
"total_value": 9928.5973452597,
"base_cost_quote": 1734.87674242,
"unrealized_pnl_exit_net": -574.50575386
},
{
"timestamp": "2025-05-26T23:59:00+00:00",
"base_asset_bal": 93226,
"quote_asset_bal": 8752.7074179672,
"total_value_mid": 9922.6937179672,
"total_value_exit_net": 9921.8162282422,
"total_value": 9922.6937179672,
"base_cost_quote": 1749.9099788975,
"unrealized_pnl_exit_net": -580.8011686225
},
{
"timestamp": "2025-05-27T23:59:00+00:00",
"base_asset_bal": 90486,
"quote_asset_bal": 8788.2224420072,
"total_value_mid": 9957.3015620072,
"total_value_exit_net": 9956.4247526672,
"total_value": 9957.3015620072,
"base_cost_quote": 1714.8373541425,
"unrealized_pnl_exit_net": -546.6350434825
},
{
"timestamp": "2025-05-28T23:59:00+00:00",
"base_asset_bal": 88172,
"quote_asset_bal": 8819.3939209922,
"total_value_mid": 9980.6191609922,
"total_value_exit_net": 9979.7482420622,
"total_value": 9980.6191609922,
"base_cost_quote": 1684.7810087775,
"unrealized_pnl_exit_net": -524.4266877075
},
{
"timestamp": "2025-05-29T23:59:00+00:00",
"base_asset_bal": 90901,
"quote_asset_bal": 8784.8615950172,
"total_value_mid": 9934.7592450172,
"total_value_exit_net": 9933.8968217797,
"total_value": 9934.7592450172,
"base_cost_quote": 1719.8432457475,
"unrealized_pnl_exit_net": -570.808018985
},
{
"timestamp": "2025-05-30T23:59:00+00:00",
"base_asset_bal": 102331,
"quote_asset_bal": 8650.5624382722,
"total_value_mid": 9801.7861882722,
"total_value_exit_net": 9800.9227704597,
"total_value": 9801.7861882722,
"base_cost_quote": 1855.1048559275,
"unrealized_pnl_exit_net": -704.74452374
},
{
"timestamp": "2025-05-31T23:59:00+00:00",
"base_asset_bal": 100542,
"quote_asset_bal": 8671.2756894472,
"total_value_mid": 9837.5628894472,
"total_value_exit_net": 9836.6881740472,
"total_value": 9837.5628894472,
"base_cost_quote": 1835.0646770575,
"unrealized_pnl_exit_net": -669.6521924575
},
{
"timestamp": "2025-06-01T23:59:00+00:00",
"base_asset_bal": 97110,
"quote_asset_bal": 8711.7197662872,
"total_value_mid": 9857.6177662872,
"total_value_exit_net": 9856.7583427872,
"total_value": 9857.6177662872,
"base_cost_quote": 1794.9969888125,
"unrealized_pnl_exit_net": -649.9584123125
},
{
"timestamp": "2025-06-02T23:59:00+00:00",
"base_asset_bal": 95439,
"quote_asset_bal": 8732.0691327097,
"total_value_mid": 9878.2915227097,
"total_value_exit_net": 9877.4318559172,
"total_value": 9878.2915227097,
"base_cost_quote": 1774.9502850525,
"unrealized_pnl_exit_net": -629.587561845
},
{
"timestamp": "2025-06-03T23:59:00+00:00",
"base_asset_bal": 93794,
"quote_asset_bal": 8752.4211422872,
"total_value_mid": 9873.2594422872,
"total_value_exit_net": 9872.4188135622,
"total_value": 9873.2594422872,
"base_cost_quote": 1754.9142693025,
"unrealized_pnl_exit_net": -634.9165980275
},
{
"timestamp": "2025-06-04T23:59:00+00:00",
"base_asset_bal": 95883,
"quote_asset_bal": 8727.5475694922,
"total_value_mid": 9847.4610094922,
"total_value_exit_net": 9846.6210744122,
"total_value": 9847.4610094922,
"base_cost_quote": 1779.965673775,
"unrealized_pnl_exit_net": -660.892168855
},
{
"timestamp": "2025-06-05T23:59:00+00:00",
"base_asset_bal": 103827,
"quote_asset_bal": 8637.7949511422,
"total_value_mid": 9792.3511911422,
"total_value_exit_net": 9791.4852739622,
"total_value": 9792.3511911422,
"base_cost_quote": 1870.1116225675,
"unrealized_pnl_exit_net": -716.4212997475
},
{
"timestamp": "2025-06-06T23:59:00+00:00",
"base_asset_bal": 100730,
"quote_asset_bal": 8673.0884997147,
"total_value_mid": 9831.4834997146,
"total_value_exit_net": 9830.6147034646,
"total_value": 9831.4834997146,
"base_cost_quote": 1835.0648772075,
"unrealized_pnl_exit_net": -677.5386734575
},
{
"timestamp": "2025-06-07T23:59:00+00:00",
"base_asset_bal": 96855,
"quote_asset_bal": 8718.3938594622,
"total_value_mid": 9861.2828594622,
"total_value_exit_net": 9860.4256927122,
"total_value": 9861.2828594622,
"base_cost_quote": 1789.9795485525,
"unrealized_pnl_exit_net": -647.9477153025
},
{
"timestamp": "2025-06-08T23:59:00+00:00",
"base_asset_bal": 96854,
"quote_asset_bal": 8718.5755955197,
"total_value_mid": 9870.1696555197,
"total_value_exit_net": 9869.3059599747,
"total_value": 9870.1696555197,
"base_cost_quote": 1789.9888154975,
"unrealized_pnl_exit_net": -639.2584510425
},
{
"timestamp": "2025-06-09T23:59:00+00:00",
"base_asset_bal": 95154,
"quote_asset_bal": 8739.0538545222,
"total_value_mid": 9918.9634545221,
"total_value_exit_net": 9918.0785223222,
"total_value": 9918.9634545221,
"base_cost_quote": 1769.928791755,
"unrealized_pnl_exit_net": -590.904123955
},
{
"timestamp": "2025-06-10T23:59:00+00:00",
"base_asset_bal": 92721,
"quote_asset_bal": 8769.6978975671,
"total_value_mid": 9939.8369175671,
"total_value_exit_net": 9938.9593133021,
"total_value": 9939.8369175671,
"base_cost_quote": 1739.860137165,
"unrealized_pnl_exit_net": -570.59872143
},
{
"timestamp": "2025-06-11T23:59:00+00:00",
"base_asset_bal": 95543,
"quote_asset_bal": 8735.0978332646,
"total_value_mid": 9900.7224332646,
"total_value_exit_net": 9899.8482148146,
"total_value": 9900.7224332646,
"base_cost_quote": 1774.9279483125,
"unrealized_pnl_exit_net": -610.1775667625
},
{
"timestamp": "2025-06-12T23:59:00+00:00",
"base_asset_bal": 102732,
"quote_asset_bal": 8650.2643926696,
"total_value_mid": 9828.6004326696,
"total_value_exit_net": 9827.7166806396,
"total_value": 9828.6004326696,
"base_cost_quote": 1860.1175526325,
"unrealized_pnl_exit_net": -682.6652646625
},
{
"timestamp": "2025-06-13T23:59:00+00:00",
"base_asset_bal": 91097,
"quote_asset_bal": 8791.9811285047,
"total_value_mid": 9937.0704185046,
"total_value_exit_net": 9936.2116015371,
"total_value": 9937.0704185046,
"base_cost_quote": 1719.8493303075,
"unrealized_pnl_exit_net": -575.618857275
},
{
"timestamp": "2025-06-14T23:59:00+00:00",
"base_asset_bal": 83669,
"quote_asset_bal": 8900.5361133722,
"total_value_mid": 9925.4813633722,
"total_value_exit_net": 9924.7126544347,
"total_value": 9925.4813633722,
"base_cost_quote": 1614.609869865,
"unrealized_pnl_exit_net": -590.4333288025
},
{
"timestamp": "2025-06-15T23:59:00+00:00",
"base_asset_bal": 79280,
"quote_asset_bal": 8957.2422454271,
"total_value_mid": 10008.4950454271,
"total_value_exit_net": 10007.7066058271,
"total_value": 10008.4950454271,
"base_cost_quote": 1559.470346215,
"unrealized_pnl_exit_net": -509.005985815
},
{
"timestamp": "2025-06-16T23:59:00+00:00",
"base_asset_bal": 82512,
"quote_asset_bal": 8913.5935785772,
"total_value_mid": 10000.2766185772,
"total_value_exit_net": 9999.4616062972,
"total_value": 10000.2766185772,
"base_cost_quote": 1604.58169437,
"unrealized_pnl_exit_net": -518.71366665
},
{
"timestamp": "2025-06-17T23:59:00+00:00",
"base_asset_bal": 95607,
"quote_asset_bal": 8749.3169018047,
"total_value_mid": 9920.5026518047,
"total_value_exit_net": 9919.6242624922,
"total_value": 9920.5026518047,
"base_cost_quote": 1769.9032225925,
"unrealized_pnl_exit_net": -599.595861905
},
{
"timestamp": "2025-06-18T23:59:00+00:00",
"base_asset_bal": 98533,
"quote_asset_bal": 8714.8309460897,
"total_value_mid": 9893.2856260897,
"total_value_exit_net": 9892.4017850797,
"total_value": 9893.2856260897,
"base_cost_quote": 1804.98948757,
"unrealized_pnl_exit_net": -627.41864858
},
{
"timestamp": "2025-06-19T23:59:00+00:00",
"base_asset_bal": 98538,
"quote_asset_bal": 8715.2083454922,
"total_value_mid": 9880.9128854922,
"total_value_exit_net": 9880.0386070872,
"total_value": 9880.9128854922,
"base_cost_quote": 1804.96394843,
"unrealized_pnl_exit_net": -640.133686835
},
{
"timestamp": "2025-06-20T23:59:00+00:00",
"base_asset_bal": 94359,
"quote_asset_bal": 8765.9816315047,
"total_value_mid": 9925.6537415047,
"total_value_exit_net": 9924.7839874222,
"total_value": 9925.6537415047,
"base_cost_quote": 1754.86976595,
"unrealized_pnl_exit_net": -596.0674100325
},
{
"timestamp": "2025-06-21T23:59:00+00:00",
"base_asset_bal": 93502,
"quote_asset_bal": 8778.0575585947,
"total_value_mid": 9936.5473385946,
"total_value_exit_net": 9935.6784712596,
"total_value": 9936.5473385946,
"base_cost_quote": 1744.855320745,
"unrealized_pnl_exit_net": -587.23440808
},
{
"timestamp": "2025-06-22T23:59:00+00:00",
"base_asset_bal": 100151,
"quote_asset_bal": 8699.2757510546,
"total_value_mid": 9849.0092310546,
"total_value_exit_net": 9848.1469309446,
"total_value": 9849.0092310546,
"base_cost_quote": 1825.058708205,
"unrealized_pnl_exit_net": -676.187528315
},
{
"timestamp": "2025-06-23T23:59:00+00:00",
"base_asset_bal": 94195,
"quote_asset_bal": 8770.4572620046,
"total_value_mid": 9924.3460120046,
"total_value_exit_net": 9923.4805954421,
"total_value": 9924.3460120046,
"base_cost_quote": 1754.8914922325,
"unrealized_pnl_exit_net": -601.868158795
},
{
"timestamp": "2025-06-24T23:59:00+00:00",
"base_asset_bal": 93792,
"quote_asset_bal": 8776.2059319221,
"total_value_mid": 9926.0958519221,
"total_value_exit_net": 9925.2334344821,
"total_value": 9926.0958519221,
"base_cost_quote": 1749.86169271,
"unrealized_pnl_exit_net": -600.83419015
},
{
"timestamp": "2025-06-25T23:59:00+00:00",
"base_asset_bal": 94645,
"quote_asset_bal": 8766.7468042096,
"total_value_mid": 9896.8081042096,
"total_value_exit_net": 9895.9605582346,
"total_value": 9896.8081042096,
"base_cost_quote": 1759.86919271,
"unrealized_pnl_exit_net": -630.655438685
},
{
"timestamp": "2025-06-26T23:59:00+00:00",
"base_asset_bal": 94191,
"quote_asset_bal": 8772.8235157921,
"total_value_mid": 9920.0698957921,
"total_value_exit_net": 9919.2094610071,
"total_value": 9920.0698957921,
"base_cost_quote": 1754.863581315,
"unrealized_pnl_exit_net": -608.4776361
},
{
"timestamp": "2025-06-27T23:59:00+00:00",
"base_asset_bal": 90144,
"quote_asset_bal": 8823.4008412296,
"total_value_mid": 9960.1166812296,
"total_value_exit_net": 9959.2641443496,
"total_value": 9960.1166812296,
"base_cost_quote": 1704.7706898025,
"unrealized_pnl_exit_net": -568.9073866825
},
{
"timestamp": "2025-06-28T23:59:00+00:00",
"base_asset_bal": 89731,
"quote_asset_bal": 8828.6862220271,
"total_value_mid": 9956.6048920271,
"total_value_exit_net": 9955.7589530246,
"total_value": 9956.6048920271,
"base_cost_quote": 1699.75558129,
"unrealized_pnl_exit_net": -572.6828502925
},
{
"timestamp": "2025-06-29T23:59:00+00:00",
"base_asset_bal": 87379,
"quote_asset_bal": 8859.1271518921,
"total_value_mid": 9981.9473018921,
"total_value_exit_net": 9981.1051867796,
"total_value": 9981.9473018921,
"base_cost_quote": 1669.688427825,
"unrealized_pnl_exit_net": -547.7103929375
},
{
"timestamp": "2025-06-30T23:59:00+00:00",
"base_asset_bal": 90129,
"quote_asset_bal": 8824.4834299071,
"total_value_mid": 9949.2933499071,
"total_value_exit_net": 9948.4497424671,
"total_value": 9949.2933499071,
"base_cost_quote": 1704.772441115,
"unrealized_pnl_exit_net": -580.806128555
},
{
"timestamp": "2025-07-01T23:59:00+00:00",
"base_asset_bal": 93336,
"quote_asset_bal": 8785.2516583471,
"total_value_mid": 9937.951258347,
"total_value_exit_net": 9937.086733647,
"total_value": 9937.951258347,
"base_cost_quote": 1744.84637404,
"unrealized_pnl_exit_net": -593.01129874
},
{
"timestamp": "2025-07-02T23:59:00+00:00",
"base_asset_bal": 83908,
"quote_asset_bal": 8906.1652961045,
"total_value_mid": 10005.3600961045,
"total_value_exit_net": 10004.5357000045,
"total_value": 10005.3600961045,
"base_cost_quote": 1624.5915805375,
"unrealized_pnl_exit_net": -526.2211766375
},
{
"timestamp": "2025-07-03T23:59:00+00:00",
"base_asset_bal": 84280,
"quote_asset_bal": 8901.5442317296,
"total_value_mid": 9985.3850317296,
"total_value_exit_net": 9984.5721511296,
"total_value": 9985.3850317296,
"base_cost_quote": 1629.5968917075,
"unrealized_pnl_exit_net": -546.5689723075
},
{
"timestamp": "2025-07-04T23:59:00+00:00",
"base_asset_bal": 88621,
"quote_asset_bal": 8846.6917091346,
"total_value_mid": 9950.0231591345,
"total_value_exit_net": 9949.195660547,
"total_value": 9950.0231591345,
"base_cost_quote": 1684.7136583025,
"unrealized_pnl_exit_net": -582.20970689
},
{
"timestamp": "2025-07-05T23:59:00+00:00",
"base_asset_bal": 89033,
"quote_asset_bal": 8841.9134731645,
"total_value_mid": 9945.0323431645,
"total_value_exit_net": 9944.205004012,
"total_value": 9945.0323431645,
"base_cost_quote": 1689.7165476575,
"unrealized_pnl_exit_net": -587.42501681
},
{
"timestamp": "2025-07-06T23:59:00+00:00",
"base_asset_bal": 88208,
"quote_asset_bal": 8852.278328642,
"total_value_mid": 9961.934968642,
"total_value_exit_net": 9961.102726162,
"total_value": 9961.934968642,
"base_cost_quote": 1679.69686853,
"unrealized_pnl_exit_net": -570.87247101
},
{
"timestamp": "2025-07-07T23:59:00+00:00",
"base_asset_bal": 87024,
"quote_asset_bal": 8867.596777252,
"total_value_mid": 9960.618217252,
"total_value_exit_net": 9959.798451172,
"total_value": 9960.618217252,
"base_cost_quote": 1664.653374365,
"unrealized_pnl_exit_net": -572.451700445
},
{
"timestamp": "2025-07-08T23:59:00+00:00",
"base_asset_bal": 86226,
"quote_asset_bal": 8877.8259327195,
"total_value_mid": 9978.0696927195,
"total_value_exit_net": 9977.2445098995,
"total_value": 9978.0696927195,
"base_cost_quote": 1654.6400800225,
"unrealized_pnl_exit_net": -555.2215028425
},
{
"timestamp": "2025-07-09T23:59:00+00:00",
"base_asset_bal": 85439,
"quote_asset_bal": 8888.076771942,
"total_value_mid": 9996.220601942,
"total_value_exit_net": 9995.3894940695,
"total_value": 9996.220601942,
"base_cost_quote": 1644.64171687,
"unrealized_pnl_exit_net": -537.3289947425
},
{
"timestamp": "2025-07-10T23:59:00+00:00",
"base_asset_bal": 79366,
"quote_asset_bal": 8968.552297447,
"total_value_mid": 10047.929897447,
"total_value_exit_net": 10047.120364247,
"total_value": 10047.929897447,
"base_cost_quote": 1564.478339395,
"unrealized_pnl_exit_net": -485.910272595
},
{
"timestamp": "2025-07-11T23:59:00+00:00",
"base_asset_bal": 83630,
"quote_asset_bal": 8909.263951192,
"total_value_mid": 10034.087451192,
"total_value_exit_net": 10033.243833567,
"total_value": 10034.087451192,
"base_cost_quote": 1624.599916785,
"unrealized_pnl_exit_net": -500.62003441
},
{
"timestamp": "2025-07-12T23:59:00+00:00",
"base_asset_bal": 83252,
"quote_asset_bal": 8915.0427465571,
"total_value_mid": 10048.1024665571,
"total_value_exit_net": 10047.2526717671,
"total_value": 10048.1024665571,
"base_cost_quote": 1619.59046251,
"unrealized_pnl_exit_net": -487.3805373
},
{
"timestamp": "2025-07-13T23:59:00+00:00",
"base_asset_bal": 81800,
"quote_asset_bal": 8935.8433208845,
"total_value_mid": 10053.2313208845,
"total_value_exit_net": 10052.3932798845,
"total_value": 10053.2313208845,
"base_cost_quote": 1599.5804562525,
"unrealized_pnl_exit_net": -483.0304972525
},
{
"timestamp": "2025-07-14T23:59:00+00:00",
"base_asset_bal": 77141,
"quote_asset_bal": 9001.9198338871,
"total_value_mid": 10105.036133887,
"total_value_exit_net": 10104.208796662,
"total_value": 10105.036133887,
"base_cost_quote": 1534.40806359,
"unrealized_pnl_exit_net": -432.119100815
},
{
"timestamp": "2025-07-15T23:59:00+00:00",
"base_asset_bal": 80320,
"quote_asset_bal": 8958.3130805796,
"total_value_mid": 10092.4314805796,
"total_value_exit_net": 10091.5808917796,
"total_value": 10092.4314805796,
"base_cost_quote": 1579.5410979975,
"unrealized_pnl_exit_net": -446.2732867975
},
{
"timestamp": "2025-07-16T23:59:00+00:00",
"base_asset_bal": 80299,
"quote_asset_bal": 8958.9114919871,
"total_value_mid": 10092.7333719871,
"total_value_exit_net": 10091.8830055771,
"total_value": 10092.7333719871,
"base_cost_quote": 1579.519752,
"unrealized_pnl_exit_net": -446.54823841
},
{
"timestamp": "2025-07-17T23:59:00+00:00",
"base_asset_bal": 79583,
"quote_asset_bal": 8969.7485528746,
"total_value_mid": 10090.2771928746,
"total_value_exit_net": 10089.4367963946,
"total_value": 10090.2771928746,
"base_cost_quote": 1569.4908859875,
"unrealized_pnl_exit_net": -449.8026424675
},
{
"timestamp": "2025-07-18T23:59:00+00:00",
"base_asset_bal": 55846,
"quote_asset_bal": 9363.9829535671,
"total_value_mid": 10269.8050735671,
"total_value_exit_net": 10269.1257069771,
"total_value": 10269.8050735671,
"base_cost_quote": 1178.6004578775,
"unrealized_pnl_exit_net": -273.4577044675
},
{
"timestamp": "2025-07-19T23:59:00+00:00",
"base_asset_bal": 60097,
"quote_asset_bal": 9300.6805624771,
"total_value_mid": 10227.9772724771,
"total_value_exit_net": 10227.2817999446,
"total_value": 10227.9772724771,
"base_cost_quote": 1243.712785525,
"unrealized_pnl_exit_net": -317.1115480575
},
{
"timestamp": "2025-07-20T23:59:00+00:00",
"base_asset_bal": 56536,
"quote_asset_bal": 9356.9916548946,
"total_value_mid": 10277.9630948946,
"total_value_exit_net": 10277.2723663146,
"total_value": 10277.9630948946,
"base_cost_quote": 1188.6099894,
"unrealized_pnl_exit_net": -268.32927798
},
{
"timestamp": "2025-07-21T23:59:00+00:00",
"base_asset_bal": 58684,
"quote_asset_bal": 9318.6617468021,
"total_value_mid": 10303.3792668021,
"total_value_exit_net": 10302.6407286621,
"total_value": 10303.3792668021,
"base_cost_quote": 1228.697412435,
"unrealized_pnl_exit_net": -244.718430575
},
{
"timestamp": "2025-07-22T23:59:00+00:00",
"base_asset_bal": 61654,
"quote_asset_bal": 9270.2857074346,
"total_value_mid": 10296.8248074346,
"total_value_exit_net": 10296.0549031096,
"total_value": 10296.8248074346,
"base_cost_quote": 1278.79705901,
"unrealized_pnl_exit_net": -253.027863335
},
{
"timestamp": "2025-07-23T23:59:00+00:00",
"base_asset_bal": 75638,
"quote_asset_bal": 9051.2298936371,
"total_value_mid": 10152.5191736371,
"total_value_exit_net": 10151.6932066771,
"total_value": 10152.5191736371,
"base_cost_quote": 1499.3428744075,
"unrealized_pnl_exit_net": -398.8795613675
},
{
"timestamp": "2025-07-24T23:59:00+00:00",
"base_asset_bal": 79046,
"quote_asset_bal": 9002.1510970022,
"total_value_mid": 10121.4424570022,
"total_value_exit_net": 10120.6029884822,
"total_value": 10121.4424570022,
"base_cost_quote": 1549.4508872525,
"unrealized_pnl_exit_net": -430.9989957725
},
{
"timestamp": "2025-07-25T23:59:00+00:00",
"base_asset_bal": 77646,
"quote_asset_bal": 9022.9603333322,
"total_value_mid": 10147.2744133321,
"total_value_exit_net": 10146.4311777721,
"total_value": 10147.2744133321,
"base_cost_quote": 1529.4194149075,
"unrealized_pnl_exit_net": -405.9485704675
},
{
"timestamp": "2025-07-26T23:59:00+00:00",
"base_asset_bal": 78683,
"quote_asset_bal": 9008.1693149722,
"total_value_mid": 10135.6967049722,
"total_value_exit_net": 10134.8510594297,
"total_value": 10135.6967049722,
"base_cost_quote": 1544.4393914475,
"unrealized_pnl_exit_net": -417.75764699
},
{
"timestamp": "2025-07-27T23:59:00+00:00",
"base_asset_bal": 74890,
"quote_asset_bal": 9063.6709281597,
"total_value_mid": 10163.0561281597,
"total_value_exit_net": 10162.2315892597,
"total_value": 10163.0561281597,
"base_cost_quote": 1489.31350802,
"unrealized_pnl_exit_net": -390.75284692
},
{
"timestamp": "2025-07-28T23:59:00+00:00",
"base_asset_bal": 85439,
"quote_asset_bal": 8913.9388386247,
"total_value_mid": 10092.1426486247,
"total_value_exit_net": 10091.2589957672,
"total_value": 10092.1426486247,
"base_cost_quote": 1639.64385128,
"unrealized_pnl_exit_net": -462.3236941375
},
{
"timestamp": "2025-07-29T23:59:00+00:00",
"base_asset_bal": 88007,
"quote_asset_bal": 8879.6119058022,
"total_value_mid": 10067.7064058022,
"total_value_exit_net": 10066.8153349272,
"total_value": 10067.7064058022,
"base_cost_quote": 1674.7424254825,
"unrealized_pnl_exit_net": -487.5389963575
},
{
"timestamp": "2025-07-30T23:59:00+00:00",
"base_asset_bal": 89838,
"quote_asset_bal": 8855.3088712647,
"total_value_mid": 10058.2396912647,
"total_value_exit_net": 10057.3374931497,
"total_value": 10058.2396912647,
"base_cost_quote": 1699.82103034,
"unrealized_pnl_exit_net": -497.792408455
},
{
"timestamp": "2025-07-31T23:59:00+00:00",
"base_asset_bal": 94411,
"quote_asset_bal": 8795.9512579847,
"total_value_mid": 10014.7972679847,
"total_value_exit_net": 10013.8831334772,
"total_value": 10014.7972679847,
"base_cost_quote": 1759.92003081,
"unrealized_pnl_exit_net": -541.9881553175
},
{
"timestamp": "2025-08-01T23:59:00+00:00",
"base_asset_bal": 86427,
"quote_asset_bal": 8902.9894869622,
"total_value_mid": 10061.1112869622,
"total_value_exit_net": 10060.2426956122,
"total_value": 10061.1112869622,
"base_cost_quote": 1654.6954214975,
"unrealized_pnl_exit_net": -497.4422128475
},
{
"timestamp": "2025-08-02T23:59:00+00:00",
"base_asset_bal": 94518,
"quote_asset_bal": 8799.2873890147,
"total_value_mid": 9993.0497290147,
"total_value_exit_net": 9992.1544072597,
"total_value": 9993.0497290147,
"base_cost_quote": 1759.895232225,
"unrealized_pnl_exit_net": -567.02821398
},
{
"timestamp": "2025-08-03T23:59:00+00:00",
"base_asset_bal": 69799,
"quote_asset_bal": 9162.4480702122,
"total_value_mid": 10086.5868302122,
"total_value_exit_net": 10085.8937261422,
"total_value": 10086.5868302122,
"base_cost_quote": 1399.042995875,
"unrealized_pnl_exit_net": -475.597339945
},
{
"timestamp": "2025-08-04T23:59:00+00:00",
"base_asset_bal": 66041,
"quote_asset_bal": 9213.1042484272,
"total_value_mid": 10108.6202084272,
"total_value_exit_net": 10107.9485714572,
"total_value": 10108.6202084272,
"base_cost_quote": 1348.941287755,
"unrealized_pnl_exit_net": -454.096964725
},
{
"timestamp": "2025-08-05T23:59:00+00:00",
"base_asset_bal": 73646,
"quote_asset_bal": 9113.5532619348,
"total_value_mid": 10060.6408219347,
"total_value_exit_net": 10059.9305062647,
"total_value": 10060.6408219347,
"base_cost_quote": 1449.1384893375,
"unrealized_pnl_exit_net": -502.7612450075
},
{
"timestamp": "2025-08-06T23:59:00+00:00",
"base_asset_bal": 72465,
"quote_asset_bal": 9129.1215518573,
"total_value_mid": 10074.0651518573,
"total_value_exit_net": 10073.3564441573,
"total_value": 10074.0651518573,
"base_cost_quote": 1434.123846795,
"unrealized_pnl_exit_net": -489.888954495
},
{
"timestamp": "2025-08-07T23:59:00+00:00",
"base_asset_bal": 66027,
"quote_asset_bal": 9214.7193800848,
"total_value_mid": 10123.9111700848,
"total_value_exit_net": 10123.2292762423,
"total_value": 10123.9111700848,
"base_cost_quote": 1348.9336920625,
"unrealized_pnl_exit_net": -440.423795905
},
{
"timestamp": "2025-08-08T23:59:00+00:00",
"base_asset_bal": 65275,
"quote_asset_bal": 9225.2772541748,
"total_value_mid": 10129.9887541748,
"total_value_exit_net": 10129.3102205498,
"total_value": 10129.9887541748,
"base_cost_quote": 1338.9128420575,
"unrealized_pnl_exit_net": -434.8798756825
},
{
"timestamp": "2025-08-09T23:59:00+00:00",
"base_asset_bal": 66948,
"quote_asset_bal": 9200.9909865523,
"total_value_mid": 10166.3811465523,
"total_value_exit_net": 10165.6571039323,
"total_value": 10166.3811465523,
"base_cost_quote": 1363.98081895,
"unrealized_pnl_exit_net": -399.31470157
},
{
"timestamp": "2025-08-10T23:59:00+00:00",
"base_asset_bal": 69415,
"quote_asset_bal": 9166.6090079248,
"total_value_mid": 10147.4429579248,
"total_value_exit_net": 10146.7073324623,
"total_value": 10147.4429579248,
"base_cost_quote": 1399.0288352625,
"unrealized_pnl_exit_net": -418.930510725
},
{
"timestamp": "2025-08-11T23:59:00+00:00",
"base_asset_bal": 65667,
"quote_asset_bal": 9222.9592504798,
"total_value_mid": 10126.5371704798,
"total_value_exit_net": 10125.8594870398,
"total_value": 10126.5371704798,
"base_cost_quote": 1343.9468347225,
"unrealized_pnl_exit_net": -441.0465981625
},
{
"timestamp": "2025-08-12T23:59:00+00:00",
"base_asset_bal": 66549,
"quote_asset_bal": 9209.5225732198,
"total_value_mid": 10175.8140532198,
"total_value_exit_net": 10175.0893346098,
"total_value": 10175.8140532198,
"base_cost_quote": 1358.9518600575,
"unrealized_pnl_exit_net": -393.3850986675
},
{
"timestamp": "2025-08-13T23:59:00+00:00",
"base_asset_bal": 66194,
"quote_asset_bal": 9215.2373461124,
"total_value_mid": 10171.7406461123,
"total_value_exit_net": 10171.0232686373,
"total_value": 10171.7406461123,
"base_cost_quote": 1353.940794575,
"unrealized_pnl_exit_net": -398.15487205
},
{
"timestamp": "2025-08-14T23:59:00+00:00",
"base_asset_bal": 73103,
"quote_asset_bal": 9120.7776846574,
"total_value_mid": 10089.3924346574,
"total_value_exit_net": 10088.6659735949,
"total_value": 10089.3924346574,
"base_cost_quote": 1449.186014955,
"unrealized_pnl_exit_net": -481.2977260175
},
{
"timestamp": "2025-08-15T23:59:00+00:00",
"base_asset_bal": 73494,
"quote_asset_bal": 9116.4586454949,
"total_value_mid": 10090.9890854949,
"total_value_exit_net": 10090.2581876649,
"total_value": 10090.9890854949,
"base_cost_quote": 1454.1970203925,
"unrealized_pnl_exit_net": -480.3974782225
},
{
"timestamp": "2025-08-16T23:59:00+00:00",
"base_asset_bal": 73414,
"quote_asset_bal": 9117.1640927549,
"total_value_mid": 10126.6065927549,
"total_value_exit_net": 10125.8495108799,
"total_value": 10126.6065927549,
"base_cost_quote": 1454.2123318675,
"unrealized_pnl_exit_net": -445.5269137425
},
{
"timestamp": "2025-08-17T23:59:00+00:00",
"base_asset_bal": 72322,
"quote_asset_bal": 9132.4120495374,
"total_value_mid": 10126.8395495374,
"total_value_exit_net": 10126.0937289124,
"total_value": 10126.8395495374,
"base_cost_quote": 1439.17469209,
"unrealized_pnl_exit_net": -445.493012715
},
{
"timestamp": "2025-08-18T23:59:00+00:00",
"base_asset_bal": 73765,
"quote_asset_bal": 9112.9409498099,
"total_value_mid": 10099.9166498099,
"total_value_exit_net": 10099.1764180349,
"total_value": 10099.9166498099,
"base_cost_quote": 1459.1923841075,
"unrealized_pnl_exit_net": -472.9569158825
},
{
"timestamp": "2025-08-19T23:59:00+00:00",
"base_asset_bal": 77070,
"quote_asset_bal": 9068.7978540425,
"total_value_mid": 10085.3511540425,
"total_value_exit_net": 10084.5887390675,
"total_value": 10085.3511540425,
"base_cost_quote": 1504.28080508,
"unrealized_pnl_exit_net": -488.489920055
},
{
"timestamp": "2025-08-20T23:59:00+00:00",
"base_asset_bal": 73747,
"quote_asset_bal": 9114.4020319725,
"total_value_mid": 10124.7359319725,
"total_value_exit_net": 10123.9781815475,
"total_value": 10124.7359319725,
"base_cost_quote": 1459.181706105,
"unrealized_pnl_exit_net": -449.60555653
},
{
"timestamp": "2025-08-21T23:59:00+00:00",
"base_asset_bal": 76674,
"quote_asset_bal": 9074.6783163525,
"total_value_mid": 10105.9436163525,
"total_value_exit_net": 10105.1701673775,
"total_value": 10105.9436163525,
"base_cost_quote": 1499.254818415,
"unrealized_pnl_exit_net": -468.76296739
},
{
"timestamp": "2025-08-22T23:59:00+00:00",
"base_asset_bal": 69069,
"quote_asset_bal": 9180.5084343525,
"total_value_mid": 10171.6485843525,
"total_value_exit_net": 10170.90522924,
"total_value": 10171.6485843525,
"base_cost_quote": 1394.048732985,
"unrealized_pnl_exit_net": -403.6519380975
},
{
"timestamp": "2025-08-23T23:59:00+00:00",
"base_asset_bal": 65989,
"quote_asset_bal": 9226.3595744125,
"total_value_mid": 10168.0226044125,
"total_value_exit_net": 10167.31635714,
"total_value": 10168.0226044125,
"base_cost_quote": 1348.93190072,
"unrealized_pnl_exit_net": -407.9751179925
},
{
"timestamp": "2025-08-24T23:59:00+00:00",
"base_asset_bal": 69855,
"quote_asset_bal": 9171.8147662625,
"total_value_mid": 10144.8949162625,
"total_value_exit_net": 10144.16510615,
"total_value": 10144.8949162625,
"base_cost_quote": 1404.05473186,
"unrealized_pnl_exit_net": -431.7043919725
},
{
"timestamp": "2025-08-25T23:59:00+00:00",
"base_asset_bal": 79379,
"quote_asset_bal": 9042.1801005325,
"total_value_mid": 10087.6015305325,
"total_value_exit_net": 10086.81746446,
"total_value": 10087.6015305325,
"base_cost_quote": 1534.34861904,
"unrealized_pnl_exit_net": -489.7112551125
},
{
"timestamp": "2025-08-26T23:59:00+00:00",
"base_asset_bal": 76734,
"quote_asset_bal": 9077.6203478725,
"total_value_mid": 10102.7865878725,
"total_value_exit_net": 10102.0177131925,
"total_value": 10102.7865878725,
"base_cost_quote": 1499.281998785,
"unrealized_pnl_exit_net": -474.884633465
},
{
"timestamp": "2025-08-27T23:59:00+00:00",
"base_asset_bal": 76361,
"quote_asset_bal": 9082.90155142,
"total_value_mid": 10103.08451142,
"total_value_exit_net": 10102.3193742,
"total_value": 10103.08451142,
"base_cost_quote": 1494.2688517425,
"unrealized_pnl_exit_net": -474.8510289625
},
{
"timestamp": "2025-08-28T23:59:00+00:00",
"base_asset_bal": 73403,
"quote_asset_bal": 9123.28029031,
"total_value_mid": 10120.82706031,
"total_value_exit_net": 10120.0789002325,
"total_value": 10120.82706031,
"base_cost_quote": 1454.1958395075,
"unrealized_pnl_exit_net": -457.397229585
},
{
"timestamp": "2025-08-29T23:59:00+00:00",
"base_asset_bal": 79039,
"quote_asset_bal": 9048.5040570075,
"total_value_mid": 10087.0765170075,
"total_value_exit_net": 10086.2975876625,
"total_value": 10087.0765170075,
"base_cost_quote": 1529.36088104,
"unrealized_pnl_exit_net": -491.567350385
},
{
"timestamp": "2025-08-30T23:59:00+00:00",
"base_asset_bal": 78275,
"quote_asset_bal": 9058.73323231,
"total_value_mid": 10091.18048231,
"total_value_exit_net": 10090.4061468725,
"total_value": 10091.18048231,
"base_cost_quote": 1519.3412819725,
"unrealized_pnl_exit_net": -487.66836741
},
{
"timestamp": "2025-08-31T23:59:00+00:00",
"base_asset_bal": 79042,
"quote_asset_bal": 9048.87251692,
"total_value_mid": 10081.95145692,
"total_value_exit_net": 10081.176647715,
"total_value": 10081.95145692,
"base_cost_quote": 1529.3471207275,
"unrealized_pnl_exit_net": -497.0429899325
},
{
"timestamp": "2025-09-01T23:59:00+00:00",
"base_asset_bal": 81712,
"quote_asset_bal": 9014.2408337475,
"total_value_mid": 10069.9598737475,
"total_value_exit_net": 10069.1680844675,
"total_value": 10069.9598737475,
"base_cost_quote": 1564.429022435,
"unrealized_pnl_exit_net": -509.501771715
},
{
"timestamp": "2025-09-02T23:59:00+00:00",
"base_asset_bal": 77895,
"quote_asset_bal": 9064.6858771325,
"total_value_mid": 10095.2367271325,
"total_value_exit_net": 10094.463813995,
"total_value": 10095.2367271325,
"base_cost_quote": 1514.316426155,
"unrealized_pnl_exit_net": -484.5384892925
},
{
"timestamp": "2025-09-03T23:59:00+00:00",
"base_asset_bal": 77514,
"quote_asset_bal": 9069.8222214775,
"total_value_mid": 10099.9832814775,
"total_value_exit_net": 10099.2106606825,
"total_value": 10099.9832814775,
"base_cost_quote": 1509.316519035,
"unrealized_pnl_exit_net": -479.92807983
},
{
"timestamp": "2025-09-04T23:59:00+00:00",
"base_asset_bal": 79027,
"quote_asset_bal": 9049.9430997025,
"total_value_mid": 10085.9870697025,
"total_value_exit_net": 10085.210036725,
"total_value": 10085.9870697025,
"base_cost_quote": 1529.358819495,
"unrealized_pnl_exit_net": -494.0918824725
},
{
"timestamp": "2025-09-05T23:59:00+00:00",
"base_asset_bal": 78634,
"quote_asset_bal": 9055.09482377,
"total_value_mid": 10094.63630377,
"total_value_exit_net": 10093.85664766,
"total_value": 10094.63630377,
"base_cost_quote": 1524.3523574625,
"unrealized_pnl_exit_net": -485.5905335725
},
{
"timestamp": "2025-09-06T23:59:00+00:00",
"base_asset_bal": 77866,
"quote_asset_bal": 9065.27037821,
"total_value_mid": 10104.78147821,
"total_value_exit_net": 10104.001844885,
"total_value": 10104.78147821,
"base_cost_quote": 1514.3128734925,
"unrealized_pnl_exit_net": -475.5814068175
},
{
"timestamp": "2025-09-07T23:59:00+00:00",
"base_asset_bal": 77864,
"quote_asset_bal": 9065.4324006275,
"total_value_mid": 10098.6876806275,
"total_value_exit_net": 10097.9127391675,
"total_value": 10098.6876806275,
"base_cost_quote": 1514.30924077,
"unrealized_pnl_exit_net": -481.82890223
},
{
"timestamp": "2025-09-08T23:59:00+00:00",
"base_asset_bal": 77110,
"quote_asset_bal": 9075.6327701825,
"total_value_mid": 10104.2801701825,
"total_value_exit_net": 10103.5086846325,
"total_value": 10104.2801701825,
"base_cost_quote": 1504.288230645,
"unrealized_pnl_exit_net": -476.412316195
},
{
"timestamp": "2025-09-09T23:59:00+00:00",
"base_asset_bal": 74513,
"quote_asset_bal": 9111.0961947325,
"total_value_mid": 10116.2765647325,
"total_value_exit_net": 10115.522679455,
"total_value": 10116.2765647325,
"base_cost_quote": 1469.221790525,
"unrealized_pnl_exit_net": -464.7953058025
},
{
"timestamp": "2025-09-10T23:59:00+00:00",
"base_asset_bal": 72663,
"quote_asset_bal": 9136.4003544525,
"total_value_mid": 10131.1568244525,
"total_value_exit_net": 10130.4107571,
"total_value": 10131.1568244525,
"base_cost_quote": 1444.167934215,
"unrealized_pnl_exit_net": -450.1575315675
},
{
"timestamp": "2025-09-11T23:59:00+00:00",
"base_asset_bal": 73762,
"quote_asset_bal": 9121.5873707325,
"total_value_mid": 10129.1762907325,
"total_value_exit_net": 10128.4205990425,
"total_value": 10129.1762907325,
"base_cost_quote": 1459.19145341,
"unrealized_pnl_exit_net": -452.3582251
},
{
"timestamp": "2025-09-12T23:59:00+00:00",
"base_asset_bal": 74132,
"quote_asset_bal": 9116.7962833,
"total_value_mid": 10126.4741233,
"total_value_exit_net": 10125.71686492,
"total_value": 10126.4741233,
"base_cost_quote": 1464.2163492575,
"unrealized_pnl_exit_net": -455.2957676375
},
{
"timestamp": "2025-09-13T23:59:00+00:00",
"base_asset_bal": 71566,
"quote_asset_bal": 9152.3344482575,
"total_value_mid": 10141.3765682575,
"total_value_exit_net": 10140.6347866675,
"total_value": 10141.3765682575,
"base_cost_quote": 1429.120817335,
"unrealized_pnl_exit_net": -440.820478925
},
{
"timestamp": "2025-09-14T23:59:00+00:00",
"base_asset_bal": 80144,
"quote_asset_bal": 9037.394021435,
"total_value_mid": 10088.081861435,
"total_value_exit_net": 10087.293845555,
"total_value": 10088.081861435,
"base_cost_quote": 1544.3858913525,
"unrealized_pnl_exit_net": -494.4860672325
},
{
"timestamp": "2025-09-15T23:59:00+00:00",
"base_asset_bal": 83217,
"quote_asset_bal": 8997.8064450675,
"total_value_mid": 10074.6344250675,
"total_value_exit_net": 10073.8268040825,
"total_value": 10074.6344250675,
"base_cost_quote": 1584.459874315,
"unrealized_pnl_exit_net": -508.4395153
},
{
"timestamp": "2025-09-16T23:59:00+00:00",
"base_asset_bal": 83618,
"quote_asset_bal": 8993.1145324925,
"total_value_mid": 10075.9676324925,
"total_value_exit_net": 10075.1554926675,
"total_value": 10075.9676324925,
"base_cost_quote": 1589.4676073,
"unrealized_pnl_exit_net": -507.426647125
},
{
"timestamp": "2025-09-17T23:59:00+00:00",
"base_asset_bal": 82442,
"quote_asset_bal": 9008.6129745875,
"total_value_mid": 10083.6566545875,
"total_value_exit_net": 10082.8503718275,
"total_value": 10083.6566545875,
"base_cost_quote": 1574.427315535,
"unrealized_pnl_exit_net": -500.189918295
},
{
"timestamp": "2025-09-18T23:59:00+00:00",
"base_asset_bal": 78682,
"quote_asset_bal": 9059.296413695,
"total_value_mid": 10081.375593695,
"total_value_exit_net": 10080.60903431,
"total_value": 10081.375593695,
"base_cost_quote": 1524.3302609025,
"unrealized_pnl_exit_net": -503.0176402875
},
{
"timestamp": "2025-09-19T23:59:00+00:00",
"base_asset_bal": 79052,
"quote_asset_bal": 9055.0994668625,
"total_value_mid": 10083.5659868625,
"total_value_exit_net": 10082.7946369725,
"total_value": 10083.5659868625,
"base_cost_quote": 1529.33702316,
"unrealized_pnl_exit_net": -501.64185305
},
{
"timestamp": "2025-09-20T23:59:00+00:00",
"base_asset_bal": 80193,
"quote_asset_bal": 9040.4528616025,
"total_value_mid": 10081.3580016025,
"total_value_exit_net": 10080.5773227475,
"total_value": 10081.3580016025,
"base_cost_quote": 1544.37093014,
"unrealized_pnl_exit_net": -504.246468995
},
{
"timestamp": "2025-09-21T23:59:00+00:00",
"base_asset_bal": 80191,
"quote_asset_bal": 9040.6615081975,
"total_value_mid": 10083.1445081975,
"total_value_exit_net": 10082.3626459475,
"total_value": 10083.1445081975,
"base_cost_quote": 1544.36012204,
"unrealized_pnl_exit_net": -502.65898429
},
{
"timestamp": "2025-09-22T23:59:00+00:00",
"base_asset_bal": 90400,
"quote_asset_bal": 8916.2909078,
"total_value_mid": 9936.0029078,
"total_value_exit_net": 9935.2381238,
"total_value": 9936.0029078,
"base_cost_quote": 1669.6123207875,
"unrealized_pnl_exit_net": -650.6651047875
},
{
"timestamp": "2025-09-23T23:59:00+00:00",
"base_asset_bal": 87304,
"quote_asset_bal": 8951.9279442625,
"total_value_mid": 9946.3205042625,
"total_value_exit_net": 9945.5747098425,
"total_value": 9946.3205042625,
"base_cost_quote": 1634.54130724,
"unrealized_pnl_exit_net": -640.89454166
},
{
"timestamp": "2025-09-24T23:59:00+00:00",
"base_asset_bal": 92078,
"quote_asset_bal": 8897.333544865,
"total_value_mid": 9935.052604865,
"total_value_exit_net": 9934.27431557,
"total_value": 9935.052604865,
"base_cost_quote": 1689.655591975,
"unrealized_pnl_exit_net": -652.71482127
},
{
"timestamp": "2025-09-25T23:59:00+00:00",
"base_asset_bal": 97521,
"quote_asset_bal": 8837.9628009325,
"total_value_mid": 9889.2391809325,
"total_value_exit_net": 9888.4507236475,
"total_value": 9889.2391809325,
"base_cost_quote": 1749.754512385,
"unrealized_pnl_exit_net": -699.26658967
},
{
"timestamp": "2025-09-26T23:59:00+00:00",
"base_asset_bal": 92964,
"quote_asset_bal": 8888.92595426,
"total_value_mid": 9931.05239426,
"total_value_exit_net": 9930.27079943,
"total_value": 9931.05239426,
"base_cost_quote": 1699.679224065,
"unrealized_pnl_exit_net": -658.334378895
},
{
"timestamp": "2025-09-27T23:59:00+00:00",
"base_asset_bal": 92077,
"quote_asset_bal": 8899.2449274276,
"total_value_mid": 9932.3488674276,
"total_value_exit_net": 9931.5740394726,
"total_value": 9932.3488674276,
"base_cost_quote": 1689.6578636775,
"unrealized_pnl_exit_net": -657.3287516325
},
{
"timestamp": "2025-09-28T23:59:00+00:00",
"base_asset_bal": 93875,
"quote_asset_bal": 8879.416944,
"total_value_mid": 9926.123194,
"total_value_exit_net": 9925.3381643125,
"total_value": 9926.123194,
"base_cost_quote": 1709.6871543875,
"unrealized_pnl_exit_net": -663.765934075
},
{
"timestamp": "2025-09-29T23:59:00+00:00",
"base_asset_bal": 94762,
"quote_asset_bal": 8869.70471169,
"total_value_mid": 9908.29623169,
"total_value_exit_net": 9907.51728805,
"total_value": 9908.29623169,
"base_cost_quote": 1719.71541995,
"unrealized_pnl_exit_net": -681.90284359
},
{
"timestamp": "2025-09-30T23:59:00+00:00",
"base_asset_bal": 96130,
"quote_asset_bal": 8854.983268595,
"total_value_mid": 9909.529368595,
"total_value_exit_net": 9908.73845902,
"total_value": 9909.529368595,
"base_cost_quote": 1734.7381485525,
"unrealized_pnl_exit_net": -680.9829581275
},
{
"timestamp": "2025-10-01T23:59:00+00:00",
"base_asset_bal": 90731,
"quote_asset_bal": 8915.37956003,
"total_value_mid": 9946.99103003,
"total_value_exit_net": 9946.2173214275,
"total_value": 9946.99103003,
"base_cost_quote": 1674.621725025,
"unrealized_pnl_exit_net": -643.7839636275
},
{
"timestamp": "2025-10-02T23:59:00+00:00",
"base_asset_bal": 88972,
"quote_asset_bal": 8935.6925914475,
"total_value_mid": 9955.3117114475,
"total_value_exit_net": 9954.5469971075,
"total_value": 9955.3117114475,
"base_cost_quote": 1654.5927845775,
"unrealized_pnl_exit_net": -635.7383789175
},
{
"timestamp": "2025-10-03T23:59:00+00:00",
"base_asset_bal": 88981,
"quote_asset_bal": 8935.987079085,
"total_value_mid": 9956.599149085,
"total_value_exit_net": 9955.8336900325,
"total_value": 9956.599149085,
"base_cost_quote": 1654.59169376,
"unrealized_pnl_exit_net": -634.7450828125
},
{
"timestamp": "2025-10-04T23:59:00+00:00",
"base_asset_bal": 89862,
"quote_asset_bal": 8926.20975608,
"total_value_mid": 9939.85311608,
"total_value_exit_net": 9939.09288356,
"total_value": 9939.85311608,
"base_cost_quote": 1664.623511985,
"unrealized_pnl_exit_net": -651.740384505
},
{
"timestamp": "2025-10-05T23:59:00+00:00",
"base_asset_bal": 91185,
"quote_asset_bal": 8911.4363343825,
"total_value_mid": 9931.7964843825,
"total_value_exit_net": 9931.03121427,
"total_value": 9931.7964843825,
"base_cost_quote": 1679.6289276125,
"unrealized_pnl_exit_net": -660.034047725
},
{
"timestamp": "2025-10-06T23:59:00+00:00",
"base_asset_bal": 88976,
"quote_asset_bal": 8936.7125007075,
"total_value_mid": 9952.8184207075,
"total_value_exit_net": 9952.0563412675,
"total_value": 9952.8184207075,
"base_cost_quote": 1654.60574429,
"unrealized_pnl_exit_net": -639.26190373
},
{
"timestamp": "2025-10-07T23:59:00+00:00",
"base_asset_bal": 98012,
"quote_asset_bal": 8836.9503438851,
"total_value_mid": 9883.7185038851,
"total_value_exit_net": 9882.9334277651,
"total_value": 9883.7185038851,
"base_cost_quote": 1754.7775468375,
"unrealized_pnl_exit_net": -708.7944629575
},
{
"timestamp": "2025-10-08T23:59:00+00:00",
"base_asset_bal": 96576,
"quote_asset_bal": 8852.4390531426,
"total_value_mid": 9916.7065731426,
"total_value_exit_net": 9915.9083725026,
"total_value": 9916.7065731426,
"base_cost_quote": 1739.7657164025,
"unrealized_pnl_exit_net": -676.2963970425
},
{
"timestamp": "2025-10-09T23:59:00+00:00",
"base_asset_bal": 97926,
"quote_asset_bal": 8837.7888378876,
"total_value_mid": 9899.3066778876,
"total_value_exit_net": 9898.5105395076,
"total_value": 9899.3066778876,
"base_cost_quote": 1754.7991230075,
"unrealized_pnl_exit_net": -694.0774213875
},
{
"timestamp": "2025-10-10T23:59:00+00:00",
"base_asset_bal": 103021,
"quote_asset_bal": 8809.2078575526,
"total_value_mid": 9511.8110775525,
"total_value_exit_net": 9511.2841251375,
"total_value": 9511.8110775525,
"base_cost_quote": 1784.815268245,
"unrealized_pnl_exit_net": -1082.73900066
},
{
"timestamp": "2025-10-11T23:59:00+00:00",
"base_asset_bal": 107621,
"quote_asset_bal": 8776.7688330325,
"total_value_mid": 9616.2126330325,
"total_value_exit_net": 9615.5830501825,
"total_value": 9616.2126330325,
"base_cost_quote": 1819.8732520275,
"unrealized_pnl_exit_net": -981.0590348775
},
{
"timestamp": "2025-10-12T23:59:00+00:00",
"base_asset_bal": 111160,
"quote_asset_bal": 8748.4231227975,
"total_value_mid": 9665.4931227975,
"total_value_exit_net": 9664.8053202975,
"total_value": 9665.4931227975,
"base_cost_quote": 1849.918939405,
"unrealized_pnl_exit_net": -933.536741905
},
{
"timestamp": "2025-10-13T23:59:00+00:00",
"base_asset_bal": 108691,
"quote_asset_bal": 8770.080865705,
"total_value_mid": 9697.215095705,
"total_value_exit_net": 9696.5197450325,
"total_value": 9697.215095705,
"base_cost_quote": 1829.8905593775,
"unrealized_pnl_exit_net": -903.45168005
},
{
"timestamp": "2025-10-14T23:59:00+00:00",
"base_asset_bal": 116488,
"quote_asset_bal": 8706.8025941601,
"total_value_mid": 9662.0041941601,
"total_value_exit_net": 9661.2877929601,
"total_value": 9662.0041941601,
"base_cost_quote": 1895.0000148725,
"unrealized_pnl_exit_net": -940.5148160725
},
{
"timestamp": "2025-10-15T23:59:00+00:00",
"base_asset_bal": 118326,
"quote_asset_bal": 8693.3186669876,
"total_value_mid": 9649.3927469876,
"total_value_exit_net": 9648.6756914276,
"total_value": 9649.3927469876,
"base_cost_quote": 1910.0043797125,
"unrealized_pnl_exit_net": -954.6473552725
},
{
"timestamp": "2025-10-16T23:59:00+00:00",
"base_asset_bal": 121099,
"quote_asset_bal": 8671.4712075701,
"total_value_mid": 9656.0060775701,
"total_value_exit_net": 9655.2676764176,
"total_value": 9656.0060775701,
"base_cost_quote": 1935.04839865,
"unrealized_pnl_exit_net": -951.2519298025
},
{
"timestamp": "2025-10-17T23:59:00+00:00",
"base_asset_bal": 126076,
"quote_asset_bal": 8633.0024477451,
"total_value_mid": 9625.2205677451,
"total_value_exit_net": 9624.4764041551,
"total_value": 9625.2205677451,
"base_cost_quote": 1975.1049085175,
"unrealized_pnl_exit_net": -983.6309521075
},
{
"timestamp": "2025-10-18T23:59:00+00:00",
"base_asset_bal": 113331,
"quote_asset_bal": 8739.8391213776,
"total_value_mid": 9663.4867713776,
"total_value_exit_net": 9662.7940356401,
"total_value": 9663.4867713776,
"base_cost_quote": 1869.94949106,
"unrealized_pnl_exit_net": -946.9945767975
},
{
"timestamp": "2025-10-19T23:59:00+00:00",
"base_asset_bal": 109655,
"quote_asset_bal": 8770.7861114001,
"total_value_mid": 9686.4053614001,
"total_value_exit_net": 9685.7186469626,
"total_value": 9686.4053614001,
"base_cost_quote": 1839.9078667275,
"unrealized_pnl_exit_net": -924.975331165
},
{
"timestamp": "2025-10-20T23:59:00+00:00",
"base_asset_bal": 113866,
"quote_asset_bal": 8736.4080876576,
"total_value_mid": 9674.6639276576,
"total_value_exit_net": 9673.9602357776,
"total_value": 9674.6639276576,
"base_cost_quote": 1874.9664609675,
"unrealized_pnl_exit_net": -937.4143128475
},
{
"timestamp": "2025-10-21T23:59:00+00:00",
"base_asset_bal": 126523,
"quote_asset_bal": 8632.5695099401,
"total_value_mid": 9635.8968999401,
"total_value_exit_net": 9635.1444043976,
"total_value": 9635.8968999401,
"base_cost_quote": 1980.1248706675,
"unrealized_pnl_exit_net": -977.54997621
},
{
"timestamp": "2025-10-22T23:59:00+00:00",
"base_asset_bal": 128586,
"quote_asset_bal": 8619.0794061851,
"total_value_mid": 9611.7633261851,
"total_value_exit_net": 9611.0188132451,
"total_value": 9611.7633261851,
"base_cost_quote": 1995.1363608475,
"unrealized_pnl_exit_net": -1003.1969537875
},
{
"timestamp": "2025-10-23T23:59:00+00:00",
"base_asset_bal": 124190,
"quote_asset_bal": 8654.7011651601,
"total_value_mid": 9663.1239651601,
"total_value_exit_net": 9662.3676480601,
"total_value": 9663.1239651601,
"base_cost_quote": 1960.0945391775,
"unrealized_pnl_exit_net": -952.4280562775
},
{
"timestamp": "2025-10-24T23:59:00+00:00",
"base_asset_bal": 120517,
"quote_asset_bal": 8685.4556123501,
"total_value_mid": 9671.2846723501,
"total_value_exit_net": 9670.5453005551,
"total_value": 9671.2846723501,
"base_cost_quote": 1930.04769093,
"unrealized_pnl_exit_net": -944.958002725
},
{
"timestamp": "2025-10-25T23:59:00+00:00",
"base_asset_bal": 122949,
"quote_asset_bal": 8665.7387912476,
"total_value_mid": 9672.6911012476,
"total_value_exit_net": 9671.9358870151,
"total_value": 9672.6911012476,
"base_cost_quote": 1950.0778122625,
"unrealized_pnl_exit_net": -943.880716495
},
{
"timestamp": "2025-10-26T23:59:00+00:00",
"base_asset_bal": 119297,
"quote_asset_bal": 8696.2265889226,
"total_value_mid": 9688.7776289226,
"total_value_exit_net": 9688.0332156426,
"total_value": 9688.7776289226,
"base_cost_quote": 1920.036368065,
"unrealized_pnl_exit_net": -928.229741345
},
{
"timestamp": "2025-10-27T23:59:00+00:00",
"base_asset_bal": 128512,
"quote_asset_bal": 8621.4437776476,
"total_value_mid": 9645.6844176476,
"total_value_exit_net": 9644.9162371676,
"total_value": 9645.6844176476,
"base_cost_quote": 1995.1527531325,
"unrealized_pnl_exit_net": -971.6802936125
},
{
"timestamp": "2025-10-28T23:59:00+00:00",
"base_asset_bal": 129146,
"quote_asset_bal": 8617.1541860876,
"total_value_mid": 9621.9100660876,
"total_value_exit_net": 9621.1564991776,
"total_value": 9621.9100660876,
"base_cost_quote": 2000.1596054575,
"unrealized_pnl_exit_net": -996.1572923675
},
{
"timestamp": "2025-10-29T23:59:00+00:00",
"base_asset_bal": 129780,
"quote_asset_bal": 8612.6206415076,
"total_value_mid": 9627.5002415076,
"total_value_exit_net": 9626.7390818076,
"total_value": 9627.5002415076,
"base_cost_quote": 2005.1616942125,
"unrealized_pnl_exit_net": -991.0432539125
},
{
"timestamp": "2025-10-30T23:59:00+00:00",
"base_asset_bal": 139661,
"quote_asset_bal": 8538.3203428451,
"total_value_mid": 9578.7947928451,
"total_value_exit_net": 9578.0144370076,
"total_value": 9578.7947928451,
"base_cost_quote": 2080.289707995,
"unrealized_pnl_exit_net": -1040.5956138325
},
{
"timestamp": "2025-10-31T23:59:00+00:00",
"base_asset_bal": 129174,
"quote_asset_bal": 8619.2035161601,
"total_value_mid": 9630.6359361601,
"total_value_exit_net": 9629.8773618451,
"total_value": 9630.6359361601,
"base_cost_quote": 2000.156693275,
"unrealized_pnl_exit_net": -989.48284759
},
{
"timestamp": "2025-11-01T23:59:00+00:00",
"base_asset_bal": 128521,
"quote_asset_bal": 8624.645104985,
"total_value_mid": 9638.675794985,
"total_value_exit_net": 9637.9152719675,
"total_value": 9638.675794985,
"base_cost_quote": 1995.1512319925,
"unrealized_pnl_exit_net": -981.88106501
},
{
"timestamp": "2025-11-02T23:59:00+00:00",
"base_asset_bal": 123548,
"quote_asset_bal": 8665.387856845,
"total_value_mid": 9651.300896845,
"total_value_exit_net": 9650.561462065,
"total_value": 9651.300896845,
"base_cost_quote": 1955.0831034175,
"unrealized_pnl_exit_net": -969.9094981975
},
{
"timestamp": "2025-11-03T23:59:00+00:00",
"base_asset_bal": 142166,
"quote_asset_bal": 8526.63341535,
"total_value_mid": 9496.20553535,
"total_value_exit_net": 9495.47835626,
"total_value": 9496.20553535,
"base_cost_quote": 2095.2942429625,
"unrealized_pnl_exit_net": -1126.4493020525
},
{
"timestamp": "2025-11-04T23:59:00+00:00",
"base_asset_bal": 154120,
"quote_asset_bal": 8448.7194516175,
"total_value_mid": 9456.6642516175,
"total_value_exit_net": 9455.9082930175,
"total_value": 9456.6642516175,
"base_cost_quote": 2175.40489092,
"unrealized_pnl_exit_net": -1168.21604952
},
{
"timestamp": "2025-11-05T23:59:00+00:00",
"base_asset_bal": 145752,
"quote_asset_bal": 8504.76826908,
"total_value_mid": 9492.96682908,
"total_value_exit_net": 9492.22568016,
"total_value": 9492.96682908,
"base_cost_quote": 2120.3297855475,
"unrealized_pnl_exit_net": -1132.8723744675
},
{
"timestamp": "2025-11-06T23:59:00+00:00",
"base_asset_bal": 150237,
"quote_asset_bal": 8476.0948768251,
"total_value_mid": 9472.166186825,
"total_value_exit_net": 9471.4191333425,
"total_value": 9472.166186825,
"base_cost_quote": 2150.3740218375,
"unrealized_pnl_exit_net": -1155.04976532
},
{
"timestamp": "2025-11-07T23:59:00+00:00",
"base_asset_bal": 133118,
"quote_asset_bal": 8597.7832024851,
"total_value_mid": 9602.8241024851,
"total_value_exit_net": 9602.0703218101,
"total_value": 9602.8241024851,
"base_cost_quote": 2030.2102665625,
"unrealized_pnl_exit_net": -1025.9231472375
},
{
"timestamp": "2025-11-08T23:59:00+00:00",
"base_asset_bal": 136516,
"quote_asset_bal": 8573.6105072701,
"total_value_mid": 9592.0198672701,
"total_value_exit_net": 9591.2560602501,
"total_value": 9592.0198672701,
"base_cost_quote": 2055.2543555525,
"unrealized_pnl_exit_net": -1037.6088025725
},
{
"timestamp": "2025-11-09T23:59:00+00:00",
"base_asset_bal": 138561,
"quote_asset_bal": 8559.2609346601,
"total_value_mid": 9579.0698946601,
"total_value_exit_net": 9578.3050379401,
"total_value": 9579.0698946601,
"base_cost_quote": 2070.2686478325,
"unrealized_pnl_exit_net": -1051.2245445525
},
{
"timestamp": "2025-11-10T23:59:00+00:00",
"base_asset_bal": 131276,
"quote_asset_bal": 8615.2078789026,
"total_value_mid": 9606.3416789026,
"total_value_exit_net": 9605.5983285526,
"total_value": 9606.3416789026,
"base_cost_quote": 2015.17929178,
"unrealized_pnl_exit_net": -1024.78884213
},
{
"timestamp": "2025-11-11T23:59:00+00:00",
"base_asset_bal": 144277,
"quote_asset_bal": 8520.7503393601,
"total_value_mid": 9539.3459593601,
"total_value_exit_net": 9538.5820126451,
"total_value": 9539.3459593601,
"base_cost_quote": 2110.3174819475,
"unrealized_pnl_exit_net": -1092.4858086625
},
{
"timestamp": "2025-11-12T23:59:00+00:00",
"base_asset_bal": 146405,
"quote_asset_bal": 8506.4705403251,
"total_value_mid": 9529.8414903251,
"total_value_exit_net": 9529.0739621126,
"total_value": 9529.8414903251,
"base_cost_quote": 2125.3451442475,
"unrealized_pnl_exit_net": -1102.74172246
},
{
"timestamp": "2025-11-13T23:59:00+00:00",
"base_asset_bal": 154413,
"quote_asset_bal": 8452.3391893551,
"total_value_mid": 9491.5386793551,
"total_value_exit_net": 9490.7592797376,
"total_value": 9491.5386793551,
"base_cost_quote": 2180.4219008575,
"unrealized_pnl_exit_net": -1142.001810475
},
{
"timestamp": "2025-11-14T23:59:00+00:00",
"base_asset_bal": 156659,
"quote_asset_bal": 8438.4040804877,
"total_value_mid": 9475.4866604877,
"total_value_exit_net": 9474.7088485527,
"total_value": 9475.4866604877,
"base_cost_quote": 2195.44835225,
"unrealized_pnl_exit_net": -1159.143584185
},
{
"timestamp": "2025-11-15T23:59:00+00:00",
"base_asset_bal": 152961,
"quote_asset_bal": 8463.9496862477,
"total_value_mid": 9493.3772162476,
"total_value_exit_net": 9492.6051456001,
"total_value": 9493.3772162476,
"base_cost_quote": 2170.4085865,
"unrealized_pnl_exit_net": -1141.7531271475
},
{
"timestamp": "2025-11-16T23:59:00+00:00",
"base_asset_bal": 157485,
"quote_asset_bal": 8434.5287748552,
"total_value_mid": 9459.7561248552,
"total_value_exit_net": 9458.9872043427,
"total_value": 9459.7561248552,
"base_cost_quote": 2200.4583569375,
"unrealized_pnl_exit_net": -1175.99992745
},
{
"timestamp": "2025-11-17T23:59:00+00:00",
"base_asset_bal": 123532,
"quote_asset_bal": 8686.8831871577,
"total_value_mid": 9509.6063071577,
"total_value_exit_net": 9508.9892648177,
"total_value": 9509.6063071577,
"base_cost_quote": 1950.085768225,
"unrealized_pnl_exit_net": -1127.979690565
},
{
"timestamp": "2025-11-18T23:59:00+00:00",
"base_asset_bal": 125097,
"quote_asset_bal": 8678.0251771677,
"total_value_mid": 9498.6614971677,
"total_value_exit_net": 9498.0460199277,
"total_value": 9498.6614971677,
"base_cost_quote": 1960.10037355,
"unrealized_pnl_exit_net": -1140.07953079
},
{
"timestamp": "2025-11-19T23:59:00+00:00",
"base_asset_bal": 117620,
"quote_asset_bal": 8729.5219555102,
"total_value_mid": 9521.1045555102,
"total_value_exit_net": 9520.5108685602,
"total_value": 9521.1045555102,
"base_cost_quote": 1910.0284377425,
"unrealized_pnl_exit_net": -1119.0395246925
},
{
"timestamp": "2025-11-20T23:59:00+00:00",
"base_asset_bal": 128319,
"quote_asset_bal": 8660.4680048977,
"total_value_mid": 9476.5768448977,
"total_value_exit_net": 9475.9647632677,
"total_value": 9476.5768448977,
"base_cost_quote": 1980.13114537,
"unrealized_pnl_exit_net": -1164.634387
},
{
"timestamp": "2025-11-21T23:59:00+00:00",
"base_asset_bal": 140470,
"quote_asset_bal": 8587.4833973877,
"total_value_mid": 9402.2093973877,
"total_value_exit_net": 9401.5983528877,
"total_value": 9402.2093973877,
"base_cost_quote": 2055.22458324,
"unrealized_pnl_exit_net": -1241.10962774
},
{
"timestamp": "2025-11-22T23:59:00+00:00",
"base_asset_bal": 139313,
"quote_asset_bal": 8599.1277410452,
"total_value_mid": 9391.8187110452,
"total_value_exit_net": 9391.2241928177,
"total_value": 9391.8187110452,
"base_cost_quote": 2045.2291022475,
"unrealized_pnl_exit_net": -1253.132650475
},
{
"timestamp": "2025-11-23T23:59:00+00:00",
"base_asset_bal": 139223,
"quote_asset_bal": 8600.0730705602,
"total_value_mid": 9401.9975505602,
"total_value_exit_net": 9401.3961072002,
"total_value": 9401.9975505602,
"base_cost_quote": 2045.2193949725,
"unrealized_pnl_exit_net": -1243.8963583325
},
{
"timestamp": "2025-11-24T23:59:00+00:00",
"base_asset_bal": 133182,
"quote_asset_bal": 8635.9564272852,
"total_value_mid": 9428.3893272852,
"total_value_exit_net": 9427.7950026102,
"total_value": 9428.3893272852,
"base_cost_quote": 2010.1693071075,
"unrealized_pnl_exit_net": -1218.3307317825
},
{
"timestamp": "2025-11-25T23:59:00+00:00",
"base_asset_bal": 132308,
"quote_asset_bal": 8641.6281804427,
"total_value_mid": 9440.7685004427,
"total_value_exit_net": 9440.1691452027,
"total_value": 9440.7685004427,
"base_cost_quote": 2005.162684955,
"unrealized_pnl_exit_net": -1206.621720195
},
{
"timestamp": "2025-11-26T23:59:00+00:00",
"base_asset_bal": 131493,
"quote_asset_bal": 8647.4826042177,
"total_value_mid": 9445.6451142177,
"total_value_exit_net": 9445.0464923352,
"total_value": 9445.6451142177,
"base_cost_quote": 2000.152690275,
"unrealized_pnl_exit_net": -1202.5888021575
},
{
"timestamp": "2025-11-27T23:59:00+00:00",
"base_asset_bal": 135632,
"quote_asset_bal": 8623.0036589052,
"total_value_mid": 9434.0830189052,
"total_value_exit_net": 9433.4747093852,
"total_value": 9434.0830189052,
"base_cost_quote": 2025.1953481925,
"unrealized_pnl_exit_net": -1214.7242977125
},
{
"timestamp": "2025-11-28T23:59:00+00:00",
"base_asset_bal": 135584,
"quote_asset_bal": 8623.8862683927,
"total_value_mid": 9438.7461083927,
"total_value_exit_net": 9438.1349635127,
"total_value": 9438.7461083927,
"base_cost_quote": 2025.183809545,
"unrealized_pnl_exit_net": -1210.935114425
},
{
"timestamp": "2025-11-29T23:59:00+00:00",
"base_asset_bal": 136441,
"quote_asset_bal": 8619.6034802202,
"total_value_mid": 9435.5206602202,
"total_value_exit_net": 9434.9087223352,
"total_value": 9435.5206602202,
"base_cost_quote": 2030.1977772025,
"unrealized_pnl_exit_net": -1214.8925350875
},
{
"timestamp": "2025-11-30T23:59:00+00:00",
"base_asset_bal": 133890,
"quote_asset_bal": 8635.3617238576,
"total_value_mid": 9453.4296238576,
"total_value_exit_net": 9452.8160729326,
"total_value": 9453.4296238576,
"base_cost_quote": 2015.17048518,
"unrealized_pnl_exit_net": -1197.716136105
},
{
"timestamp": "2025-12-01T23:59:00+00:00",
"base_asset_bal": 144070,
"quote_asset_bal": 8576.4498876076,
"total_value_mid": 9401.9709876076,
"total_value_exit_net": 9401.3518467826,
"total_value": 9401.9709876076,
"base_cost_quote": 2075.253333545,
"unrealized_pnl_exit_net": -1250.35137437
},
{
"timestamp": "2025-12-02T23:59:00+00:00",
"base_asset_bal": 137248,
"quote_asset_bal": 8617.4337716576,
"total_value_mid": 9439.5492916576,
"total_value_exit_net": 9438.9327050176,
"total_value": 9439.5492916576,
"base_cost_quote": 2035.1960531,
"unrealized_pnl_exit_net": -1213.69711974
},
{
"timestamp": "2025-12-03T23:59:00+00:00",
"base_asset_bal": 133113,
"quote_asset_bal": 8643.1103388926,
"total_value_mid": 9463.0864188926,
"total_value_exit_net": 9462.4714368326,
"total_value": 9463.0864188926,
"base_cost_quote": 2010.1692971,
"unrealized_pnl_exit_net": -1190.80819916
},
{
"timestamp": "2025-12-04T23:59:00+00:00",
"base_asset_bal": 127527,
"quote_asset_bal": 8679.0918780601,
"total_value_mid": 9483.78724806,
"total_value_exit_net": 9483.1837265325,
"total_value": 9483.78724806,
"base_cost_quote": 1975.1212807875,
"unrealized_pnl_exit_net": -1171.029432315
},
{
"timestamp": "2025-12-05T23:59:00+00:00",
"base_asset_bal": 119257,
"quote_asset_bal": 8738.9149835026,
"total_value_mid": 9591.6025335026,
"total_value_exit_net": 9590.9630178401,
"total_value": 9591.6025335026,
"base_cost_quote": 1920.02309812,
"unrealized_pnl_exit_net": -1067.9750637825
},
{
"timestamp": "2025-12-06T23:59:00+00:00",
"base_asset_bal": 72570,
"quote_asset_bal": 9240.5001351551,
"total_value_mid": 10125.1284351551,
"total_value_exit_net": 10124.4649639301,
"total_value": 10125.1284351551,
"base_cost_quote": 1424.0772474925,
"unrealized_pnl_exit_net": -540.1124187175
},
{
"timestamp": "2025-12-07T23:59:00+00:00",
"base_asset_bal": 95662,
"quote_asset_bal": 9015.2274398401,
"total_value_mid": 9841.7471198401,
"total_value_exit_net": 9841.1272300801,
"total_value": 9841.7471198401,
"base_cost_quote": 1654.5332399525,
"unrealized_pnl_exit_net": -828.6334497125
},
{
"timestamp": "2025-12-08T23:59:00+00:00",
"base_asset_bal": 84778,
"quote_asset_bal": 9119.6383574801,
"total_value_mid": 9900.4437374801,
"total_value_exit_net": 9899.8581334451,
"total_value": 9900.4437374801,
"base_cost_quote": 1554.3304641925,
"unrealized_pnl_exit_net": -774.1106882275
},
{
"timestamp": "2025-12-09T23:59:00+00:00",
"base_asset_bal": 85257,
"quote_asset_bal": 9120.0781551327,
"total_value_mid": 9955.5967551327,
"total_value_exit_net": 9954.9701161827,
"total_value": 9955.5967551327,
"base_cost_quote": 1559.33374384,
"unrealized_pnl_exit_net": -724.44178279
},
{
"timestamp": "2025-12-10T23:59:00+00:00",
"base_asset_bal": 78836,
"quote_asset_bal": 9189.9433390628,
"total_value_mid": 10020.0864190628,
"total_value_exit_net": 10019.4638117528,
"total_value": 10020.0864190628,
"base_cost_quote": 1494.241501245,
"unrealized_pnl_exit_net": -664.721028555
},
{
"timestamp": "2025-12-11T23:59:00+00:00",
"base_asset_bal": 88870,
"quote_asset_bal": 9099.0194121978,
"total_value_mid": 9903.2929121978,
"total_value_exit_net": 9902.6897070728,
"total_value": 9903.2929121978,
"base_cost_quote": 1589.3950429175,
"unrealized_pnl_exit_net": -785.7247480425
},
{
"timestamp": "2025-12-12T23:59:00+00:00",
"base_asset_bal": 96919,
"quote_asset_bal": 9033.1389959253,
"total_value_mid": 9854.0429259253,
"total_value_exit_net": 9853.4272479778,
"total_value": 9854.0429259253,
"base_cost_quote": 1659.5208178325,
"unrealized_pnl_exit_net": -839.23256578
},
{
"timestamp": "2025-12-13T23:59:00+00:00",
"base_asset_bal": 112544,
"quote_asset_bal": 8910.7589185553,
"total_value_mid": 9777.3477185553,
"total_value_exit_net": 9776.6977769553,
"total_value": 9777.3477185553,
"base_cost_quote": 1784.699821725,
"unrealized_pnl_exit_net": -918.760963325
},
{
"timestamp": "2025-12-14T23:59:00+00:00",
"base_asset_bal": 115942,
"quote_asset_bal": 8887.5378447178,
"total_value_mid": 9748.9869047177,
"total_value_exit_net": 9748.3408179227,
"total_value": 9748.9869047177,
"base_cost_quote": 1809.7495849675,
"unrealized_pnl_exit_net": -948.9466117625
},
{
"timestamp": "2025-12-15T23:59:00+00:00",
"base_asset_bal": 125551,
"quote_asset_bal": 8819.6052880228,
"total_value_mid": 9643.2198480228,
"total_value_exit_net": 9642.6021371028,
"total_value": 9643.2198480228,
"base_cost_quote": 1879.8498407575,
"unrealized_pnl_exit_net": -1056.8529916775
},
{
"timestamp": "2025-12-16T23:59:00+00:00",
"base_asset_bal": 112909,
"quote_asset_bal": 8917.7035008828,
"total_value_mid": 9790.4900708828,
"total_value_exit_net": 9789.8354809553,
"total_value": 9790.4900708828,
"base_cost_quote": 1784.6975700375,
"unrealized_pnl_exit_net": -912.565589965
},
{
"timestamp": "2025-12-17T23:59:00+00:00",
"base_asset_bal": 104343,
"quote_asset_bal": 8996.7999379153,
"total_value_mid": 9720.9403579153,
"total_value_exit_net": 9720.3972526003,
"total_value": 9720.9403579153,
"base_cost_quote": 1709.5838169425,
"unrealized_pnl_exit_net": -985.9865022575
},
{
"timestamp": "2025-12-18T23:59:00+00:00",
"base_asset_bal": 107827,
"quote_asset_bal": 8975.1404021153,
"total_value_mid": 9743.9469121153,
"total_value_exit_net": 9743.3703072328,
"total_value": 9743.9469121153,
"base_cost_quote": 1734.6277057825,
"unrealized_pnl_exit_net": -966.397800665
},
{
"timestamp": "2025-12-19T23:59:00+00:00",
"base_asset_bal": 108542,
"quote_asset_bal": 8972.0412082554,
"total_value_mid": 9743.7748282554,
"total_value_exit_net": 9743.1960280404,
"total_value": 9743.7748282554,
"base_cost_quote": 1739.6331770725,
"unrealized_pnl_exit_net": -968.4783572875
},
{
"timestamp": "2025-12-20T23:59:00+00:00",
"base_asset_bal": 112805,
"quote_asset_bal": 8942.8718189004,
"total_value_mid": 9729.1226689004,
"total_value_exit_net": 9728.5329807629,
"total_value": 9729.1226689004,
"base_cost_quote": 1769.6870405775,
"unrealized_pnl_exit_net": -984.025878715
},
{
"timestamp": "2025-12-21T23:59:00+00:00",
"base_asset_bal": 101759,
"quote_asset_bal": 9025.666879723,
"total_value_mid": 9742.050239723,
"total_value_exit_net": 9741.512952203,
"total_value": 9742.050239723,
"base_cost_quote": 1689.574331075,
"unrealized_pnl_exit_net": -973.728258595
},
{
"timestamp": "2025-12-22T23:59:00+00:00",
"base_asset_bal": 107405,
"quote_asset_bal": 8987.583363963,
"total_value_mid": 9735.122163963,
"total_value_exit_net": 9734.561509863,
"total_value": 9735.122163963,
"base_cost_quote": 1729.64089848,
"unrealized_pnl_exit_net": -982.66275258
},
{
"timestamp": "2025-12-23T23:59:00+00:00",
"base_asset_bal": 116928,
"quote_asset_bal": 8923.3619391055,
"total_value_mid": 9704.4409791055,
"total_value_exit_net": 9703.8551698255,
"total_value": 9704.4409791055,
"base_cost_quote": 1794.7306692225,
"unrealized_pnl_exit_net": -1014.2374385025
},
{
"timestamp": "2025-12-24T23:59:00+00:00",
"base_asset_bal": 116184,
"quote_asset_bal": 8929.032302498,
"total_value_mid": 9703.979582498,
"total_value_exit_net": 9703.398372038,
"total_value": 9703.979582498,
"base_cost_quote": 1789.716661535,
"unrealized_pnl_exit_net": -1015.350591995
},
{
"timestamp": "2025-12-25T23:59:00+00:00",
"base_asset_bal": 119229,
"quote_asset_bal": 8909.563143798,
"total_value_mid": 9692.897673798,
"total_value_exit_net": 9692.3101729005,
"total_value": 9692.897673798,
"base_cost_quote": 1809.746552695,
"unrealized_pnl_exit_net": -1026.9995235925
},
{
"timestamp": "2025-12-26T23:59:00+00:00",
"base_asset_bal": 115424,
"quote_asset_bal": 8935.2420173505,
"total_value_mid": 9700.5031373505,
"total_value_exit_net": 9699.9291915105,
"total_value": 9700.5031373505,
"base_cost_quote": 1784.7078777625,
"unrealized_pnl_exit_net": -1020.0207036025
},
{
"timestamp": "2025-12-27T23:59:00+00:00",
"base_asset_bal": 108112,
"quote_asset_bal": 8986.036851938,
"total_value_mid": 9716.873971938,
"total_value_exit_net": 9716.325844098,
"total_value": 9716.873971938,
"base_cost_quote": 1734.63636227,
"unrealized_pnl_exit_net": -1004.34737011
},
{
"timestamp": "2025-12-28T23:59:00+00:00",
"base_asset_bal": 114122,
"quote_asset_bal": 8946.2956953555,
"total_value_mid": 9696.0772353555,
"total_value_exit_net": 9695.5148992005,
"total_value": 9696.0772353555,
"base_cost_quote": 1774.6908906525,
"unrealized_pnl_exit_net": -1025.4716868075
},
{
"timestamp": "2025-12-29T23:59:00+00:00",
"base_asset_bal": 121062,
"quote_asset_bal": 8901.605291338,
"total_value_mid": 9673.980851338,
"total_value_exit_net": 9673.401569668,
"total_value": 9673.980851338,
"base_cost_quote": 1819.76239895,
"unrealized_pnl_exit_net": -1047.96612062
},
{
"timestamp": "2025-12-30T23:59:00+00:00",
"base_asset_bal": 129051,
"quote_asset_bal": 8852.262035768,
"total_value_mid": 9653.668745768,
"total_value_exit_net": 9653.0676907355,
"total_value": 9653.668745768,
"base_cost_quote": 1869.82916088,
"unrealized_pnl_exit_net": -1069.0235059125
},
{
"timestamp": "2025-12-31T23:59:00+00:00",
"base_asset_bal": 112913,
"quote_asset_bal": 8960.0053139855,
"total_value_mid": 9683.7776439854,
"total_value_exit_net": 9683.2348147379,
"total_value": 9683.7776439854,
"base_cost_quote": 1764.6677989675,
"unrealized_pnl_exit_net": -1041.438298215
},
{
"timestamp": "2026-01-01T23:59:00+00:00",
"base_asset_bal": 113657,
"quote_asset_bal": 8955.970955518,
"total_value_mid": 9693.604885518,
"total_value_exit_net": 9693.0516600705,
"total_value": 9693.604885518,
"base_cost_quote": 1769.677803655,
"unrealized_pnl_exit_net": -1032.5970991025
},
{
"timestamp": "2026-01-02T23:59:00+00:00",
"base_asset_bal": 107599,
"quote_asset_bal": 8996.9627958205,
"total_value_mid": 9706.0402058205,
"total_value_exit_net": 9705.508397763,
"total_value": 9706.0402058205,
"base_cost_quote": 1729.6188119275,
"unrealized_pnl_exit_net": -1021.073209985
},
{
"timestamp": "2026-01-03T23:59:00+00:00",
"base_asset_bal": 109717,
"quote_asset_bal": 8983.5390767705,
"total_value_mid": 9732.9061867705,
"total_value_exit_net": 9732.344161438,
"total_value": 9732.9061867705,
"base_cost_quote": 1744.6514979925,
"unrealized_pnl_exit_net": -995.846413325
},
{
"timestamp": "2026-01-04T23:59:00+00:00",
"base_asset_bal": 107481,
"quote_asset_bal": 8999.2290291555,
"total_value_mid": 9740.8479291555,
"total_value_exit_net": 9740.2917149805,
"total_value": 9740.8479291555,
"base_cost_quote": 1729.6327823975,
"unrealized_pnl_exit_net": -988.5700965725
},
{
"timestamp": "2026-01-05T23:59:00+00:00",
"base_asset_bal": 105286,
"quote_asset_bal": 9015.0251842004,
"total_value_mid": 9748.8686042004,
"total_value_exit_net": 9748.3182216354,
"total_value": 9748.8686042004,
"base_cost_quote": 1714.6187102825,
"unrealized_pnl_exit_net": -981.3256728475
},
{
"timestamp": "2026-01-06T23:59:00+00:00",
"base_asset_bal": 105007,
"quote_asset_bal": 9016.674141648,
"total_value_mid": 9790.575731648,
"total_value_exit_net": 9789.9953054554,
"total_value": 9790.575731648,
"base_cost_quote": 1714.601047045,
"unrealized_pnl_exit_net": -941.2798832375
},
{
"timestamp": "2026-01-07T23:59:00+00:00",
"base_asset_bal": 115504,
"quote_asset_bal": 8942.1364678105,
"total_value_mid": 9746.0443078105,
"total_value_exit_net": 9745.4413769305,
"total_value": 9746.0443078105,
"base_cost_quote": 1789.7218153975,
"unrealized_pnl_exit_net": -986.4169062775
},
{
"timestamp": "2026-01-08T23:59:00+00:00",
"base_asset_bal": 124282,
"quote_asset_bal": 8882.895748023,
"total_value_mid": 9721.799248023,
"total_value_exit_net": 9721.170070398,
"total_value": 9721.799248023,
"base_cost_quote": 1849.80363299,
"unrealized_pnl_exit_net": -1011.529310615
},
{
"timestamp": "2026-01-09T23:59:00+00:00",
"base_asset_bal": 117682,
"quote_asset_bal": 8928.568234843,
"total_value_mid": 9747.634954843,
"total_value_exit_net": 9747.020654803,
"total_value": 9747.634954843,
"base_cost_quote": 1804.741481705,
"unrealized_pnl_exit_net": -986.289061745
},
{
"timestamp": "2026-01-10T23:59:00+00:00",
"base_asset_bal": 112808,
"quote_asset_bal": 8964.822424463,
"total_value_mid": 9768.015384463,
"total_value_exit_net": 9767.412989743,
"total_value": 9768.015384463,
"base_cost_quote": 1769.6994799,
"unrealized_pnl_exit_net": -967.10891462
},
{
"timestamp": "2026-01-11T23:59:00+00:00",
"base_asset_bal": 111388,
"quote_asset_bal": 8975.3544053931,
"total_value_mid": 9757.2981653931,
"total_value_exit_net": 9756.7117075731,
"total_value": 9757.2981653931,
"base_cost_quote": 1759.68525486,
"unrealized_pnl_exit_net": -978.32795268
},
{
"timestamp": "2026-01-12T23:59:00+00:00",
"base_asset_bal": 118610,
"quote_asset_bal": 8925.794142063,
"total_value_mid": 9734.714342063,
"total_value_exit_net": 9734.107651913,
"total_value": 9734.714342063,
"base_cost_quote": 1809.75746087,
"unrealized_pnl_exit_net": -1001.44395102
},
{
"timestamp": "2026-01-13T23:59:00+00:00",
"base_asset_bal": 110024,
"quote_asset_bal": 8986.2203307181,
"total_value_mid": 9776.192650718,
"total_value_exit_net": 9775.600171478,
"total_value": 9776.192650718,
"base_cost_quote": 1749.66390448,
"unrealized_pnl_exit_net": -960.28406372
},
{
"timestamp": "2026-01-14T23:59:00+00:00",
"base_asset_bal": 112833,
"quote_asset_bal": 8966.6856040581,
"total_value_mid": 9763.2865840581,
"total_value_exit_net": 9762.6891333231,
"total_value": 9763.2865840581,
"base_cost_quote": 1769.700260485,
"unrealized_pnl_exit_net": -973.69673122
},
{
"timestamp": "2026-01-15T23:59:00+00:00",
"base_asset_bal": 115671,
"quote_asset_bal": 8947.2696273031,
"total_value_mid": 9753.4964973031,
"total_value_exit_net": 9752.8918271506,
"total_value": 9753.4964973031,
"base_cost_quote": 1789.73421469,
"unrealized_pnl_exit_net": -984.1120148425
},
{
"timestamp": "2026-01-16T23:59:00+00:00",
"base_asset_bal": 102407,
"quote_asset_bal": 9043.5411807531,
"total_value_mid": 9806.4733307531,
"total_value_exit_net": 9805.9011316406,
"total_value": 9806.4733307531,
"base_cost_quote": 1694.57045536,
"unrealized_pnl_exit_net": -932.2105044725
},
{
"timestamp": "2026-01-17T23:59:00+00:00",
"base_asset_bal": 107144,
"quote_asset_bal": 9009.1666309856,
"total_value_mid": 9789.1749509856,
"total_value_exit_net": 9788.5899447456,
"total_value": 9789.1749509856,
"base_cost_quote": 1729.6253568325,
"unrealized_pnl_exit_net": -950.2020430725
},
{
"timestamp": "2026-01-18T23:59:00+00:00",
"base_asset_bal": 115620,
"quote_asset_bal": 8949.5294344181,
"total_value_mid": 9743.8388344181,
"total_value_exit_net": 9743.2431023681,
"total_value": 9743.8388344181,
"base_cost_quote": 1789.72576836,
"unrealized_pnl_exit_net": -996.01210041
},
{
"timestamp": "2026-01-19T23:59:00+00:00",
"base_asset_bal": 118471,
"quote_asset_bal": 8930.3468710281,
"total_value_mid": 9728.8414110281,
"total_value_exit_net": 9728.2425401231,
"total_value": 9728.8414110281,
"base_cost_quote": 1809.749675035,
"unrealized_pnl_exit_net": -1011.85400594
},
{
"timestamp": "2026-01-20T23:59:00+00:00",
"base_asset_bal": 127643,
"quote_asset_bal": 8870.9510136932,
"total_value_mid": 9689.1426436931,
"total_value_exit_net": 9688.5289999706,
"total_value": 9689.1426436931,
"base_cost_quote": 1869.84112985,
"unrealized_pnl_exit_net": -1052.2631435725
},
{
"timestamp": "2026-01-21T23:59:00+00:00",
"base_asset_bal": 122234,
"quote_asset_bal": 8906.7055342607,
"total_value_mid": 9706.1158942606,
"total_value_exit_net": 9705.5163364906,
"total_value": 9706.1158942606,
"base_cost_quote": 1834.7903314525,
"unrealized_pnl_exit_net": -1035.9795292225
},
{
"timestamp": "2026-01-22T23:59:00+00:00",
"base_asset_bal": 125322,
"quote_asset_bal": 8887.0062014882,
"total_value_mid": 9696.5863214882,
"total_value_exit_net": 9695.9791363982,
"total_value": 9696.5863214882,
"base_cost_quote": 1854.81498869,
"unrealized_pnl_exit_net": -1045.84205378
},
{
"timestamp": "2026-01-23T23:59:00+00:00",
"base_asset_bal": 126858,
"quote_asset_bal": 8877.3533121607,
"total_value_mid": 9691.7816721607,
"total_value_exit_net": 9691.1708508907,
"total_value": 9691.7816721607,
"base_cost_quote": 1864.8364691675,
"unrealized_pnl_exit_net": -1051.0189304375
},
{
"timestamp": "2026-01-24T23:59:00+00:00",
"base_asset_bal": 120723,
"quote_asset_bal": 8918.0097672932,
"total_value_mid": 9714.7815672931,
"total_value_exit_net": 9714.1839884431,
"total_value": 9714.7815672931,
"base_cost_quote": 1824.77671687,
"unrealized_pnl_exit_net": -1028.60249572
},
{
"timestamp": "2026-01-25T23:59:00+00:00",
"base_asset_bal": 134858,
"quote_asset_bal": 8828.4710046956,
"total_value_mid": 9665.9391846956,
"total_value_exit_net": 9665.3110835606,
"total_value": 9665.9391846956,
"base_cost_quote": 1914.9009894175,
"unrealized_pnl_exit_net": -1078.0609105525
},
{
"timestamp": "2026-01-26T23:59:00+00:00",
"base_asset_bal": 127726,
"quote_asset_bal": 8873.9207881056,
"total_value_mid": 9697.7534881056,
"total_value_exit_net": 9697.1356135806,
"total_value": 9697.7534881056,
"base_cost_quote": 1869.8380575475,
"unrealized_pnl_exit_net": -1046.6232320725
},
{
"timestamp": "2026-01-27T23:59:00+00:00",
"base_asset_bal": 127754,
"quote_asset_bal": 8874.2669753656,
"total_value_mid": 9697.0027353656,
"total_value_exit_net": 9696.3856835456,
"total_value": 9697.0027353656,
"base_cost_quote": 1869.8363362575,
"unrealized_pnl_exit_net": -1047.7176280775
},
{
"timestamp": "2026-01-28T23:59:00+00:00",
"base_asset_bal": 130872,
"quote_asset_bal": 8854.5803186081,
"total_value_mid": 9684.3087986081,
"total_value_exit_net": 9683.6865022481,
"total_value": 9684.3087986081,
"base_cost_quote": 1889.861754065,
"unrealized_pnl_exit_net": -1060.755570425
},
{
"timestamp": "2026-01-29T23:59:00+00:00",
"base_asset_bal": 135604,
"quote_asset_bal": 8825.8155524031,
"total_value_mid": 9646.219752403,
"total_value_exit_net": 9645.604449253,
"total_value": 9646.219752403,
"base_cost_quote": 1919.904709395,
"unrealized_pnl_exit_net": -1100.115812545
},
{
"timestamp": "2026-01-30T23:59:00+00:00",
"base_asset_bal": 123053,
"quote_asset_bal": 8907.607358258,
"total_value_mid": 9669.305428258,
"total_value_exit_net": 9668.7341547055,
"total_value": 9669.305428258,
"base_cost_quote": 1839.78536492,
"unrealized_pnl_exit_net": -1078.6585684725
},
{
"timestamp": "2026-01-31T23:59:00+00:00",
"base_asset_bal": 148204,
"quote_asset_bal": 8764.264102363,
"total_value_mid": 9571.975902363,
"total_value_exit_net": 9571.370118513,
"total_value": 9571.975902363,
"base_cost_quote": 1984.98490296,
"unrealized_pnl_exit_net": -1177.87888681
},
{
"timestamp": "2026-02-01T23:59:00+00:00",
"base_asset_bal": 147174,
"quote_asset_bal": 8771.654422908,
"total_value_mid": 9594.357082908,
"total_value_exit_net": 9593.740055913,
"total_value": 9594.357082908,
"base_cost_quote": 1979.970244785,
"unrealized_pnl_exit_net": -1157.88461178
},
{
"timestamp": "2026-02-02T23:59:00+00:00",
"base_asset_bal": 150788,
"quote_asset_bal": 8753.2077793205,
"total_value_mid": 9590.0811793205,
"total_value_exit_net": 9589.4535242705,
"total_value": 9590.0811793205,
"base_cost_quote": 1999.9992452775,
"unrealized_pnl_exit_net": -1163.7535003275
},
{
"timestamp": "2026-02-03T23:59:00+00:00",
"base_asset_bal": 154399,
"quote_asset_bal": 8735.0672600931,
"total_value_mid": 9579.6297900931,
"total_value_exit_net": 9578.9963681956,
"total_value": 9579.6297900931,
"base_cost_quote": 2020.034190225,
"unrealized_pnl_exit_net": -1176.1050821225
},
{
"timestamp": "2026-02-04T23:59:00+00:00",
"base_asset_bal": 163806,
"quote_asset_bal": 8686.2682653106,
"total_value_mid": 9541.3355853106,
"total_value_exit_net": 9540.6942848206,
"total_value": 9541.3355853106,
"base_cost_quote": 2070.1049251325,
"unrealized_pnl_exit_net": -1215.6789056225
},
{
"timestamp": "2026-02-05T23:59:00+00:00",
"base_asset_bal": 189128,
"quote_asset_bal": 8568.9475044781,
"total_value_mid": 9404.8932644781,
"total_value_exit_net": 9404.2663051581,
"total_value": 9404.8932644781,
"base_cost_quote": 2190.25041672,
"unrealized_pnl_exit_net": -1354.93161604
},
{
"timestamp": "2026-02-06T23:59:00+00:00",
"base_asset_bal": 177369,
"quote_asset_bal": 8626.2464504031,
"total_value_mid": 9477.6176504031,
"total_value_exit_net": 9476.9791220031,
"total_value": 9477.6176504031,
"base_cost_quote": 2135.1868199725,
"unrealized_pnl_exit_net": -1284.4541483725
},
{
"timestamp": "2026-02-07T23:59:00+00:00",
"base_asset_bal": 180607,
"quote_asset_bal": 8611.9575383381,
"total_value_mid": 9478.8711383381,
"total_value_exit_net": 9478.2209531381,
"total_value": 9478.8711383381,
"base_cost_quote": 2150.2029136025,
"unrealized_pnl_exit_net": -1283.9394988025
},
{
"timestamp": "2026-02-08T23:59:00+00:00",
"base_asset_bal": 183719,
"quote_asset_bal": 8597.3928917356,
"total_value_mid": 9457.1978117356,
"total_value_exit_net": 9456.5529580456,
"total_value": 9457.1978117356,
"base_cost_quote": 2165.22217961,
"unrealized_pnl_exit_net": -1306.0621133
},
{
"timestamp": "2026-02-09T23:59:00+00:00",
"base_asset_bal": 182662,
"quote_asset_bal": 8603.0311898581,
"total_value_mid": 9463.3692098581,
"total_value_exit_net": 9462.7239563431,
"total_value": 9463.3692098581,
"base_cost_quote": 2160.2172987625,
"unrealized_pnl_exit_net": -1300.5245322775
},
{
"timestamp": "2026-02-10T23:59:00+00:00",
"base_asset_bal": 176452,
"quote_asset_bal": 8634.4229521731,
"total_value_mid": 9488.4506321731,
"total_value_exit_net": 9487.8101114131,
"total_value": 9488.4506321731,
"base_cost_quote": 2130.1727022025,
"unrealized_pnl_exit_net": -1276.7855429625
},
{
"timestamp": "2026-02-11T23:59:00+00:00",
"base_asset_bal": 179461,
"quote_asset_bal": 8620.9171215531,
"total_value_mid": 9485.9191415531,
"total_value_exit_net": 9485.2703900381,
"total_value": 9485.9191415531,
"base_cost_quote": 2145.2048278475,
"unrealized_pnl_exit_net": -1280.8515593625
},
{
"timestamp": "2026-02-12T23:59:00+00:00",
"base_asset_bal": 182588,
"quote_asset_bal": 8606.5065074006,
"total_value_mid": 9484.7547874006,
"total_value_exit_net": 9484.0961011906,
"total_value": 9484.7547874006,
"base_cost_quote": 2160.21278538,
"unrealized_pnl_exit_net": -1282.62319159
},
{
"timestamp": "2026-02-13T23:59:00+00:00",
"base_asset_bal": 179447,
"quote_asset_bal": 8622.0658044881,
"total_value_mid": 9492.3837544881,
"total_value_exit_net": 9491.7310160256,
"total_value": 9492.3837544881,
"base_cost_quote": 2145.1989434375,
"unrealized_pnl_exit_net": -1275.5337319
},
{
"timestamp": "2026-02-14T23:59:00+00:00",
"base_asset_bal": 174395,
"quote_asset_bal": 8647.6559613781,
"total_value_mid": 9533.5825613781,
"total_value_exit_net": 9532.9181164281,
"total_value": 9533.5825613781,
"base_cost_quote": 2120.1635809875,
"unrealized_pnl_exit_net": -1234.9014259375
},
{
"timestamp": "2026-02-15T23:59:00+00:00",
"base_asset_bal": 156004,
"quote_asset_bal": 8750.7369646581,
"total_value_mid": 9544.7973246581,
"total_value_exit_net": 9544.2017793881,
"total_value": 9544.7973246581,
"base_cost_quote": 2020.0323188225,
"unrealized_pnl_exit_net": -1226.5675040925
},
{
"timestamp": "2026-02-16T23:59:00+00:00",
"base_asset_bal": 159955,
"quote_asset_bal": 8732.6750940681,
"total_value_mid": 9542.0473940681,
"total_value_exit_net": 9541.4403648431,
"total_value": 9542.0473940681,
"base_cost_quote": 2040.0523025575,
"unrealized_pnl_exit_net": -1231.2870317825
},
{
"timestamp": "2026-02-17T23:59:00+00:00",
"base_asset_bal": 156005,
"quote_asset_bal": 8753.5362533706,
"total_value_mid": 9549.1617533706,
"total_value_exit_net": 9548.5650342456,
"total_value": 9549.1617533706,
"base_cost_quote": 2020.02280169,
"unrealized_pnl_exit_net": -1224.994020815
},
{
"timestamp": "2026-02-18T23:59:00+00:00",
"base_asset_bal": 157969,
"quote_asset_bal": 8744.4517237731,
"total_value_mid": 9545.3545537731,
"total_value_exit_net": 9544.7538766506,
"total_value": 9545.3545537731,
"base_cost_quote": 2030.0367965575,
"unrealized_pnl_exit_net": -1229.73464368
},
{
"timestamp": "2026-02-19T23:59:00+00:00",
"base_asset_bal": 157937,
"quote_asset_bal": 8745.3914707706,
"total_value_mid": 9544.5526907706,
"total_value_exit_net": 9543.9533198556,
"total_value": 9544.5526907706,
"base_cost_quote": 2030.043771785,
"unrealized_pnl_exit_net": -1231.4819227
},
{
"timestamp": "2026-02-20T23:59:00+00:00",
"base_asset_bal": 155935,
"quote_asset_bal": 8756.1470922906,
"total_value_mid": 9552.9749422906,
"total_value_exit_net": 9552.3773214031,
"total_value": 9552.9749422906,
"base_cost_quote": 2020.027104915,
"unrealized_pnl_exit_net": -1223.7968758025
},
{
"timestamp": "2026-02-21T23:59:00+00:00",
"base_asset_bal": 160934,
"quote_asset_bal": 8731.3475827431,
"total_value_mid": 9531.1895627431,
"total_value_exit_net": 9530.5896812581,
"total_value": 9531.1895627431,
"base_cost_quote": 2045.0711638825,
"unrealized_pnl_exit_net": -1245.8290653675
},
{
"timestamp": "2026-02-22T23:59:00+00:00",
"base_asset_bal": 163981,
"quote_asset_bal": 8716.6334188381,
"total_value_mid": 9521.7801288381,
"total_value_exit_net": 9521.1762688056,
"total_value": 9521.7801288381,
"base_cost_quote": 2060.0937223575,
"unrealized_pnl_exit_net": -1255.55087239
},
{
"timestamp": "2026-02-23T23:59:00+00:00",
"base_asset_bal": 169174,
"quote_asset_bal": 8692.3902306756,
"total_value_mid": 9494.2749906756,
"total_value_exit_net": 9493.6735771056,
"total_value": 9494.2749906756,
"base_cost_quote": 2085.11978784,
"unrealized_pnl_exit_net": -1283.83644141
},
{
"timestamp": "2026-02-24T23:59:00+00:00",
"base_asset_bal": 170199,
"quote_asset_bal": 8688.3539686556,
"total_value_mid": 9495.0972286556,
"total_value_exit_net": 9494.4921712106,
"total_value": 9495.0972286556,
"base_cost_quote": 2090.125919625,
"unrealized_pnl_exit_net": -1283.98771707
},
{
"timestamp": "2026-02-25T23:59:00+00:00",
"base_asset_bal": 163968,
"quote_asset_bal": 8718.9691981206,
"total_value_mid": 9525.6917581206,
"total_value_exit_net": 9525.0867162006,
"total_value": 9525.6917581206,
"base_cost_quote": 2060.09399256,
"unrealized_pnl_exit_net": -1253.97647448
}
]
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 (115,161 closed trades) via GET /backtests/0602322a-0137-4eb2-913d-63d845bebba5/trades (paginate through all pages).100-row audit sample from 115,161 closed trades (RFC 4180 CSV)
100-row audit sample from 115,161 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.01979,0.01984,253,,,0.0051302075,0.1024633653,0.0037551525,0.00376464,,,TP
,,2024-04-24T00:07:00Z,2024-04-24T00:37:00Z,0.01988,0.01993,252,,,0.00507591,0.1013204225,0.00375732,0.00376677,,,TP
,,2024-04-24T00:07:00Z,2024-04-24T00:38:00Z,0.01985,0.0199,252,,,0.00508725,0.1017002519,0.00375165,0.0037611,,,TP
,,2024-04-24T00:10:00Z,2024-04-24T00:13:00Z,0.01982,0.01987,253,,,0.0051188225,0.1020812311,0.003760845,0.0037703325,,,TP
,,2024-04-24T00:15:00Z,2024-04-24T00:33:00Z,0.01982,0.01987,253,,,0.0051188225,0.1020812311,0.003760845,0.0037703325,,,TP
,,2024-04-24T00:17:00Z,2024-04-24T00:31:00Z,0.01978,0.01983,253,,,0.0051340025,0.102591001,0.003753255,0.0037627425,,,TP
,,2024-04-24T00:18:00Z,2024-04-24T14:21:00Z,0.01974,0.01979,254,,,0.005169535,0.1031028369,0.00376047,0.003769995,,,TP
,,2024-04-24T00:19:00Z,2024-04-24T00:30:00Z,0.01971,0.01976,254,,,0.005180965,0.1034880771,0.003754755,0.00376428,,,TP
,,2024-04-24T00:24:00Z,2024-04-24T00:30:00Z,0.01968,0.01973,255,,,0.0052128375,0.1038744919,0.0037638,0.0037733625,,,TP
,,2024-04-24T00:38:00Z,2024-04-24T00:46:00Z,0.01991,0.01996,252,,,0.00506457,0.1009417378,0.00376299,0.00377244,,,TP
,,2024-04-24T00:38:00Z,2024-04-24T01:31:00Z,0.01993,0.01998,251,,,0.0050369425,0.1006899147,0.0037518225,0.003761235,,,TP
,,2024-04-24T00:50:00Z,2024-04-24T01:03:00Z,0.01995,0.02,251,,,0.0050294125,0.1004385965,0.0037555875,0.003765,,,TP
,,2024-04-24T01:09:00Z,2024-04-24T01:55:00Z,0.02005,0.02011,250,,,0.00747,0.1490274314,0.003759375,0.003770625,,,TP
,,2024-04-24T01:19:00Z,2024-04-24T02:00:00Z,0.0201,0.02016,249,,,0.007421445,0.1482835821,0.003753675,0.00376488,,,TP
,,2024-04-24T01:31:00Z,2024-04-24T01:33:00Z,0.01999,0.02004,251,,,0.0050143525,0.0999374687,0.0037631175,0.00377253,,,TP
,,2024-04-24T01:35:00Z,2024-04-24T01:45:00Z,0.01999,0.02004,251,,,0.0050143525,0.0999374687,0.0037631175,0.00377253,,,TP
,,2024-04-24T01:42:00Z,2024-04-24T01:43:00Z,0.01997,0.02002,251,,,0.0050218825,0.1001877817,0.0037593525,0.003768765,,,TP
,,2024-04-24T02:01:00Z,2024-04-24T02:10:00Z,0.02016,0.02022,249,,,0.007399035,0.1473958333,0.00376488,0.003776085,,,TP
,,2024-04-24T02:05:00Z,2024-04-24T02:10:00Z,0.02012,0.02018,249,,,0.007413975,0.1479870775,0.00375741,0.003768615,,,TP
,,2024-04-24T02:12:00Z,2024-04-24T04:51:00Z,0.02027,0.02033,247,,,0.00729885,0.1457819438,0.0037550175,0.0037661325,,,TP
,,2024-04-24T02:23:00Z,2024-04-24T04:54:00Z,0.02024,0.0203,248,,,0.00733956,0.1462203557,0.00376464,0.0037758,,,TP
,,2024-04-24T02:29:00Z,2024-04-24T03:50:00Z,0.02019,0.02025,248,,,0.00735816,0.1469539376,0.00375534,0.0037665,,,TP
,,2024-04-24T02:30:00Z,2024-04-24T03:58:00Z,0.02012,0.02018,249,,,0.007413975,0.1479870775,0.00375741,0.003768615,,,TP
,,2024-04-24T02:31:00Z,2024-04-24T02:34:00Z,0.02006,0.02012,250,,,0.00746625,0.1488783649,0.00376125,0.0037725,,,TP
,,2024-04-24T02:32:00Z,2024-04-24T02:34:00Z,0.02002,0.02008,250,,,0.00748125,0.1494755245,0.00375375,0.003765,,,TP
,,2024-04-24T06:07:00Z,2024-04-24T06:36:00Z,0.02,0.02005,250,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2024-04-24T08:17:00Z,2024-04-24T08:41:00Z,0.02,0.02005,250,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2024-04-24T08:45:00Z,2024-04-24T08:46:00Z,0.02,0.02005,250,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2024-05-03T13:33:00Z,2024-05-05T19:50:00Z,0.02,0.02005,250,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2024-06-16T04:54:00Z,2024-06-16T05:00:00Z,0.02,0.02005,250,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2024-06-17T08:46:00Z,2024-06-17T08:48:00Z,0.02,0.02005,250,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2024-07-22T07:40:00Z,2024-07-22T08:09:00Z,0.02,0.02005,250,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2024-07-23T04:22:00Z,2024-07-24T05:23:00Z,0.02,0.02005,250,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2024-07-29T02:19:00Z,2024-07-29T02:21:00Z,0.02,0.02005,250,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2024-07-29T02:26:00Z,2024-07-29T02:52:00Z,0.02,0.02005,250,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2024-07-29T03:18:00Z,2024-07-29T03:20:00Z,0.02,0.02005,250,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2024-07-29T03:23:00Z,2024-07-29T04:07:00Z,0.02,0.02005,250,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2024-07-29T04:09:00Z,2024-07-29T04:31:00Z,0.02,0.02005,250,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2024-07-29T04:41:00Z,2024-07-29T04:59:00Z,0.02,0.02005,250,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2024-07-29T06:48:00Z,2024-07-29T06:55:00Z,0.02,0.02005,250,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2024-08-26T04:07:00Z,2024-08-26T04:29:00Z,0.02,0.02005,250,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2024-08-26T04:45:00Z,2024-08-26T05:16:00Z,0.02,0.02005,250,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2024-12-31T15:04:00Z,2024-12-31T15:40:00Z,0.02,0.02005,250,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-02-17T07:30:00Z,2025-02-17T07:40:00Z,0.02,0.02005,250,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-10-10T21:21:00Z,2025-10-10T21:22:00Z,0.00429,0.00431,1166,,,0.0157993,0.3158508159,0.003751605,0.003769095,,,TP
,,2025-10-10T21:25:00Z,2025-10-10T21:25:00Z,0.0041,0.00412,1220,,,0.0168787,0.3374390244,0.0037515,0.0037698,,,TP
,,2025-10-10T21:31:00Z,2025-10-10T21:31:00Z,0.0041,0.00412,1220,,,0.0168787,0.3374390244,0.0037515,0.0037698,,,TP
,,2025-10-11T22:44:00Z,2025-10-11T23:04:00Z,0.008,0.00802,625,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-10-22T19:24:00Z,2025-10-23T06:47:00Z,0.008,0.00802,625,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-10-23T19:00:00Z,2025-10-23T20:07:00Z,0.008,0.00802,625,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-10-27T20:01:00Z,2025-10-27T20:04:00Z,0.008,0.00802,625,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-10-28T11:59:00Z,2025-10-28T15:00:00Z,0.008,0.00802,625,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-12-17T16:51:00Z,2025-12-17T16:51:00Z,0.008,0.00802,625,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2026-02-06T00:10:00Z,2026-02-06T00:10:00Z,0.00429,0.00431,1166,,,0.0157993,0.3158508159,0.003751605,0.003769095,,,TP
,,2026-02-06T00:11:00Z,2026-02-06T00:35:00Z,0.00429,0.00431,1166,,,0.0157993,0.3158508159,0.003751605,0.003769095,,,TP
,,2026-02-06T00:12:00Z,2026-02-06T00:12:00Z,0.00426,0.00428,1174,,,0.01596053,0.3191314554,0.00375093,0.00376854,,,TP
,,2026-02-06T00:13:00Z,2026-02-06T00:34:00Z,0.00424,0.00426,1180,,,0.0160775,0.3213443396,0.0037524,0.0037701,,,TP
,,2026-02-06T00:14:00Z,2026-02-06T00:14:00Z,0.0041,0.00412,1220,,,0.0168787,0.3374390244,0.0037515,0.0037698,,,TP
,,2026-02-06T00:18:00Z,2026-02-06T00:18:00Z,0.00403,0.00405,1241,,,0.01729954,0.3459057072,0.0037509225,0.0037695375,,,TP
,,2026-02-06T00:19:00Z,2026-02-06T00:19:00Z,0.00404,0.00406,1238,,,0.01723915,0.3446782178,0.00375114,0.00376971,,,TP
,,2026-02-06T00:23:00Z,2026-02-06T00:23:00Z,0.0041,0.00412,1220,,,0.0168787,0.3374390244,0.0037515,0.0037698,,,TP
,,2026-02-06T00:24:00Z,2026-02-06T00:24:00Z,0.00407,0.00409,1229,,,0.01705852,0.341031941,0.0037515225,0.0037699575,,,TP
,,2026-02-06T00:25:00Z,2026-02-06T00:25:00Z,0.00406,0.00408,1232,,,0.01711864,0.3422413793,0.00375144,0.00376992,,,TP
,,2026-02-06T00:26:00Z,2026-02-06T00:26:00Z,0.00407,0.00409,1229,,,0.01705852,0.341031941,0.0037515225,0.0037699575,,,TP
,,2026-02-06T00:27:00Z,2026-02-06T00:27:00Z,0.00405,0.00407,1235,,,0.01717885,0.3434567901,0.0037513125,0.0037698375,,,TP
,,2026-02-06T00:32:00Z,2026-02-06T00:33:00Z,0.00418,0.0042,1197,,,0.016416855,0.3281100478,0.003752595,0.00377055,,,TP
,,2026-02-06T00:57:00Z,2026-02-06T00:59:00Z,0.00429,0.00431,1166,,,0.0157993,0.3158508159,0.003751605,0.003769095,,,TP
,,2026-02-06T01:00:00Z,2026-02-06T01:05:00Z,0.00429,0.00431,1166,,,0.0157993,0.3158508159,0.003751605,0.003769095,,,TP
,,2026-02-06T01:02:00Z,2026-02-06T01:03:00Z,0.00427,0.00429,1171,,,0.01590218,0.3180327869,0.0037501275,0.0037676925,,,TP
,,2026-02-06T01:06:00Z,2026-02-06T01:08:00Z,0.00429,0.00431,1166,,,0.0157993,0.3158508159,0.003751605,0.003769095,,,TP
,,2026-02-06T01:12:00Z,2026-02-06T01:17:00Z,0.00429,0.00431,1166,,,0.0157993,0.3158508159,0.003751605,0.003769095,,,TP
,,2026-02-06T01:12:00Z,2026-02-06T01:12:00Z,0.00429,0.00431,1166,,,0.0157993,0.3158508159,0.003751605,0.003769095,,,TP
,,2026-02-06T01:19:00Z,2026-02-06T01:30:00Z,0.00429,0.00431,1166,,,0.0157993,0.3158508159,0.003751605,0.003769095,,,TP
,,2026-02-06T01:32:00Z,2026-02-06T01:36:00Z,0.00429,0.00431,1166,,,0.0157993,0.3158508159,0.003751605,0.003769095,,,TP
,,2026-02-06T01:33:00Z,2026-02-06T01:34:00Z,0.00427,0.00429,1171,,,0.01590218,0.3180327869,0.0037501275,0.0037676925,,,TP
,,2026-02-21T16:05:00Z,2026-02-25T17:23:00Z,0.00501,0.00503,999,,,0.01245753,0.2489021956,0.0037537425,0.0037687275,,,TP
,,2026-02-21T20:58:00Z,2026-02-25T17:19:00Z,0.00499,0.00501,1003,,,0.0125375,0.250501002,0.0037537275,0.0037687725,,,TP
,,2026-02-21T23:15:00Z,2026-02-25T17:01:00Z,0.00497,0.00499,1007,,,0.01261771,0.2521126761,0.0037535925,0.0037686975,,,TP
,,2026-02-22T07:44:00Z,2026-02-25T15:03:00Z,0.00495,0.00497,1011,,,0.01269816,0.2537373737,0.0037533375,0.0037685025,,,TP
,,2026-02-24T07:20:00Z,2026-02-25T14:47:00Z,0.00493,0.00495,1015,,,0.01277885,0.2553752535,0.0037529625,0.0037681875,,,TP
,,2026-02-24T08:26:00Z,2026-02-25T14:31:00Z,0.00488,0.0049,1025,,,0.012981625,0.2595286885,0.0037515,0.003766875,,,TP
,,2026-02-25T14:27:00Z,2026-02-25T14:32:00Z,0.00491,0.00493,1019,,,0.01285978,0.2570264766,0.0037524675,0.0037677525,,,TP
,,2026-02-25T14:35:00Z,2026-02-25T14:41:00Z,0.00491,0.00493,1019,,,0.01285978,0.2570264766,0.0037524675,0.0037677525,,,TP
,,2026-02-25T14:42:00Z,2026-02-25T14:43:00Z,0.00491,0.00493,1019,,,0.01285978,0.2570264766,0.0037524675,0.0037677525,,,TP
,,2026-02-25T15:05:00Z,2026-02-25T16:23:00Z,0.00495,0.00497,1011,,,0.01269816,0.2537373737,0.0037533375,0.0037685025,,,TP
,,2026-02-25T15:08:00Z,2026-02-25T16:06:00Z,0.00493,0.00495,1015,,,0.01277885,0.2553752535,0.0037529625,0.0037681875,,,TP
,,2026-02-25T15:10:00Z,2026-02-25T15:44:00Z,0.00491,0.00493,1019,,,0.01285978,0.2570264766,0.0037524675,0.0037677525,,,TP
,,2026-02-25T15:14:00Z,2026-02-25T15:18:00Z,0.00489,0.00491,1023,,,0.01294095,0.2586912065,0.0037518525,0.0037671975,,,TP
,,2026-02-25T15:31:00Z,2026-02-25T15:31:00Z,0.00489,0.00491,1023,,,0.01294095,0.2586912065,0.0037518525,0.0037671975,,,TP
,,2026-02-25T15:33:00Z,2026-02-25T15:36:00Z,0.00489,0.00491,1023,,,0.01294095,0.2586912065,0.0037518525,0.0037671975,,,TP
,,2026-02-25T15:51:00Z,2026-02-25T16:01:00Z,0.00491,0.00493,1019,,,0.01285978,0.2570264766,0.0037524675,0.0037677525,,,TP
,,2026-02-25T17:05:00Z,2026-02-25T17:07:00Z,0.00497,0.00499,1007,,,0.01261771,0.2521126761,0.0037535925,0.0037686975,,,TP
,,2026-02-25T17:30:00Z,2026-02-25T18:09:00Z,0.00499,0.00501,1003,,,0.0125375,0.250501002,0.0037537275,0.0037687725,,,TP
,,2026-02-25T18:31:00Z,2026-02-25T18:36:00Z,0.00499,0.00501,1003,,,0.0125375,0.250501002,0.0037537275,0.0037687725,,,TP
,,2026-02-25T19:01:00Z,2026-02-25T19:57:00Z,0.00499,0.00501,1003,,,0.0125375,0.250501002,0.0037537275,0.0037687725,,,TP
,,2026-02-25T20:11:00Z,2026-02-25T20:36:00Z,0.00499,0.00501,1003,,,0.0125375,0.250501002,0.0037537275,0.0037687725,,,TP
,,2026-02-25T20:44:00Z,2026-02-25T21:36:00Z,0.00499,0.00501,1003,,,0.0125375,0.250501002,0.0037537275,0.0037687725,,,TP
,,2026-02-25T21:37:00Z,2026-02-25T21:40:00Z,0.00499,0.00501,1003,,,0.0125375,0.250501002,0.0037537275,0.0037687725,,,TP
,,2026-02-25T22:50:00Z,2026-02-25T22:59:00Z,0.00493,0.00495,1015,,,0.01277885,0.2553752535,0.0037529625,0.0037681875,,,TP
,,2026-02-25T23:42:00Z,2026-02-25T23:46:00Z,0.00487,0.00489,1027,,,0.01302236,0.2603696099,0.0037511175,0.0037665225,,,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 USTCUSDT?
Did it beat Buy & Hold of USTCUSDT?
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 USTCUSDT (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,525.09 USDT
P&L: -474.91 USDT (-4.75%)
Result: LOSS
Completed trades: 115161
Open orders at end: 411
Win rate: 100.0%
Avg. profit/trade: 0.006765 USDT
Best trade: 0.017300 USDT
Worst trade: 0.004991 USDT
Total profit (trades only): 779.063191 USDT
Max drawdown: -10.05%
Profit factor: inf (no losing trades)
Sharpe ratio: -0.20
Total fees: 866.33 USDT
Avg hold time: 14.4h
TP / SL / TSL: 115161 / 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: 519.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":"USTCUSDT","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.00001,"buySplits":9,"buyVolumes":[20,15,10,10,10,10,5,5,5],"canBuyDown":false,"minNotional":5,"buyPercentage":0.1,"fees_in_quote":true,"intrabar_mode":"OLHC","maker_fee_bps":7.5,"taker_fee_bps":7.5,"sellPercentages":[0.25,0.35,0.5,0.75,1,2.5,5,10,15],"triggerCoolDown":1,"investmentPerBuy":25,"assumed_spread_bps":0,"stopLossPercentage":5,"investmentPercentMode":false,"minInvestmentPerQuote":25,"order_latency_seconds":2,"trailingStopLossPercentages":[0,0,0,0,0,0,0,0,0],"sellCancelDistancePercentage":1,"dontBuyBelowQuoteAssetBalance":1,"investmentPerFreeQuotePercent":0.01,"sellActivateDistancePercentage":0.1}'
Structured Data (JSON-LD)
Dataset markup with 34 PropertyValue KPIs. Every numeric value is finite + range-validated; invalid / null fields are omitted so the JSON stays schema.org-compliant.{
"@context": "https://schema.org",
"@type": "Dataset",
"name": "USTCUSDT LongTimeLong Backtest",
"alternateName": "USTCUSDT-3LongTimeLong.json-0602322a-0137-4eb2-913d-63d845bebba5",
"description": "Backtest of the LongTimeLong strategy on USTCUSDT: -4.75% return over 2024-04-24 to 2026-02-25.",
"identifier": "0602322a-0137-4eb2-913d-63d845bebba5",
"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": [
"USTCUSDT",
"LongTimeLong",
"crypto backtest",
"trading strategy",
"quantitative finance",
"algorithmic trading"
],
"about": [
{
"@type": "Thing",
"name": "USTCUSDT",
"description": "Trading pair: USTCUSDT"
},
{
"@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": -4.7491,
"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": 779.06319068,
"unitText": "USDT",
"description": "Total realized profit in quote currency"
},
{
"@type": "PropertyValue",
"name": "Final Portfolio Value",
"value": 9525.0867162,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Initial Capital",
"value": 10000,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Fulfilled Trades",
"value": 115161,
"unitText": "trades",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Active Orders",
"value": 411,
"unitText": "orders",
"description": "Open positions still pending exit at end of window",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Best Trade Profit",
"value": 0.01729954,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Worst Trade Profit",
"value": 0.00499063,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Average Trade Profit",
"value": 0.00676499,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Engine Elapsed Time",
"value": 519.24,
"unitText": "seconds",
"unitCode": "SEC",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "CAGR",
"value": -2.609924640429373,
"unitText": "%",
"unitCode": "P1",
"description": "Compound Annual Growth Rate"
},
{
"@type": "PropertyValue",
"name": "Max Drawdown",
"value": -10.052146380098206,
"unitText": "%",
"unitCode": "P1",
"description": "Largest peak-to-trough decline of equity (negative)",
"maxValue": 0
},
{
"@type": "PropertyValue",
"name": "Max Drawdown (absolute)",
"value": -1049.5187653219982,
"unitText": "USDT",
"maxValue": 0
},
{
"@type": "PropertyValue",
"name": "Drawdown Duration",
"value": 351,
"unitText": "days",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Sharpe Ratio (annualized)",
"value": -0.2013095179649313,
"description": "Mean / std of daily returns x 365"
},
{
"@type": "PropertyValue",
"name": "Sortino Ratio (annualized)",
"value": -0.2044723323735685,
"description": "Like Sharpe but only penalizes downside volatility"
},
{
"@type": "PropertyValue",
"name": "Volatility (annualized)",
"value": 10.316365249501509,
"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.010022723099999997,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Average Win",
"value": 0.010022723099999997,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Average Loss",
"value": 0,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Median Trade Profit",
"value": 0.00996939,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Gross Profit",
"value": 1.0022723099999997,
"unitText": "USDT",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Gross Loss",
"value": 0,
"unitText": "USDT",
"maxValue": 0
},
{
"@type": "PropertyValue",
"name": "Total Fees Paid",
"value": 0.7519476899999997,
"unitText": "USDT",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Total Volume Traded",
"value": 1002.5969199999996,
"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": 6.538235294117646,
"unitText": "hours",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Trades per Month",
"value": 5208.017915764458,
"unitText": "trades/month",
"minValue": 0
}
],
"dateCreated": "2026-05-11T13:30:10.403Z",
"dateModified": "2026-05-15T13:01:00.977Z",
"temporalCoverage": "2024-04-23T22:00:01.000Z/2026-02-25T22:59:59.000Z"
}
[!] Disclaimer
Backtester: uncoded.ch/backtesting * Generated 2026-05-15 13:01:00 UTC