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.
FARMUSDT * LongTimeLong
FARMUSDT | 3LongTimeLong.json | 2024-04-24 - 2026-02-25 | -0.52% | 131,408 closed trades | 100.0% closed WR | 352 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,753.13 USDT | Sum of all winning trades before fees. |
| Gross Loss | 0.00 USDT | Absolute sum of all losing trades. |
| Total Fees | 990.39 USDT | Buy + sell fees across all trades. |
| Fee Drag | 56.5% 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) | 131,408 | 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 FARMUSDT, 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 56.5% 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="5c2d2b12-2208-4f3c-b989-0de5ba921c99" */}
...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 FARMUSDT, 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 FARMUSDT 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: FARMUSDT 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 -0.52% return on FARMUSDT a good backtest result?
Is a -0.52% return on FARMUSDT 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 FARMUSDT backtest?
What is the annualised return for this FARMUSDT 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 FARMUSDT?
How is this backtest different from others on FARMUSDT?
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 | FARMUSDT |
| 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,947.84 USDT |
| Avg Profit / Trade | +0.0058 USDT |
| Trades / Month | 5942.8 |
| Status | completed |
| Created | 2026-05-08 13:39:08 UTC |
| Started | 2026-05-09 09:41:53 UTC |
| Completed | 2026-05-09 09:56:16 UTC |
| Compute Time | 9m 55s |
| Backtest ID | 5c2d2b12-2208-4f3c-b989-0de5ba921c99 |
| Engine summary: |
Backtest FARMUSDT (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,947.84 USDT
P&L: -52.16 USDT (-0.52%)
Result: LOSS
Completed trades: 131408
Open orders at end: 352
Win rate: 100.0%
Avg. profit/trade: 0.005804 USDT
Best trade: 0.009155 USDT
Worst trade: 0.004991 USDT
Total profit (trades only): 762.739427 USDT
Max drawdown: -7.79%
Profit factor: inf (no losing trades)
Sharpe ratio: 0.00
Total fees: 990.39 USDT
Avg hold time: 14.4h
TP / SL / TSL: 131408 / 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: 594.6s
Verifiable Claims
| Claim | Evidence | Source |
|---|---|---|
| Strategy returned -0.52% over the tested window | return_pct = -0.5216 | GET /backtests/{id} -> return_pct |
| Capital grew from 10,000.00 to 9,947.84 USDT | final_value - start_balance = -52.16 USDT | GET /backtests/{id} -> start_balance, final_value |
| Roughly 131408 of 131408 trades were profitable | win_rate = 100% | GET /backtests/{id} -> win_rate, fulfilled_trades |
| Worst peak-to-trough loss was 7.79% | max_drawdown_pct = 7.7947 | derived client-side from /equity series |
| Risk-adjusted return (Sharpe, annualized, rf=0) = 0.00 | sharpe_annualized = 0.0003 | derived from daily-resampled equity returns |
Strategy Configuration
GET /backtests/{id} * Fields used: mode_name, config (full JSON payload)- Highlights
- Full JSON
| Parameter | Value |
|---|---|
canBuy | true |
canSell | true |
canBuyUp | true |
startBal | 10000 |
stepSize | 0.001 |
stopLoss | false |
tickSize | 0.01 |
buySplits | 9 |
{
"to": "2026-02-25 23:59:59",
"from": "2024-04-24 00:00:01",
"canBuy": true,
"symbol": "FARMUSDT",
"canSell": true,
"canBuyUp": true,
"startBal": 10000,
"stepSize": 0.001,
"stopLoss": false,
"tickSize": 0.01,
"buySplits": 9,
"buyVolumes": [
20,
15,
10,
10,
10,
10,
5,
5,
5
],
"canBuyDown": false,
"minNotional": 5,
"buyPercentage": 0.1,
"fees_in_quote": true,
"intrabar_mode": "OLHC",
"maker_fee_bps": 7.5,
"taker_fee_bps": 7.5,
"sellPercentages": [
0.25,
0.35,
0.5,
0.75,
1,
2.5,
5,
10,
15
],
"triggerCoolDown": 1,
"investmentPerBuy": 25,
"assumed_spread_bps": 0,
"stopLossPercentage": 5,
"investmentPercentMode": false,
"minInvestmentPerQuote": 25,
"order_latency_seconds": 2,
"trailingStopLossPercentages": [
0,
0,
0,
0,
0,
0,
0,
0,
0
],
"sellCancelDistancePercentage": 1,
"dontBuyBelowQuoteAssetBalance": 1,
"investmentPerFreeQuotePercent": 0.01,
"sellActivateDistancePercentage": 0.1
}
Full Mode Configuration
POST /backtests to reproduce the run.- Engine Parameters
- YAML
| Parameter | Value | Meaning |
|---|---|---|
assumed_spread_bps | 0 | Spread (basis points) added to taker fills on top of the candle price. |
buyPercentage | 0.1 | Buy-trigger threshold as a fraction (e.g. 0.1 = -0.1% from last reference price). |
buySplits | 9 | Number of price levels in the buy-ladder (DCA depth). |
buyVolumes | [20,15,10,10,10,10,5,5,5] | Per-split sizing weights (sum ~ 100). Distributes investmentPerBuy x buySplits across the ladder. |
canBuy | true | Master switch - disables all buy-side logic when false. |
canBuyDown | false | Allow re-entries below the last buy price. |
canBuyUp | true | Allow re-entries above the last buy price (true) or only below (false). |
canSell | true | Master switch - disables all sell-side logic when false. |
dontBuyBelowQuoteAssetBalance | 1 | Refuse to open new buys if free quote drops below this absolute USDT amount. |
fees_in_quote | true | If true, fees are deducted from the quote (USDT) leg of every fill. |
intrabar_mode | OLHC | Intra-bar fill model (OLHC, OHLC, …) - see ENGINE.md Section 4. |
investmentPerBuy | 25 | Notional invested per buy event, in quote (USDT). |
investmentPerFreeQuotePercent | 0.01 | When investmentPercentMode = true: fraction of free quote balance to commit per buy. |
investmentPercentMode | false | If true, sizing is taken as a fraction of free quote balance instead of fixed USDT. |
maker_fee_bps | 7.5 | Maker fee in basis points (e.g. 7.5 = 0.075%). |
minInvestmentPerQuote | 25 | Hard floor on per-buy notional, regardless of percent-mode math. |
minNotional | 5 | Exchange minimum notional per order (USDT). |
order_latency_seconds | 2 | Latency injected between signal time and order placement. |
sellActivateDistancePercentage | 0.1 | Distance from buy price (%) at which a TSL becomes armed. |
sellCancelDistancePercentage | 1 | Distance (%) at which an unfilled sell order is cancelled and re-priced. |
sellPercentages | [0.25,0.35,0.5,0.75,1,2.5,5,10,15] | Take-profit ladder, each value is the per-tier profit target as a fraction. |
startBal | 10000 | Initial portfolio value in the quote currency (USDT). |
stepSize | 0.001 | 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.01 | 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: FARMUSDT
canSell: true
canBuyUp: true
startBal: 10000
stepSize: 0.001
stopLoss: false
tickSize: 0.01
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 | FARMUSDT | 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,230 | ## ##
| ::### ####### #####::#
| ::::: ##### #:::::::###::::::::
|#### #:::::# ##:::::##:::::::::::::::::::##
|::::# :::::::## ::::::::::::::::::::::::::::::
|:::::# # # :::::::::# #::::::::::::::::::::::::::::::
|:::::: #: ##:####:::::::::: :::::::::::::::::::::::::::::::
|::::::#:: #::::::::::::::::: :::::::::::::::::::::::::::::::
|::::::::: ::::::::::::::::::#:::::::::::::::::::::::::::::::
9,486 |:::::::::#::::::::::::::::::::::::::::::::::::::::::::::::::
+------------------------------------------------------------
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,264.45 USDT @ 2024-12-08 23:59:00 UTC |
| Trough | 9,464.37 USDT @ 2025-03-10 23:59:00 UTC |
| Drawdown Duration | 92.0 days |
| Recovery | not yet recovered within window |
| All-time Peak | 10,264.45 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,995.48 | 8,995.48 | 90.4% |
| FARM | 78.57100000 | 0.00 | 0.0% |
| Other (open positions, fee reserves, …) | - | 952.35 | 9.6% |
| Total | - | 9,947.84 | 100.0% |
Trade Analytics
GET /backtests/{id}/trades * Fields used: profit, profit_percentage, fill_type, buy_time, sell_time, buy_price, sell_price, buy_quantity, buy_fee_in_quote, sell_fee_in_quoteWins
Losses
Breakeven
Profit Factor
Payoff Ratio
Expectancy / Trade
Avg Win
Avg Loss
Median Trade
Max Win Streak
Max Loss Streak
Avg Holding
Median Holding
Total Volume
Total Fees
Gross Performance
| Metric | Value | Source |
|---|---|---|
| Gross Profit (winners only) | +0.71 USDT | Sum profit where profit > 0 (client-side from /trades) |
| Gross Loss (losers only) | -0.00 USDT | Sum -profit where profit < 0 (client-side from /trades) |
| Net Profit | +0.71 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 | 989.64 USDT | bt.total_fees - closed-trade subtotal - buy-side fees on the 352 orders still open at end of window (no matching sell row yet) |
| Total Fees Paid (authoritative) | 990.39 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 | 140105.65% | 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/5c2d2b12-2208-4f3c-b989-0de5ba921c99/trades |
| Closed-trade sell fees | Sum row.sell_fee_in_quote | sell_fee_in_quote per row | GET /backtests/5c2d2b12-2208-4f3c-b989-0de5ba921c99/trades |
| (A) Closed-trade subtotal | Sum (buy_fee_in_quote + sell_fee_in_quote) | both fee fields, matched-pair rows only | GET /backtests/5c2d2b12-2208-4f3c-b989-0de5ba921c99/trades |
| (B) Total Fees Paid (engine) | direct read | total_fees (scalar) | GET /backtests/5c2d2b12-2208-4f3c-b989-0de5ba921c99 |
| (C) = (B) - (A) Open-position buy fees | bt.total_fees - closed_subtotal | derived | - |
| Open orders count | direct read | active_orders | GET /backtests/5c2d2b12-2208-4f3c-b989-0de5ba921c99 |
| Numerical walk-through for this run: |
(A) Closed-trade subtotal = 0.376043 + 0.377139
= 0.753182 USDT
(B) bt.total_fees = 990.389973 USDT <- authoritative
(C) Open-position buy fees = (B) - (A)
= 990.389973 - 0.753182
= 989.636791 USDT
Identity check: (A) + (C) ?= (B)
0.753182 + 989.636791 = 990.389973 USDT
vs bt.total_fees = 990.389973 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 352 open orders.Holding Period Distribution
| Min | Median | Avg | Max |
|---|---|---|---|
| 0.0h | 0.2h | 3.0h | 101.0h |
Trade Timeline
| First Trade | Last Trade |
|---|---|
| 2024-04-24 00:04:00 UTC | 2026-02-25 23:52:00 UTC |
Breakdown by Exit Type
| Type | Count | Cumulative Profit | Avg Return |
|---|---|---|---|
TP | 100 | +0.71 USDT | +0.14% |
Monthly Performance
GET /backtests/{id}/trades * Fields used: sell_time (bucket key), profit| Month | Trades | Wins | Win Rate | Net P&L (USDT) |
|---|---|---|---|---|
| 2024-04 | 25 | 25 | 100.0% | +0.13 |
| 2024-07 | 1 | 1 | 100.0% | +0.00 |
| 2024-09 | 2 | 2 | 100.0% | +0.01 |
| 2024-10 | 1 | 1 | 100.0% | +0.00 |
| 2024-11 | 1 | 1 | 100.0% | +0.00 |
| 2025-01 | 9 | 9 | 100.0% | +0.04 |
| 2025-11 | 7 | 7 | 100.0% | +0.03 |
| 2025-12 | 1 | 1 | 100.0% | +0.00 |
| 2026-01 | 3 | 3 | 100.0% | +0.01 |
| 2026-02 | 50 | 50 | 100.0% | +0.45 |
Top Trades
GET /backtests/{id}/trades * Fields used: fill_type, buy_time, sell_time, buy_price, sell_price, profit, profit_percentageTop 10 Winners
Top 10 Winners
| # | Type | Period | Buy | Sell | Profit | % |
|---|---|---|---|---|---|---|
| 1 | TP | 2026-02-05 -> 2026-02-05 | 12.010000 | 12.050000 | +0.0092 | +0.18% |
| 2 | TP | 2026-02-05 -> 2026-02-05 | 12.010000 | 12.050000 | +0.0092 | +0.18% |
| 3 | TP | 2026-02-05 -> 2026-02-05 | 12.010000 | 12.050000 | +0.0092 | +0.18% |
| 4 | TP | 2026-02-05 -> 2026-02-05 | 12.010000 | 12.050000 | +0.0092 | +0.18% |
| 5 | TP | 2026-02-11 -> 2026-02-11 | 12.010000 | 12.050000 | +0.0092 | +0.18% |
| 6 | TP | 2026-02-18 -> 2026-02-18 | 12.010000 | 12.050000 | +0.0092 | +0.18% |
| 7 | TP | 2026-02-20 -> 2026-02-20 | 12.010000 | 12.050000 | +0.0092 | +0.18% |
| 8 | TP | 2026-02-20 -> 2026-02-20 | 12.010000 | 12.050000 | +0.0092 | +0.18% |
| 9 | TP | 2026-02-20 -> 2026-02-20 | 12.010000 | 12.050000 | +0.0092 | +0.18% |
| 10 | TP | 2026-02-21 -> 2026-02-21 | 12.010000 | 12.050000 | +0.0092 | +0.18% |
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 | -7.79% @ 2025-03-10 23:59:00 UTC |
| Mean | -2.05% |
| Std Dev | 1.39% |
| Last | -3.08% |
| Points | 673 |
| Across 673 points the series ranged from -7.79% (2025-03-10 23:59:00 UTC) to 0.00% (2024-04-24 23:59:00 UTC), averaging -2.05%. 0% of points were positive, 98% negative. The most recent value is -3.08%. | |
| 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.08630293487858422},{"timestamp":"2024-05-17T23:59:00+00:00","drawdown":-0.09769160154713477},{"timestamp":"2024-05-28T23:59:00+00:00","drawdown":-0.10179633593432406},{"timestamp":"2024-06-09T23:59:00+00:00","drawdown":-0.5524768703355076},{"timestamp":"2024-06-20T23:59:00+00:00","drawdown":-1.904492027480797},{"timestamp":"2024-07-01T23:59:00+00:00","drawdown":-2.204255694207886},{"timestamp":"2024-07-13T23:59:00+00:00","drawdown":-3.4043137043259826},{"timestamp":"2024-07-24T23:59:00+00:00","drawdown":-2.661548518346296},{"timestamp":"2024-08-05T23:59:00+00:00","drawdown":-6.843183075122353},{"timestamp":"2024-08-16T23:59:00+00:00","drawdown":-5.655390194913947},{"timestamp":"2024-08-27T23:59:00+00:00","drawdown":-3.122011200738418},{"timestamp":"2024-09-08T23:59:00+00:00","drawdown":-3.284403172122309},{"timestamp":"2024-09-19T23:59:00+00:00","drawdown":-2.2995960016222563},{"timestamp":"2024-09-30T23:59:00+00:00","drawdown":-2.390499882674975},{"timestamp":"2024-10-12T23:59:00+00:00","drawdown":-2.730877341039597},{"timestamp":"2024-10-23T23:59:00+00:00","drawdown":-2.9937402520359115},{"timestamp":"2024-11-04T23:59:00+00:00","drawdown":-4.5393982244121815},{"timestamp":"2024-11-15T23:59:00+00:00","drawdown":-2.327618458977764},{"timestamp":"2024-11-26T23:59:00+00:00","drawdown":-0.362340439259606},{"timestamp":"2024-12-08T23:59:00+00:00","drawdown":0},{"timestamp":"2024-12-19T23:59:00+00:00","drawdown":-1.4420908887029},{"timestamp":"2024-12-31T23:59:00+00:00","drawdown":-1.6655171578155634},{"timestamp":"2025-01-11T23:59:00+00:00","drawdown":-1.5935867518153215},{"timestamp":"2025-01-22T23:59:00+00:00","drawdown":-2.4077094489107815},{"timestamp":"2025-02-03T23:59:00+00:00","drawdown":-3.8897958781896786},{"timestamp":"2025-02-14T23:59:00+00:00","drawdown":-3.0063324037461387},{"timestamp":"2025-02-26T23:59:00+00:00","drawdown":-4.8983973642205605},{"timestamp":"2025-03-09T23:59:00+00:00","drawdown":-7.236281051332381},{"timestamp":"2025-03-20T23:59:00+00:00","drawdown":-5.501477057881345},{"timestamp":"2025-04-01T23:59:00+00:00","drawdown":-2.567720896503912},{"timestamp":"2025-04-12T23:59:00+00:00","drawdown":-2.301437971383074},{"timestamp":"2025-04-23T23:59:00+00:00","drawdown":-2.121954699884401},{"timestamp":"2025-05-05T23:59:00+00:00","drawdown":-2.1473976143751656},{"timestamp":"2025-05-16T23:59:00+00:00","drawdown":-1.8293207583878677},{"timestamp":"2025-05-28T23:59:00+00:00","drawdown":-1.96650274288364},{"timestamp":"2025-06-08T23:59:00+00:00","drawdown":-1.8556006418933906},{"timestamp":"2025-06-19T23:59:00+00:00","drawdown":-2.254421575574796},{"timestamp":"2025-07-01T23:59:00+00:00","drawdown":-2.6645726426084666},{"timestamp":"2025-07-12T23:59:00+00:00","drawdown":-1.704536242980683},{"timestamp":"2025-07-24T23:59:00+00:00","drawdown":-1.483797199666166},{"timestamp":"2025-08-04T23:59:00+00:00","drawdown":-1.4250015418750377},{"timestamp":"2025-08-15T23:59:00+00:00","drawdown":-0.9560452302473652},{"timestamp":"2025-08-27T23:59:00+00:00","drawdown":-1.0511259852191834},{"timestamp":"2025-09-07T23:59:00+00:00","drawdown":-1.2199676884261714},{"timestamp":"2025-09-19T23:59:00+00:00","drawdown":-1.2271163959467382},{"timestamp":"2025-09-30T23:59:00+00:00","drawdown":-1.3097127716431658},{"timestamp":"2025-10-11T23:59:00+00:00","drawdown":-2.66986723264201},{"timestamp":"2025-10-23T23:59:00+00:00","drawdown":-2.105907328479724},{"timestamp":"2025-11-03T23:59:00+00:00","drawdown":-2.6473391904570462},{"timestamp":"2025-11-14T23:59:00+00:00","drawdown":-1.1791813345449682},{"timestamp":"2025-11-26T23:59:00+00:00","drawdown":-1.1085321785967337},{"timestamp":"2025-12-07T23:59:00+00:00","drawdown":-1.1093800005854297},{"timestamp":"2025-12-19T23:59:00+00:00","drawdown":-1.7001988719559755},{"timestamp":"2025-12-30T23:59:00+00:00","drawdown":-0.9100088499267007},{"timestamp":"2026-01-10T23:59:00+00:00","drawdown":-0.6064835780798858},{"timestamp":"2026-01-22T23:59:00+00:00","drawdown":-0.800096779932791},{"timestamp":"2026-02-02T23:59:00+00:00","drawdown":-1.6683459832053753},{"timestamp":"2026-02-14T23:59:00+00:00","drawdown":-2.5600959034397404},{"timestamp":"2026-02-25T23:59:00+00:00","drawdown":-3.084578300158004}]
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 | 58.51 USDT @ 2024-12-08 23:59:00 UTC |
| Worst Unrealized | -868.00 USDT @ 2026-02-24 23:59:00 UTC |
| Mean | -368.86 USDT |
| Std Dev | 189.42 USDT |
| Last | -814.90 USDT |
| Points | 673 |
| Sum | -248,240.07 USDT |
| Across 673 points the series ranged from -868.00 USDT (2026-02-24 23:59:00 UTC) to 58.51 USDT (2024-12-08 23:59:00 UTC), averaging -368.86 USDT. 3% of points were positive, 97% negative. The most recent value is -814.90 USDT. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T23:59:00+00:00","pnl":-4.6332649575},{"timestamp":"2024-05-05T23:59:00+00:00","pnl":-19.661749455},{"timestamp":"2024-05-17T23:59:00+00:00","pnl":-25.3895522775},{"timestamp":"2024-05-28T23:59:00+00:00","pnl":-24.52282659},{"timestamp":"2024-06-09T23:59:00+00:00","pnl":-75.66229439},{"timestamp":"2024-06-20T23:59:00+00:00","pnl":-220.163410535},{"timestamp":"2024-07-01T23:59:00+00:00","pnl":-258.839536495},{"timestamp":"2024-07-13T23:59:00+00:00","pnl":-388.0802789125},{"timestamp":"2024-07-24T23:59:00+00:00","pnl":-320.72767848},{"timestamp":"2024-08-05T23:59:00+00:00","pnl":-751.0439128875},{"timestamp":"2024-08-16T23:59:00+00:00","pnl":-641.6861192525},{"timestamp":"2024-08-27T23:59:00+00:00","pnl":-396.92478801},{"timestamp":"2024-09-08T23:59:00+00:00","pnl":-423.02426379},{"timestamp":"2024-09-19T23:59:00+00:00","pnl":-332.085035845},{"timestamp":"2024-09-30T23:59:00+00:00","pnl":-348.2476408625},{"timestamp":"2024-10-12T23:59:00+00:00","pnl":-390.3595588775},{"timestamp":"2024-10-23T23:59:00+00:00","pnl":-421.4942840625},{"timestamp":"2024-11-04T23:59:00+00:00","pnl":-582.1576474275},{"timestamp":"2024-11-15T23:59:00+00:00","pnl":-371.6498838325},{"timestamp":"2024-11-26T23:59:00+00:00","pnl":-14.1588101575},{"timestamp":"2024-12-08T23:59:00+00:00","pnl":58.510434265},{"timestamp":"2024-12-19T23:59:00+00:00","pnl":-107.96646695},{"timestamp":"2024-12-31T23:59:00+00:00","pnl":-146.5343477525},{"timestamp":"2025-01-11T23:59:00+00:00","pnl":-149.42640976},{"timestamp":"2025-01-22T23:59:00+00:00","pnl":-245.476376565},{"timestamp":"2025-02-03T23:59:00+00:00","pnl":-413.369462465},{"timestamp":"2025-02-14T23:59:00+00:00","pnl":-337.0088497225},{"timestamp":"2025-02-26T23:59:00+00:00","pnl":-544.79018072},{"timestamp":"2025-03-09T23:59:00+00:00","pnl":-796.90523744},{"timestamp":"2025-03-20T23:59:00+00:00","pnl":-633.1612995675},{"timestamp":"2025-04-01T23:59:00+00:00","pnl":-356.02036395},{"timestamp":"2025-04-12T23:59:00+00:00","pnl":-346.1642603125},{"timestamp":"2025-04-23T23:59:00+00:00","pnl":-339.3940361675},{"timestamp":"2025-05-05T23:59:00+00:00","pnl":-352.0679828325},{"timestamp":"2025-05-16T23:59:00+00:00","pnl":-333.501243605},{"timestamp":"2025-05-28T23:59:00+00:00","pnl":-356.53339828},{"timestamp":"2025-06-08T23:59:00+00:00","pnl":-360.2738345475},{"timestamp":"2025-06-19T23:59:00+00:00","pnl":-410.7361144275},{"timestamp":"2025-07-01T23:59:00+00:00","pnl":-468.516006935},{"timestamp":"2025-07-12T23:59:00+00:00","pnl":-379.7664804425},{"timestamp":"2025-07-24T23:59:00+00:00","pnl":-372.9084012375},{"timestamp":"2025-08-04T23:59:00+00:00","pnl":-378.0840177775},{"timestamp":"2025-08-15T23:59:00+00:00","pnl":-345.9065008125},{"timestamp":"2025-08-27T23:59:00+00:00","pnl":-366.70429131},{"timestamp":"2025-09-07T23:59:00+00:00","pnl":-391.45315865},{"timestamp":"2025-09-19T23:59:00+00:00","pnl":-400.419315555},{"timestamp":"2025-09-30T23:59:00+00:00","pnl":-416.769396305},{"timestamp":"2025-10-11T23:59:00+00:00","pnl":-566.6708828075},{"timestamp":"2025-10-23T23:59:00+00:00","pnl":-531.0873266475},{"timestamp":"2025-11-03T23:59:00+00:00","pnl":-596.2977449225},{"timestamp":"2025-11-14T23:59:00+00:00","pnl":-469.23320699},{"timestamp":"2025-11-26T23:59:00+00:00","pnl":-479.6036324375},{"timestamp":"2025-12-07T23:59:00+00:00","pnl":-493.8919191475},{"timestamp":"2025-12-19T23:59:00+00:00","pnl":-568.80201296},{"timestamp":"2025-12-30T23:59:00+00:00","pnl":-507.30031616},{"timestamp":"2026-01-10T23:59:00+00:00","pnl":-493.67156251},{"timestamp":"2026-01-22T23:59:00+00:00","pnl":-532.2351525525},{"timestamp":"2026-02-02T23:59:00+00:00","pnl":-637.1719025925},{"timestamp":"2026-02-14T23:59:00+00:00","pnl":-750.70950918},{"timestamp":"2026-02-25T23:59:00+00:00","pnl":-814.9042781175}]
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,264.45 USDT @ 2024-12-08 23:59:00 UTC |
| Trough Total Equity | 9,342.76 USDT @ 2024-08-05 23:59:00 UTC |
| Mean | 9,981.46 USDT |
| Std Dev | 185.72 USDT |
| Last | 9,947.84 USDT |
| Points | 673 |
| Sum | 6,717,522.12 USDT |
| Across 673 points the series ranged from 9,342.76 USDT (2024-08-05 23:59:00 UTC) to 10,264.45 USDT (2024-12-08 23:59:00 UTC), averaging 9,981.46 USDT. 100% of points were positive, 0% negative. The most recent value is 9,947.84 USDT. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T23:59:00+00:00","quote":9865.5704051575,"base":131.58833467499971,"total":9997.1587398325},{"timestamp":"2024-05-05T23:59:00+00:00","quote":9740.863249985,"base":257.88931784000124,"total":9998.752567825},{"timestamp":"2024-05-17T23:59:00+00:00","quote":9763.781518105,"base":241.86278676000074,"total":10005.644304865},{"timestamp":"2024-05-28T23:59:00+00:00","quote":9725.597588295,"base":293.25867091500004,"total":10018.85625921},{"timestamp":"2024-06-09T23:59:00+00:00","quote":9449.5040432425,"base":524.1531700650012,"total":9973.6572133075},{"timestamp":"2024-06-20T23:59:00+00:00","quote":8970.2287319125,"base":867.8339959799996,"total":9838.0627278925},{"timestamp":"2024-07-01T23:59:00+00:00","quote":8893.37819411,"base":914.6210393599995,"total":9807.99923347},{"timestamp":"2024-07-13T23:59:00+00:00","quote":8711.3206224325,"base":976.3240074000005,"total":9687.6446298325},{"timestamp":"2024-07-24T23:59:00+00:00","quote":8688.3689771925,"base":1073.7680595074999,"total":9762.1370367},{"timestamp":"2024-08-05T23:59:00+00:00","quote":8040.917502185,"base":1301.8406666649998,"total":9342.75816885},{"timestamp":"2024-08-16T23:59:00+00:00","quote":8116.0532242776,"base":1345.8294703000001,"total":9461.8826945776},{"timestamp":"2024-08-27T23:59:00+00:00","quote":8582.5458890751,"base":1133.4110436949995,"total":9715.9569327701},{"timestamp":"2024-09-08T23:59:00+00:00","quote":8622.6488981326,"base":1077.0216374925003,"total":9699.6705356251},{"timestamp":"2024-09-19T23:59:00+00:00","quote":8710.7989527702,"base":1087.6385388400013,"total":9798.4374916102},{"timestamp":"2024-09-30T23:59:00+00:00","quote":8637.4140802402,"base":1151.906601615001,"total":9789.3206818552},{"timestamp":"2024-10-12T23:59:00+00:00","quote":8700.6655161528,"base":1054.5184875225004,"total":9755.1840036753},{"timestamp":"2024-10-23T23:59:00+00:00","quote":8619.9217590953,"base":1108.8995511125013,"total":9728.8213102078},{"timestamp":"2024-11-04T23:59:00+00:00","quote":8294.1493730677,"base":1279.656886987501,"total":9573.8062600552},{"timestamp":"2024-11-15T23:59:00+00:00","quote":8657.1708640528,"base":1138.4562369600008,"total":9795.6271010128},{"timestamp":"2024-11-26T23:59:00+00:00","quote":9740.4824821377,"base":433.7657615025,"total":10174.2482436402},{"timestamp":"2024-12-08T23:59:00+00:00","quote":10004.4265152303,"base":260.02363590000095,"total":10264.4501511303},{"timestamp":"2024-12-19T23:59:00+00:00","quote":9368.8593476254,"base":747.5681031000004,"total":10116.4274507254},{"timestamp":"2024-12-31T23:59:00+00:00","quote":9203.4149030553,"base":890.0790696525,"total":10093.4939727078},{"timestamp":"2025-01-11T23:59:00+00:00","quote":9334.5150364252,"base":766.36219695,"total":10100.8772333752},{"timestamp":"2025-01-22T23:59:00+00:00","quote":9060.4010468553,"base":956.9109681074988,"total":10017.3120149628},{"timestamp":"2025-02-03T23:59:00+00:00","quote":8754.8461406553,"base":1110.3378515775003,"total":9865.1839922328},{"timestamp":"2025-02-14T23:59:00+00:00","quote":8884.6055890105,"base":1071.261071160001,"total":9955.8666601705},{"timestamp":"2025-02-26T23:59:00+00:00","quote":8541.5677489256,"base":1220.088846550001,"total":9761.6565954756},{"timestamp":"2025-03-09T23:59:00+00:00","quote":8036.8555682556,"base":1484.8301215650008,"total":9521.6856898206},{"timestamp":"2025-03-20T23:59:00+00:00","quote":8402.3848579582,"base":1297.3689229899992,"total":9699.7537809482},{"timestamp":"2025-04-01T23:59:00+00:00","quote":9446.4155059735,"base":554.4722137150002,"total":10000.8877196885},{"timestamp":"2025-04-12T23:59:00+00:00","quote":9589.405985476,"base":438.8142123225007,"total":10028.2201977985},{"timestamp":"2025-04-23T23:59:00+00:00","quote":9545.9158460936,"base":500.72732263750004,"total":10046.6431687311},{"timestamp":"2025-05-05T23:59:00+00:00","quote":9485.7254173712,"base":558.3061760849996,"total":10044.0315934562},{"timestamp":"2025-05-16T23:59:00+00:00","quote":9334.0374340813,"base":742.6429996999996,"total":10076.6804337813},{"timestamp":"2025-05-28T23:59:00+00:00","quote":9307.8274612414,"base":754.7719961249986,"total":10062.5994573664},{"timestamp":"2025-06-08T23:59:00+00:00","quote":9498.6888226791,"base":575.2941255599999,"total":10073.9829482391},{"timestamp":"2025-06-19T23:59:00+00:00","quote":9397.8043912366,"base":635.2417810725001,"total":10033.0461723091},{"timestamp":"2025-07-01T23:59:00+00:00","quote":9217.8380069991,"base":773.1084134899993,"total":9990.9464204891},{"timestamp":"2025-07-12T23:59:00+00:00","quote":9518.6498387791,"base":570.8390393824993,"total":10089.4888781616},{"timestamp":"2025-07-24T23:59:00+00:00","quote":9554.5204806617,"base":557.6260465649993,"total":10112.1465272267},{"timestamp":"2025-08-04T23:59:00+00:00","quote":9495.4770771217,"base":622.7045010899983,"total":10118.1815782117},{"timestamp":"2025-08-15T23:59:00+00:00","quote":9707.1073810368,"base":459.2099840125011,"total":10166.3173650493},{"timestamp":"2025-08-27T23:59:00+00:00","quote":9577.6853685719,"base":578.8724797800005,"total":10156.5578483519},{"timestamp":"2025-09-07T23:59:00+00:00","quote":9484.8083384069,"base":654.418837485,"total":10139.2271758919},{"timestamp":"2025-09-19T23:59:00+00:00","quote":9442.783034777,"base":695.7103655950013,"total":10138.493400372},{"timestamp":"2025-09-30T23:59:00+00:00","quote":9410.553398017,"base":719.4619385450005,"total":10130.015336562},{"timestamp":"2025-10-11T23:59:00+00:00","quote":9205.2112956844,"base":785.19166425,"total":9990.4029599344},{"timestamp":"2025-10-23T23:59:00+00:00","quote":9382.9176072745,"base":665.372735895,"total":10048.2903431695},{"timestamp":"2025-11-03T23:59:00+00:00","quote":9272.204558272,"base":720.5107813225004,"total":9992.7153395945},{"timestamp":"2025-11-14T23:59:00+00:00","quote":9717.3700234195,"base":426.043647434999,"total":10143.4136708545},{"timestamp":"2025-11-26T23:59:00+00:00","quote":9659.766169024,"base":490.89924922499995,"total":10150.665418249},{"timestamp":"2025-12-07T23:59:00+00:00","quote":9653.9067972686,"base":496.6715967149994,"total":10150.5783939836},{"timestamp":"2025-12-19T23:59:00+00:00","quote":9422.5136864533,"base":667.4203989950001,"total":10089.9340854483},{"timestamp":"2025-12-30T23:59:00+00:00","quote":9717.9456242586,"base":453.0971221001,"total":10171.0427463587},{"timestamp":"2026-01-10T23:59:00+00:00","quote":9830.700608711,"base":371.497337872499,"total":10202.1979465835},{"timestamp":"2026-01-22T23:59:00+00:00","quote":9709.0679848733,"base":473.25663112000075,"total":10182.3246159933},{"timestamp":"2026-02-02T23:59:00+00:00","quote":9318.9028407833,"base":774.3007685525008,"total":10093.2036093358},{"timestamp":"2026-02-14T23:59:00+00:00","quote":9110.3782141556,"base":891.2921691449992,"total":10001.6703833006},{"timestamp":"2026-02-25T23:59:00+00:00","quote":8995.4837188105,"base":952.3514303275006,"total":9947.835149138}]
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 | 15.59% @ 2025-03-09 23:59:00 UTC |
| Min Exposure | 0.81% @ 2024-04-26 23:59:00 UTC |
| Mean | 7.53% |
| Std Dev | 3.25% |
| Last | 9.57% |
| Points | 673 |
| Across 673 points the series ranged from 0.81% (2024-04-26 23:59:00 UTC) to 15.59% (2025-03-09 23:59:00 UTC), averaging 7.53%. 100% of points were positive, 0% negative. The most recent value is 9.57%. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T23:59:00+00:00","exposure":1.3162573297021034},{"timestamp":"2024-05-05T23:59:00+00:00","exposure":2.5792149179675037},{"timestamp":"2024-05-17T23:59:00+00:00","exposure":2.4172634903921266},{"timestamp":"2024-05-28T23:59:00+00:00","exposure":2.927067355072762},{"timestamp":"2024-06-09T23:59:00+00:00","exposure":5.255375825084925},{"timestamp":"2024-06-20T23:59:00+00:00","exposure":8.821187869838946},{"timestamp":"2024-07-01T23:59:00+00:00","exposure":9.325256024071008},{"timestamp":"2024-07-13T23:59:00+00:00","exposure":10.078032841888845},{"timestamp":"2024-07-24T23:59:00+00:00","exposure":10.999313526031768},{"timestamp":"2024-08-05T23:59:00+00:00","exposure":13.934222026697748},{"timestamp":"2024-08-16T23:59:00+00:00","exposure":14.223696422185258},{"timestamp":"2024-08-27T23:59:00+00:00","exposure":11.665459733278736},{"timestamp":"2024-09-08T23:59:00+00:00","exposure":11.103692991806252},{"timestamp":"2024-09-19T23:59:00+00:00","exposure":11.100122236543115},{"timestamp":"2024-09-30T23:59:00+00:00","exposure":11.766971775172248},{"timestamp":"2024-10-12T23:59:00+00:00","exposure":10.80982672520792},{"timestamp":"2024-10-23T23:59:00+00:00","exposure":11.398087350509844},{"timestamp":"2024-11-04T23:59:00+00:00","exposure":13.366229190647136},{"timestamp":"2024-11-15T23:59:00+00:00","exposure":11.622086316886158},{"timestamp":"2024-11-26T23:59:00+00:00","exposure":4.263369156277878},{"timestamp":"2024-12-08T23:59:00+00:00","exposure":2.5332446655349354},{"timestamp":"2024-12-19T23:59:00+00:00","exposure":7.389645274887983},{"timestamp":"2024-12-31T23:59:00+00:00","exposure":8.818344490611677},{"timestamp":"2025-01-11T23:59:00+00:00","exposure":7.587085549538163},{"timestamp":"2025-01-22T23:59:00+00:00","exposure":9.552572253696066},{"timestamp":"2025-02-03T23:59:00+00:00","exposure":11.255115489500325},{"timestamp":"2025-02-14T23:59:00+00:00","exposure":10.760098620501763},{"timestamp":"2025-02-26T23:59:00+00:00","exposure":12.498788854296475},{"timestamp":"2025-03-09T23:59:00+00:00","exposure":15.594193821713692},{"timestamp":"2025-03-20T23:59:00+00:00","exposure":13.37527686051403},{"timestamp":"2025-04-01T23:59:00+00:00","exposure":5.544229964940257},{"timestamp":"2025-04-12T23:59:00+00:00","exposure":4.375793547282036},{"timestamp":"2025-04-23T23:59:00+00:00","exposure":4.984026149111678},{"timestamp":"2025-05-05T23:59:00+00:00","exposure":5.558586419110254},{"timestamp":"2025-05-16T23:59:00+00:00","exposure":7.369917152580782},{"timestamp":"2025-05-28T23:59:00+00:00","exposure":7.500765575762457},{"timestamp":"2025-06-08T23:59:00+00:00","exposure":5.71069187347155},{"timestamp":"2025-06-19T23:59:00+00:00","exposure":6.331494644425619},{"timestamp":"2025-07-01T23:59:00+00:00","exposure":7.738089876095566},{"timestamp":"2025-07-12T23:59:00+00:00","exposure":5.657759736650918},{"timestamp":"2025-07-24T23:59:00+00:00","exposure":5.514418180784912},{"timestamp":"2025-08-04T23:59:00+00:00","exposure":6.1543123759601075},{"timestamp":"2025-08-15T23:59:00+00:00","exposure":4.516974706998774},{"timestamp":"2025-08-27T23:59:00+00:00","exposure":5.699494734566336},{"timestamp":"2025-09-07T23:59:00+00:00","exposure":6.454326608254873},{"timestamp":"2025-09-19T23:59:00+00:00","exposure":6.862068535444077},{"timestamp":"2025-09-30T23:59:00+00:00","exposure":7.102278867715681},{"timestamp":"2025-10-11T23:59:00+00:00","exposure":7.859459397172863},{"timestamp":"2025-10-23T23:59:00+00:00","exposure":6.621750697593036},{"timestamp":"2025-11-03T23:59:00+00:00","exposure":7.210360315855234},{"timestamp":"2025-11-14T23:59:00+00:00","exposure":4.200199866236042},{"timestamp":"2025-11-26T23:59:00+00:00","exposure":4.836128756075979},{"timestamp":"2025-12-07T23:59:00+00:00","exposure":4.893037395872772},{"timestamp":"2025-12-19T23:59:00+00:00","exposure":6.614715154160954},{"timestamp":"2025-12-30T23:59:00+00:00","exposure":4.454775517115114},{"timestamp":"2026-01-10T23:59:00+00:00","exposure":3.6413461081384484},{"timestamp":"2026-01-22T23:59:00+00:00","exposure":4.647825020002408},{"timestamp":"2026-02-02T23:59:00+00:00","exposure":7.671506476261951},{"timestamp":"2026-02-14T23:59:00+00:00","exposure":8.911433140539755},{"timestamp":"2026-02-25T23:59:00+00:00","exposure":9.573454083726183}]
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 | 343.51 USDT @ 2025-03-21 23:59:00 UTC |
| Worst Day | -166.90 USDT @ 2025-03-03 23:59:00 UTC |
| Mean | -0.0734 USDT |
| Std Dev | 37.90 USDT |
| Last | 54.07 USDT |
| Points | 672 |
| Sum | -49.32 USDT |
| Across 672 points the series ranged from -166.90 USDT (2025-03-03 23:59:00 UTC) to 343.51 USDT (2025-03-21 23:59:00 UTC), averaging -0.0734 USDT. 50% of points were positive, 50% negative. The most recent value is 54.07 USDT. | |
| Showing 60 of 672 points (down-sampled for readability). |
[{"timestamp":"2024-04-25T23:59:00+00:00","delta":6.414283740001338},{"timestamp":"2024-05-06T23:59:00+00:00","delta":-6.6962683649999235},{"timestamp":"2024-05-18T23:59:00+00:00","delta":-5.307069627499004},{"timestamp":"2024-05-29T23:59:00+00:00","delta":-4.783285605000856},{"timestamp":"2024-06-09T23:59:00+00:00","delta":-0.107208814999467},{"timestamp":"2024-06-21T23:59:00+00:00","delta":-4.745805202499469},{"timestamp":"2024-07-02T23:59:00+00:00","delta":-32.467855965000126},{"timestamp":"2024-07-14T23:59:00+00:00","delta":39.97677550749904},{"timestamp":"2024-07-25T23:59:00+00:00","delta":8.452968505000172},{"timestamp":"2024-08-05T23:59:00+00:00","delta":-119.48313956499987},{"timestamp":"2024-08-17T23:59:00+00:00","delta":31.98201515999972},{"timestamp":"2024-08-28T23:59:00+00:00","delta":36.12216309250107},{"timestamp":"2024-09-08T23:59:00+00:00","delta":30.037030075000075},{"timestamp":"2024-09-20T23:59:00+00:00","delta":13.922593892499208},{"timestamp":"2024-10-01T23:59:00+00:00","delta":-124.25896423500126},{"timestamp":"2024-10-13T23:59:00+00:00","delta":23.402139497500684},{"timestamp":"2024-10-24T23:59:00+00:00","delta":23.217077429999335},{"timestamp":"2024-11-04T23:59:00+00:00","delta":-22.608365019999837},{"timestamp":"2024-11-16T23:59:00+00:00","delta":74.62603823750032},{"timestamp":"2024-11-27T23:59:00+00:00","delta":13.985857545099861},{"timestamp":"2024-12-08T23:59:00+00:00","delta":22.25333711500025},{"timestamp":"2024-12-20T23:59:00+00:00","delta":31.761159252500875},{"timestamp":"2024-12-31T23:59:00+00:00","delta":-15.735502962499595},{"timestamp":"2025-01-12T23:59:00+00:00","delta":-3.592256580001049},{"timestamp":"2025-01-23T23:59:00+00:00","delta":11.014972762501202},{"timestamp":"2025-02-03T23:59:00+00:00","delta":35.4922997675003},{"timestamp":"2025-02-15T23:59:00+00:00","delta":-36.26905267500115},{"timestamp":"2025-02-26T23:59:00+00:00","delta":18.51516030250059},{"timestamp":"2025-03-09T23:59:00+00:00","delta":-104.85975941759898},{"timestamp":"2025-03-21T23:59:00+00:00","delta":343.50902241010044},{"timestamp":"2025-04-01T23:59:00+00:00","delta":-4.065011159998903},{"timestamp":"2025-04-13T23:59:00+00:00","delta":-34.188841950001006},{"timestamp":"2025-04-24T23:59:00+00:00","delta":8.03549461250077},{"timestamp":"2025-05-05T23:59:00+00:00","delta":3.8925405725003657},{"timestamp":"2025-05-17T23:59:00+00:00","delta":-30.406963064999218},{"timestamp":"2025-05-28T23:59:00+00:00","delta":-1.129009477501313},{"timestamp":"2025-06-08T23:59:00+00:00","delta":-7.129955239999617},{"timestamp":"2025-06-20T23:59:00+00:00","delta":-18.903107987498515},{"timestamp":"2025-07-01T23:59:00+00:00","delta":-19.722438552500535},{"timestamp":"2025-07-13T23:59:00+00:00","delta":8.380217127500146},{"timestamp":"2025-07-24T23:59:00+00:00","delta":4.673834632500075},{"timestamp":"2025-08-04T23:59:00+00:00","delta":22.408531664999828},{"timestamp":"2025-08-16T23:59:00+00:00","delta":6.115526004999992},{"timestamp":"2025-08-27T23:59:00+00:00","delta":-3.5388216850005847},{"timestamp":"2025-09-07T23:59:00+00:00","delta":5.431291464999958},{"timestamp":"2025-09-19T23:59:00+00:00","delta":-27.931099159999576},{"timestamp":"2025-09-30T23:59:00+00:00","delta":4.192708767501244},{"timestamp":"2025-10-12T23:59:00+00:00","delta":56.174037632501495},{"timestamp":"2025-10-23T23:59:00+00:00","delta":19.55679794000025},{"timestamp":"2025-11-03T23:59:00+00:00","delta":-56.825212220099274},{"timestamp":"2025-11-15T23:59:00+00:00","delta":15.847228062400973},{"timestamp":"2025-11-26T23:59:00+00:00","delta":5.287395042400021},{"timestamp":"2025-12-07T23:59:00+00:00","delta":-4.21200345249963},{"timestamp":"2025-12-19T23:59:00+00:00","delta":23.671643477498947},{"timestamp":"2025-12-30T23:59:00+00:00","delta":0.7025866475996736},{"timestamp":"2026-01-11T23:59:00+00:00","delta":-4.2229687524995825},{"timestamp":"2026-01-22T23:59:00+00:00","delta":0.5000773500014475},{"timestamp":"2026-02-02T23:59:00+00:00","delta":18.809009045100538},{"timestamp":"2026-02-14T23:59:00+00:00","delta":2.6030829600003926},{"timestamp":"2026-02-25T23:59:00+00:00","delta":54.0719645475001}]
Monthly Returns
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net * Transform: monthlyReturns(equity)returnPct).| Stat | Value |
|---|---|
| Best Month | 5.51% @ 2024-11 |
| Worst Month | -1.96% @ 2024-06 |
| Mean | 0.14% |
| Std Dev | 1.57% |
| Last | -1.26% |
| Points | 23 |
| Across 23 points the series ranged from -1.96% (2024-06) to 5.51% (2024-11), averaging 0.14%. 61% of points were positive, 39% negative. The most recent value is -1.26%. | |
| Full series - 23 points. |
[{"month":"2024-04","returnPct":0.09129525565734209},{"month":"2024-05","returnPct":0.1060751165594028},{"month":"2024-06","returnPct":-1.9585985451802728},{"month":"2024-07","returnPct":-0.7507086186715712},{"month":"2024-08","returnPct":0.030258359261052668},{"month":"2024-09","returnPct":1.1033469617705163},{"month":"2024-10","returnPct":0.24417254588842563},{"month":"2024-11","returnPct":5.512261405345211},{"month":"2024-12","returnPct":-1.0528556073822046},{"month":"2025-01","returnPct":-1.1673440312375702},{"month":"2025-02","returnPct":-1.5206366493662877},{"month":"2025-03","returnPct":2.859430420228656},{"month":"2025-04","returnPct":0.6585853671073083},{"month":"2025-05","returnPct":0.25883365885255},{"month":"2025-06","returnPct":-0.8094404426160268},{"month":"2025-07","returnPct":1.1777882864158193},{"month":"2025-08","returnPct":0.3830317439166292},{"month":"2025-09","returnPct":0.09486792500761658},{"month":"2025-10","returnPct":-1.2806047652291292},{"month":"2025-11","returnPct":1.0162758395104188},{"month":"2025-12","returnPct":0.33645538161933364},{"month":"2026-01","returnPct":-0.8284273824743499},{"month":"2026-02","returnPct":-1.2562486995401965}]
Cumulative Trade Profit
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: cumulativeProfit(trades)cumProfit).| Stat | Value |
|---|---|
| Peak Cum. | 762.74 USDT @ 2026-02-25 |
| Trough Cum. | 1.79 USDT @ 2024-04-24 |
| Mean | 350.32 USDT |
| Std Dev | 219.86 USDT |
| Last | 762.74 USDT |
| Points | 673 |
| Sum | 235,762.19 USDT |
| Across 673 points the series ranged from 1.79 USDT (2024-04-24) to 762.74 USDT (2026-02-25), averaging 350.32 USDT. 100% of points were positive, 0% negative. The most recent value is 762.74 USDT. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24","cumProfit":1.792005},{"timestamp":"2024-05-05","cumProfit":18.414318},{"timestamp":"2024-05-17","cumProfit":31.033859},{"timestamp":"2024-05-28","cumProfit":43.37908800000001},{"timestamp":"2024-06-09","cumProfit":49.319510000000015},{"timestamp":"2024-06-20","cumProfit":58.22614100000001},{"timestamp":"2024-07-01","cumProfit":66.838772},{"timestamp":"2024-07-13","cumProfit":75.724911},{"timestamp":"2024-07-24","cumProfit":82.86471800000002},{"timestamp":"2024-08-05","cumProfit":93.80208400000005},{"timestamp":"2024-08-16","cumProfit":103.56881800000008},{"timestamp":"2024-08-27","cumProfit":112.88172400000009},{"timestamp":"2024-09-08","cumProfit":122.6948020000001},{"timestamp":"2024-09-19","cumProfit":130.5225300000001},{"timestamp":"2024-09-30","cumProfit":137.5683260000001},{"timestamp":"2024-10-12","cumProfit":145.54356400000006},{"timestamp":"2024-10-23","cumProfit":150.31559600000008},{"timestamp":"2024-11-04","cumProfit":155.96390900000006},{"timestamp":"2024-11-15","cumProfit":167.2769870000001},{"timestamp":"2024-11-26","cumProfit":188.4070560000001},{"timestamp":"2024-12-08","cumProfit":205.93972000000008},{"timestamp":"2024-12-19","cumProfit":224.39392100000012},{"timestamp":"2024-12-31","cumProfit":240.02832400000008},{"timestamp":"2025-01-11","cumProfit":250.3036470000001},{"timestamp":"2025-01-22","cumProfit":262.78839600000003},{"timestamp":"2025-02-03","cumProfit":278.55345900000003},{"timestamp":"2025-02-14","cumProfit":292.875515},{"timestamp":"2025-02-26","cumProfit":306.446782},{"timestamp":"2025-03-09","cumProfit":318.59093199999995},{"timestamp":"2025-03-20","cumProfit":332.91508500000003},{"timestamp":"2025-04-01","cumProfit":356.908087},{"timestamp":"2025-04-12","cumProfit":374.38446100000004},{"timestamp":"2025-04-23","cumProfit":386.0372060000001},{"timestamp":"2025-05-05","cumProfit":396.099578},{"timestamp":"2025-05-16","cumProfit":410.181679},{"timestamp":"2025-05-28","cumProfit":419.13285800000006},{"timestamp":"2025-06-08","cumProfit":434.256785},{"timestamp":"2025-06-19","cumProfit":443.782289},{"timestamp":"2025-07-01","cumProfit":459.462429},{"timestamp":"2025-07-12","cumProfit":469.25536099999994},{"timestamp":"2025-07-24","cumProfit":485.0549309999999},{"timestamp":"2025-08-04","cumProfit":496.26559899999995},{"timestamp":"2025-08-15","cumProfit":512.2238689999999},{"timestamp":"2025-08-27","cumProfit":523.2621429999999},{"timestamp":"2025-09-07","cumProfit":530.680338},{"timestamp":"2025-09-19","cumProfit":538.9127200000003},{"timestamp":"2025-09-30","cumProfit":546.7847380000001},{"timestamp":"2025-10-11","cumProfit":557.073847},{"timestamp":"2025-10-23","cumProfit":579.377676},{"timestamp":"2025-11-03","cumProfit":589.0130889999999},{"timestamp":"2025-11-14","cumProfit":612.6468839999998},{"timestamp":"2025-11-26","cumProfit":630.269056},{"timestamp":"2025-12-07","cumProfit":644.4703179999998},{"timestamp":"2025-12-19","cumProfit":658.736103},{"timestamp":"2025-12-30","cumProfit":678.343068},{"timestamp":"2026-01-10","cumProfit":695.869514},{"timestamp":"2026-01-22","cumProfit":714.5597729999998},{"timestamp":"2026-02-02","cumProfit":730.3755169999998},{"timestamp":"2026-02-14","cumProfit":752.3798949999997},{"timestamp":"2026-02-25","cumProfit":762.7394279999997}]
Daily Trade Profit
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: dailyTradeProfit(trades)profit).| Stat | Value |
|---|---|
| Best Day | 5.12 USDT @ 2025-03-21 |
| Worst Day | 0.1777 USDT @ 2024-10-19 |
| Mean | 1.13 USDT |
| Std Dev | 0.6347 USDT |
| Last | 0.9712 USDT |
| Points | 673 |
| Sum | 762.74 USDT |
| Across 673 points the series ranged from 0.1777 USDT (2024-10-19) to 5.12 USDT (2025-03-21), averaging 1.13 USDT. 100% of points were positive, 0% negative. The most recent value is 0.9712 USDT. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"day":"2024-04-24","profit":1.792005},{"day":"2024-05-05","profit":0.533821},{"day":"2024-05-17","profit":1.302687},{"day":"2024-05-28","profit":0.470804},{"day":"2024-06-09","profit":0.376326},{"day":"2024-06-20","profit":1.077412},{"day":"2024-07-01","profit":0.74295},{"day":"2024-07-13","profit":0.266694},{"day":"2024-07-24","profit":0.634527},{"day":"2024-08-05","profit":2.405527},{"day":"2024-08-16","profit":0.858561},{"day":"2024-08-27","profit":0.654252},{"day":"2024-09-08","profit":0.732218},{"day":"2024-09-19","profit":0.741293},{"day":"2024-09-30","profit":0.571918},{"day":"2024-10-12","profit":0.455351},{"day":"2024-10-23","profit":0.301612},{"day":"2024-11-04","profit":0.520887},{"day":"2024-11-15","profit":0.81836},{"day":"2024-11-26","profit":1.869801},{"day":"2024-12-08","profit":2.317163},{"day":"2024-12-19","profit":2.095312},{"day":"2024-12-31","profit":0.786407},{"day":"2025-01-11","profit":0.661913},{"day":"2025-01-22","profit":0.803254},{"day":"2025-02-03","profit":2.804186},{"day":"2025-02-14","profit":1.227351},{"day":"2025-02-26","profit":1.374378},{"day":"2025-03-09","profit":0.975626},{"day":"2025-03-20","profit":1.533302},{"day":"2025-04-01","profit":1.21439},{"day":"2025-04-12","profit":0.782466},{"day":"2025-04-23","profit":1.023005},{"day":"2025-05-05","profit":0.740658},{"day":"2025-05-16","profit":0.72818},{"day":"2025-05-28","profit":0.939026},{"day":"2025-06-08","profit":0.698647},{"day":"2025-06-19","profit":0.876908},{"day":"2025-07-01","profit":1.364982},{"day":"2025-07-12","profit":1.589228},{"day":"2025-07-24","profit":1.977191},{"day":"2025-08-04","profit":0.452249},{"day":"2025-08-15","profit":1.889896},{"day":"2025-08-27","profit":1.195505},{"day":"2025-09-07","profit":0.419219},{"day":"2025-09-19","profit":1.011731},{"day":"2025-09-30","profit":0.710378},{"day":"2025-10-11","profit":3.042737},{"day":"2025-10-23","profit":0.643261},{"day":"2025-11-03","profit":1.658462},{"day":"2025-11-14","profit":1.836149},{"day":"2025-11-26","profit":0.711174},{"day":"2025-12-07","profit":0.989385},{"day":"2025-12-19","profit":1.200447},{"day":"2025-12-30","profit":1.474591},{"day":"2026-01-10","profit":1.616013},{"day":"2026-01-22","profit":1.984651},{"day":"2026-02-02","profit":1.882743},{"day":"2026-02-14","profit":0.620729},{"day":"2026-02-25","profit":0.971247}]
Trades per Day
GET /backtests/{id}/trades * Fields used: sell_time * Transform: tradesPerDay(trades)count).| Stat | Value |
|---|---|
| Busiest Day | 886 trades @ 2025-03-21 |
| Quietest Day | 31 trades @ 2024-10-19 |
| Mean | 195 trades |
| Std Dev | 109 trades |
| Last | 153 trades |
| Points | 673 |
| Sum | 131408 trades |
| Across 673 points the series ranged from 31 trades (2024-10-19) to 886 trades (2025-03-21), averaging 195 trades. The most recent value is 153 trades. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"day":"2024-04-24","count":339},{"day":"2024-05-05","count":102},{"day":"2024-05-17","count":239},{"day":"2024-05-28","count":88},{"day":"2024-06-09","count":70},{"day":"2024-06-20","count":198},{"day":"2024-07-01","count":128},{"day":"2024-07-13","count":47},{"day":"2024-07-24","count":116},{"day":"2024-08-05","count":414},{"day":"2024-08-16","count":152},{"day":"2024-08-27","count":116},{"day":"2024-09-08","count":125},{"day":"2024-09-19","count":132},{"day":"2024-09-30","count":98},{"day":"2024-10-12","count":84},{"day":"2024-10-23","count":52},{"day":"2024-11-04","count":93},{"day":"2024-11-15","count":142},{"day":"2024-11-26","count":346},{"day":"2024-12-08","count":432},{"day":"2024-12-19","count":377},{"day":"2024-12-31","count":148},{"day":"2025-01-11","count":118},{"day":"2025-01-22","count":139},{"day":"2025-02-03","count":483},{"day":"2025-02-14","count":209},{"day":"2025-02-26","count":253},{"day":"2025-03-09","count":174},{"day":"2025-03-20","count":239},{"day":"2025-04-01","count":217},{"day":"2025-04-12","count":131},{"day":"2025-04-23","count":187},{"day":"2025-05-05","count":127},{"day":"2025-05-16","count":117},{"day":"2025-05-28","count":174},{"day":"2025-06-08","count":116},{"day":"2025-06-19","count":157},{"day":"2025-07-01","count":222},{"day":"2025-07-12","count":264},{"day":"2025-07-24","count":320},{"day":"2025-08-04","count":78},{"day":"2025-08-15","count":328},{"day":"2025-08-27","count":195},{"day":"2025-09-07","count":75},{"day":"2025-09-19","count":171},{"day":"2025-09-30","count":126},{"day":"2025-10-11","count":527},{"day":"2025-10-23","count":106},{"day":"2025-11-03","count":242},{"day":"2025-11-14","count":291},{"day":"2025-11-26","count":100},{"day":"2025-12-07","count":159},{"day":"2025-12-19","count":175},{"day":"2025-12-30","count":252},{"day":"2026-01-10","count":293},{"day":"2026-01-22","count":299},{"day":"2026-02-02","count":308},{"day":"2026-02-14","count":78},{"day":"2026-02-25","count":153}]
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 | 990.39 USDT @ 2026-02-25 |
| Start | 2.57 USDT @ 2024-04-24 |
| Mean | 468.16 USDT |
| Std Dev | 287.47 USDT |
| Last | 990.39 USDT |
| Points | 673 |
| Sum | 315,072.46 USDT |
| Across 673 points the series ranged from 2.57 USDT (2024-04-24) to 990.39 USDT (2026-02-25), averaging 468.16 USDT. 100% of points were positive, 0% negative. The most recent value is 990.39 USDT. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"index":0,"timestamp":"2024-04-24","cumFees":2.567295},{"index":11,"timestamp":"2024-05-05","cumFees":26.172762000000002},{"index":23,"timestamp":"2024-05-17","cumFees":43.894351},{"index":34,"timestamp":"2024-05-28","cumFees":61.288112000000005},{"index":46,"timestamp":"2024-06-09","cumFees":69.56028000000002},{"index":57,"timestamp":"2024-06-20","cumFees":81.70122899999998},{"index":68,"timestamp":"2024-07-01","cumFees":93.36108799999998},{"index":80,"timestamp":"2024-07-13","cumFees":105.214969},{"index":91,"timestamp":"2024-07-24","cumFees":114.949362},{"index":103,"timestamp":"2024-08-05","cumFees":129.60172599999999},{"index":114,"timestamp":"2024-08-16","cumFees":142.66174199999995},{"index":125,"timestamp":"2024-08-27","cumFees":155.232296},{"index":137,"timestamp":"2024-09-08","cumFees":168.301678},{"index":148,"timestamp":"2024-09-19","cumFees":178.99571},{"index":159,"timestamp":"2024-09-30","cumFees":188.31978500000002},{"index":171,"timestamp":"2024-10-12","cumFees":199.17960700000003},{"index":182,"timestamp":"2024-10-23","cumFees":205.59018500000008},{"index":194,"timestamp":"2024-11-04","cumFees":213.17476100000007},{"index":205,"timestamp":"2024-11-15","cumFees":228.28757300000007},{"index":216,"timestamp":"2024-11-26","cumFees":257.50407400000006},{"index":228,"timestamp":"2024-12-08","cumFees":281.65344000000005},{"index":239,"timestamp":"2024-12-19","cumFees":307.18908},{"index":251,"timestamp":"2024-12-31","cumFees":328.483657},{"index":262,"timestamp":"2025-01-11","cumFees":342.5579340000001},{"index":273,"timestamp":"2025-01-22","cumFees":359.263395},{"index":285,"timestamp":"2025-02-03","cumFees":380.370572},{"index":296,"timestamp":"2025-02-14","cumFees":398.88631599999997},{"index":308,"timestamp":"2025-02-26","cumFees":416.926159},{"index":319,"timestamp":"2025-03-09","cumFees":432.89368899999994},{"index":330,"timestamp":"2025-03-20","cumFees":451.101496},{"index":342,"timestamp":"2025-04-01","cumFees":482.53388399999994},{"index":353,"timestamp":"2025-04-12","cumFees":504.4421999999999},{"index":364,"timestamp":"2025-04-23","cumFees":519.069025},{"index":376,"timestamp":"2025-05-05","cumFees":532.7931930000002},{"index":387,"timestamp":"2025-05-16","cumFees":551.3837220000003},{"index":399,"timestamp":"2025-05-28","cumFees":563.5722430000003},{"index":410,"timestamp":"2025-06-08","cumFees":583.5581760000002},{"index":421,"timestamp":"2025-06-19","cumFees":596.2699720000002},{"index":433,"timestamp":"2025-07-01","cumFees":616.0572420000003},{"index":444,"timestamp":"2025-07-12","cumFees":628.3238900000002},{"index":456,"timestamp":"2025-07-24","cumFees":647.8845000000002},{"index":467,"timestamp":"2025-08-04","cumFees":662.2707320000001},{"index":478,"timestamp":"2025-08-15","cumFees":682.8942320000001},{"index":490,"timestamp":"2025-08-27","cumFees":696.731538},{"index":501,"timestamp":"2025-09-07","cumFees":706.4611229999998},{"index":513,"timestamp":"2025-09-19","cumFees":716.5752809999999},{"index":524,"timestamp":"2025-09-30","cumFees":726.778703},{"index":535,"timestamp":"2025-10-11","cumFees":740.3841339999999},{"index":547,"timestamp":"2025-10-23","cumFees":769.0343449999997},{"index":558,"timestamp":"2025-11-03","cumFees":780.8062719999997},{"index":569,"timestamp":"2025-11-14","cumFees":811.0069869999995},{"index":581,"timestamp":"2025-11-26","cumFees":832.1253049999996},{"index":592,"timestamp":"2025-12-07","cumFees":849.2922629999996},{"index":604,"timestamp":"2025-12-19","cumFees":866.7350279999996},{"index":615,"timestamp":"2025-12-30","cumFees":890.5857429999996},{"index":626,"timestamp":"2026-01-10","cumFees":914.4984569999996},{"index":638,"timestamp":"2026-01-22","cumFees":938.7940479999995},{"index":649,"timestamp":"2026-02-02","cumFees":957.2093339999996},{"index":661,"timestamp":"2026-02-14","cumFees":979.1478459999994},{"index":672,"timestamp":"2026-02-25","cumFees":990.3899729999993}]
Profit Distribution (%)
GET /backtests/{id}/trades * Fields used: profit_percentage * Transform: profitDistribution(trades, 30)count).| Stat | Value |
|---|---|
| Most Populated Bin | 7780 trades @ 0.10% |
| Least Populated Bin | 25 trades @ 0.15% |
| Mean | 2190 trades |
| Std Dev | 2619 trades |
| Last | 142 trades |
| Points | 60 |
| Sum | 131408 trades |
| Across 60 points the series ranged from 25 trades (0.15%) to 7780 trades (0.10%), averaging 2190 trades. The most recent value is 142 trades. | |
| Full series - 60 points. |
[{"bin":"0.10%","count":7780,"from":0.099812},{"bin":"0.10%","count":7130,"from":0.101196},{"bin":"0.10%","count":7373,"from":0.102579},{"bin":"0.10%","count":7145,"from":0.103962},{"bin":"0.11%","count":6841,"from":0.105345},{"bin":"0.11%","count":6852,"from":0.106729},{"bin":"0.11%","count":6264,"from":0.108112},{"bin":"0.11%","count":6183,"from":0.109495},{"bin":"0.11%","count":6185,"from":0.110878},{"bin":"0.11%","count":6473,"from":0.112262},{"bin":"0.11%","count":6071,"from":0.113645},{"bin":"0.12%","count":6084,"from":0.115028},{"bin":"0.12%","count":5487,"from":0.116411},{"bin":"0.12%","count":5020,"from":0.117794},{"bin":"0.12%","count":4694,"from":0.119178},{"bin":"0.12%","count":4017,"from":0.120561},{"bin":"0.12%","count":3670,"from":0.121944},{"bin":"0.12%","count":3249,"from":0.123327},{"bin":"0.12%","count":2685,"from":0.124711},{"bin":"0.13%","count":2775,"from":0.126094},{"bin":"0.13%","count":2209,"from":0.127477},{"bin":"0.13%","count":2125,"from":0.12886},{"bin":"0.13%","count":1798,"from":0.130243},{"bin":"0.13%","count":1605,"from":0.131627},{"bin":"0.13%","count":1869,"from":0.13301},{"bin":"0.13%","count":1695,"from":0.134393},{"bin":"0.14%","count":732,"from":0.135776},{"bin":"0.14%","count":576,"from":0.13716},{"bin":"0.14%","count":643,"from":0.138543},{"bin":"0.14%","count":650,"from":0.139926},{"bin":"0.14%","count":504,"from":0.141309},{"bin":"0.14%","count":517,"from":0.142692},{"bin":"0.14%","count":397,"from":0.144076},{"bin":"0.15%","count":475,"from":0.145459},{"bin":"0.15%","count":417,"from":0.146842},{"bin":"0.15%","count":326,"from":0.148225},{"bin":"0.15%","count":157,"from":0.149609},{"bin":"0.15%","count":63,"from":0.150992},{"bin":"0.15%","count":43,"from":0.152375},{"bin":"0.15%","count":25,"from":0.153758},{"bin":"0.16%","count":40,"from":0.155141},{"bin":"0.16%","count":54,"from":0.156525},{"bin":"0.16%","count":110,"from":0.157908},{"bin":"0.16%","count":108,"from":0.159291},{"bin":"0.16%","count":96,"from":0.160674},{"bin":"0.16%","count":101,"from":0.162058},{"bin":"0.16%","count":180,"from":0.163441},{"bin":"0.16%","count":195,"from":0.164824},{"bin":"0.17%","count":222,"from":0.166207},{"bin":"0.17%","count":210,"from":0.167591},{"bin":"0.17%","count":207,"from":0.168974},{"bin":"0.17%","count":162,"from":0.170357},{"bin":"0.17%","count":164,"from":0.17174},{"bin":"0.17%","count":76,"from":0.173123},{"bin":"0.17%","count":112,"from":0.174507},{"bin":"0.18%","count":120,"from":0.17589},{"bin":"0.18%","count":108,"from":0.177273},{"bin":"0.18%","count":89,"from":0.178656},{"bin":"0.18%","count":108,"from":0.18004},{"bin":"0.18%","count":142,"from":0.181423}]
Rolling Win Rate (50 Trades)
GET /backtests/{id}/trades * Fields used: profit * Transform: rollingWinRate(trades, 50)winRate).| Stat | Value |
|---|---|
| Hottest Window | 100.00% @ 1314 |
| Coldest Window | 100.00% @ 1314 |
| Mean | 100.00% |
| Std Dev | 0.00% |
| Last | 100.00% |
| Points | 1000 |
| Across 1000 points the series ranged from 100.00% (1314) to 100.00% (1314), 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":1314,"winRate":100},{"index":3528,"winRate":100},{"index":5742,"winRate":100},{"index":7955,"winRate":100},{"index":10169,"winRate":100},{"index":12383,"winRate":100},{"index":14597,"winRate":100},{"index":16811,"winRate":100},{"index":18894,"winRate":100},{"index":21108,"winRate":100},{"index":23322,"winRate":100},{"index":25536,"winRate":100},{"index":27750,"winRate":100},{"index":29963,"winRate":100},{"index":32177,"winRate":100},{"index":34391,"winRate":100},{"index":36605,"winRate":100},{"index":38819,"winRate":100},{"index":41032,"winRate":100},{"index":43246,"winRate":100},{"index":45460,"winRate":100},{"index":47674,"winRate":100},{"index":49888,"winRate":100},{"index":51971,"winRate":100},{"index":54185,"winRate":100},{"index":56399,"winRate":100},{"index":58613,"winRate":100},{"index":60826,"winRate":100},{"index":63040,"winRate":100},{"index":65254,"winRate":100},{"index":67468,"winRate":100},{"index":69682,"winRate":100},{"index":71896,"winRate":100},{"index":74109,"winRate":100},{"index":76323,"winRate":100},{"index":78537,"winRate":100},{"index":80751,"winRate":100},{"index":82834,"winRate":100},{"index":85048,"winRate":100},{"index":87262,"winRate":100},{"index":89476,"winRate":100},{"index":91690,"winRate":100},{"index":93903,"winRate":100},{"index":96117,"winRate":100},{"index":98331,"winRate":100},{"index":100545,"winRate":100},{"index":102759,"winRate":100},{"index":104972,"winRate":100},{"index":107186,"winRate":100},{"index":109400,"winRate":100},{"index":111614,"winRate":100},{"index":113828,"winRate":100},{"index":115911,"winRate":100},{"index":118125,"winRate":100},{"index":120339,"winRate":100},{"index":122553,"winRate":100},{"index":124767,"winRate":100},{"index":126980,"winRate":100},{"index":129194,"winRate":100},{"index":131408,"winRate":100}]
Gross vs. Net PnL (Fee Impact)
GET /backtests/{id}/trades * Fields used: sell_time, profit, buy_fee_in_quote, sell_fee_in_quote * Transform: grossVsNetPnL(trades)net).| Stat | Value |
|---|---|
| Peak Net | 0.7069 USDT @ 2026-02-25 23:52:00 UTC |
| Trough Net | 0.0052 USDT @ 2024-04-24 00:11:00 UTC |
| Mean | 0.3107 USDT |
| Std Dev | 0.2066 USDT |
| Last | 0.7069 USDT |
| Points | 100 |
| Sum | 31.07 USDT |
| Across 100 points the series ranged from 0.0052 USDT (2024-04-24 00:11:00 UTC) to 0.7069 USDT (2026-02-25 23:52:00 UTC), averaging 0.3107 USDT. 100% of points were positive, 0% negative. The most recent value is 0.7069 USDT. | |
| Showing 60 of 100 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T00:11:00Z","net":0.0051994875,"gross":0.012809999999999998},{"timestamp":"2024-04-24T00:28:00Z","net":0.015882105,"gross":0.03864},{"timestamp":"2024-04-24T00:28:00Z","net":0.0211676025,"gross":0.05145},{"timestamp":"2024-04-24T00:30:00Z","net":0.0316974225,"gross":0.07707},{"timestamp":"2024-04-24T00:36:00Z","net":0.0421677675,"gross":0.10269},{"timestamp":"2024-04-24T00:42:00Z","net":0.04741026,"gross":0.1155},{"timestamp":"2024-04-24T00:59:00Z","net":0.05802791250000001,"gross":0.14133},{"timestamp":"2024-04-24T01:20:00Z","net":0.06871797000000002,"gross":0.16716},{"timestamp":"2024-04-24T01:23:00Z","net":0.07415242500000002,"gross":0.18018},{"timestamp":"2024-04-24T01:26:00Z","net":0.08499250500000002,"gross":0.20622000000000001},{"timestamp":"2024-04-24T01:55:00Z","net":0.09582886500000001,"gross":0.23226000000000002},{"timestamp":"2024-04-24T01:56:00Z","net":0.10111710750000001,"gross":0.24507},{"timestamp":"2024-04-24T02:01:00Z","net":0.1116551625,"gross":0.27069},{"timestamp":"2024-04-24T02:42:00Z","net":0.12211086750000001,"gross":0.29630999999999996},{"timestamp":"2024-04-24T02:45:00Z","net":0.12731676,"gross":0.30911999999999995},{"timestamp":"2024-07-06T16:54:00Z","net":0.1374949775,"gross":0.33442999999999995},{"timestamp":"2024-09-18T17:28:00Z","net":0.1474762275,"gross":0.35942999999999997},{"timestamp":"2024-11-08T03:05:00Z","net":0.1574574775,"gross":0.38443},{"timestamp":"2025-01-20T17:55:00Z","net":0.1624481025,"gross":0.39693},{"timestamp":"2025-01-20T18:53:00Z","net":0.1724293525,"gross":0.42193},{"timestamp":"2025-01-25T07:08:00Z","net":0.1824106025,"gross":0.44693000000000005},{"timestamp":"2025-01-28T02:42:00Z","net":0.1874012275,"gross":0.45943000000000006},{"timestamp":"2025-01-30T03:45:00Z","net":0.1973824775,"gross":0.4844300000000001},{"timestamp":"2025-11-21T14:37:00Z","net":0.20736372749999998,"gross":0.50943},{"timestamp":"2025-11-23T19:03:00Z","net":0.21235435249999998,"gross":0.52193},{"timestamp":"2025-11-24T03:15:00Z","net":0.22233560249999998,"gross":0.5469299999999999},{"timestamp":"2025-11-29T18:40:00Z","net":0.23231685249999998,"gross":0.5719299999999998},{"timestamp":"2025-11-29T22:10:00Z","net":0.23730747749999997,"gross":0.5844299999999998},{"timestamp":"2026-01-06T14:37:00Z","net":0.24728872749999997,"gross":0.6094299999999997},{"timestamp":"2026-01-09T08:47:00Z","net":0.2572699775,"gross":0.6344299999999996},{"timestamp":"2026-02-05T20:40:00Z","net":0.2664252125,"gross":0.6511099999999996},{"timestamp":"2026-02-05T22:30:00Z","net":0.2847356825,"gross":0.6844699999999997},{"timestamp":"2026-02-06T09:37:00Z","net":0.30301795749999993,"gross":0.7177899999999997},{"timestamp":"2026-02-11T09:07:00Z","net":0.3121449974999999,"gross":0.7344299999999997},{"timestamp":"2026-02-11T17:06:00Z","net":0.33042727249999987,"gross":0.7677499999999997},{"timestamp":"2026-02-18T20:43:00Z","net":0.34870954749999983,"gross":0.8010699999999997},{"timestamp":"2026-02-18T22:41:00Z","net":0.3578365874999998,"gross":0.8177099999999997},{"timestamp":"2026-02-20T02:09:00Z","net":0.37609066749999975,"gross":0.8509899999999997},{"timestamp":"2026-02-20T03:36:00Z","net":0.3944011374999997,"gross":0.8843499999999997},{"timestamp":"2026-02-20T04:08:00Z","net":0.4035281774999997,"gross":0.9009899999999997},{"timestamp":"2026-02-21T21:31:00Z","net":0.42181045249999966,"gross":0.9343099999999998},{"timestamp":"2026-02-22T10:06:00Z","net":0.4401209224999996,"gross":0.9676699999999998},{"timestamp":"2026-02-22T12:22:00Z","net":0.4492479624999996,"gross":0.9843099999999998},{"timestamp":"2026-02-22T18:28:00Z","net":0.46753023749999956,"gross":1.0176299999999998},{"timestamp":"2026-02-25T15:31:00Z","net":0.4857843174999995,"gross":1.0509099999999998},{"timestamp":"2026-02-25T19:23:00Z","net":0.5034274474999995,"gross":1.0835899999999998},{"timestamp":"2026-02-25T19:44:00Z","net":0.5122720724999995,"gross":1.0999499999999998},{"timestamp":"2026-02-25T20:02:00Z","net":0.5298353374999996,"gross":1.1325499999999997},{"timestamp":"2026-02-25T20:19:00Z","net":0.5474662124999996,"gross":1.1652299999999998},{"timestamp":"2026-02-25T20:32:00Z","net":0.5562309574999996,"gross":1.1815099999999998},{"timestamp":"2026-02-25T21:08:00Z","net":0.5737482374999996,"gross":1.21407},{"timestamp":"2026-02-25T21:31:00Z","net":0.5915393374999995,"gross":1.24691},{"timestamp":"2026-02-25T21:31:00Z","net":0.6004518724999995,"gross":1.26335},{"timestamp":"2026-02-25T21:36:00Z","net":0.6180090474999995,"gross":1.29595},{"timestamp":"2026-02-25T22:02:00Z","net":0.6355999674999996,"gross":1.3285899999999997},{"timestamp":"2026-02-25T22:03:00Z","net":0.6443647124999996,"gross":1.3448699999999998},{"timestamp":"2026-02-25T22:37:00Z","net":0.6620019474999995,"gross":1.3775499999999998},{"timestamp":"2026-02-25T23:08:00Z","net":0.6798270174999995,"gross":1.4104299999999999},{"timestamp":"2026-02-25T23:13:00Z","net":0.6886994174999995,"gross":1.4268299999999998},{"timestamp":"2026-02-25T23:52:00Z","net":0.7068879524999995,"gross":1.4600699999999998}]
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) | 7.43 @ 2026-01-17 23:59:00 UTC |
| Worst Sharpe (30d) | -8.06 @ 2024-06-18 23:59:00 UTC |
| Mean | -0.15 |
| Std Dev | 2.89 |
| Last | -3.50 |
| Points | 643 |
| Across 643 points the series ranged from -8.06 (2024-06-18 23:59:00 UTC) to 7.43 (2026-01-17 23:59:00 UTC), averaging -0.15. The most recent value is -3.50. | |
| Showing 60 of 643 points (down-sampled for readability). |
[{"timestamp":"2024-05-24T23:59:00+00:00","sharpe30":1.367483150968078,"sharpe90":-1.4694659227307896},{"timestamp":"2024-06-04T23:59:00+00:00","sharpe30":1.1183335152379736,"sharpe90":-2.885913602051609},{"timestamp":"2024-06-15T23:59:00+00:00","sharpe30":-3.602285552114482,"sharpe90":-2.5932223228699836},{"timestamp":"2024-06-26T23:59:00+00:00","sharpe30":-6.207409565817669,"sharpe90":-1.0223156185890907},{"timestamp":"2024-07-07T23:59:00+00:00","sharpe30":-6.808149667663696,"sharpe90":-1.2980165683825375},{"timestamp":"2024-07-17T23:59:00+00:00","sharpe30":-0.3572822140516477,"sharpe90":-0.5400090841162811},{"timestamp":"2024-07-28T23:59:00+00:00","sharpe30":0.12030305852382889,"sharpe90":-0.002510792478146253},{"timestamp":"2024-08-08T23:59:00+00:00","sharpe30":-1.5400409352319189,"sharpe90":0.399147630047441},{"timestamp":"2024-08-19T23:59:00+00:00","sharpe30":-2.48284739070184,"sharpe90":-0.3602520879459073},{"timestamp":"2024-08-30T23:59:00+00:00","sharpe30":-0.10718292658021512,"sharpe90":0.10635931241814871},{"timestamp":"2024-09-10T23:59:00+00:00","sharpe30":4.556044497284065,"sharpe90":1.6677151677399822},{"timestamp":"2024-09-21T23:59:00+00:00","sharpe30":1.345679512604283,"sharpe90":1.7028766947562728},{"timestamp":"2024-10-02T23:59:00+00:00","sharpe30":-0.9076277999978473,"sharpe90":1.8676840328919457},{"timestamp":"2024-10-12T23:59:00+00:00","sharpe30":-0.3446310192540532,"sharpe90":1.790189568112731},{"timestamp":"2024-10-23T23:59:00+00:00","sharpe30":-1.0283725327222015,"sharpe90":1.3765028804078903},{"timestamp":"2024-11-03T23:59:00+00:00","sharpe30":-2.4096014716253347,"sharpe90":1.8745062210747052},{"timestamp":"2024-11-14T23:59:00+00:00","sharpe30":-0.17812724718667802,"sharpe90":1.2651385119623877},{"timestamp":"2024-11-25T23:59:00+00:00","sharpe30":4.4647796042948436,"sharpe90":1.4761896523845106},{"timestamp":"2024-12-06T23:59:00+00:00","sharpe30":4.768189606099612,"sharpe90":0.360484027902451},{"timestamp":"2024-12-17T23:59:00+00:00","sharpe30":-0.4159037071452101,"sharpe90":-1.9037610539171634},{"timestamp":"2024-12-28T23:59:00+00:00","sharpe30":-0.49321035840794786,"sharpe90":-2.4328091838188306},{"timestamp":"2025-01-08T23:59:00+00:00","sharpe30":-2.171912469553635,"sharpe90":-3.304952016889171},{"timestamp":"2025-01-18T23:59:00+00:00","sharpe30":-0.5205116711843651,"sharpe90":-1.987367949524716},{"timestamp":"2025-01-29T23:59:00+00:00","sharpe30":-2.809164640803701,"sharpe90":-0.34031244538198097},{"timestamp":"2025-02-09T23:59:00+00:00","sharpe30":-4.232403468862644,"sharpe90":-0.36499329059647384},{"timestamp":"2025-02-20T23:59:00+00:00","sharpe30":-1.9025529032421387,"sharpe90":-0.00276616639368728},{"timestamp":"2025-03-03T23:59:00+00:00","sharpe30":-2.8745752736235977,"sharpe90":0.5306761362464608},{"timestamp":"2025-03-14T23:59:00+00:00","sharpe30":-3.445733255789811,"sharpe90":0.839748540231846},{"timestamp":"2025-03-25T23:59:00+00:00","sharpe30":1.0424152754323281,"sharpe90":0.6673976357058613},{"timestamp":"2025-04-05T23:59:00+00:00","sharpe30":3.416419966653798,"sharpe90":2.182117696217183},{"timestamp":"2025-04-15T23:59:00+00:00","sharpe30":3.7425197200650673,"sharpe90":2.156256769217639},{"timestamp":"2025-04-26T23:59:00+00:00","sharpe30":1.878776661053986,"sharpe90":0.22293398268829667},{"timestamp":"2025-05-07T23:59:00+00:00","sharpe30":4.0956198813337545,"sharpe90":0.5477271843288262},{"timestamp":"2025-05-18T23:59:00+00:00","sharpe30":2.5466932648900866,"sharpe90":1.041892893001706},{"timestamp":"2025-05-29T23:59:00+00:00","sharpe30":-0.7009549610778488,"sharpe90":0.8395786327413407},{"timestamp":"2025-06-09T23:59:00+00:00","sharpe30":-1.3845835901508445,"sharpe90":-0.0774687627926343},{"timestamp":"2025-06-20T23:59:00+00:00","sharpe30":-1.9750790547229091,"sharpe90":0.7248472704025045},{"timestamp":"2025-07-01T23:59:00+00:00","sharpe30":-3.5867891700670587,"sharpe90":0.5162134181820285},{"timestamp":"2025-07-11T23:59:00+00:00","sharpe30":0.03169460734917748,"sharpe90":0.8301381433389566},{"timestamp":"2025-07-22T23:59:00+00:00","sharpe30":6.062179407869894,"sharpe90":2.2093134495982674},{"timestamp":"2025-08-02T23:59:00+00:00","sharpe30":1.6254933105497107,"sharpe90":1.593985857136764},{"timestamp":"2025-08-13T23:59:00+00:00","sharpe30":3.3806149796481075,"sharpe90":-0.38086385095726316},{"timestamp":"2025-08-24T23:59:00+00:00","sharpe30":1.702957173486703,"sharpe90":-0.6270264230063187},{"timestamp":"2025-09-04T23:59:00+00:00","sharpe30":1.2060617543851277,"sharpe90":-0.8292572362959963},{"timestamp":"2025-09-15T23:59:00+00:00","sharpe30":-1.2305732264717797,"sharpe90":-0.21503340288517203},{"timestamp":"2025-09-26T23:59:00+00:00","sharpe30":-1.6178226834906546,"sharpe90":-0.0844535219418418},{"timestamp":"2025-10-07T23:59:00+00:00","sharpe30":-0.5694871277890633,"sharpe90":0.11683464042702524},{"timestamp":"2025-10-17T23:59:00+00:00","sharpe30":-3.5272700601999225,"sharpe90":-0.37732124955897406},{"timestamp":"2025-10-28T23:59:00+00:00","sharpe30":-1.7009526924161107,"sharpe90":0.30165906402447423},{"timestamp":"2025-11-08T23:59:00+00:00","sharpe30":0.5600250606837515,"sharpe90":0.46645798727211213},{"timestamp":"2025-11-19T23:59:00+00:00","sharpe30":1.8329536196639469,"sharpe90":1.50236446835977},{"timestamp":"2025-11-30T23:59:00+00:00","sharpe30":2.982837914817509,"sharpe90":1.1865242936826872},{"timestamp":"2025-12-11T23:59:00+00:00","sharpe30":-0.5726725904166164,"sharpe90":-1.7489834965693314},{"timestamp":"2025-12-22T23:59:00+00:00","sharpe30":-1.850410205872022,"sharpe90":-1.419799342649424},{"timestamp":"2026-01-02T23:59:00+00:00","sharpe30":0.7618487408274855,"sharpe90":null},{"timestamp":"2026-01-12T23:59:00+00:00","sharpe30":1.8513508605217681,"sharpe90":null},{"timestamp":"2026-01-23T23:59:00+00:00","sharpe30":1.9191602928771114,"sharpe90":null},{"timestamp":"2026-02-03T23:59:00+00:00","sharpe30":-5.8547127672789205,"sharpe90":null},{"timestamp":"2026-02-14T23:59:00+00:00","sharpe30":-3.5613941983342285,"sharpe90":null},{"timestamp":"2026-02-25T23:59:00+00:00","sharpe30":-3.499603421091925,"sharpe90":null}]
Drawdown Recovery Episodes
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net * Transform: drawdownRecoveryEpisodes(equity)depth).| Stat | Value |
|---|---|
| Shallowest | -0.15% @ 1 |
| Deepest Episode | -7.79% @ 443 |
| Mean | -2.65% |
| Std Dev | 3.32% |
| Last | -7.79% |
| Points | 6 |
| Across 6 points the series ranged from -7.79% (443) to -0.15% (1), averaging -2.65%. 0% of points were positive, 100% negative. The most recent value is -7.79%. | |
| Full series - 6 points. |
[{"start":"2024-04-29T23:59:00+00:00","end":"2024-05-07T23:59:00+00:00","depth":-0.15321617474015373,"durationDays":8},{"start":"2024-05-10T23:59:00+00:00","end":"2024-05-19T23:59:00+00:00","depth":-0.419872889392064,"durationDays":9},{"start":"2024-05-23T23:59:00+00:00","end":"2024-11-17T23:59:00+00:00","depth":-6.843183075122353,"durationDays":178},{"start":"2024-11-18T23:59:00+00:00","end":"2024-12-02T23:59:00+00:00","depth":-0.5187061295479852,"durationDays":14},{"start":"2024-12-05T23:59:00+00:00","end":"2024-12-06T23:59:00+00:00","depth":-0.1498651621024738,"durationDays":1},{"start":"2024-12-09T23:59:00+00:00","end":"ongoing","depth":-7.794669266005419,"durationDays":443}]
Consecutive Win/Loss Streaks
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: consecutiveStreaks(trades)length).| Stat | Value |
|---|---|
| Longest Streak | 100 trades @ win |
| Shortest Streak | 100 trades @ win |
| Mean | 100 trades |
| Std Dev | 0 trades |
| Last | 100 trades |
| Points | 1 |
| Sum | 100 trades |
| Across 1 points the series ranged from 100 trades (win) to 100 trades (win), averaging 100 trades. The most recent value is 100 trades. | |
| Full series - 1 points. |
[{"type":"win","length":100,"index":0}]
Capital Utilization (% Invested)
GET /backtests/{id}/equity * Fields used: base_value_exit_net, total_value_exit_net * Transform: baseExposure(equity)exposure).| Stat | Value |
|---|---|
| Peak Utilization | 15.59% @ 2025-03-09 23:59:00 UTC |
| Min Utilization | 0.81% @ 2024-04-26 23:59:00 UTC |
| Mean | 7.53% |
| Std Dev | 3.25% |
| Last | 9.57% |
| Points | 673 |
| Across 673 points the series ranged from 0.81% (2024-04-26 23:59:00 UTC) to 15.59% (2025-03-09 23:59:00 UTC), averaging 7.53%. 100% of points were positive, 0% negative. The most recent value is 9.57%. | |
| Showing 60 of 673 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T23:59:00+00:00","exposure":1.3162573297021034},{"timestamp":"2024-05-05T23:59:00+00:00","exposure":2.5792149179675037},{"timestamp":"2024-05-17T23:59:00+00:00","exposure":2.4172634903921266},{"timestamp":"2024-05-28T23:59:00+00:00","exposure":2.927067355072762},{"timestamp":"2024-06-09T23:59:00+00:00","exposure":5.255375825084925},{"timestamp":"2024-06-20T23:59:00+00:00","exposure":8.821187869838946},{"timestamp":"2024-07-01T23:59:00+00:00","exposure":9.325256024071008},{"timestamp":"2024-07-13T23:59:00+00:00","exposure":10.078032841888845},{"timestamp":"2024-07-24T23:59:00+00:00","exposure":10.999313526031768},{"timestamp":"2024-08-05T23:59:00+00:00","exposure":13.934222026697748},{"timestamp":"2024-08-16T23:59:00+00:00","exposure":14.223696422185258},{"timestamp":"2024-08-27T23:59:00+00:00","exposure":11.665459733278736},{"timestamp":"2024-09-08T23:59:00+00:00","exposure":11.103692991806252},{"timestamp":"2024-09-19T23:59:00+00:00","exposure":11.100122236543115},{"timestamp":"2024-09-30T23:59:00+00:00","exposure":11.766971775172248},{"timestamp":"2024-10-12T23:59:00+00:00","exposure":10.80982672520792},{"timestamp":"2024-10-23T23:59:00+00:00","exposure":11.398087350509844},{"timestamp":"2024-11-04T23:59:00+00:00","exposure":13.366229190647136},{"timestamp":"2024-11-15T23:59:00+00:00","exposure":11.622086316886158},{"timestamp":"2024-11-26T23:59:00+00:00","exposure":4.263369156277878},{"timestamp":"2024-12-08T23:59:00+00:00","exposure":2.5332446655349354},{"timestamp":"2024-12-19T23:59:00+00:00","exposure":7.389645274887983},{"timestamp":"2024-12-31T23:59:00+00:00","exposure":8.818344490611677},{"timestamp":"2025-01-11T23:59:00+00:00","exposure":7.587085549538163},{"timestamp":"2025-01-22T23:59:00+00:00","exposure":9.552572253696066},{"timestamp":"2025-02-03T23:59:00+00:00","exposure":11.255115489500325},{"timestamp":"2025-02-14T23:59:00+00:00","exposure":10.760098620501763},{"timestamp":"2025-02-26T23:59:00+00:00","exposure":12.498788854296475},{"timestamp":"2025-03-09T23:59:00+00:00","exposure":15.594193821713692},{"timestamp":"2025-03-20T23:59:00+00:00","exposure":13.37527686051403},{"timestamp":"2025-04-01T23:59:00+00:00","exposure":5.544229964940257},{"timestamp":"2025-04-12T23:59:00+00:00","exposure":4.375793547282036},{"timestamp":"2025-04-23T23:59:00+00:00","exposure":4.984026149111678},{"timestamp":"2025-05-05T23:59:00+00:00","exposure":5.558586419110254},{"timestamp":"2025-05-16T23:59:00+00:00","exposure":7.369917152580782},{"timestamp":"2025-05-28T23:59:00+00:00","exposure":7.500765575762457},{"timestamp":"2025-06-08T23:59:00+00:00","exposure":5.71069187347155},{"timestamp":"2025-06-19T23:59:00+00:00","exposure":6.331494644425619},{"timestamp":"2025-07-01T23:59:00+00:00","exposure":7.738089876095566},{"timestamp":"2025-07-12T23:59:00+00:00","exposure":5.657759736650918},{"timestamp":"2025-07-24T23:59:00+00:00","exposure":5.514418180784912},{"timestamp":"2025-08-04T23:59:00+00:00","exposure":6.1543123759601075},{"timestamp":"2025-08-15T23:59:00+00:00","exposure":4.516974706998774},{"timestamp":"2025-08-27T23:59:00+00:00","exposure":5.699494734566336},{"timestamp":"2025-09-07T23:59:00+00:00","exposure":6.454326608254873},{"timestamp":"2025-09-19T23:59:00+00:00","exposure":6.862068535444077},{"timestamp":"2025-09-30T23:59:00+00:00","exposure":7.102278867715681},{"timestamp":"2025-10-11T23:59:00+00:00","exposure":7.859459397172863},{"timestamp":"2025-10-23T23:59:00+00:00","exposure":6.621750697593036},{"timestamp":"2025-11-03T23:59:00+00:00","exposure":7.210360315855234},{"timestamp":"2025-11-14T23:59:00+00:00","exposure":4.200199866236042},{"timestamp":"2025-11-26T23:59:00+00:00","exposure":4.836128756075979},{"timestamp":"2025-12-07T23:59:00+00:00","exposure":4.893037395872772},{"timestamp":"2025-12-19T23:59:00+00:00","exposure":6.614715154160954},{"timestamp":"2025-12-30T23:59:00+00:00","exposure":4.454775517115114},{"timestamp":"2026-01-10T23:59:00+00:00","exposure":3.6413461081384484},{"timestamp":"2026-01-22T23:59:00+00:00","exposure":4.647825020002408},{"timestamp":"2026-02-02T23:59:00+00:00","exposure":7.671506476261951},{"timestamp":"2026-02-14T23:59:00+00:00","exposure":8.911433140539755},{"timestamp":"2026-02-25T23:59:00+00:00","exposure":9.573454083726183}]
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 | 83.41 @ 2024-04-24 03:20:00 UTC |
| Lowest Price | 12.01 @ 2026-02-05 20:16:00 UTC |
| Mean | 33.44 |
| Std Dev | 28.61 |
| Last | 12.11 |
| Points | 176 |
| Across 176 points the series ranged from 12.01 (2026-02-05 20:16:00 UTC) to 83.41 (2024-04-24 03:20:00 UTC), averaging 33.44. The most recent value is 12.11. | |
| Showing 60 of 176 points (down-sampled for readability). |
[{"timestamp":"2024-04-24T00:04:00Z","price":83.07},{"timestamp":"2024-04-24T00:13:00Z","price":83},{"timestamp":"2024-04-24T00:17:00Z","price":82.26},{"timestamp":"2024-04-24T00:28:00Z","price":82.25},{"timestamp":"2024-04-24T00:35:00Z","price":82.67},{"timestamp":"2024-04-24T00:42:00Z","price":82.81},{"timestamp":"2024-04-24T00:57:00Z","price":82.62},{"timestamp":"2024-04-24T01:02:00Z","price":82.38},{"timestamp":"2024-04-24T01:15:00Z","price":81.87},{"timestamp":"2024-04-24T01:23:00Z","price":81.67},{"timestamp":"2024-04-24T01:26:00Z","price":81.9},{"timestamp":"2024-04-24T01:55:00Z","price":82.08},{"timestamp":"2024-04-24T02:01:00Z","price":82.59},{"timestamp":"2024-04-24T02:45:00Z","price":83.21},{"timestamp":"2024-07-06T16:54:00Z","price":40.1},{"timestamp":"2024-09-07T16:00:00Z","price":40.1},{"timestamp":"2024-10-23T19:39:00Z","price":40},{"timestamp":"2024-11-08T03:05:00Z","price":40.1},{"timestamp":"2025-01-20T18:31:00Z","price":40.1},{"timestamp":"2025-01-20T19:20:00Z","price":40},{"timestamp":"2025-01-28T00:23:00Z","price":40},{"timestamp":"2025-01-28T06:54:00Z","price":40.1},{"timestamp":"2025-01-30T05:36:00Z","price":40},{"timestamp":"2025-11-21T14:37:00Z","price":20.05},{"timestamp":"2025-11-24T02:54:00Z","price":20},{"timestamp":"2025-11-24T03:15:00Z","price":20.05},{"timestamp":"2025-11-29T18:40:00Z","price":20.05},{"timestamp":"2025-12-08T01:41:00Z","price":20},{"timestamp":"2026-01-06T14:38:00Z","price":20},{"timestamp":"2026-02-05T20:40:00Z","price":12.05},{"timestamp":"2026-02-05T21:33:00Z","price":12.01},{"timestamp":"2026-02-05T23:05:00Z","price":12.05},{"timestamp":"2026-02-11T08:39:00Z","price":12.02},{"timestamp":"2026-02-11T15:54:00Z","price":12.06},{"timestamp":"2026-02-18T19:09:00Z","price":12.02},{"timestamp":"2026-02-18T20:43:00Z","price":12.05},{"timestamp":"2026-02-18T23:22:00Z","price":12.02},{"timestamp":"2026-02-20T02:09:00Z","price":12.06},{"timestamp":"2026-02-20T03:31:00Z","price":12.01},{"timestamp":"2026-02-20T04:08:00Z","price":12.06},{"timestamp":"2026-02-21T15:37:00Z","price":12.31},{"timestamp":"2026-02-21T21:31:00Z","price":12.06},{"timestamp":"2026-02-22T10:03:00Z","price":12.01},{"timestamp":"2026-02-22T12:22:00Z","price":12.06},{"timestamp":"2026-02-22T18:28:00Z","price":12.02},{"timestamp":"2026-02-25T15:02:00Z","price":12.02},{"timestamp":"2026-02-25T19:07:00Z","price":12.24},{"timestamp":"2026-02-25T19:34:00Z","price":12.23},{"timestamp":"2026-02-25T20:02:00Z","price":12.33},{"timestamp":"2026-02-25T20:15:00Z","price":12.27},{"timestamp":"2026-02-25T20:40:00Z","price":12.35},{"timestamp":"2026-02-25T21:08:00Z","price":12.33},{"timestamp":"2026-02-25T21:18:00Z","price":12.18},{"timestamp":"2026-02-25T21:31:00Z","price":12.26},{"timestamp":"2026-02-25T21:38:00Z","price":12.31},{"timestamp":"2026-02-25T22:03:00Z","price":12.33},{"timestamp":"2026-02-25T22:46:00Z","price":12.22},{"timestamp":"2026-02-25T23:03:00Z","price":12.19},{"timestamp":"2026-02-25T23:42:00Z","price":12.07},{"timestamp":"2026-02-25T23:52:00Z","price":12.11}]
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 | 46 trades @ $5.00 |
| Least Populated Bin | 0 trades @ $5.01 |
| Mean | 4 trades |
| Std Dev | 9 trades |
| Last | 2 trades |
| Points | 25 |
| Sum | 100 trades |
| Across 25 points the series ranged from 0 trades (5.01)to∗∗46trades∗∗(5.00), averaging 4 trades. The most recent value is 2 trades. | |
| Full series - 25 points. |
[{"bin":"$5.00","count":46,"from":5},{"bin":"$5.00","count":7,"from":5.003236},{"bin":"$5.01","count":15,"from":5.006472},{"bin":"$5.01","count":11,"from":5.009708},{"bin":"$5.01","count":0,"from":5.012944},{"bin":"$5.02","count":2,"from":5.01618},{"bin":"$5.02","count":0,"from":5.019416},{"bin":"$5.02","count":1,"from":5.022652},{"bin":"$5.03","count":0,"from":5.025888},{"bin":"$5.03","count":1,"from":5.0291239999999995},{"bin":"$5.03","count":0,"from":5.03236},{"bin":"$5.04","count":1,"from":5.035596},{"bin":"$5.04","count":1,"from":5.038832},{"bin":"$5.04","count":2,"from":5.0420679999999996},{"bin":"$5.05","count":2,"from":5.045304},{"bin":"$5.05","count":1,"from":5.04854},{"bin":"$5.05","count":0,"from":5.051776},{"bin":"$5.06","count":2,"from":5.055012},{"bin":"$5.06","count":0,"from":5.058248},{"bin":"$5.06","count":1,"from":5.061484},{"bin":"$5.06","count":2,"from":5.0647199999999994},{"bin":"$5.07","count":0,"from":5.067956},{"bin":"$5.07","count":0,"from":5.071192},{"bin":"$5.07","count":3,"from":5.074428},{"bin":"$5.08","count":2,"from":5.0776639999999995}]
Return Distribution by Fill Type
GET /backtests/{id}/trades * Fields used: fill_type, profit_percentage * Transform: returnByFillType(trades)TP).| Stat | Value |
|---|---|
| Largest TP Bin | 32 trades @ 0.1 |
| Smallest TP Bin | 0 trades @ 0.11 |
| Mean | 5 trades |
| Std Dev | 10 trades |
| Last | 27 trades |
| Points | 20 |
| Sum | 100 trades |
| Across 20 points the series ranged from 0 trades (0.11) to 32 trades (0.1), averaging 5 trades. The most recent value is 27 trades. | |
| Full series - 20 points. |
[
{
"bin": 0.1,
"TP": 32,
"SL": 0,
"TSL": 0
},
{
"bin": 0.1,
"TP": 18,
"SL": 0,
"TSL": 0
},
{
"bin": 0.11,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.11,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.12,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.12,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.12,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.13,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.13,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.14,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.14,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.15,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.15,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.15,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.16,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.16,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.17,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.17,
"TP": 0,
"SL": 0,
"TSL": 0
},
{
"bin": 0.17,
"TP": 23,
"SL": 0,
"TSL": 0
},
{
"bin": 0.18,
"TP": 27,
"SL": 0,
"TSL": 0
}
]
Monthly Equity Comparison (YoY)
GET /backtests/{id}/equity * Fields used: timestamp, total_value_exit_net * Transform: monthlyEquityYoY(equity)2025).| Stat | Value |
|---|---|
| Best Indexed Value | 100.55 @ Dec |
| Worst Indexed Value | 96.71 @ Feb |
| Mean | 99.41 |
| Std Dev | 0.9928 |
| Last | 100.55 |
| Points | 12 |
| Across 12 points the series ranged from 96.71 (Feb) to 100.55 (Dec), averaging 99.41. The most recent value is 100.55. | |
| Full series - 12 points. |
[
{
"2025": 98.83265596876242,
"2026": 99.17157261752565,
"month": "Jan"
},
{
"2025": 96.7050787066326,
"2026": 97.71628031852346,
"month": "Feb"
},
{
"2025": 98.90750193654473,
"month": "Mar"
},
{
"2024": 100.09129525565734,
"2025": 99.51844150463019,
"month": "Apr"
},
{
"2024": 100.13776664763884,
"2025": 99.75654401975528,
"month": "May"
},
{
"2024": 98.19487068099689,
"2025": 98.96401074528556,
"month": "Jun"
},
{
"2024": 97.37136311659884,
"2025": 99.93232775273225,
"month": "Jul"
},
{
"2024": 97.17455571744645,
"2025": 100.14558511359219,
"month": "Aug"
},
{
"2024": 97.92102873040125,
"2025": 100.1438525970189,
"month": "Sep"
},
{
"2024": 96.91414727941124,
"2025": 99.1093215996974,
"month": "Oct"
},
{
"2024": 102.03038748176067,
"2025": 100.32824766175104,
"month": "Nov"
},
{
"2024": 100.96362612000411,
"2025": 100.55429702394474,
"month": "Dec"
}
]
Profit by Weekday
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: profitByWeekday(trades)profit).| Stat | Value |
|---|---|
| Best Weekday | 119.64 USDT @ Sun |
| Worst Weekday | 91.86 USDT @ Fri |
| Mean | 108.96 USDT |
| Std Dev | 8.47 USDT |
| Last | 119.64 USDT |
| Points | 7 |
| Sum | 762.74 USDT |
| Across 7 points the series ranged from 91.86 USDT (Fri) to 119.64 USDT (Sun), averaging 108.96 USDT. 100% of points were positive, 0% negative. The most recent value is 119.64 USDT. | |
| Full series - 7 points. |
[
{
"day": "Mon",
"profit": 109.583134
},
{
"day": "Tue",
"profit": 109.374982
},
{
"day": "Wed",
"profit": 113.60595
},
{
"day": "Thu",
"profit": 115.401779
},
{
"day": "Fri",
"profit": 91.857917
},
{
"day": "Sat",
"profit": 103.273396
},
{
"day": "Sun",
"profit": 119.642269
}
]
Profit by Hour (UTC)
GET /backtests/{id}/trades * Fields used: sell_time, profit * Transform: profitByHour(trades)profit).| Stat | Value |
|---|---|
| Best Hour (UTC) | 40.21 USDT @ 14:00 |
| Worst Hour (UTC) | 25.33 USDT @ 23:00 |
| Mean | 31.78 USDT |
| Std Dev | 4.32 USDT |
| Last | 25.33 USDT |
| Points | 24 |
| Sum | 762.74 USDT |
| Across 24 points the series ranged from 25.33 USDT (23:00) to 40.21 USDT (14:00), averaging 31.78 USDT. 100% of points were positive, 0% negative. The most recent value is 25.33 USDT. | |
| Full series - 24 points. |
[{"hour":"0:00","profit":30.560153},{"hour":"1:00","profit":28.962485},{"hour":"2:00","profit":27.763346},{"hour":"3:00","profit":25.440084},{"hour":"4:00","profit":26.455132},{"hour":"5:00","profit":27.334906},{"hour":"6:00","profit":28.375669},{"hour":"7:00","profit":29.785064},{"hour":"8:00","profit":32.611196},{"hour":"9:00","profit":32.468593},{"hour":"10:00","profit":32.819059},{"hour":"11:00","profit":33.363625},{"hour":"12:00","profit":37.489956},{"hour":"13:00","profit":37.879458},{"hour":"14:00","profit":40.206889},{"hour":"15:00","profit":39.755119},{"hour":"16:00","profit":38.301981},{"hour":"17:00","profit":34.787737},{"hour":"18:00","profit":32.015696},{"hour":"19:00","profit":31.700001},{"hour":"20:00","profit":31.121721},{"hour":"21:00","profit":30.022445},{"hour":"22:00","profit":28.186972},{"hour":"23:00","profit":25.332137}]
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.18% @ 0.4 |
| Worst Trade Return | 0.10% @ 0.06666666666666667 |
| Mean | 0.14% |
| Std Dev | 0.04% |
| Last | 0.18% |
| Points | 100 |
| Across 100 points the series ranged from 0.10% (0.06666666666666667) to 0.18% (0.4), averaging 0.14%. 100% of points were positive, 0% negative. The most recent value is 0.18%. | |
| Showing 60 of 100 points (down-sampled for readability). |
[{"hours":0.11666666666666667,"profitPct":0.1026092452,"profit":0.0051994875},{"hours":2.533333333333333,"profitPct":0.1028222892,"profit":0.0052058925},{"hours":2.4833333333333334,"profitPct":0.1031272618,"profit":0.0052150425},{"hours":0.25,"profitPct":0.1045087932,"profit":0.0052562175},{"hours":0.1,"profitPct":0.1060616229,"profit":0.005388885},{"hours":0.13333333333333333,"profitPct":0.1057807167,"profit":0.0052937325},{"hours":0.016666666666666666,"profitPct":0.1038314987,"profit":0.0052360875},{"hours":0.1,"profitPct":0.1035861027,"profit":0.0052287675},{"hours":1.1333333333333333,"profitPct":0.1039851126,"profit":0.0052406625},{"hours":0.9833333333333333,"profitPct":0.1047250546,"profit":0.0052626225},{"hours":0.8333333333333334,"profitPct":0.1055937881,"profit":0.0052882425},{"hours":0,"profitPct":0.1057807167,"profit":0.0052937325},{"hours":0.5833333333333334,"profitPct":0.1063118358,"profit":0.005396325},{"hours":0,"profitPct":0.1073491538,"profit":0.005427015},{"hours":0.016666666666666666,"profitPct":0.1068766067,"profit":0.005413065},{"hours":0.06666666666666667,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.08333333333333333,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.1,"profitPct":0.0998125,"profit":0.004990625},{"hours":0,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.05,"profitPct":0.0998125,"profit":0.004990625},{"hours":4.766666666666667,"profitPct":0.0998125,"profit":0.004990625},{"hours":2.316666666666667,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.21666666666666667,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.016666666666666666,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.05,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.03333333333333333,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.016666666666666666,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.13333333333333333,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.016666666666666666,"profitPct":0.0998125,"profit":0.004990625},{"hours":0,"profitPct":0.0998125,"profit":0.004990625},{"hours":0.4,"profitPct":0.182805995,"profit":0.009155235},{"hours":0.95,"profitPct":0.182805995,"profit":0.009155235},{"hours":7.433333333333334,"profitPct":0.1825291181,"profit":0.00912704},{"hours":0.4666666666666667,"profitPct":0.1825291181,"profit":0.00912704},{"hours":0.03333333333333333,"profitPct":0.182805995,"profit":0.009155235},{"hours":1.4333333333333333,"profitPct":0.182805995,"profit":0.009155235},{"hours":0.7666666666666667,"profitPct":0.1825291181,"profit":0.00912704},{"hours":16.166666666666668,"profitPct":0.1825291181,"profit":0.00912704},{"hours":0.08333333333333333,"profitPct":0.182805995,"profit":0.009155235},{"hours":0.016666666666666666,"profitPct":0.1825291181,"profit":0.00912704},{"hours":101.05,"profitPct":0.1746953696,"profit":0.008752535},{"hours":0.23333333333333334,"profitPct":0.1825291181,"profit":0.00912704},{"hours":0.1,"profitPct":0.182805995,"profit":0.009155235},{"hours":1.05,"profitPct":0.1825291181,"profit":0.00912704},{"hours":0,"profitPct":0.1825291181,"profit":0.00912704},{"hours":0.48333333333333334,"profitPct":0.1825291181,"profit":0.00912704},{"hours":0.31666666666666665,"profitPct":0.1760195759,"profit":0.00880464},{"hours":0.5833333333333334,"profitPct":0.1757538712,"profit":0.00879852},{"hours":0.16666666666666666,"profitPct":0.1768192968,"profit":0.008844625},{"hours":0.36666666666666664,"profitPct":0.1752237592,"profit":0.008764745},{"hours":0.8166666666666667,"profitPct":0.1746953696,"profit":0.008752535},{"hours":0.38333333333333336,"profitPct":0.1760195759,"profit":0.00880464},{"hours":0.26666666666666666,"profitPct":0.177086743,"profit":0.0088724},{"hours":0.05,"profitPct":0.1778917145,"profit":0.008912535},{"hours":0,"profitPct":0.1754885993,"profit":0.0087924},{"hours":0.43333333333333335,"profitPct":0.1746953696,"profit":0.008752535},{"hours":0.05,"profitPct":0.1757538712,"profit":0.00879852},{"hours":0.13333333333333333,"profitPct":0.1778917145,"profit":0.008912535},{"hours":0.08333333333333333,"profitPct":0.1778917145,"profit":0.008912535},{"hours":0.13333333333333333,"profitPct":0.1819767442,"profit":0.00911456}]
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": "5c2d2b12-2208-4f3c-b989-0de5ba921c99",
"symbol": "FARMUSDT",
"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": 9947.83514914,
"return_pct": -0.5216,
"total_profit_usdt": 762.73942726,
"avg_profit_per_trade_usdt": 0.00580436,
"fulfilled_trades": 131408,
"active_orders": 352,
"win_rate_pct": 100,
"best_trade_usdt": 0.00915523,
"worst_trade_usdt": 0.00499063,
"trades_per_month": 5942.7689779940765,
"max_drawdown_pct": 7.794669266005419,
"max_drawdown_abs_usdt": 800.0799412546003,
"drawdown_duration_days": 92,
"recovery_days": null,
"cagr_pct": -0.28386836354155065,
"volatility_annualized_pct": 7.3741562716657745,
"sharpe_annualized": 0.00028367337436798065,
"sortino_annualized": 0.00030521526967959345,
"time_in_market_pct": 100,
"final_cash_usdt": 8995.4837188105,
"final_base_value_usdt": null,
"final_unrealized_pnl_usdt": -814.9042781175,
"median_hold_hours": 0.21666666666666667,
"avg_hold_hours": 2.9924908424908425,
"buyhold_return_pct": null,
"outperformance_vs_buyhold_pp": null
}
| Key | Value |
|---|---|
backtest_id | 5c2d2b12-2208-4f3c-b989-0de5ba921c99 |
symbol | FARMUSDT |
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 | 9947.83514914 |
return_pct | -0.5216 |
total_profit_usdt | 762.73942726 |
avg_profit_per_trade_usdt | 0.00580436 |
fulfilled_trades | 131408 |
active_orders | 352 |
win_rate_pct | 100 |
best_trade_usdt | 0.00915523 |
worst_trade_usdt | 0.00499063 |
trades_per_month | 5942.7689779940765 |
max_drawdown_pct | 7.794669266005419 |
max_drawdown_abs_usdt | 800.0799412546003 |
drawdown_duration_days | 92 |
recovery_days | null |
cagr_pct | -0.28386836354155065 |
volatility_annualized_pct | 7.3741562716657745 |
sharpe_annualized | 0.00028367337436798065 |
sortino_annualized | 0.00030521526967959345 |
time_in_market_pct | 100 |
final_cash_usdt | 8995.4837188105 |
final_base_value_usdt | null |
final_unrealized_pnl_usdt | -814.9042781175 |
median_hold_hours | 0.21666666666666667 |
avg_hold_hours | 2.9924908424908425 |
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 | FARMUSDT |
| 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,947.84 USDT |
| Return % | GET /backtests/{id} | $.return_pct | direct API value (cross-check: (final_value/start_balance - 1) * 100) | -0.52% |
| Total profit | GET /backtests/{id} | $.total_profit | direct API value (cross-check: Sum trades[].profit) | +762.74 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)) | 131,408 |
| Best trade | GET /backtests/{id} | $.max_profit | direct API value (cross-check: max(trades[].profit)) | +0.0092 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.0058 USDT |
| Trades / month | derived | n/a | fulfilled_trades / (durationDays / 30.4375) | 5942.8 |
| Max drawdown % | GET /backtests/{id}/equity | $[*].total_value_* | maxDrawdown(equity) - running peak vs. trough | -7.79% |
| Max drawdown abs | GET /backtests/{id}/equity | $[*].total_value_* | maxDrawdown(equity).abs | -800.08 USDT |
| CAGR % | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | (final/start)^(365.25/days) - 1 | -0.28% |
| Volatility (ann.) % | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | std(daily_returns) * sqrt(365) | 7.37% |
| Sharpe ratio (ann.) | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | mean(daily_returns) / std(daily_returns) * sqrt(365) (rf=0) | 0.00 |
| Sortino ratio (ann.) | GET /backtests/{id}/equity | $[*].timestamp, $[*].total_value_* | mean(daily_returns) / std(downside_returns) * sqrt(365) (rf=0) | 0.00 |
| Time in market % | GET /backtests/{id}/equity | $[*].base_asset_bal | count(samples where base_asset_bal>0) / count(samples) * 100 | 100.0% |
| Total fees | GET /backtests/{id}/trades | $[*].buy_fee_in_quote, $[*].sell_fee_in_quote | Sum (buy_fee_in_quote + sell_fee_in_quote) | 0.75 USDT |
| Gross profit (winners) | GET /backtests/{id}/trades | $[?(@.profit>0)].profit | Sum profit where profit > 0 | +0.71 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.0071 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 | 3.0h |
| 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,004 USDT |
Raw API Attachments
/trades. Full trade population: 131,408 closed trades - fetch the complete list via GET /backtests/5c2d2b12-2208-4f3c-b989-0de5ba921c99/trades. Aggregate KPIs are computed server-side against the full population, not from this sample.GET /backtests/5c2d2b12-2208-4f3c-b989-0de5ba921c99 - backtest summary (verbatim)
GET /backtests/5c2d2b12-2208-4f3c-b989-0de5ba921c99 - backtest summary (verbatim)
{
"id": "5c2d2b12-2208-4f3c-b989-0de5ba921c99",
"status": "completed",
"error_message": null,
"created_at": "2026-05-08T13:39:08.841125Z",
"started_at": "2026-05-09T09:41:53.873284Z",
"completed_at": "2026-05-09T09:56:16.210608Z",
"mode_name": "3LongTimeLong.json",
"symbol": "FARMUSDT",
"data_file": "",
"start_balance": 10000,
"final_value": 9947.83514914,
"return_pct": -0.5216,
"total_profit": 762.73942726,
"fulfilled_trades": 131408,
"active_orders": 352,
"win_rate": 100,
"avg_profit": 0.00580436,
"max_profit": 0.00915523,
"min_profit": 0.00499063,
"elapsed_sec": 594.63,
"max_drawdown": -7.7947,
"profit_factor": null,
"sharpe_ratio": 0.0003,
"total_fees": 990.38997275,
"avg_hold_time_hours": 14.4256,
"tp_count": 131408,
"sl_count": 0,
"tsl_count": 0,
"start_price": 77.31,
"end_price": 12.13,
"gross_profit_quote": 1753.1294,
"gross_loss_quote": 0,
"wins": 131408,
"losses": 0,
"breakeven": 0,
"consecutive_wins_max": 131408,
"consecutive_losses_max": 0,
"holding_minutes_p50": 8,
"holding_minutes_p95": 729,
"holding_minutes_max": 261486,
"description": "FARMUSDT | 3LongTimeLong.json | 2024-04-24 - 2026-02-25 | -0.52% | 131408 trades | 100% WR",
"summary_text": "Backtest FARMUSDT (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,947.84 USDT\nP&L: -52.16 USDT (-0.52%)\nResult: LOSS\nCompleted trades: 131408\nOpen orders at end: 352\nWin rate: 100.0%\nAvg. profit/trade: 0.005804 USDT\nBest trade: 0.009155 USDT\nWorst trade: 0.004991 USDT\nTotal profit (trades only): 762.739427 USDT\nMax drawdown: -7.79%\nProfit factor: inf (no losing trades)\nSharpe ratio: 0.00\nTotal fees: 990.39 USDT\nAvg hold time: 14.4h\nTP / SL / TSL: 131408 / 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: 594.6s",
"share_token": null,
"config_hash": "f6495dfdf3fae7da6cc80bc8ebdec489ed45339755bf8a1bcb30bca9678126a4",
"config": {
"to": "2026-02-25 23:59:59",
"from": "2024-04-24 00:00:01",
"canBuy": true,
"symbol": "FARMUSDT",
"canSell": true,
"canBuyUp": true,
"startBal": 10000,
"stepSize": 0.001,
"stopLoss": false,
"tickSize": 0.01,
"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/5c2d2b12-2208-4f3c-b989-0de5ba921c99/equity - equity series (verbatim, 673 points)
GET /backtests/5c2d2b12-2208-4f3c-b989-0de5ba921c99/equity - equity series (verbatim, 673 points)
[
{
"timestamp": "2024-04-24T23:59:00+00:00",
"base_asset_bal": 1.71,
"quote_asset_bal": 9865.5704051575,
"total_value_mid": 9997.2575051575,
"total_value_exit_net": 9997.1587398325,
"total_value": 9997.2575051575,
"base_cost_quote": 136.2215996325,
"unrealized_pnl_exit_net": -4.6332649575
},
{
"timestamp": "2024-04-25T23:59:00+00:00",
"base_asset_bal": 1.069,
"quote_asset_bal": 9913.641412905,
"total_value_mid": 10003.640522905,
"total_value_exit_net": 10003.5730235725,
"total_value": 10003.640522905,
"base_cost_quote": 91.0357756625,
"unrealized_pnl_exit_net": -1.104164995
},
{
"timestamp": "2024-04-26T23:59:00+00:00",
"base_asset_bal": 0.95,
"quote_asset_bal": 9926.3295788175,
"total_value_mid": 10007.4500788175,
"total_value_exit_net": 10007.3892384425,
"total_value": 10007.4500788175,
"base_cost_quote": 80.8228817325,
"unrealized_pnl_exit_net": 0.2367778925
},
{
"timestamp": "2024-04-27T23:59:00+00:00",
"base_asset_bal": 1.483,
"quote_asset_bal": 9882.2728639325,
"total_value_mid": 10005.9402339325,
"total_value_exit_net": 10005.847483405,
"total_value": 10005.9402339325,
"base_cost_quote": 126.218532955,
"unrealized_pnl_exit_net": -2.6439134825
},
{
"timestamp": "2024-04-28T23:59:00+00:00",
"base_asset_bal": 1.903,
"quote_asset_bal": 9847.841086495,
"total_value_mid": 10005.181126495,
"total_value_exit_net": 10005.063121465,
"total_value": 10005.181126495,
"base_cost_quote": 161.6437119275,
"unrealized_pnl_exit_net": -4.4216769575
},
{
"timestamp": "2024-04-29T23:59:00+00:00",
"base_asset_bal": 2.969,
"quote_asset_bal": 9762.9687575975,
"total_value_mid": 9997.2822375975,
"total_value_exit_net": 9997.1065024875,
"total_value": 9997.2822375975,
"base_cost_quote": 247.4937512025,
"unrealized_pnl_exit_net": -13.3560063125
},
{
"timestamp": "2024-04-30T23:59:00+00:00",
"base_asset_bal": 1.867,
"quote_asset_bal": 9856.198171575,
"total_value_mid": 10006.398321575,
"total_value_exit_net": 10006.2856714625,
"total_value": 10006.398321575,
"base_cost_quote": 156.52206357,
"unrealized_pnl_exit_net": -6.4345636825
},
{
"timestamp": "2024-05-01T23:59:00+00:00",
"base_asset_bal": 2.658,
"quote_asset_bal": 9797.59065919,
"total_value_mid": 10000.47579919,
"total_value_exit_net": 10000.323635335,
"total_value": 10000.47579919,
"base_cost_quote": 217.1955445775,
"unrealized_pnl_exit_net": -14.4625684325
},
{
"timestamp": "2024-05-02T23:59:00+00:00",
"base_asset_bal": 3.87,
"quote_asset_bal": 9708.2026171425,
"total_value_mid": 9992.4541171425,
"total_value_exit_net": 9992.2409285175,
"total_value": 9992.4541171425,
"base_cost_quote": 307.81676956,
"unrealized_pnl_exit_net": -23.778458185
},
{
"timestamp": "2024-05-03T23:59:00+00:00",
"base_asset_bal": 3.449,
"quote_asset_bal": 9739.4561542,
"total_value_mid": 9998.2691142,
"total_value_exit_net": 9998.07500448,
"total_value": 9998.2691142,
"base_cost_quote": 277.5783377325,
"unrealized_pnl_exit_net": -18.9594874525
},
{
"timestamp": "2024-05-04T23:59:00+00:00",
"base_asset_bal": 3.048,
"quote_asset_bal": 9770.6668151575,
"total_value_mid": 10001.7052151575,
"total_value_exit_net": 10001.5319363575,
"total_value": 10001.7052151575,
"base_cost_quote": 247.2136813075,
"unrealized_pnl_exit_net": -16.3485601075
},
{
"timestamp": "2024-05-05T23:59:00+00:00",
"base_asset_bal": 3.454,
"quote_asset_bal": 9740.863249985,
"total_value_mid": 9998.946129985,
"total_value_exit_net": 9998.752567825,
"total_value": 9998.946129985,
"base_cost_quote": 277.551067295,
"unrealized_pnl_exit_net": -19.661749455
},
{
"timestamp": "2024-05-06T23:59:00+00:00",
"base_asset_bal": 4.275,
"quote_asset_bal": 9681.1124323975,
"total_value_mid": 9992.2896823975,
"total_value_exit_net": 9992.05629946,
"total_value": 9992.2896823975,
"base_cost_quote": 337.9559470025,
"unrealized_pnl_exit_net": -27.01207994
},
{
"timestamp": "2024-05-07T23:59:00+00:00",
"base_asset_bal": 1.66,
"quote_asset_bal": 9884.337129755,
"total_value_mid": 10015.526929755,
"total_value_exit_net": 10015.428537405,
"total_value": 10015.526929755,
"base_cost_quote": 136.2974965125,
"unrealized_pnl_exit_net": -5.2060888625
},
{
"timestamp": "2024-05-08T23:59:00+00:00",
"base_asset_bal": 2.883,
"quote_asset_bal": 9796.0196703125,
"total_value_mid": 10005.8155803125,
"total_value_exit_net": 10005.65823338,
"total_value": 10005.8155803125,
"base_cost_quote": 226.8895896625,
"unrealized_pnl_exit_net": -17.251026595
},
{
"timestamp": "2024-05-09T23:59:00+00:00",
"base_asset_bal": 2.813,
"quote_asset_bal": 9801.81769609,
"total_value_mid": 10007.95433609,
"total_value_exit_net": 10007.79973361,
"total_value": 10007.95433609,
"base_cost_quote": 221.8606808075,
"unrealized_pnl_exit_net": -15.8786432875
},
{
"timestamp": "2024-05-10T23:59:00+00:00",
"base_asset_bal": 3.446,
"quote_asset_bal": 9757.30766436,
"total_value_mid": 10003.35206436,
"total_value_exit_net": 10003.16753106,
"total_value": 10003.35206436,
"base_cost_quote": 267.1873303175,
"unrealized_pnl_exit_net": -21.3274636175
},
{
"timestamp": "2024-05-11T23:59:00+00:00",
"base_asset_bal": 2.696,
"quote_asset_bal": 9813.3072354375,
"total_value_mid": 10007.7697154375,
"total_value_exit_net": 10007.6238685775,
"total_value": 10007.7697154375,
"base_cost_quote": 211.8093479575,
"unrealized_pnl_exit_net": -17.4927148175
},
{
"timestamp": "2024-05-12T23:59:00+00:00",
"base_asset_bal": 2.696,
"quote_asset_bal": 9813.727327445,
"total_value_mid": 10006.976607445,
"total_value_exit_net": 10006.831670485,
"total_value": 10006.976607445,
"base_cost_quote": 211.806315685,
"unrealized_pnl_exit_net": -18.701972645
},
{
"timestamp": "2024-05-13T23:59:00+00:00",
"base_asset_bal": 4.504,
"quote_asset_bal": 9688.542772315,
"total_value_mid": 9995.760612315,
"total_value_exit_net": 9995.530198935,
"total_value": 9995.760612315,
"base_cost_quote": 337.7544559975,
"unrealized_pnl_exit_net": -30.7670293775
},
{
"timestamp": "2024-05-14T23:59:00+00:00",
"base_asset_bal": 6.195,
"quote_asset_bal": 9578.803320195,
"total_value_mid": 9973.672620195,
"total_value_exit_net": 9973.37646822,
"total_value": 9973.672620195,
"base_cost_quote": 448.4566804425,
"unrealized_pnl_exit_net": -53.8835324175
},
{
"timestamp": "2024-05-15T23:59:00+00:00",
"base_asset_bal": 4.819,
"quote_asset_bal": 9670.638860535,
"total_value_mid": 9995.776790535,
"total_value_exit_net": 9995.5329370875,
"total_value": 9995.776790535,
"base_cost_quote": 357.8215150125,
"unrealized_pnl_exit_net": -32.92743846
},
{
"timestamp": "2024-05-16T23:59:00+00:00",
"base_asset_bal": 4.847,
"quote_asset_bal": 9671.88531721,
"total_value_mid": 9994.79245721,
"total_value_exit_net": 9994.550276855,
"total_value": 9994.79245721,
"base_cost_quote": 357.8458532525,
"unrealized_pnl_exit_net": -35.1808936075
},
{
"timestamp": "2024-05-17T23:59:00+00:00",
"base_asset_bal": 3.514,
"quote_asset_bal": 9763.781518105,
"total_value_mid": 10005.825838105,
"total_value_exit_net": 10005.644304865,
"total_value": 10005.825838105,
"base_cost_quote": 267.2523390375,
"unrealized_pnl_exit_net": -25.3895522775
},
{
"timestamp": "2024-05-18T23:59:00+00:00",
"base_asset_bal": 4.473,
"quote_asset_bal": 9698.859663125,
"total_value_mid": 10000.563513125,
"total_value_exit_net": 10000.3372352375,
"total_value": 10000.563513125,
"base_cost_quote": 332.7223847725,
"unrealized_pnl_exit_net": -31.24481266
},
{
"timestamp": "2024-05-19T23:59:00+00:00",
"base_asset_bal": 1.269,
"quote_asset_bal": 9927.98935439,
"total_value_mid": 10029.14134439,
"total_value_exit_net": 10029.0654803975,
"total_value": 10029.14134439,
"base_cost_quote": 106.080080435,
"unrealized_pnl_exit_net": -5.0039544275
},
{
"timestamp": "2024-05-20T23:59:00+00:00",
"base_asset_bal": 1.86,
"quote_asset_bal": 9885.26687842,
"total_value_mid": 10029.02627842,
"total_value_exit_net": 10028.91845887,
"total_value": 10029.02627842,
"base_cost_quote": 151.4433273725,
"unrealized_pnl_exit_net": -7.7917469225
},
{
"timestamp": "2024-05-21T23:59:00+00:00",
"base_asset_bal": 2.061,
"quote_asset_bal": 9871.6175626775,
"total_value_mid": 10027.0787926775,
"total_value_exit_net": 10026.962196755,
"total_value": 10027.0787926775,
"base_cost_quote": 166.47560313,
"unrealized_pnl_exit_net": -11.1309690525
},
{
"timestamp": "2024-05-22T23:59:00+00:00",
"base_asset_bal": 3.35,
"quote_asset_bal": 9776.6684606025,
"total_value_mid": 10019.4094606025,
"total_value_exit_net": 10019.2274048525,
"total_value": 10019.4094606025,
"base_cost_quote": 262.15150628,
"unrealized_pnl_exit_net": -19.59256203
},
{
"timestamp": "2024-05-23T23:59:00+00:00",
"base_asset_bal": 4.125,
"quote_asset_bal": 9721.8603020325,
"total_value_mid": 10014.2403020325,
"total_value_exit_net": 10014.0210170325,
"total_value": 10014.2403020325,
"base_cost_quote": 317.711324915,
"unrealized_pnl_exit_net": -25.550609915
},
{
"timestamp": "2024-05-24T23:59:00+00:00",
"base_asset_bal": 2.887,
"quote_asset_bal": 9813.9734425825,
"total_value_mid": 10019.7876725825,
"total_value_exit_net": 10019.63331191,
"total_value": 10019.7876725825,
"base_cost_quote": 226.857355505,
"unrealized_pnl_exit_net": -21.1974861775
},
{
"timestamp": "2024-05-25T23:59:00+00:00",
"base_asset_bal": 3.09,
"quote_asset_bal": 9799.3702051025,
"total_value_mid": 10022.4064051025,
"total_value_exit_net": 10022.2391279525,
"total_value": 10022.4064051025,
"base_cost_quote": 242.139008155,
"unrealized_pnl_exit_net": -19.270085305
},
{
"timestamp": "2024-05-26T23:59:00+00:00",
"base_asset_bal": 4.137,
"quote_asset_bal": 9724.7797473375,
"total_value_mid": 10016.6450973375,
"total_value_exit_net": 10016.426198325,
"total_value": 10016.6450973375,
"base_cost_quote": 317.688707965,
"unrealized_pnl_exit_net": -26.0422569775
},
{
"timestamp": "2024-05-27T23:59:00+00:00",
"base_asset_bal": 3.993,
"quote_asset_bal": 9735.2386129225,
"total_value_mid": 10019.8596529225,
"total_value_exit_net": 10019.6461871425,
"total_value": 10019.8596529225,
"base_cost_quote": 307.6696693175,
"unrealized_pnl_exit_net": -23.2620950975
},
{
"timestamp": "2024-05-28T23:59:00+00:00",
"base_asset_bal": 4.137,
"quote_asset_bal": 9725.597588295,
"total_value_mid": 10019.076368295,
"total_value_exit_net": 10018.85625921,
"total_value": 10019.076368295,
"base_cost_quote": 317.781497505,
"unrealized_pnl_exit_net": -24.52282659
},
{
"timestamp": "2024-05-29T23:59:00+00:00",
"base_asset_bal": 4.713,
"quote_asset_bal": 9685.917434985,
"total_value_mid": 10014.319274985,
"total_value_exit_net": 10014.072973605,
"total_value": 10014.319274985,
"base_cost_quote": 358.0496059525,
"unrealized_pnl_exit_net": -29.8940673325
},
{
"timestamp": "2024-05-30T23:59:00+00:00",
"base_asset_bal": 4.931,
"quote_asset_bal": 9671.5056786725,
"total_value_mid": 10012.2870886725,
"total_value_exit_net": 10012.031502615,
"total_value": 10012.2870886725,
"base_cost_quote": 373.11430601,
"unrealized_pnl_exit_net": -32.5884820675
},
{
"timestamp": "2024-05-31T23:59:00+00:00",
"base_asset_bal": 5.223,
"quote_asset_bal": 9651.702024605,
"total_value_mid": 10011.201114605,
"total_value_exit_net": 10010.9314902875,
"total_value": 10011.201114605,
"base_cost_quote": 393.3290857325,
"unrealized_pnl_exit_net": -34.09962005
},
{
"timestamp": "2024-06-01T23:59:00+00:00",
"base_asset_bal": 4.931,
"quote_asset_bal": 9672.331253415,
"total_value_mid": 10013.063353415,
"total_value_exit_net": 10012.80780434,
"total_value": 10013.063353415,
"base_cost_quote": 373.1323695475,
"unrealized_pnl_exit_net": -32.6558186225
},
{
"timestamp": "2024-06-02T23:59:00+00:00",
"base_asset_bal": 5.667,
"quote_asset_bal": 9622.3408649675,
"total_value_mid": 10007.3001749675,
"total_value_exit_net": 10007.011455485,
"total_value": 10007.3001749675,
"base_cost_quote": 423.51623913,
"unrealized_pnl_exit_net": -38.8456486125
},
{
"timestamp": "2024-06-03T23:59:00+00:00",
"base_asset_bal": 6.039,
"quote_asset_bal": 9597.5974288375,
"total_value_mid": 10004.4448588375,
"total_value_exit_net": 10004.139723265,
"total_value": 10004.4448588375,
"base_cost_quote": 448.7217991325,
"unrealized_pnl_exit_net": -42.179504705
},
{
"timestamp": "2024-06-04T23:59:00+00:00",
"base_asset_bal": 4.428,
"quote_asset_bal": 9709.3436987025,
"total_value_mid": 10017.1782587025,
"total_value_exit_net": 10016.9473827825,
"total_value": 10017.1782587025,
"base_cost_quote": 337.860105175,
"unrealized_pnl_exit_net": -30.256421095
},
{
"timestamp": "2024-06-05T23:59:00+00:00",
"base_asset_bal": 4.718,
"quote_asset_bal": 9689.6839837925,
"total_value_mid": 10015.6034237925,
"total_value_exit_net": 10015.3589842125,
"total_value": 10015.6034237925,
"base_cost_quote": 358.002240455,
"unrealized_pnl_exit_net": -32.327240035
},
{
"timestamp": "2024-06-06T23:59:00+00:00",
"base_asset_bal": 5.378,
"quote_asset_bal": 9644.5380770225,
"total_value_mid": 10011.6941370225,
"total_value_exit_net": 10011.4187699775,
"total_value": 10011.6941370225,
"base_cost_quote": 403.4887898,
"unrealized_pnl_exit_net": -36.608096845
},
{
"timestamp": "2024-06-07T23:59:00+00:00",
"base_asset_bal": 7.033,
"quote_asset_bal": 9534.2268418,
"total_value_mid": 9986.5190718,
"total_value_exit_net": 9986.1798526275,
"total_value": 9986.5190718,
"base_cost_quote": 514.1951073125,
"unrealized_pnl_exit_net": -62.242096485
},
{
"timestamp": "2024-06-08T23:59:00+00:00",
"base_asset_bal": 8.138,
"quote_asset_bal": 9464.2197874325,
"total_value_mid": 9974.1468674325,
"total_value_exit_net": 9973.7644221225,
"total_value": 9974.1468674325,
"base_cost_quote": 584.723393885,
"unrealized_pnl_exit_net": -75.178759195
},
{
"timestamp": "2024-06-09T23:59:00+00:00",
"base_asset_bal": 8.378,
"quote_asset_bal": 9449.5040432425,
"total_value_mid": 9974.0506232425,
"total_value_exit_net": 9973.6572133075,
"total_value": 9974.0506232425,
"base_cost_quote": 599.815464455,
"unrealized_pnl_exit_net": -75.66229439
},
{
"timestamp": "2024-06-10T23:59:00+00:00",
"base_asset_bal": 10.602,
"quote_asset_bal": 9313.9257652775,
"total_value_mid": 9946.0170052775,
"total_value_exit_net": 9945.5429368475,
"total_value": 9946.0170052775,
"base_cost_quote": 735.707186865,
"unrealized_pnl_exit_net": -104.090015295
},
{
"timestamp": "2024-06-11T23:59:00+00:00",
"base_asset_bal": 12.592,
"quote_asset_bal": 9198.8089104775,
"total_value_mid": 9921.2119504775,
"total_value_exit_net": 9920.6701481975,
"total_value": 9921.2119504775,
"base_cost_quote": 851.571940305,
"unrealized_pnl_exit_net": -129.710702585
},
{
"timestamp": "2024-06-12T23:59:00+00:00",
"base_asset_bal": 11.554,
"quote_asset_bal": 9260.35339449,
"total_value_mid": 9932.56511449,
"total_value_exit_net": 9932.0609557,
"total_value": 9932.56511449,
"base_cost_quote": 791.12141639,
"unrealized_pnl_exit_net": -119.41385518
},
{
"timestamp": "2024-06-13T23:59:00+00:00",
"base_asset_bal": 13.058,
"quote_asset_bal": 9175.451048045,
"total_value_mid": 9904.479188045,
"total_value_exit_net": 9903.93241694,
"total_value": 9904.479188045,
"base_cost_quote": 876.6241854075,
"unrealized_pnl_exit_net": -148.1428165125
},
{
"timestamp": "2024-06-14T23:59:00+00:00",
"base_asset_bal": 14.052,
"quote_asset_bal": 9120.771961595,
"total_value_mid": 9889.697401595,
"total_value_exit_net": 9889.120707515,
"total_value": 9889.697401595,
"base_cost_quote": 931.9907392025,
"unrealized_pnl_exit_net": -163.6419932825
},
{
"timestamp": "2024-06-15T23:59:00+00:00",
"base_asset_bal": 12.514,
"quote_asset_bal": 9207.0149042775,
"total_value_mid": 9919.0615042775,
"total_value_exit_net": 9918.5274693275,
"total_value": 9919.0615042775,
"base_cost_quote": 846.4162864625,
"unrealized_pnl_exit_net": -134.9037214125
},
{
"timestamp": "2024-06-16T23:59:00+00:00",
"base_asset_bal": 12.616,
"quote_asset_bal": 9202.6436638875,
"total_value_mid": 9909.6443038875,
"total_value_exit_net": 9909.1140534075,
"total_value": 9909.6443038875,
"base_cost_quote": 851.532630845,
"unrealized_pnl_exit_net": -145.062241325
},
{
"timestamp": "2024-06-17T23:59:00+00:00",
"base_asset_bal": 16.276,
"quote_asset_bal": 9007.11025259,
"total_value_mid": 9836.69797259,
"total_value_exit_net": 9836.0757818,
"total_value": 9836.69797259,
"base_cost_quote": 1047.7667861625,
"unrealized_pnl_exit_net": -218.8012569525
},
{
"timestamp": "2024-06-18T23:59:00+00:00",
"base_asset_bal": 18.004,
"quote_asset_bal": 8922.985388595,
"total_value_mid": 9807.161828595,
"total_value_exit_net": 9806.498696265,
"total_value": 9807.161828595,
"base_cost_quote": 1133.267813875,
"unrealized_pnl_exit_net": -249.754506205
},
{
"timestamp": "2024-06-19T23:59:00+00:00",
"base_asset_bal": 17.179,
"quote_asset_bal": 8964.0958314475,
"total_value_mid": 9832.8378614475,
"total_value_exit_net": 9832.186304925,
"total_value": 9832.8378614475,
"base_cost_quote": 1093.05289529,
"unrealized_pnl_exit_net": -224.9624218125
},
{
"timestamp": "2024-06-20T23:59:00+00:00",
"base_asset_bal": 17.076,
"quote_asset_bal": 8970.2287319125,
"total_value_mid": 9838.7140919125,
"total_value_exit_net": 9838.0627278925,
"total_value": 9838.7140919125,
"base_cost_quote": 1087.997406515,
"unrealized_pnl_exit_net": -220.163410535
},
{
"timestamp": "2024-06-21T23:59:00+00:00",
"base_asset_bal": 16.986,
"quote_asset_bal": 8976.337000045,
"total_value_mid": 9833.960140045,
"total_value_exit_net": 9833.31692269,
"total_value": 9833.960140045,
"base_cost_quote": 1082.980286495,
"unrealized_pnl_exit_net": -226.00036385
},
{
"timestamp": "2024-06-22T23:59:00+00:00",
"base_asset_bal": 16.787,
"quote_asset_bal": 8986.973289035,
"total_value_mid": 9838.409929035,
"total_value_exit_net": 9837.771351555,
"total_value": 9838.409929035,
"base_cost_quote": 1072.924310165,
"unrealized_pnl_exit_net": -222.126247645
},
{
"timestamp": "2024-06-23T23:59:00+00:00",
"base_asset_bal": 20.801,
"quote_asset_bal": 8791.4857692275,
"total_value_mid": 9766.8446592275,
"total_value_exit_net": 9766.11314006,
"total_value": 9766.8446592275,
"base_cost_quote": 1269.0366942225,
"unrealized_pnl_exit_net": -294.40932339
},
{
"timestamp": "2024-06-24T23:59:00+00:00",
"base_asset_bal": 19.427,
"quote_asset_bal": 8857.991352195,
"total_value_mid": 9794.178482195,
"total_value_exit_net": 9793.4763418475,
"total_value": 9794.178482195,
"base_cost_quote": 1203.6878993575,
"unrealized_pnl_exit_net": -268.202909705
},
{
"timestamp": "2024-06-25T23:59:00+00:00",
"base_asset_bal": 19.109,
"quote_asset_bal": 8873.7841868,
"total_value_mid": 9808.9786468,
"total_value_exit_net": 9808.277250955,
"total_value": 9808.9786468,
"base_cost_quote": 1188.5316006525,
"unrealized_pnl_exit_net": -254.0385364975
},
{
"timestamp": "2024-06-26T23:59:00+00:00",
"base_asset_bal": 19.73,
"quote_asset_bal": 8844.2930977325,
"total_value_mid": 9794.4898977325,
"total_value_exit_net": 9793.7772501325,
"total_value": 9794.4898977325,
"base_cost_quote": 1218.6979884875,
"unrealized_pnl_exit_net": -269.2138360875
},
{
"timestamp": "2024-06-27T23:59:00+00:00",
"base_asset_bal": 18.805,
"quote_asset_bal": 8890.51740671,
"total_value_mid": 9810.26995671,
"total_value_exit_net": 9809.5801422975,
"total_value": 9810.26995671,
"base_cost_quote": 1173.48133141,
"unrealized_pnl_exit_net": -254.4185958225
},
{
"timestamp": "2024-06-28T23:59:00+00:00",
"base_asset_bal": 18.701,
"quote_asset_bal": 8896.3747015075,
"total_value_mid": 9813.6587515075,
"total_value_exit_net": 9812.97078847,
"total_value": 9813.6587515075,
"base_cost_quote": 1168.48230495,
"unrealized_pnl_exit_net": -251.8862179875
},
{
"timestamp": "2024-06-29T23:59:00+00:00",
"base_asset_bal": 20.364,
"quote_asset_bal": 8816.32597824,
"total_value_mid": 9787.89241824,
"total_value_exit_net": 9787.16374341,
"total_value": 9787.89241824,
"base_cost_quote": 1248.925291975,
"unrealized_pnl_exit_net": -278.087526805
},
{
"timestamp": "2024-06-30T23:59:00+00:00",
"base_asset_bal": 18.808,
"quote_asset_bal": 8892.6013283725,
"total_value_mid": 9817.3906883725,
"total_value_exit_net": 9816.6970963525,
"total_value": 9817.3906883725,
"base_cost_quote": 1173.4944912725,
"unrealized_pnl_exit_net": -249.3987232925
},
{
"timestamp": "2024-07-01T23:59:00+00:00",
"base_asset_bal": 18.818,
"quote_asset_bal": 8893.37819411,
"total_value_mid": 9808.68571411,
"total_value_exit_net": 9807.99923347,
"total_value": 9808.68571411,
"base_cost_quote": 1173.460575855,
"unrealized_pnl_exit_net": -258.839536495
},
{
"timestamp": "2024-07-02T23:59:00+00:00",
"base_asset_bal": 19.582,
"quote_asset_bal": 8858.80274003,
"total_value_mid": 9776.21944003,
"total_value_exit_net": 9775.531377505,
"total_value": 9776.21944003,
"base_cost_quote": 1208.641141505,
"unrealized_pnl_exit_net": -291.91250403
},
{
"timestamp": "2024-07-03T23:59:00+00:00",
"base_asset_bal": 21.445,
"quote_asset_bal": 8773.7185361925,
"total_value_mid": 9742.8180861925,
"total_value_exit_net": 9742.09126153,
"total_value": 9742.8180861925,
"base_cost_quote": 1294.1223343525,
"unrealized_pnl_exit_net": -325.749609015
},
{
"timestamp": "2024-07-04T23:59:00+00:00",
"base_asset_bal": 28.285,
"quote_asset_bal": 8487.8541388775,
"total_value_mid": 9597.4746888775,
"total_value_exit_net": 9596.642473465,
"total_value": 9597.4746888775,
"base_cost_quote": 1580.54087727,
"unrealized_pnl_exit_net": -471.7525426825
},
{
"timestamp": "2024-07-05T23:59:00+00:00",
"base_asset_bal": 28.963,
"quote_asset_bal": 8464.2015157775,
"total_value_mid": 9598.1029657775,
"total_value_exit_net": 9597.25253969,
"total_value": 9598.1029657775,
"base_cost_quote": 1605.6999023975,
"unrealized_pnl_exit_net": -472.648878485
},
{
"timestamp": "2024-07-06T23:59:00+00:00",
"base_asset_bal": 26.944,
"quote_asset_bal": 8545.56698796,
"total_value_mid": 9651.34874796,
"total_value_exit_net": 9650.51941164,
"total_value": 9651.34874796,
"base_cost_quote": 1525.251461285,
"unrealized_pnl_exit_net": -420.299037605
},
{
"timestamp": "2024-07-07T23:59:00+00:00",
"base_asset_bal": 31.173,
"quote_asset_bal": 8380.47259242,
"total_value_mid": 9568.47562242,
"total_value_exit_net": 9567.5846201475,
"total_value": 9568.47562242,
"base_cost_quote": 1691.0831918725,
"unrealized_pnl_exit_net": -503.971164145
},
{
"timestamp": "2024-07-08T23:59:00+00:00",
"base_asset_bal": 27.832,
"quote_asset_bal": 8512.3967561475,
"total_value_mid": 9632.9130761475,
"total_value_exit_net": 9632.0726889075,
"total_value": 9632.9130761475,
"base_cost_quote": 1560.3860024425,
"unrealized_pnl_exit_net": -440.7100696825
},
{
"timestamp": "2024-07-09T23:59:00+00:00",
"base_asset_bal": 25.996,
"quote_asset_bal": 8588.4772328325,
"total_value_mid": 9674.8500728325,
"total_value_exit_net": 9674.0352932025,
"total_value": 9674.8500728325,
"base_cost_quote": 1484.9899177575,
"unrealized_pnl_exit_net": -399.4318573875
},
{
"timestamp": "2024-07-10T23:59:00+00:00",
"base_asset_bal": 25.879,
"quote_asset_bal": 8594.011726815,
"total_value_mid": 9680.412146815,
"total_value_exit_net": 9679.5973465,
"total_value": 9680.412146815,
"base_cost_quote": 1479.9882293025,
"unrealized_pnl_exit_net": -394.4026096175
},
{
"timestamp": "2024-07-11T23:59:00+00:00",
"base_asset_bal": 26.291,
"quote_asset_bal": 8584.88128446,
"total_value_mid": 9628.10816446,
"total_value_exit_net": 9627.3257443,
"total_value": 9628.10816446,
"base_cost_quote": 1489.96415564,
"unrealized_pnl_exit_net": -447.5196958
},
{
"timestamp": "2024-07-12T23:59:00+00:00",
"base_asset_bal": 23.697,
"quote_asset_bal": 8690.9518927825,
"total_value_mid": 9674.3773927825,
"total_value_exit_net": 9673.6398236575,
"total_value": 9674.3773927825,
"base_cost_quote": 1384.50632154,
"unrealized_pnl_exit_net": -401.818390665
},
{
"timestamp": "2024-07-13T23:59:00+00:00",
"base_asset_bal": 23.208,
"quote_asset_bal": 8711.3206224325,
"total_value_mid": 9688.3774224325,
"total_value_exit_net": 9687.6446298325,
"total_value": 9688.3774224325,
"base_cost_quote": 1364.4042863125,
"unrealized_pnl_exit_net": -388.0802789125
},
{
"timestamp": "2024-07-14T23:59:00+00:00",
"base_asset_bal": 23.302,
"quote_asset_bal": 8706.595049865,
"total_value_mid": 9728.387749865,
"total_value_exit_net": 9727.62140534,
"total_value": 9728.387749865,
"base_cost_quote": 1369.4059747675,
"unrealized_pnl_exit_net": -348.3796192925
},
{
"timestamp": "2024-07-15T23:59:00+00:00",
"base_asset_bal": 20.235,
"quote_asset_bal": 8847.7697899125,
"total_value_mid": 9809.1346399125,
"total_value_exit_net": 9808.413616275,
"total_value": 9809.1346399125,
"base_cost_quote": 1228.68986678,
"unrealized_pnl_exit_net": -268.0460404175
},
{
"timestamp": "2024-07-16T23:59:00+00:00",
"base_asset_bal": 21.101,
"quote_asset_bal": 8808.188266155,
"total_value_mid": 9797.614156155,
"total_value_exit_net": 9796.8720867375,
"total_value": 9797.614156155,
"base_cost_quote": 1268.9031141125,
"unrealized_pnl_exit_net": -280.21929353
},
{
"timestamp": "2024-07-17T23:59:00+00:00",
"base_asset_bal": 20.67,
"quote_asset_bal": 8829.0096660825,
"total_value_mid": 9811.2480660825,
"total_value_exit_net": 9810.5113872825,
"total_value": 9811.2480660825,
"base_cost_quote": 1248.8045114575,
"unrealized_pnl_exit_net": -267.3027902575
},
{
"timestamp": "2024-07-18T23:59:00+00:00",
"base_asset_bal": 20.653,
"quote_asset_bal": 8829.88944441,
"total_value_mid": 9814.00489441,
"total_value_exit_net": 9813.2668078225,
"total_value": 9814.00489441,
"base_cost_quote": 1248.7315367675,
"unrealized_pnl_exit_net": -265.354173355
},
{
"timestamp": "2024-07-19T23:59:00+00:00",
"base_asset_bal": 19.626,
"quote_asset_bal": 8881.04700648,
"total_value_mid": 9851.35644648,
"total_value_exit_net": 9850.6287144,
"total_value": 9851.35644648,
"base_cost_quote": 1198.4862810675,
"unrealized_pnl_exit_net": -228.9045731475
},
{
"timestamp": "2024-07-20T23:59:00+00:00",
"base_asset_bal": 19.928,
"quote_asset_bal": 8866.527149905,
"total_value_mid": 9849.973949905,
"total_value_exit_net": 9849.236364805,
"total_value": 9849.973949905,
"base_cost_quote": 1213.57898211,
"unrealized_pnl_exit_net": -230.86976721
},
{
"timestamp": "2024-07-21T23:59:00+00:00",
"base_asset_bal": 19.421,
"quote_asset_bal": 8892.3525420825,
"total_value_mid": 9866.5099020825,
"total_value_exit_net": 9865.7792840625,
"total_value": 9866.5099020825,
"base_cost_quote": 1188.43597899,
"unrealized_pnl_exit_net": -215.00923701
},
{
"timestamp": "2024-07-22T23:59:00+00:00",
"base_asset_bal": 21.681,
"quote_asset_bal": 8782.3279672475,
"total_value_mid": 9815.8612372475,
"total_value_exit_net": 9815.086087295,
"total_value": 9815.8612372475,
"base_cost_quote": 1299.07285446,
"unrealized_pnl_exit_net": -266.3147344125
},
{
"timestamp": "2024-07-23T23:59:00+00:00",
"base_asset_bal": 22.969,
"quote_asset_bal": 8722.939684675,
"total_value_mid": 9791.687254675,
"total_value_exit_net": 9790.8856939975,
"total_value": 9791.687254675,
"base_cost_quote": 1359.29050385,
"unrealized_pnl_exit_net": -291.3444945275
},
{
"timestamp": "2024-07-24T23:59:00+00:00",
"base_asset_bal": 23.737,
"quote_asset_bal": 8688.3689771925,
"total_value_mid": 9762.9429671925,
"total_value_exit_net": 9762.1370367,
"total_value": 9762.9429671925,
"base_cost_quote": 1394.4957379875,
"unrealized_pnl_exit_net": -320.72767848
},
{
"timestamp": "2024-07-25T23:59:00+00:00",
"base_asset_bal": 23.407,
"quote_asset_bal": 8704.2652190525,
"total_value_mid": 9771.3903490525,
"total_value_exit_net": 9770.590005205,
"total_value": 9771.3903490525,
"base_cost_quote": 1379.474010135,
"unrealized_pnl_exit_net": -313.1492239825
},
{
"timestamp": "2024-07-26T23:59:00+00:00",
"base_asset_bal": 21.357,
"quote_asset_bal": 8800.44921575,
"total_value_mid": 9822.80880575,
"total_value_exit_net": 9822.0420360575,
"total_value": 9822.80880575,
"base_cost_quote": 1283.9602184775,
"unrealized_pnl_exit_net": -262.36739817
},
{
"timestamp": "2024-07-27T23:59:00+00:00",
"base_asset_bal": 21.777,
"quote_asset_bal": 8781.0303078726,
"total_value_mid": 9812.6067978726,
"total_value_exit_net": 9811.8331155051,
"total_value": 9812.6067978726,
"base_cost_quote": 1304.06063249,
"unrealized_pnl_exit_net": -273.2578248575
},
{
"timestamp": "2024-07-28T23:59:00+00:00",
"base_asset_bal": 21.357,
"quote_asset_bal": 8801.7217158976,
"total_value_mid": 9822.3727458976,
"total_value_exit_net": 9821.6072576251,
"total_value": 9822.3727458976,
"base_cost_quote": 1283.98770908,
"unrealized_pnl_exit_net": -264.1021673525
},
{
"timestamp": "2024-07-29T23:59:00+00:00",
"base_asset_bal": 21.251,
"quote_asset_bal": 8807.5382704276,
"total_value_mid": 9825.8861904276,
"total_value_exit_net": 9825.1224294876,
"total_value": 9825.8861904276,
"base_cost_quote": 1279.0379895725,
"unrealized_pnl_exit_net": -261.4538305125
},
{
"timestamp": "2024-07-30T23:59:00+00:00",
"base_asset_bal": 23.715,
"quote_asset_bal": 8692.4440683776,
"total_value_mid": 9775.0338183776,
"total_value_exit_net": 9774.2218760651,
"total_value": 9775.0338183776,
"base_cost_quote": 1394.6038390025,
"unrealized_pnl_exit_net": -312.826031315
},
{
"timestamp": "2024-07-31T23:59:00+00:00",
"base_asset_bal": 25.171,
"quote_asset_bal": 8627.6763809051,
"total_value_mid": 9735.2003809051,
"total_value_exit_net": 9734.3697379051,
"total_value": 9735.2003809051,
"base_cost_quote": 1460.02836062,
"unrealized_pnl_exit_net": -353.33500362
},
{
"timestamp": "2024-08-01T23:59:00+00:00",
"base_asset_bal": 26.907,
"quote_asset_bal": 8553.2029087601,
"total_value_mid": 9712.6255387601,
"total_value_exit_net": 9711.7559717876,
"total_value": 9712.6255387601,
"base_cost_quote": 1535.415758795,
"unrealized_pnl_exit_net": -376.8626957675
},
{
"timestamp": "2024-08-02T23:59:00+00:00",
"base_asset_bal": 31.104,
"quote_asset_bal": 8383.4360653651,
"total_value_mid": 9584.9835853651,
"total_value_exit_net": 9584.0824247251,
"total_value": 9584.9835853651,
"base_cost_quote": 1706.19676856,
"unrealized_pnl_exit_net": -505.5504092
},
{
"timestamp": "2024-08-03T23:59:00+00:00",
"base_asset_bal": 33.476,
"quote_asset_bal": 8293.7902662525,
"total_value_mid": 9535.7498662525,
"total_value_exit_net": 9534.8183965525,
"total_value": 9535.7498662525,
"base_cost_quote": 1796.6976633625,
"unrealized_pnl_exit_net": -555.6695330625
},
{
"timestamp": "2024-08-04T23:59:00+00:00",
"base_asset_bal": 36.842,
"quote_asset_bal": 8174.1065546,
"total_value_mid": 9463.2081346,
"total_value_exit_net": 9462.241308415,
"total_value": 9463.2081346,
"base_cost_quote": 1917.2899998325,
"unrealized_pnl_exit_net": -629.1552460175
},
{
"timestamp": "2024-08-05T23:59:00+00:00",
"base_asset_bal": 40.982,
"quote_asset_bal": 8040.917502185,
"total_value_mid": 9343.735282185,
"total_value_exit_net": 9342.75816885,
"total_value": 9343.735282185,
"base_cost_quote": 2052.8845795525,
"unrealized_pnl_exit_net": -751.0439128875
},
{
"timestamp": "2024-08-06T23:59:00+00:00",
"base_asset_bal": 37.768,
"quote_asset_bal": 8147.67449777,
"total_value_mid": 9452.18121777,
"total_value_exit_net": 9451.20283773,
"total_value": 9452.18121777,
"base_cost_quote": 1947.4564877425,
"unrealized_pnl_exit_net": -643.9281477825
},
{
"timestamp": "2024-08-07T23:59:00+00:00",
"base_asset_bal": 39.67,
"quote_asset_bal": 8083.5258408125,
"total_value_mid": 9429.5289408125,
"total_value_exit_net": 9428.5194384875,
"total_value": 9429.5289408125,
"base_cost_quote": 2012.68874527,
"unrealized_pnl_exit_net": -667.695147595
},
{
"timestamp": "2024-08-08T23:59:00+00:00",
"base_asset_bal": 34.54,
"quote_asset_bal": 8265.515812975,
"total_value_mid": 9542.805012975,
"total_value_exit_net": 9541.847046075,
"total_value": 9542.805012975,
"base_cost_quote": 1831.8420018625,
"unrealized_pnl_exit_net": -555.5107687625
},
{
"timestamp": "2024-08-09T23:59:00+00:00",
"base_asset_bal": 36.187,
"quote_asset_bal": 8205.89490198,
"total_value_mid": 9507.54129198,
"total_value_exit_net": 9506.5650571875,
"total_value": 9507.54129198,
"base_cost_quote": 1892.070489375,
"unrealized_pnl_exit_net": -591.4003341675
},
{
"timestamp": "2024-08-10T23:59:00+00:00",
"base_asset_bal": 35.77,
"quote_asset_bal": 8221.5325312875,
"total_value_mid": 9529.2837312875,
"total_value_exit_net": 9528.3029178875,
"total_value": 9529.2837312875,
"base_cost_quote": 1877.005839355,
"unrealized_pnl_exit_net": -570.235452755
},
{
"timestamp": "2024-08-11T23:59:00+00:00",
"base_asset_bal": 37.241,
"quote_asset_bal": 8172.137981925,
"total_value_mid": 9453.973201925,
"total_value_exit_net": 9453.01182551,
"total_value": 9453.973201925,
"base_cost_quote": 1927.2469019125,
"unrealized_pnl_exit_net": -646.3730583275
},
{
"timestamp": "2024-08-12T23:59:00+00:00",
"base_asset_bal": 36.934,
"quote_asset_bal": 8183.189271585,
"total_value_mid": 9490.283531585,
"total_value_exit_net": 9489.30321089,
"total_value": 9490.283531585,
"base_cost_quote": 1917.2355390175,
"unrealized_pnl_exit_net": -611.1215997125
},
{
"timestamp": "2024-08-13T23:59:00+00:00",
"base_asset_bal": 35.798,
"quote_asset_bal": 8224.0701306926,
"total_value_mid": 9516.0199506926,
"total_value_exit_net": 9515.0509883276,
"total_value": 9516.0199506926,
"base_cost_quote": 1877.0799849225,
"unrealized_pnl_exit_net": -586.0991272875
},
{
"timestamp": "2024-08-14T23:59:00+00:00",
"base_asset_bal": 37.064,
"quote_asset_bal": 8179.505997825,
"total_value_mid": 9484.529437825,
"total_value_exit_net": 9483.550670245,
"total_value": 9484.529437825,
"base_cost_quote": 1922.2171924575,
"unrealized_pnl_exit_net": -618.1725200375
},
{
"timestamp": "2024-08-15T23:59:00+00:00",
"base_asset_bal": 38.929,
"quote_asset_bal": 8115.1842157626,
"total_value_mid": 9435.6558957626,
"total_value_exit_net": 9434.6655420026,
"total_value": 9435.6558957626,
"base_cost_quote": 1987.5260373825,
"unrealized_pnl_exit_net": -668.0447111425
},
{
"timestamp": "2024-08-16T23:59:00+00:00",
"base_asset_bal": 38.926,
"quote_asset_bal": 8116.0532242776,
"total_value_mid": 9462.8928242776,
"total_value_exit_net": 9461.8826945776,
"total_value": 9462.8928242776,
"base_cost_quote": 1987.5155895525,
"unrealized_pnl_exit_net": -641.6861192525
},
{
"timestamp": "2024-08-17T23:59:00+00:00",
"base_asset_bal": 36.783,
"quote_asset_bal": 8191.9879901326,
"total_value_mid": 9494.8418501326,
"total_value_exit_net": 9493.8647097376,
"total_value": 9494.8418501326,
"base_cost_quote": 1912.2258245475,
"unrealized_pnl_exit_net": -610.3491049425
},
{
"timestamp": "2024-08-18T23:59:00+00:00",
"base_asset_bal": 33.905,
"quote_asset_bal": 8297.9254385751,
"total_value_mid": 9569.7019885751,
"total_value_exit_net": 9568.7481561626,
"total_value": 9569.7019885751,
"base_cost_quote": 1806.7677902975,
"unrealized_pnl_exit_net": -535.94507271
},
{
"timestamp": "2024-08-19T23:59:00+00:00",
"base_asset_bal": 31.169,
"quote_asset_bal": 8404.5646811626,
"total_value_mid": 9628.2596211626,
"total_value_exit_net": 9627.3418499576,
"total_value": 9628.2596211626,
"base_cost_quote": 1701.271257195,
"unrealized_pnl_exit_net": -478.4940884
},
{
"timestamp": "2024-08-20T23:59:00+00:00",
"base_asset_bal": 32.83,
"quote_asset_bal": 8339.8142238776,
"total_value_mid": 9610.9918238776,
"total_value_exit_net": 9610.0384406776,
"total_value": 9610.9918238776,
"base_cost_quote": 1766.60628174,
"unrealized_pnl_exit_net": -496.38206494
},
{
"timestamp": "2024-08-21T23:59:00+00:00",
"base_asset_bal": 26.13,
"quote_asset_bal": 8628.0675947901,
"total_value_mid": 9701.4879947901,
"total_value_exit_net": 9700.6829294901,
"total_value": 9701.4879947901,
"base_cost_quote": 1479.92623284,
"unrealized_pnl_exit_net": -407.31089814
},
{
"timestamp": "2024-08-22T23:59:00+00:00",
"base_asset_bal": 25.047,
"quote_asset_bal": 8674.7375726676,
"total_value_mid": 9725.2087526676,
"total_value_exit_net": 9724.4208992826,
"total_value": 9725.2087526676,
"base_cost_quote": 1434.726938775,
"unrealized_pnl_exit_net": -385.04361216
},
{
"timestamp": "2024-08-23T23:59:00+00:00",
"base_asset_bal": 24.123,
"quote_asset_bal": 8710.8369148876,
"total_value_mid": 9814.9466248876,
"total_value_exit_net": 9814.1185426051,
"total_value": 9814.9466248876,
"base_cost_quote": 1399.6628904475,
"unrealized_pnl_exit_net": -296.38126273
},
{
"timestamp": "2024-08-24T23:59:00+00:00",
"base_asset_bal": 24.232,
"quote_asset_bal": 8706.5141794451,
"total_value_mid": 9814.1588994451,
"total_value_exit_net": 9813.3281659051,
"total_value": 9814.1588994451,
"base_cost_quote": 1404.59893971,
"unrealized_pnl_exit_net": -297.78495325
},
{
"timestamp": "2024-08-25T23:59:00+00:00",
"base_asset_bal": 24.791,
"quote_asset_bal": 8681.8388136451,
"total_value_mid": 9799.6650036451,
"total_value_exit_net": 9798.8266340026,
"total_value": 9799.6650036451,
"base_cost_quote": 1429.764259555,
"unrealized_pnl_exit_net": -312.7764391975
},
{
"timestamp": "2024-08-26T23:59:00+00:00",
"base_asset_bal": 24.677,
"quote_asset_bal": 8687.5104116701,
"total_value_mid": 9797.9754116701,
"total_value_exit_net": 9797.1425629201,
"total_value": 9797.9754116701,
"base_cost_quote": 1424.71705699,
"unrealized_pnl_exit_net": -315.08490574
},
{
"timestamp": "2024-08-27T23:59:00+00:00",
"base_asset_bal": 27.194,
"quote_asset_bal": 8582.5458890751,
"total_value_mid": 9716.8076290751,
"total_value_exit_net": 9715.9569327701,
"total_value": 9716.8076290751,
"base_cost_quote": 1530.335831705,
"unrealized_pnl_exit_net": -396.92478801
},
{
"timestamp": "2024-08-28T23:59:00+00:00",
"base_asset_bal": 25.87,
"quote_asset_bal": 8638.9523675126,
"total_value_mid": 9752.9145675126,
"total_value_exit_net": 9752.0790958626,
"total_value": 9752.9145675126,
"base_cost_quote": 1475.03680852,
"unrealized_pnl_exit_net": -361.91008017
},
{
"timestamp": "2024-08-29T23:59:00+00:00",
"base_asset_bal": 25.799,
"quote_asset_bal": 8644.5974394501,
"total_value_mid": 9727.3814694501,
"total_value_exit_net": 9726.5693814276,
"total_value": 9727.3814694501,
"base_cost_quote": 1470.03822239,
"unrealized_pnl_exit_net": -388.0662804125
},
{
"timestamp": "2024-08-30T23:59:00+00:00",
"base_asset_bal": 26.04,
"quote_asset_bal": 8635.0679883726,
"total_value_mid": 9724.8419883726,
"total_value_exit_net": 9724.0246578726,
"total_value": 9724.8419883726,
"base_cost_quote": 1480.11177189,
"unrealized_pnl_exit_net": -391.15510239
},
{
"timestamp": "2024-08-31T23:59:00+00:00",
"base_asset_bal": 26.288,
"quote_asset_bal": 8625.3488523201,
"total_value_mid": 9715.5122123201,
"total_value_exit_net": 9714.6945898001,
"total_value": 9715.5122123201,
"base_cost_quote": 1490.1664772675,
"unrealized_pnl_exit_net": -400.8207397875
},
{
"timestamp": "2024-09-01T23:59:00+00:00",
"base_asset_bal": 27.276,
"quote_asset_bal": 8585.7261807801,
"total_value_mid": 9683.3124207801,
"total_value_exit_net": 9682.4892311001,
"total_value": 9683.3124207801,
"base_cost_quote": 1530.3438076825,
"unrealized_pnl_exit_net": -433.5807573625
},
{
"timestamp": "2024-09-02T23:59:00+00:00",
"base_asset_bal": 25.321,
"quote_asset_bal": 8667.0284866851,
"total_value_mid": 9744.6902466851,
"total_value_exit_net": 9743.8820003651,
"total_value": 9744.6902466851,
"base_cost_quote": 1449.9116888025,
"unrealized_pnl_exit_net": -373.0581751225
},
{
"timestamp": "2024-09-03T23:59:00+00:00",
"base_asset_bal": 27.521,
"quote_asset_bal": 8577.4406416926,
"total_value_mid": 9687.9129916926,
"total_value_exit_net": 9687.0801374301,
"total_value": 9687.9129916926,
"base_cost_quote": 1540.300059275,
"unrealized_pnl_exit_net": -430.6605635375
},
{
"timestamp": "2024-09-04T23:59:00+00:00",
"base_asset_bal": 25.096,
"quote_asset_bal": 8679.0884454927,
"total_value_mid": 9747.9270854927,
"total_value_exit_net": 9747.1254565127,
"total_value": 9747.9270854927,
"base_cost_quote": 1439.8233482175,
"unrealized_pnl_exit_net": -371.7863371975
},
{
"timestamp": "2024-09-05T23:59:00+00:00",
"base_asset_bal": 26.92,
"quote_asset_bal": 8604.9194991126,
"total_value_mid": 9690.6030991126,
"total_value_exit_net": 9689.7888364126,
"total_value": 9690.6030991126,
"base_cost_quote": 1515.1103111225,
"unrealized_pnl_exit_net": -430.2409738225
},
{
"timestamp": "2024-09-06T23:59:00+00:00",
"base_asset_bal": 29.068,
"quote_asset_bal": 8520.8990483801,
"total_value_mid": 9662.3994083801,
"total_value_exit_net": 9661.5432831101,
"total_value": 9662.3994083801,
"base_cost_quote": 1600.5328900425,
"unrealized_pnl_exit_net": -459.8886553125
},
{
"timestamp": "2024-09-07T23:59:00+00:00",
"base_asset_bal": 27.923,
"quote_asset_bal": 8566.6651626926,
"total_value_mid": 9670.4613526926,
"total_value_exit_net": 9669.6335055501,
"total_value": 9670.4613526926,
"base_cost_quote": 1555.297418865,
"unrealized_pnl_exit_net": -452.3290760075
},
{
"timestamp": "2024-09-08T23:59:00+00:00",
"base_asset_bal": 26.541,
"quote_asset_bal": 8622.6488981326,
"total_value_mid": 9700.4789081326,
"total_value_exit_net": 9699.6705356251,
"total_value": 9700.4789081326,
"base_cost_quote": 1500.0459012825,
"unrealized_pnl_exit_net": -423.02426379
},
{
"timestamp": "2024-09-09T23:59:00+00:00",
"base_asset_bal": 25.417,
"quote_asset_bal": 8668.6615902776,
"total_value_mid": 9745.0715402776,
"total_value_exit_net": 9744.2642328151,
"total_value": 9745.0715402776,
"base_cost_quote": 1454.86701251,
"unrealized_pnl_exit_net": -379.2643699725
},
{
"timestamp": "2024-09-10T23:59:00+00:00",
"base_asset_bal": 24.124,
"quote_asset_bal": 8724.7232810977,
"total_value_mid": 9768.5687610977,
"total_value_exit_net": 9767.7858769877,
"total_value": 9768.5687610977,
"base_cost_quote": 1399.654694305,
"unrealized_pnl_exit_net": -356.592098415
},
{
"timestamp": "2024-09-11T23:59:00+00:00",
"base_asset_bal": 25.884,
"quote_asset_bal": 8650.3087639852,
"total_value_mid": 9747.0138439852,
"total_value_exit_net": 9746.1913151752,
"total_value": 9747.0138439852,
"base_cost_quote": 1474.9932859025,
"unrealized_pnl_exit_net": -379.1107347125
},
{
"timestamp": "2024-09-12T23:59:00+00:00",
"base_asset_bal": 23.661,
"quote_asset_bal": 8746.4118353652,
"total_value_mid": 9777.5582153652,
"total_value_exit_net": 9776.7848555802,
"total_value": 9777.5582153652,
"base_cost_quote": 1379.5351259375,
"unrealized_pnl_exit_net": -349.1621057225
},
{
"timestamp": "2024-09-13T23:59:00+00:00",
"base_asset_bal": 23.885,
"quote_asset_bal": 8737.0780020002,
"total_value_mid": 9796.3777520002,
"total_value_exit_net": 9795.5832771877,
"total_value": 9796.3777520002,
"base_cost_quote": 1389.5791132825,
"unrealized_pnl_exit_net": -331.073838095
},
{
"timestamp": "2024-09-14T23:59:00+00:00",
"base_asset_bal": 25.261,
"quote_asset_bal": 8677.2122610902,
"total_value_mid": 9773.7922710902,
"total_value_exit_net": 9772.9698360827,
"total_value": 9773.7922710902,
"base_cost_quote": 1449.9173130175,
"unrealized_pnl_exit_net": -354.159738025
},
{
"timestamp": "2024-09-15T23:59:00+00:00",
"base_asset_bal": 28.348,
"quote_asset_bal": 8547.0838672127,
"total_value_mid": 9713.0371072127,
"total_value_exit_net": 9712.1626422827,
"total_value": 9713.0371072127,
"base_cost_quote": 1580.5711499575,
"unrealized_pnl_exit_net": -415.4923748875
},
{
"timestamp": "2024-09-16T23:59:00+00:00",
"base_asset_bal": 30.97,
"quote_asset_bal": 8442.2862370252,
"total_value_mid": 9670.8661370252,
"total_value_exit_net": 9669.9447021002,
"total_value": 9670.8661370252,
"base_cost_quote": 1686.12212386,
"unrealized_pnl_exit_net": -458.463658785
},
{
"timestamp": "2024-09-17T23:59:00+00:00",
"base_asset_bal": 28.231,
"quote_asset_bal": 8553.4184130702,
"total_value_mid": 9727.5457030702,
"total_value_exit_net": 9726.6651076027,
"total_value": 9727.5457030702,
"base_cost_quote": 1575.54389234,
"unrealized_pnl_exit_net": -402.2971978075
},
{
"timestamp": "2024-09-18T23:59:00+00:00",
"base_asset_bal": 26.783,
"quote_asset_bal": 8614.5888319577,
"total_value_mid": 9752.3306719577,
"total_value_exit_net": 9751.4773655777,
"total_value": 9752.3306719577,
"base_cost_quote": 1515.192402645,
"unrealized_pnl_exit_net": -378.303869025
},
{
"timestamp": "2024-09-19T23:59:00+00:00",
"base_asset_bal": 24.559,
"quote_asset_bal": 8710.7989527702,
"total_value_mid": 9799.2538327702,
"total_value_exit_net": 9798.4374916102,
"total_value": 9799.2538327702,
"base_cost_quote": 1419.723574685,
"unrealized_pnl_exit_net": -332.085035845
},
{
"timestamp": "2024-09-20T23:59:00+00:00",
"base_asset_bal": 25.207,
"quote_asset_bal": 8681.4146312277,
"total_value_mid": 9813.2089312277,
"total_value_exit_net": 9812.3600855027,
"total_value": 9813.2089312277,
"base_cost_quote": 1449.9403302675,
"unrealized_pnl_exit_net": -318.9948759925
},
{
"timestamp": "2024-09-21T23:59:00+00:00",
"base_asset_bal": 25.093,
"quote_asset_bal": 8687.2492580052,
"total_value_mid": 9811.4156580052,
"total_value_exit_net": 9810.5725332052,
"total_value": 9811.4156580052,
"base_cost_quote": 1444.84986528,
"unrealized_pnl_exit_net": -321.52659008
},
{
"timestamp": "2024-09-22T23:59:00+00:00",
"base_asset_bal": 26.8,
"quote_asset_bal": 8612.2914001552,
"total_value_mid": 9782.6474001552,
"total_value_exit_net": 9781.7696331552,
"total_value": 9782.6474001552,
"base_cost_quote": 1520.2686970125,
"unrealized_pnl_exit_net": -350.7904640125
},
{
"timestamp": "2024-09-23T23:59:00+00:00",
"base_asset_bal": 26.337,
"quote_asset_bal": 8633.2061099552,
"total_value_mid": 9792.2974799552,
"total_value_exit_net": 9791.4281614277,
"total_value": 9792.2974799552,
"base_cost_quote": 1500.132436135,
"unrealized_pnl_exit_net": -341.9103846625
},
{
"timestamp": "2024-09-24T23:59:00+00:00",
"base_asset_bal": 25.543,
"quote_asset_bal": 8668.9283409102,
"total_value_mid": 9807.8907109102,
"total_value_exit_net": 9807.0364891327,
"total_value": 9807.8907109102,
"base_cost_quote": 1464.9674321475,
"unrealized_pnl_exit_net": -326.859283925
},
{
"timestamp": "2024-09-25T23:59:00+00:00",
"base_asset_bal": 26.34,
"quote_asset_bal": 8634.2545980052,
"total_value_mid": 9796.3753980052,
"total_value_exit_net": 9795.5038074052,
"total_value": 9796.3753980052,
"base_cost_quote": 1500.1383305525,
"unrealized_pnl_exit_net": -338.8891211525
},
{
"timestamp": "2024-09-26T23:59:00+00:00",
"base_asset_bal": 25.321,
"quote_asset_bal": 8680.3806187953,
"total_value_mid": 9813.2421587953,
"total_value_exit_net": 9812.3925126403,
"total_value": 9813.2421587953,
"base_cost_quote": 1454.906221895,
"unrealized_pnl_exit_net": -322.89432805
},
{
"timestamp": "2024-09-27T23:59:00+00:00",
"base_asset_bal": 22.899,
"quote_asset_bal": 8791.7858844727,
"total_value_mid": 9861.3981744727,
"total_value_exit_net": 9860.5959652552,
"total_value": 9861.3981744727,
"base_cost_quote": 1344.2811852975,
"unrealized_pnl_exit_net": -275.471104515
},
{
"timestamp": "2024-09-28T23:59:00+00:00",
"base_asset_bal": 24.428,
"quote_asset_bal": 8721.7165452227,
"total_value_mid": 9825.8621452227,
"total_value_exit_net": 9825.0340360227,
"total_value": 9825.8621452227,
"base_cost_quote": 1414.7380083125,
"unrealized_pnl_exit_net": -311.4205175125
},
{
"timestamp": "2024-09-29T23:59:00+00:00",
"base_asset_bal": 23.982,
"quote_asset_bal": 8742.3498338377,
"total_value_mid": 9848.1598538377,
"total_value_exit_net": 9847.3304963227,
"total_value": 9848.1598538377,
"base_cost_quote": 1394.6465710275,
"unrealized_pnl_exit_net": -289.6659085425
},
{
"timestamp": "2024-09-30T23:59:00+00:00",
"base_asset_bal": 26.331,
"quote_asset_bal": 8637.4140802402,
"total_value_mid": 9790.1852602402,
"total_value_exit_net": 9789.3206818552,
"total_value": 9790.1852602402,
"base_cost_quote": 1500.1542424775,
"unrealized_pnl_exit_net": -348.2476408625
},
{
"timestamp": "2024-10-01T23:59:00+00:00",
"base_asset_bal": 32.087,
"quote_asset_bal": 8401.7820884702,
"total_value_mid": 9666.0098884702,
"total_value_exit_net": 9665.0617176202,
"total_value": 9666.0098884702,
"base_cost_quote": 1736.385973495,
"unrealized_pnl_exit_net": -473.106344345
},
{
"timestamp": "2024-10-02T23:59:00+00:00",
"base_asset_bal": 30.199,
"quote_asset_bal": 8478.0628662803,
"total_value_mid": 9684.8149062802,
"total_value_exit_net": 9683.9098422503,
"total_value": 9684.8149062802,
"base_cost_quote": 1661.0155380325,
"unrealized_pnl_exit_net": -455.1685620625
},
{
"timestamp": "2024-10-03T23:59:00+00:00",
"base_asset_bal": 31.471,
"quote_asset_bal": 8428.6259079152,
"total_value_mid": 9665.4362079152,
"total_value_exit_net": 9664.5086001902,
"total_value": 9665.4362079152,
"base_cost_quote": 1711.2230654575,
"unrealized_pnl_exit_net": -475.3403731825
},
{
"timestamp": "2024-10-04T23:59:00+00:00",
"base_asset_bal": 29.343,
"quote_asset_bal": 8514.6485453128,
"total_value_mid": 9725.6341553128,
"total_value_exit_net": 9724.7259161053,
"total_value": 9725.6341553128,
"base_cost_quote": 1625.8428582925,
"unrealized_pnl_exit_net": -415.7654875
},
{
"timestamp": "2024-10-05T23:59:00+00:00",
"base_asset_bal": 29.587,
"quote_asset_bal": 8504.9302591777,
"total_value_mid": 9719.7724791777,
"total_value_exit_net": 9718.8613475127,
"total_value": 9719.7724791777,
"base_cost_quote": 1635.85072857,
"unrealized_pnl_exit_net": -421.919640235
},
{
"timestamp": "2024-10-06T23:59:00+00:00",
"base_asset_bal": 27.187,
"quote_asset_bal": 8605.7944965878,
"total_value_mid": 9772.3886665878,
"total_value_exit_net": 9771.5137209603,
"total_value": 9772.3886665878,
"base_cost_quote": 1535.3750783075,
"unrealized_pnl_exit_net": -369.655853935
},
{
"timestamp": "2024-10-07T23:59:00+00:00",
"base_asset_bal": 27.999,
"quote_asset_bal": 8571.2605658478,
"total_value_mid": 9764.5779458478,
"total_value_exit_net": 9763.6829578128,
"total_value": 9764.5779458478,
"base_cost_quote": 1570.49851114,
"unrealized_pnl_exit_net": -378.076119175
},
{
"timestamp": "2024-10-08T23:59:00+00:00",
"base_asset_bal": 27.307,
"quote_asset_bal": 8602.1006499803,
"total_value_mid": 9771.9325299803,
"total_value_exit_net": 9771.0551560703,
"total_value": 9771.9325299803,
"base_cost_quote": 1540.430276865,
"unrealized_pnl_exit_net": -371.475770775
},
{
"timestamp": "2024-10-09T23:59:00+00:00",
"base_asset_bal": 24.714,
"quote_asset_bal": 8724.2320762878,
"total_value_mid": 9736.2703762878,
"total_value_exit_net": 9735.5113475628,
"total_value": 9736.2703762878,
"base_cost_quote": 1419.8077677825,
"unrealized_pnl_exit_net": -408.5284965075
},
{
"timestamp": "2024-10-10T23:59:00+00:00",
"base_asset_bal": 24.587,
"quote_asset_bal": 8729.8515781428,
"total_value_mid": 9741.1148881428,
"total_value_exit_net": 9740.3564406603,
"total_value": 9741.1148881428,
"base_cost_quote": 1414.777547945,
"unrealized_pnl_exit_net": -404.2726854275
},
{
"timestamp": "2024-10-11T23:59:00+00:00",
"base_asset_bal": 24.932,
"quote_asset_bal": 8715.2311222178,
"total_value_mid": 9780.8248022178,
"total_value_exit_net": 9780.0256069578,
"total_value": 9780.8248022178,
"base_cost_quote": 1429.857089125,
"unrealized_pnl_exit_net": -365.062604385
},
{
"timestamp": "2024-10-12T23:59:00+00:00",
"base_asset_bal": 25.289,
"quote_asset_bal": 8700.6655161528,
"total_value_mid": 9755.9754861528,
"total_value_exit_net": 9755.1840036753,
"total_value": 9755.9754861528,
"base_cost_quote": 1444.8780464,
"unrealized_pnl_exit_net": -390.3595588775
},
{
"timestamp": "2024-10-13T23:59:00+00:00",
"base_asset_bal": 25.045,
"quote_asset_bal": 8711.2180201103,
"total_value_mid": 9779.3872701103,
"total_value_exit_net": 9778.5861431728,
"total_value": 9779.3872701103,
"base_cost_quote": 1434.86474205,
"unrealized_pnl_exit_net": -367.4966189875
},
{
"timestamp": "2024-10-14T23:59:00+00:00",
"base_asset_bal": 23.877,
"quote_asset_bal": 8761.9119484178,
"total_value_mid": 9800.3226784178,
"total_value_exit_net": 9799.5438703703,
"total_value": 9800.3226784178,
"base_cost_quote": 1384.6175348875,
"unrealized_pnl_exit_net": -346.985612935
},
{
"timestamp": "2024-10-15T23:59:00+00:00",
"base_asset_bal": 25.878,
"quote_asset_bal": 8677.0529604128,
"total_value_mid": 9768.0694404128,
"total_value_exit_net": 9767.2511780528,
"total_value": 9768.0694404128,
"base_cost_quote": 1470.003816605,
"unrealized_pnl_exit_net": -379.805598965
},
{
"timestamp": "2024-10-16T23:59:00+00:00",
"base_asset_bal": 25.881,
"quote_asset_bal": 8677.5032720278,
"total_value_mid": 9768.3874220278,
"total_value_exit_net": 9767.5692589153,
"total_value": 9768.3874220278,
"base_cost_quote": 1470.0319476875,
"unrealized_pnl_exit_net": -379.9659608
},
{
"timestamp": "2024-10-17T23:59:00+00:00",
"base_asset_bal": 26.969,
"quote_asset_bal": 8632.6686752103,
"total_value_mid": 9739.2067452103,
"total_value_exit_net": 9738.3768416578,
"total_value": 9739.2067452103,
"base_cost_quote": 1515.31471431,
"unrealized_pnl_exit_net": -409.6065478625
},
{
"timestamp": "2024-10-18T23:59:00+00:00",
"base_asset_bal": 25.524,
"quote_asset_bal": 8693.5230704403,
"total_value_mid": 9770.6358704403,
"total_value_exit_net": 9769.8280358403,
"total_value": 9770.6358704403,
"base_cost_quote": 1454.9682583875,
"unrealized_pnl_exit_net": -378.6632929875
},
{
"timestamp": "2024-10-19T23:59:00+00:00",
"base_asset_bal": 26.359,
"quote_asset_bal": 8658.5524496003,
"total_value_mid": 9759.0406996003,
"total_value_exit_net": 9758.2153334128,
"total_value": 9759.0406996003,
"base_cost_quote": 1490.116569865,
"unrealized_pnl_exit_net": -390.4536860525
},
{
"timestamp": "2024-10-20T23:59:00+00:00",
"base_asset_bal": 23.53,
"quote_asset_bal": 8779.6778628803,
"total_value_mid": 9810.2918628803,
"total_value_exit_net": 9809.5189023803,
"total_value": 9810.2918628803,
"base_cost_quote": 1369.51412582,
"unrealized_pnl_exit_net": -339.67308632
},
{
"timestamp": "2024-10-21T23:59:00+00:00",
"base_asset_bal": 25.412,
"quote_asset_bal": 8699.7062824328,
"total_value_mid": 9763.1984824328,
"total_value_exit_net": 9762.4008632828,
"total_value": 9763.1984824328,
"base_cost_quote": 1449.9228972025,
"unrealized_pnl_exit_net": -387.2283163525
},
{
"timestamp": "2024-10-22T23:59:00+00:00",
"base_asset_bal": 25.294,
"quote_asset_bal": 8705.0528532428,
"total_value_mid": 9773.7243532428,
"total_value_exit_net": 9772.9228496178,
"total_value": 9773.7243532428,
"base_cost_quote": 1444.961128665,
"unrealized_pnl_exit_net": -377.09113229
},
{
"timestamp": "2024-10-23T23:59:00+00:00",
"base_asset_bal": 27.367,
"quote_asset_bal": 8619.9217590953,
"total_value_mid": 9729.6536090953,
"total_value_exit_net": 9728.8213102078,
"total_value": 9729.6536090953,
"base_cost_quote": 1530.393835175,
"unrealized_pnl_exit_net": -421.4942840625
},
{
"timestamp": "2024-10-24T23:59:00+00:00",
"base_asset_bal": 26.384,
"quote_asset_bal": 8660.5600108378,
"total_value_mid": 9752.8576108378,
"total_value_exit_net": 9752.0383876378,
"total_value": 9752.8576108378,
"base_cost_quote": 1490.1887139325,
"unrealized_pnl_exit_net": -398.7103371325
},
{
"timestamp": "2024-10-25T23:59:00+00:00",
"base_asset_bal": 28.985,
"quote_asset_bal": 8555.5988348703,
"total_value_mid": 9677.8980348703,
"total_value_exit_net": 9677.0563104703,
"total_value": 9677.8980348703,
"base_cost_quote": 1595.64851951,
"unrealized_pnl_exit_net": -474.19104391
},
{
"timestamp": "2024-10-26T23:59:00+00:00",
"base_asset_bal": 30.54,
"quote_asset_bal": 8495.8006422453,
"total_value_mid": 9663.9556422453,
"total_value_exit_net": 9663.0795259953,
"total_value": 9663.9556422453,
"base_cost_quote": 1655.93606128,
"unrealized_pnl_exit_net": -488.65717753
},
{
"timestamp": "2024-10-27T23:59:00+00:00",
"base_asset_bal": 29.249,
"quote_asset_bal": 8546.3852714803,
"total_value_mid": 9700.8433014803,
"total_value_exit_net": 9699.9774579578,
"total_value": 9700.8433014803,
"base_cost_quote": 1605.72022763,
"unrealized_pnl_exit_net": -452.1280411525
},
{
"timestamp": "2024-10-28T23:59:00+00:00",
"base_asset_bal": 28.87,
"quote_asset_bal": 8562.0226062578,
"total_value_mid": 9718.5548062578,
"total_value_exit_net": 9717.6874071078,
"total_value": 9718.5548062578,
"base_cost_quote": 1590.70365364,
"unrealized_pnl_exit_net": -435.03885279
},
{
"timestamp": "2024-10-29T23:59:00+00:00",
"base_asset_bal": 27.013,
"quote_asset_bal": 8637.9347721403,
"total_value_mid": 9758.9742721403,
"total_value_exit_net": 9758.1334925153,
"total_value": 9758.9742721403,
"base_cost_quote": 1515.3356600075,
"unrealized_pnl_exit_net": -395.1369396325
},
{
"timestamp": "2024-10-30T23:59:00+00:00",
"base_asset_bal": 26.771,
"quote_asset_bal": 8648.3215157178,
"total_value_mid": 9753.4283957178,
"total_value_exit_net": 9752.5995655578,
"total_value": 9753.4283957178,
"base_cost_quote": 1505.3022806125,
"unrealized_pnl_exit_net": -401.0242307725
},
{
"timestamp": "2024-10-31T23:59:00+00:00",
"base_asset_bal": 29.787,
"quote_asset_bal": 8528.1370612253,
"total_value_mid": 9689.5321912253,
"total_value_exit_net": 9688.6611448778,
"total_value": 9689.5321912253,
"base_cost_quote": 1625.838885315,
"unrealized_pnl_exit_net": -465.3148016625
},
{
"timestamp": "2024-11-01T23:59:00+00:00",
"base_asset_bal": 30.829,
"quote_asset_bal": 8488.6225086253,
"total_value_mid": 9668.1400486253,
"total_value_exit_net": 9667.2554104703,
"total_value": 9668.1400486253,
"base_cost_quote": 1665.9385175,
"unrealized_pnl_exit_net": -487.305615655
},
{
"timestamp": "2024-11-02T23:59:00+00:00",
"base_asset_bal": 31.626,
"quote_asset_bal": 8458.7786176028,
"total_value_mid": 9654.8739376028,
"total_value_exit_net": 9653.9768661128,
"total_value": 9654.8739376028,
"base_cost_quote": 1696.1105795875,
"unrealized_pnl_exit_net": -500.9123310775
},
{
"timestamp": "2024-11-03T23:59:00+00:00",
"base_asset_bal": 34.742,
"quote_asset_bal": 8343.8633835952,
"total_value_mid": 9597.3547435952,
"total_value_exit_net": 9596.4146250752,
"total_value": 9597.3547435952,
"base_cost_quote": 1811.5796364775,
"unrealized_pnl_exit_net": -559.0283949975
},
{
"timestamp": "2024-11-04T23:59:00+00:00",
"base_asset_bal": 36.145,
"quote_asset_bal": 8294.1493730677,
"total_value_mid": 9574.7667230677,
"total_value_exit_net": 9573.8062600552,
"total_value": 9574.7667230677,
"base_cost_quote": 1861.814534415,
"unrealized_pnl_exit_net": -582.1576474275
},
{
"timestamp": "2024-11-05T23:59:00+00:00",
"base_asset_bal": 32.537,
"quote_asset_bal": 8425.3133009352,
"total_value_mid": 9631.4598909352,
"total_value_exit_net": 9630.5552809927,
"total_value": 9631.4598909352,
"base_cost_quote": 1731.225706195,
"unrealized_pnl_exit_net": -525.9837261375
},
{
"timestamp": "2024-11-06T23:59:00+00:00",
"base_asset_bal": 26.593,
"quote_asset_bal": 8657.4568756777,
"total_value_mid": 9749.8973156777,
"total_value_exit_net": 9749.0779853477,
"total_value": 9749.8973156777,
"base_cost_quote": 1500.17180564,
"unrealized_pnl_exit_net": -408.55069597
},
{
"timestamp": "2024-11-07T23:59:00+00:00",
"base_asset_bal": 27.089,
"quote_asset_bal": 8638.0062932877,
"total_value_mid": 9741.3412632877,
"total_value_exit_net": 9740.5137620602,
"total_value": 9741.3412632877,
"base_cost_quote": 1520.296748035,
"unrealized_pnl_exit_net": -417.7892792625
},
{
"timestamp": "2024-11-08T23:59:00+00:00",
"base_asset_bal": 26.35,
"quote_asset_bal": 8668.7960441727,
"total_value_mid": 9758.3685441727,
"total_value_exit_net": 9757.5513647977,
"total_value": 9758.3685441727,
"base_cost_quote": 1490.1357542425,
"unrealized_pnl_exit_net": -401.3804336175
},
{
"timestamp": "2024-11-09T23:59:00+00:00",
"base_asset_bal": 25.385,
"quote_asset_bal": 8709.6595004777,
"total_value_mid": 9781.6680504777,
"total_value_exit_net": 9780.8640440652,
"total_value": 9781.6680504777,
"base_cost_quote": 1449.8625920075,
"unrealized_pnl_exit_net": -378.65804842
},
{
"timestamp": "2024-11-10T23:59:00+00:00",
"base_asset_bal": 25.306,
"quote_asset_bal": 8711.0966765627,
"total_value_mid": 9823.5484365627,
"total_value_exit_net": 9822.7140977427,
"total_value": 9823.5484365627,
"base_cost_quote": 1449.820450425,
"unrealized_pnl_exit_net": -338.203029245
},
{
"timestamp": "2024-11-11T23:59:00+00:00",
"base_asset_bal": 23.952,
"quote_asset_bal": 8772.7003052928,
"total_value_mid": 9866.3486252928,
"total_value_exit_net": 9865.5283890528,
"total_value": 9866.3486252928,
"base_cost_quote": 1389.5204493175,
"unrealized_pnl_exit_net": -296.6923655575
},
{
"timestamp": "2024-11-12T23:59:00+00:00",
"base_asset_bal": 25.536,
"quote_asset_bal": 8703.7129859853,
"total_value_mid": 9829.5952259853,
"total_value_exit_net": 9828.7508143053,
"total_value": 9829.5952259853,
"base_cost_quote": 1459.8869846675,
"unrealized_pnl_exit_net": -334.8491563475
},
{
"timestamp": "2024-11-13T23:59:00+00:00",
"base_asset_bal": 27.402,
"quote_asset_bal": 8624.9976312653,
"total_value_mid": 9775.6076112653,
"total_value_exit_net": 9774.7446537803,
"total_value": 9775.6076112653,
"base_cost_quote": 1540.2925836725,
"unrealized_pnl_exit_net": -390.5455611575
},
{
"timestamp": "2024-11-14T23:59:00+00:00",
"base_asset_bal": 28.379,
"quote_asset_bal": 8585.9640819653,
"total_value_mid": 9756.3140419653,
"total_value_exit_net": 9755.4362794953,
"total_value": 9756.3140419653,
"base_cost_quote": 1580.494542545,
"unrealized_pnl_exit_net": -411.022345015
},
{
"timestamp": "2024-11-15T23:59:00+00:00",
"base_asset_bal": 26.688,
"quote_asset_bal": 8657.1708640528,
"total_value_mid": 9796.4815840528,
"total_value_exit_net": 9795.6271010128,
"total_value": 9796.4815840528,
"base_cost_quote": 1510.1061207925,
"unrealized_pnl_exit_net": -371.6498838325
},
{
"timestamp": "2024-11-16T23:59:00+00:00",
"base_asset_bal": 23.493,
"quote_asset_bal": 8798.8367846403,
"total_value_mid": 9871.0573046403,
"total_value_exit_net": 9870.2531392503,
"total_value": 9871.0573046403,
"base_cost_quote": 1369.44895698,
"unrealized_pnl_exit_net": -298.03260237
},
{
"timestamp": "2024-11-17T23:59:00+00:00",
"base_asset_bal": 4.168,
"quote_asset_bal": 9960.9387960954,
"total_value_mid": 10211.4355960954,
"total_value_exit_net": 10211.2477234954,
"total_value": 10211.4355960954,
"base_cost_quote": 211.51383649,
"unrealized_pnl_exit_net": 38.79509091
},
{
"timestamp": "2024-11-18T23:59:00+00:00",
"base_asset_bal": 5.662,
"quote_asset_bal": 9878.8964274703,
"total_value_mid": 10192.3447474703,
"total_value_exit_net": 10192.1096612303,
"total_value": 10192.3447474703,
"base_cost_quote": 297.040193185,
"unrealized_pnl_exit_net": 16.173040575
},
{
"timestamp": "2024-11-19T23:59:00+00:00",
"base_asset_bal": 8.397,
"quote_asset_bal": 9734.4679680603,
"total_value_mid": 10170.9440280603,
"total_value_exit_net": 10170.6166710153,
"total_value": 10170.9440280603,
"base_cost_quote": 442.9439690075,
"unrealized_pnl_exit_net": -6.7952660525
},
{
"timestamp": "2024-11-20T23:59:00+00:00",
"base_asset_bal": 7.934,
"quote_asset_bal": 9766.7942713403,
"total_value_mid": 10158.5751913403,
"total_value_exit_net": 10158.2813556503,
"total_value": 10158.5751913403,
"base_cost_quote": 412.5394827325,
"unrealized_pnl_exit_net": -21.0523984225
},
{
"timestamp": "2024-11-21T23:59:00+00:00",
"base_asset_bal": 6.524,
"quote_asset_bal": 9838.6748653953,
"total_value_mid": 10174.9870653953,
"total_value_exit_net": 10174.7348312453,
"total_value": 10174.9870653953,
"base_cost_quote": 342.1547337325,
"unrealized_pnl_exit_net": -6.0947678825
},
{
"timestamp": "2024-11-22T23:59:00+00:00",
"base_asset_bal": 6.82,
"quote_asset_bal": 9824.8890723752,
"total_value_mid": 10174.2776723752,
"total_value_exit_net": 10174.0156309252,
"total_value": 10174.2776723752,
"base_cost_quote": 357.3075698425,
"unrealized_pnl_exit_net": -8.1810112925
},
{
"timestamp": "2024-11-23T23:59:00+00:00",
"base_asset_bal": 6.485,
"quote_asset_bal": 9841.3110112827,
"total_value_mid": 10187.7397112827,
"total_value_exit_net": 10187.4798897577,
"total_value": 10187.7397112827,
"base_cost_quote": 342.3176158025,
"unrealized_pnl_exit_net": 3.8512626725
},
{
"timestamp": "2024-11-24T23:59:00+00:00",
"base_asset_bal": 6.545,
"quote_asset_bal": 9837.6842767677,
"total_value_mid": 10194.3213267677,
"total_value_exit_net": 10194.0538489802,
"total_value": 10194.3213267677,
"base_cost_quote": 347.3112982575,
"unrealized_pnl_exit_net": 9.058273955
},
{
"timestamp": "2024-11-25T23:59:00+00:00",
"base_asset_bal": 9.413,
"quote_asset_bal": 9688.3031372803,
"total_value_mid": 10168.0837472803,
"total_value_exit_net": 10167.7239118228,
"total_value": 10168.0837472803,
"base_cost_quote": 498.23411554,
"unrealized_pnl_exit_net": -18.8133409975
},
{
"timestamp": "2024-11-26T23:59:00+00:00",
"base_asset_bal": 8.447,
"quote_asset_bal": 9740.4824821377,
"total_value_mid": 10174.5738121377,
"total_value_exit_net": 10174.2482436402,
"total_value": 10174.5738121377,
"base_cost_quote": 447.92457166,
"unrealized_pnl_exit_net": -14.1588101575
},
{
"timestamp": "2024-11-27T23:59:00+00:00",
"base_asset_bal": 7.477,
"quote_asset_bal": 9791.9514562453,
"total_value_mid": 10188.5315362453,
"total_value_exit_net": 10188.2341011853,
"total_value": 10188.5315362453,
"base_cost_quote": 397.5958634175,
"unrealized_pnl_exit_net": -1.3132184775
},
{
"timestamp": "2024-11-28T23:59:00+00:00",
"base_asset_bal": 7.866,
"quote_asset_bal": 9773.1109394728,
"total_value_mid": 10188.1997594728,
"total_value_exit_net": 10187.8884428578,
"total_value": 10188.1997594728,
"base_cost_quote": 417.70356289,
"unrealized_pnl_exit_net": -2.926059505
},
{
"timestamp": "2024-11-29T23:59:00+00:00",
"base_asset_bal": 6.545,
"quote_asset_bal": 9844.2083821003,
"total_value_mid": 10195.0858321003,
"total_value_exit_net": 10194.8226740128,
"total_value": 10195.0858321003,
"base_cost_quote": 347.3437826025,
"unrealized_pnl_exit_net": 3.27050931
},
{
"timestamp": "2024-11-30T23:59:00+00:00",
"base_asset_bal": 6.538,
"quote_asset_bal": 9845.0660046428,
"total_value_mid": 10200.4063046428,
"total_value_exit_net": 10200.1397994178,
"total_value": 10200.4063046428,
"base_cost_quote": 347.334525665,
"unrealized_pnl_exit_net": 7.73926911
},
{
"timestamp": "2024-12-01T23:59:00+00:00",
"base_asset_bal": 6.536,
"quote_asset_bal": 9846.0601098428,
"total_value_mid": 10201.1609898428,
"total_value_exit_net": 10200.8946641828,
"total_value": 10201.1609898428,
"base_cost_quote": 347.31040759,
"unrealized_pnl_exit_net": 7.52414675
},
{
"timestamp": "2024-12-02T23:59:00+00:00",
"base_asset_bal": 4.552,
"quote_asset_bal": 9959.4769411228,
"total_value_mid": 10217.2567011228,
"total_value_exit_net": 10217.0633663028,
"total_value": 10217.2567011228,
"base_cost_quote": 236.70719735,
"unrealized_pnl_exit_net": 20.87922783
},
{
"timestamp": "2024-12-03T23:59:00+00:00",
"base_asset_bal": 4.917,
"quote_asset_bal": 9936.7489564828,
"total_value_mid": 10228.3270564828,
"total_value_exit_net": 10228.1083729078,
"total_value": 10228.3270564828,
"base_cost_quote": 261.7692498025,
"unrealized_pnl_exit_net": 29.5901666225
},
{
"timestamp": "2024-12-04T23:59:00+00:00",
"base_asset_bal": 4.404,
"quote_asset_bal": 9968.4256984653,
"total_value_mid": 10238.8312984653,
"total_value_exit_net": 10238.6284942653,
"total_value": 10238.8312984653,
"base_cost_quote": 231.6584236075,
"unrealized_pnl_exit_net": 38.5443721925
},
{
"timestamp": "2024-12-05T23:59:00+00:00",
"base_asset_bal": 6.252,
"quote_asset_bal": 9858.9411795553,
"total_value_mid": 10223.5578195553,
"total_value_exit_net": 10223.2843570753,
"total_value": 10223.5578195553,
"base_cost_quote": 342.4837403025,
"unrealized_pnl_exit_net": 21.8594372175
},
{
"timestamp": "2024-12-06T23:59:00+00:00",
"base_asset_bal": 4.415,
"quote_asset_bal": 9971.0870450453,
"total_value_mid": 10238.4594450453,
"total_value_exit_net": 10238.2589157453,
"total_value": 10238.4594450453,
"base_cost_quote": 231.643902725,
"unrealized_pnl_exit_net": 35.527967975
},
{
"timestamp": "2024-12-07T23:59:00+00:00",
"base_asset_bal": 4.161,
"quote_asset_bal": 9987.1109220278,
"total_value_mid": 10242.3882720278,
"total_value_exit_net": 10242.1968140153,
"total_value": 10242.3882720278,
"base_cost_quote": 216.5116320275,
"unrealized_pnl_exit_net": 38.57425996
},
{
"timestamp": "2024-12-08T23:59:00+00:00",
"base_asset_bal": 3.87,
"quote_asset_bal": 10004.4265152303,
"total_value_mid": 10264.6453152303,
"total_value_exit_net": 10264.4501511303,
"total_value": 10264.6453152303,
"base_cost_quote": 201.513201635,
"unrealized_pnl_exit_net": 58.510434265
},
{
"timestamp": "2024-12-09T23:59:00+00:00",
"base_asset_bal": 8.433,
"quote_asset_bal": 9724.7931437704,
"total_value_mid": 10205.0524937704,
"total_value_exit_net": 10204.6922992579,
"total_value": 10205.0524937704,
"base_cost_quote": 483.32974564,
"unrealized_pnl_exit_net": -3.4305901525
},
{
"timestamp": "2024-12-10T23:59:00+00:00",
"base_asset_bal": 9.886,
"quote_asset_bal": 9646.7584428879,
"total_value_mid": 10179.1195428879,
"total_value_exit_net": 10178.7202720629,
"total_value": 10179.1195428879,
"base_cost_quote": 563.77035088,
"unrealized_pnl_exit_net": -31.808521705
},
{
"timestamp": "2024-12-11T23:59:00+00:00",
"base_asset_bal": 9.159,
"quote_asset_bal": 9688.9271394129,
"total_value_mid": 10206.9601794129,
"total_value_exit_net": 10206.5716546329,
"total_value": 10206.9601794129,
"base_cost_quote": 523.67330063,
"unrealized_pnl_exit_net": -6.02878541
},
{
"timestamp": "2024-12-12T23:59:00+00:00",
"base_asset_bal": 6.765,
"quote_asset_bal": 9831.7588967704,
"total_value_mid": 10246.1151467704,
"total_value_exit_net": 10245.8043795829,
"total_value": 10246.1151467704,
"base_cost_quote": 382.69916927,
"unrealized_pnl_exit_net": 31.3463135425
},
{
"timestamp": "2024-12-13T23:59:00+00:00",
"base_asset_bal": 5.8,
"quote_asset_bal": 9894.0753569754,
"total_value_mid": 10256.1693569754,
"total_value_exit_net": 10255.8977864754,
"total_value": 10256.1693569754,
"base_cost_quote": 322.24322129,
"unrealized_pnl_exit_net": 39.57920821
},
{
"timestamp": "2024-12-14T23:59:00+00:00",
"base_asset_bal": 8.548,
"quote_asset_bal": 9729.0490442604,
"total_value_mid": 10228.5086842604,
"total_value_exit_net": 10228.1340895304,
"total_value": 10228.5086842604,
"base_cost_quote": 488.317303505,
"unrealized_pnl_exit_net": 10.767741765
},
{
"timestamp": "2024-12-15T23:59:00+00:00",
"base_asset_bal": 7.777,
"quote_asset_bal": 9775.4477814229,
"total_value_mid": 10240.5123814229,
"total_value_exit_net": 10240.1635829729,
"total_value": 10240.5123814229,
"base_cost_quote": 443.020396285,
"unrealized_pnl_exit_net": 21.695405265
},
{
"timestamp": "2024-12-16T23:59:00+00:00",
"base_asset_bal": 8.91,
"quote_asset_bal": 9711.4783802904,
"total_value_mid": 10220.5957802904,
"total_value_exit_net": 10220.2139422404,
"total_value": 10220.5957802904,
"base_cost_quote": 508.382701275,
"unrealized_pnl_exit_net": 0.352860675
},
{
"timestamp": "2024-12-17T23:59:00+00:00",
"base_asset_bal": 10.513,
"quote_asset_bal": 9621.9671225029,
"total_value_mid": 10198.3949125029,
"total_value_exit_net": 10197.9625916604,
"total_value": 10198.3949125029,
"base_cost_quote": 598.99266782,
"unrealized_pnl_exit_net": -22.9971986625
},
{
"timestamp": "2024-12-18T23:59:00+00:00",
"base_asset_bal": 13.274,
"quote_asset_bal": 9477.3794448179,
"total_value_mid": 10146.3890448179,
"total_value_exit_net": 10145.8872876179,
"total_value": 10146.3890448179,
"base_cost_quote": 744.9191606675,
"unrealized_pnl_exit_net": -76.4113178675
},
{
"timestamp": "2024-12-19T23:59:00+00:00",
"base_asset_bal": 15.47,
"quote_asset_bal": 9368.8593476254,
"total_value_mid": 10116.9885476254,
"total_value_exit_net": 10116.4274507254,
"total_value": 10116.9885476254,
"base_cost_quote": 855.53457005,
"unrealized_pnl_exit_net": -107.96646695
},
{
"timestamp": "2024-12-20T23:59:00+00:00",
"base_asset_bal": 14.156,
"quote_asset_bal": 9436.6758450779,
"total_value_mid": 10148.7226450779,
"total_value_exit_net": 10148.1886099779,
"total_value": 10148.7226450779,
"base_cost_quote": 790.161356885,
"unrealized_pnl_exit_net": -78.648591985
},
{
"timestamp": "2024-12-21T23:59:00+00:00",
"base_asset_bal": 15.673,
"quote_asset_bal": 9362.8202978154,
"total_value_mid": 10124.8415578154,
"total_value_exit_net": 10124.2700418704,
"total_value": 10124.8415578154,
"base_cost_quote": 865.5504062975,
"unrealized_pnl_exit_net": -104.1006622425
},
{
"timestamp": "2024-12-22T23:59:00+00:00",
"base_asset_bal": 16.815,
"quote_asset_bal": 9309.1788314529,
"total_value_mid": 10119.6618314529,
"total_value_exit_net": 10119.0539692029,
"total_value": 10119.6618314529,
"base_cost_quote": 920.82137846,
"unrealized_pnl_exit_net": -110.94624071
},
{
"timestamp": "2024-12-23T23:59:00+00:00",
"base_asset_bal": 14.35,
"quote_asset_bal": 9431.6589473104,
"total_value_mid": 10153.4639473104,
"total_value_exit_net": 10152.9225935604,
"total_value": 10153.4639473104,
"base_cost_quote": 800.241271155,
"unrealized_pnl_exit_net": -78.977624905
},
{
"timestamp": "2024-12-24T23:59:00+00:00",
"base_asset_bal": 13.553,
"quote_asset_bal": 9472.9873318254,
"total_value_mid": 10176.6590918254,
"total_value_exit_net": 10176.1313380054,
"total_value": 10176.6590918254,
"base_cost_quote": 759.971211245,
"unrealized_pnl_exit_net": -56.827205065
},
{
"timestamp": "2024-12-25T23:59:00+00:00",
"base_asset_bal": 13.455,
"quote_asset_bal": 9478.8585327754,
"total_value_mid": 10179.5949327754,
"total_value_exit_net": 10179.0693804754,
"total_value": 10179.5949327754,
"base_cost_quote": 754.9255598425,
"unrealized_pnl_exit_net": -54.7147121425
},
{
"timestamp": "2024-12-26T23:59:00+00:00",
"base_asset_bal": 16.061,
"quote_asset_bal": 9349.3731972529,
"total_value_mid": 10131.3832872529,
"total_value_exit_net": 10130.7967796854,
"total_value": 10131.3832872529,
"base_cost_quote": 885.6578155525,
"unrealized_pnl_exit_net": -104.23423312
},
{
"timestamp": "2024-12-27T23:59:00+00:00",
"base_asset_bal": 16.359,
"quote_asset_bal": 9335.7260895578,
"total_value_mid": 10132.9001595578,
"total_value_exit_net": 10132.3022790053,
"total_value": 10132.9001595578,
"base_cost_quote": 900.6940843025,
"unrealized_pnl_exit_net": -104.117894855
},
{
"timestamp": "2024-12-28T23:59:00+00:00",
"base_asset_bal": 14.534,
"quote_asset_bal": 9427.1282904928,
"total_value_mid": 10168.2169504928,
"total_value_exit_net": 10167.6611339978,
"total_value": 10168.2169504928,
"base_cost_quote": 810.2794041125,
"unrealized_pnl_exit_net": -69.7465606075
},
{
"timestamp": "2024-12-29T23:59:00+00:00",
"base_asset_bal": 16.252,
"quote_asset_bal": 9342.2663814553,
"total_value_mid": 10137.9643014553,
"total_value_exit_net": 10137.3675280153,
"total_value": 10137.9643014553,
"base_cost_quote": 895.72749215,
"unrealized_pnl_exit_net": -100.62634559
},
{
"timestamp": "2024-12-30T23:59:00+00:00",
"base_asset_bal": 17.915,
"quote_asset_bal": 9263.0225572078,
"total_value_mid": 10109.8646072078,
"total_value_exit_net": 10109.2294756703,
"total_value": 10109.8646072078,
"base_cost_quote": 976.219355805,
"unrealized_pnl_exit_net": -130.0124373425
},
{
"timestamp": "2024-12-31T23:59:00+00:00",
"base_asset_bal": 19.193,
"quote_asset_bal": 9203.4149030553,
"total_value_mid": 10094.1620330553,
"total_value_exit_net": 10093.4939727078,
"total_value": 10094.1620330553,
"base_cost_quote": 1036.613417405,
"unrealized_pnl_exit_net": -146.5343477525
},
{
"timestamp": "2025-01-01T23:59:00+00:00",
"base_asset_bal": 18.012,
"quote_asset_bal": 9259.4557469678,
"total_value_mid": 10116.1064669678,
"total_value_exit_net": 10115.4639789278,
"total_value": 10116.1064669678,
"base_cost_quote": 981.2791978425,
"unrealized_pnl_exit_net": -125.2709658825
},
{
"timestamp": "2025-01-02T23:59:00+00:00",
"base_asset_bal": 15.421,
"quote_asset_bal": 9386.2079604053,
"total_value_mid": 10151.8606104053,
"total_value_exit_net": 10151.2863709178,
"total_value": 10151.8606104053,
"base_cost_quote": 855.49666164,
"unrealized_pnl_exit_net": -90.4182511275
},
{
"timestamp": "2025-01-03T23:59:00+00:00",
"base_asset_bal": 13.544,
"quote_asset_bal": 9483.0198165502,
"total_value_mid": 10186.3597365502,
"total_value_exit_net": 10185.8322316102,
"total_value": 10186.3597365502,
"base_cost_quote": 759.9791872225,
"unrealized_pnl_exit_net": -57.1667721625
},
{
"timestamp": "2025-01-04T23:59:00+00:00",
"base_asset_bal": 14.037,
"quote_asset_bal": 9458.8532124477,
"total_value_mid": 10172.7750324477,
"total_value_exit_net": 10172.2395910827,
"total_value": 10172.7750324477,
"base_cost_quote": 785.09125716,
"unrealized_pnl_exit_net": -71.704878525
},
{
"timestamp": "2025-01-05T23:59:00+00:00",
"base_asset_bal": 14.233,
"quote_asset_bal": 9449.4851271327,
"total_value_mid": 10168.3939571327,
"total_value_exit_net": 10167.8547755102,
"total_value": 10168.3939571327,
"base_cost_quote": 795.1120170975,
"unrealized_pnl_exit_net": -76.74236872
},
{
"timestamp": "2025-01-06T23:59:00+00:00",
"base_asset_bal": 14.136,
"quote_asset_bal": 9455.1267227427,
"total_value_mid": 10176.0627227427,
"total_value_exit_net": 10175.5220207427,
"total_value": 10176.0627227427,
"base_cost_quote": 790.085460005,
"unrealized_pnl_exit_net": -69.690162005
},
{
"timestamp": "2025-01-07T23:59:00+00:00",
"base_asset_bal": 16.522,
"quote_asset_bal": 9340.2055621902,
"total_value_mid": 10122.1918221902,
"total_value_exit_net": 10121.6053324952,
"total_value": 10122.1918221902,
"base_cost_quote": 905.81973566,
"unrealized_pnl_exit_net": -124.419965355
},
{
"timestamp": "2025-01-08T23:59:00+00:00",
"base_asset_bal": 16.346,
"quote_asset_bal": 9351.6121440377,
"total_value_mid": 10110.2300040377,
"total_value_exit_net": 10109.6610406427,
"total_value": 10110.2300040377,
"base_cost_quote": 895.7337468375,
"unrealized_pnl_exit_net": -137.6848502325
},
{
"timestamp": "2025-01-09T23:59:00+00:00",
"base_asset_bal": 17.226,
"quote_asset_bal": 9312.6489874377,
"total_value_mid": 10097.1210274377,
"total_value_exit_net": 10096.5326734077,
"total_value": 10097.1210274377,
"base_cost_quote": 935.9580924875,
"unrealized_pnl_exit_net": -152.0744065175
},
{
"timestamp": "2025-01-10T23:59:00+00:00",
"base_asset_bal": 16.564,
"quote_asset_bal": 9343.8575206102,
"total_value_mid": 10106.1328006102,
"total_value_exit_net": 10105.5610941502,
"total_value": 10106.1328006102,
"base_cost_quote": 905.784209035,
"unrealized_pnl_exit_net": -144.080635495
},
{
"timestamp": "2025-01-11T23:59:00+00:00",
"base_asset_bal": 16.782,
"quote_asset_bal": 9334.5150364252,
"total_value_mid": 10101.4524364252,
"total_value_exit_net": 10100.8772333752,
"total_value": 10101.4524364252,
"base_cost_quote": 915.78860671,
"unrealized_pnl_exit_net": -149.42640976
},
{
"timestamp": "2025-01-12T23:59:00+00:00",
"base_asset_bal": 17.441,
"quote_asset_bal": 9305.0117676902,
"total_value_mid": 10097.8796276902,
"total_value_exit_net": 10097.2849767952,
"total_value": 10097.8796276902,
"base_cost_quote": 945.982134885,
"unrealized_pnl_exit_net": -153.70892578
},
{
"timestamp": "2025-01-13T23:59:00+00:00",
"base_asset_bal": 20.871,
"quote_asset_bal": 9155.5809431452,
"total_value_mid": 10055.3297531452,
"total_value_exit_net": 10054.6549415377,
"total_value": 10055.3297531452,
"base_cost_quote": 1096.7679595,
"unrealized_pnl_exit_net": -197.6939611075
},
{
"timestamp": "2025-01-14T23:59:00+00:00",
"base_asset_bal": 18.923,
"quote_asset_bal": 9241.9266956677,
"total_value_mid": 10084.3786556677,
"total_value_exit_net": 10083.7468166977,
"total_value": 10084.3786556677,
"base_cost_quote": 1011.3154281325,
"unrealized_pnl_exit_net": -169.4953071025
},
{
"timestamp": "2025-01-15T23:59:00+00:00",
"base_asset_bal": 16.82,
"quote_asset_bal": 9338.2467263652,
"total_value_mid": 10120.0403263652,
"total_value_exit_net": 10119.4539811652,
"total_value": 10120.0403263652,
"base_cost_quote": 915.810363015,
"unrealized_pnl_exit_net": -134.603108215
},
{
"timestamp": "2025-01-16T23:59:00+00:00",
"base_asset_bal": 17.47,
"quote_asset_bal": 9309.0548998553,
"total_value_mid": 10110.4037998553,
"total_value_exit_net": 10109.8027881802,
"total_value": 10110.4037998553,
"base_cost_quote": 945.975009545,
"unrealized_pnl_exit_net": -145.22712122
},
{
"timestamp": "2025-01-17T23:59:00+00:00",
"base_asset_bal": 15.629,
"quote_asset_bal": 9395.1897980352,
"total_value_mid": 10142.5685780352,
"total_value_exit_net": 10142.0080439502,
"total_value": 10142.5685780352,
"base_cost_quote": 860.5265112,
"unrealized_pnl_exit_net": -113.708265285
},
{
"timestamp": "2025-01-18T23:59:00+00:00",
"base_asset_bal": 18.668,
"quote_asset_bal": 9255.4132697028,
"total_value_mid": 10094.5398697028,
"total_value_exit_net": 10093.9105247528,
"total_value": 10094.5398697028,
"base_cost_quote": 1001.2919961925,
"unrealized_pnl_exit_net": -162.7947411425
},
{
"timestamp": "2025-01-19T23:59:00+00:00",
"base_asset_bal": 21.336,
"quote_asset_bal": 9141.2908134478,
"total_value_mid": 10012.2263334478,
"total_value_exit_net": 10011.5731318078,
"total_value": 10012.2263334478,
"base_cost_quote": 1116.9469724175,
"unrealized_pnl_exit_net": -246.6646540575
},
{
"timestamp": "2025-01-20T23:59:00+00:00",
"base_asset_bal": 24.719,
"quote_asset_bal": 9002.8361071653,
"total_value_mid": 9985.4163571653,
"total_value_exit_net": 9984.6794219778,
"total_value": 9985.4163571653,
"base_cost_quote": 1257.5816894075,
"unrealized_pnl_exit_net": -275.738374595
},
{
"timestamp": "2025-01-21T23:59:00+00:00",
"base_asset_bal": 22.71,
"quote_asset_bal": 9084.6986541203,
"total_value_mid": 10027.6178541203,
"total_value_exit_net": 10026.9106647203,
"total_value": 10027.6178541203,
"base_cost_quote": 1177.286483135,
"unrealized_pnl_exit_net": -235.074472535
},
{
"timestamp": "2025-01-22T23:59:00+00:00",
"base_asset_bal": 23.317,
"quote_asset_bal": 9060.4010468553,
"total_value_mid": 10018.0302368553,
"total_value_exit_net": 10017.3120149628,
"total_value": 10018.0302368553,
"base_cost_quote": 1202.3873446725,
"unrealized_pnl_exit_net": -245.476376565
},
{
"timestamp": "2025-01-23T23:59:00+00:00",
"base_asset_bal": 23.194,
"quote_asset_bal": 9066.4979009753,
"total_value_mid": 10029.0489009753,
"total_value_exit_net": 10028.3269877253,
"total_value": 10029.0489009753,
"base_cost_quote": 1197.3667020125,
"unrealized_pnl_exit_net": -235.5376152625
},
{
"timestamp": "2025-01-24T23:59:00+00:00",
"base_asset_bal": 24.919,
"quote_asset_bal": 8996.7330444403,
"total_value_mid": 9999.4736044403,
"total_value_exit_net": 9998.7215490203,
"total_value": 9999.4736044403,
"base_cost_quote": 1267.7645608375,
"unrealized_pnl_exit_net": -265.7760562575
},
{
"timestamp": "2025-01-25T23:59:00+00:00",
"base_asset_bal": 22.965,
"quote_asset_bal": 9078.3321995228,
"total_value_mid": 10014.1559495228,
"total_value_exit_net": 10013.4540817103,
"total_value": 10014.1559495228,
"base_cost_quote": 1187.3141282325,
"unrealized_pnl_exit_net": -252.192246045
},
{
"timestamp": "2025-01-26T23:59:00+00:00",
"base_asset_bal": 24.084,
"quote_asset_bal": 9033.6323819303,
"total_value_mid": 9994.3431419303,
"total_value_exit_net": 9993.6226088603,
"total_value": 9994.3431419303,
"base_cost_quote": 1232.5810329675,
"unrealized_pnl_exit_net": -272.5908060375
},
{
"timestamp": "2025-01-27T23:59:00+00:00",
"base_asset_bal": 23.308,
"quote_asset_bal": 9065.4255331828,
"total_value_mid": 9996.5801331828,
"total_value_exit_net": 9995.8817672328,
"total_value": 9996.5801331828,
"base_cost_quote": 1202.4572170375,
"unrealized_pnl_exit_net": -272.0009829875
},
{
"timestamp": "2025-01-28T23:59:00+00:00",
"base_asset_bal": 26.389,
"quote_asset_bal": 8946.3796061103,
"total_value_mid": 9950.2171661103,
"total_value_exit_net": 9949.4642879403,
"total_value": 9950.2171661103,
"base_cost_quote": 1322.9765387875,
"unrealized_pnl_exit_net": -319.8918569575
},
{
"timestamp": "2025-01-29T23:59:00+00:00",
"base_asset_bal": 25.468,
"quote_asset_bal": 8983.3180831778,
"total_value_mid": 9976.5700831778,
"total_value_exit_net": 9975.8251441778,
"total_value": 9976.5700831778,
"base_cost_quote": 1287.881567285,
"unrealized_pnl_exit_net": -295.374506285
},
{
"timestamp": "2025-01-30T23:59:00+00:00",
"base_asset_bal": 24.563,
"quote_asset_bal": 9019.5587483178,
"total_value_mid": 9998.1486683178,
"total_value_exit_net": 9997.4147258778,
"total_value": 9998.1486683178,
"base_cost_quote": 1252.6873213825,
"unrealized_pnl_exit_net": -274.8313438225
},
{
"timestamp": "2025-01-31T23:59:00+00:00",
"base_asset_bal": 24.309,
"quote_asset_bal": 9030.6091375878,
"total_value_mid": 9998.1073375878,
"total_value_exit_net": 9997.3817139378,
"total_value": 9998.1073375878,
"base_cost_quote": 1242.5483428475,
"unrealized_pnl_exit_net": -275.7757664975
},
{
"timestamp": "2025-02-01T23:59:00+00:00",
"base_asset_bal": 28.364,
"quote_asset_bal": 8875.7483736203,
"total_value_mid": 9934.0092136203,
"total_value_exit_net": 9933.2155179903,
"total_value": 9934.0092136203,
"base_cost_quote": 1398.204487465,
"unrealized_pnl_exit_net": -340.737343095
},
{
"timestamp": "2025-02-02T23:59:00+00:00",
"base_asset_bal": 31.758,
"quote_asset_bal": 8757.0763577653,
"total_value_mid": 9830.4967577653,
"total_value_exit_net": 9829.6916924653,
"total_value": 9830.4967577653,
"base_cost_quote": 1518.67291107,
"unrealized_pnl_exit_net": -446.05757637
},
{
"timestamp": "2025-02-03T23:59:00+00:00",
"base_asset_bal": 32.013,
"quote_asset_bal": 8754.8461406553,
"total_value_mid": 9866.0173706553,
"total_value_exit_net": 9865.1839922328,
"total_value": 9866.0173706553,
"base_cost_quote": 1523.7073140425,
"unrealized_pnl_exit_net": -413.369462465
},
{
"timestamp": "2025-02-04T23:59:00+00:00",
"base_asset_bal": 33.174,
"quote_asset_bal": 8716.5747990654,
"total_value_mid": 9830.5577190654,
"total_value_exit_net": 9829.7222318754,
"total_value": 9830.5577190654,
"base_cost_quote": 1563.86181735,
"unrealized_pnl_exit_net": -450.71438454
},
{
"timestamp": "2025-02-05T23:59:00+00:00",
"base_asset_bal": 33.467,
"quote_asset_bal": 8708.0292766429,
"total_value_mid": 9846.2419466429,
"total_value_exit_net": 9845.3882871404,
"total_value": 9846.2419466429,
"base_cost_quote": 1573.8898627475,
"unrealized_pnl_exit_net": -436.53085225
},
{
"timestamp": "2025-02-06T23:59:00+00:00",
"base_asset_bal": 36.674,
"quote_asset_bal": 8603.6761865804,
"total_value_mid": 9777.6109265804,
"total_value_exit_net": 9776.7304755254,
"total_value": 9777.6109265804,
"base_cost_quote": 1679.38747666,
"unrealized_pnl_exit_net": -506.333187715
},
{
"timestamp": "2025-02-07T23:59:00+00:00",
"base_asset_bal": 35.892,
"quote_asset_bal": 8630.0177355179,
"total_value_mid": 9806.9164155179,
"total_value_exit_net": 9806.0337415079,
"total_value": 9806.9164155179,
"base_cost_quote": 1654.21637248,
"unrealized_pnl_exit_net": -478.20036649
},
{
"timestamp": "2025-02-08T23:59:00+00:00",
"base_asset_bal": 31.726,
"quote_asset_bal": 8771.7450366705,
"total_value_mid": 9862.1676566705,
"total_value_exit_net": 9861.3498397055,
"total_value": 9862.1676566705,
"base_cost_quote": 1513.6747152325,
"unrealized_pnl_exit_net": -424.0699121975
},
{
"timestamp": "2025-02-09T23:59:00+00:00",
"base_asset_bal": 33.474,
"quote_asset_bal": 8712.540778673,
"total_value_mid": 9846.305158673,
"total_value_exit_net": 9845.454835388,
"total_value": 9846.305158673,
"base_cost_quote": 1573.888751915,
"unrealized_pnl_exit_net": -440.9746952
},
{
"timestamp": "2025-02-10T23:59:00+00:00",
"base_asset_bal": 31.134,
"quote_asset_bal": 8794.336314083,
"total_value_mid": 9903.640734083,
"total_value_exit_net": 9902.808755768,
"total_value": 9903.640734083,
"base_cost_quote": 1493.61168924,
"unrealized_pnl_exit_net": -385.139247555
},
{
"timestamp": "2025-02-11T23:59:00+00:00",
"base_asset_bal": 35.009,
"quote_asset_bal": 8659.7124890555,
"total_value_mid": 9852.1190290555,
"total_value_exit_net": 9851.2247241505,
"total_value": 9852.1190290555,
"base_cost_quote": 1629.150767365,
"unrealized_pnl_exit_net": -437.63853227
},
{
"timestamp": "2025-02-12T23:59:00+00:00",
"base_asset_bal": 30.012,
"quote_asset_bal": 8837.367602928,
"total_value_mid": 9934.606322928,
"total_value_exit_net": 9933.783393888,
"total_value": 9934.606322928,
"base_cost_quote": 1453.45283267,
"unrealized_pnl_exit_net": -357.03704171
},
{
"timestamp": "2025-02-13T23:59:00+00:00",
"base_asset_bal": 31.134,
"quote_asset_bal": 8798.012421748,
"total_value_mid": 9912.298281748,
"total_value_exit_net": 9911.462567353,
"total_value": 9912.298281748,
"base_cost_quote": 1493.6357372625,
"unrealized_pnl_exit_net": -380.1855916575
},
{
"timestamp": "2025-02-14T23:59:00+00:00",
"base_asset_bal": 28.788,
"quote_asset_bal": 8884.6055890105,
"total_value_mid": 9956.6707090105,
"total_value_exit_net": 9955.8666601705,
"total_value": 9956.6707090105,
"base_cost_quote": 1408.2699208825,
"unrealized_pnl_exit_net": -337.0088497225
},
{
"timestamp": "2025-02-15T23:59:00+00:00",
"base_asset_bal": 31.531,
"quote_asset_bal": 8785.017870978,
"total_value_mid": 9920.449180978,
"total_value_exit_net": 9919.5976074955,
"total_value": 9920.449180978,
"base_cost_quote": 1508.7290887925,
"unrealized_pnl_exit_net": -374.149352275
},
{
"timestamp": "2025-02-16T23:59:00+00:00",
"base_asset_bal": 30.965,
"quote_asset_bal": 8806.219790053,
"total_value_mid": 9934.584390053,
"total_value_exit_net": 9933.738116603,
"total_value": 9934.584390053,
"base_cost_quote": 1488.6282644725,
"unrealized_pnl_exit_net": -361.1099379225
},
{
"timestamp": "2025-02-17T23:59:00+00:00",
"base_asset_bal": 31.676,
"quote_asset_bal": 8782.005144713,
"total_value_mid": 9913.471864713,
"total_value_exit_net": 9912.623264673,
"total_value": 9913.471864713,
"base_cost_quote": 1513.7644024475,
"unrealized_pnl_exit_net": -383.1462824875
},
{
"timestamp": "2025-02-18T23:59:00+00:00",
"base_asset_bal": 33.389,
"quote_asset_bal": 8722.905056208,
"total_value_mid": 9876.828896208,
"total_value_exit_net": 9875.963453328,
"total_value": 9876.828896208,
"base_cost_quote": 1574.0234828875,
"unrealized_pnl_exit_net": -420.9650857675
},
{
"timestamp": "2025-02-19T23:59:00+00:00",
"base_asset_bal": 33.671,
"quote_asset_bal": 8713.8282470505,
"total_value_mid": 9883.5587870505,
"total_value_exit_net": 9882.6814891455,
"total_value": 9883.5587870505,
"base_cost_quote": 1584.0319336,
"unrealized_pnl_exit_net": -415.178691505
},
{
"timestamp": "2025-02-20T23:59:00+00:00",
"base_asset_bal": 32.376,
"quote_asset_bal": 8759.9154790255,
"total_value_mid": 9905.7021190255,
"total_value_exit_net": 9904.8427790455,
"total_value": 9905.7021190255,
"base_cost_quote": 1538.8608807,
"unrealized_pnl_exit_net": -393.93358068
},
{
"timestamp": "2025-02-21T23:59:00+00:00",
"base_asset_bal": 34.449,
"quote_asset_bal": 8690.8201855905,
"total_value_mid": 9853.1294455905,
"total_value_exit_net": 9852.2577136455,
"total_value": 9853.1294455905,
"base_cost_quote": 1609.2681565825,
"unrealized_pnl_exit_net": -447.8306285275
},
{
"timestamp": "2025-02-22T23:59:00+00:00",
"base_asset_bal": 31.541,
"quote_asset_bal": 8792.5136231455,
"total_value_mid": 9905.9109231455,
"total_value_exit_net": 9905.0758751705,
"total_value": 9905.9109231455,
"base_cost_quote": 1508.760142065,
"unrealized_pnl_exit_net": -396.19789004
},
{
"timestamp": "2025-02-23T23:59:00+00:00",
"base_asset_bal": 33.553,
"quote_asset_bal": 8722.9854168206,
"total_value_mid": 9881.2349768206,
"total_value_exit_net": 9880.3662896506,
"total_value": 9881.2349768206,
"base_cost_quote": 1579.0752688875,
"unrealized_pnl_exit_net": -421.6943960575
},
{
"timestamp": "2025-02-24T23:59:00+00:00",
"base_asset_bal": 40.965,
"quote_asset_bal": 8483.0906469531,
"total_value_mid": 9728.0169969531,
"total_value_exit_net": 9727.0833021906,
"total_value": 9728.0169969531,
"base_cost_quote": 1820.0768245925,
"unrealized_pnl_exit_net": -576.084169355
},
{
"timestamp": "2025-02-25T23:59:00+00:00",
"base_asset_bal": 40.809,
"quote_asset_bal": 8490.0214106006,
"total_value_mid": 9744.0819806006,
"total_value_exit_net": 9743.1414351731,
"total_value": 9744.0819806006,
"base_cost_quote": 1815.05098804,
"unrealized_pnl_exit_net": -561.9309634675
},
{
"timestamp": "2025-02-26T23:59:00+00:00",
"base_asset_bal": 39.185,
"quote_asset_bal": 8541.5677489256,
"total_value_mid": 9762.5723489256,
"total_value_exit_net": 9761.6565954756,
"total_value": 9762.5723489256,
"base_cost_quote": 1764.87902727,
"unrealized_pnl_exit_net": -544.79018072
},
{
"timestamp": "2025-02-27T23:59:00+00:00",
"base_asset_bal": 38.223,
"quote_asset_bal": 8572.7584271031,
"total_value_mid": 9780.6052271031,
"total_value_exit_net": 9779.6993420031,
"total_value": 9780.6052271031,
"base_cost_quote": 1734.7505578525,
"unrealized_pnl_exit_net": -527.8096429525
},
{
"timestamp": "2025-02-28T23:59:00+00:00",
"base_asset_bal": 38.379,
"quote_asset_bal": 8569.1500781907,
"total_value_mid": 9783.0778481907,
"total_value_exit_net": 9782.1674023632,
"total_value": 9783.0778481907,
"base_cost_quote": 1739.763905045,
"unrealized_pnl_exit_net": -526.7465808725
},
{
"timestamp": "2025-03-01T23:59:00+00:00",
"base_asset_bal": 42.114,
"quote_asset_bal": 8454.2488363207,
"total_value_mid": 9727.7761963207,
"total_value_exit_net": 9726.8210508007,
"total_value": 9727.7761963207,
"base_cost_quote": 1855.21989214,
"unrealized_pnl_exit_net": -582.64767766
},
{
"timestamp": "2025-03-02T23:59:00+00:00",
"base_asset_bal": 37.477,
"quote_asset_bal": 8600.6366662132,
"total_value_mid": 9827.2588762132,
"total_value_exit_net": 9826.3389095557,
"total_value": 9827.2588762132,
"base_cost_quote": 1709.6507671175,
"unrealized_pnl_exit_net": -483.948523775
},
{
"timestamp": "2025-03-03T23:59:00+00:00",
"base_asset_bal": 46.146,
"quote_asset_bal": 8336.0440779932,
"total_value_mid": 9660.4342779932,
"total_value_exit_net": 9659.4409853432,
"total_value": 9660.4342779932,
"base_cost_quote": 1975.6989136875,
"unrealized_pnl_exit_net": -652.3020063375
},
{
"timestamp": "2025-03-04T23:59:00+00:00",
"base_asset_bal": 50.299,
"quote_asset_bal": 8222.1718187832,
"total_value_mid": 9613.9451487832,
"total_value_exit_net": 9612.9013187857,
"total_value": 9613.9451487832,
"base_cost_quote": 2091.147925555,
"unrealized_pnl_exit_net": -700.4184255525
},
{
"timestamp": "2025-03-05T23:59:00+00:00",
"base_asset_bal": 47.086,
"quote_asset_bal": 8313.4986551907,
"total_value_mid": 9657.8039551907,
"total_value_exit_net": 9656.7957262157,
"total_value": 9657.8039551907,
"base_cost_quote": 2000.775637135,
"unrealized_pnl_exit_net": -657.47856611
},
{
"timestamp": "2025-03-06T23:59:00+00:00",
"base_asset_bal": 48.989,
"quote_asset_bal": 8259.3415010432,
"total_value_mid": 9633.4829510432,
"total_value_exit_net": 9632.4523449557,
"total_value": 9633.4829510432,
"base_cost_quote": 2055.957792735,
"unrealized_pnl_exit_net": -682.8469488225
},
{
"timestamp": "2025-03-07T23:59:00+00:00",
"base_asset_bal": 49.174,
"quote_asset_bal": 8255.8290648307,
"total_value_mid": 9639.0936848307,
"total_value_exit_net": 9638.0562363657,
"total_value": 9639.0936848307,
"base_cost_quote": 2060.984439895,
"unrealized_pnl_exit_net": -678.75726836
},
{
"timestamp": "2025-03-08T23:59:00+00:00",
"base_asset_bal": 51.317,
"quote_asset_bal": 8196.3877425857,
"total_value_mid": 9627.6188725857,
"total_value_exit_net": 9626.5454492382,
"total_value": 9627.6188725857,
"base_cost_quote": 2121.2275583725,
"unrealized_pnl_exit_net": -691.06985172
},
{
"timestamp": "2025-03-09T23:59:00+00:00",
"base_asset_bal": 57.306,
"quote_asset_bal": 8036.8555682556,
"total_value_mid": 9522.8001482556,
"total_value_exit_net": 9521.6856898206,
"total_value": 9522.8001482556,
"base_cost_quote": 2281.735359005,
"unrealized_pnl_exit_net": -796.90523744
},
{
"timestamp": "2025-03-10T23:59:00+00:00",
"base_asset_bal": 58.92,
"quote_asset_bal": 7998.3625408757,
"total_value_mid": 9465.4705408757,
"total_value_exit_net": 9464.3702098757,
"total_value": 9465.4705408757,
"base_cost_quote": 2321.8648435625,
"unrealized_pnl_exit_net": -855.8571745625
},
{
"timestamp": "2025-03-11T23:59:00+00:00",
"base_asset_bal": 56.557,
"quote_asset_bal": 8060.4034259957,
"total_value_mid": 9539.9345459957,
"total_value_exit_net": 9538.8248976557,
"total_value": 9539.9345459957,
"base_cost_quote": 2261.64188019,
"unrealized_pnl_exit_net": -783.22040853
},
{
"timestamp": "2025-03-12T23:59:00+00:00",
"base_asset_bal": 53.707,
"quote_asset_bal": 8137.1540352082,
"total_value_mid": 9584.0206152082,
"total_value_exit_net": 9582.9354652732,
"total_value": 9584.0206152082,
"base_cost_quote": 2186.4239790425,
"unrealized_pnl_exit_net": -740.6425489775
},
{
"timestamp": "2025-03-13T23:59:00+00:00",
"base_asset_bal": 52.431,
"quote_asset_bal": 8173.6317769182,
"total_value_mid": 9590.8417069182,
"total_value_exit_net": 9589.7787994707,
"total_value": 9590.8417069182,
"base_cost_quote": 2151.3096830575,
"unrealized_pnl_exit_net": -735.162660505
},
{
"timestamp": "2025-03-14T23:59:00+00:00",
"base_asset_bal": 51.502,
"quote_asset_bal": 8199.5961022057,
"total_value_mid": 9619.5062422057,
"total_value_exit_net": 9618.4413096007,
"total_value": 9619.5062422057,
"base_cost_quote": 2126.2263846825,
"unrealized_pnl_exit_net": -707.3811772875
},
{
"timestamp": "2025-03-15T23:59:00+00:00",
"base_asset_bal": 48.455,
"quote_asset_bal": 8285.6151152707,
"total_value_mid": 9656.8916152707,
"total_value_exit_net": 9655.8631578957,
"total_value": 9656.8916152707,
"base_cost_quote": 2040.9142485325,
"unrealized_pnl_exit_net": -670.6662059075
},
{
"timestamp": "2025-03-16T23:59:00+00:00",
"base_asset_bal": 51.509,
"quote_asset_bal": 8201.3339049482,
"total_value_mid": 9616.2861349482,
"total_value_exit_net": 9615.2249207757,
"total_value": 9616.2861349482,
"base_cost_quote": 2126.16154609,
"unrealized_pnl_exit_net": -712.2705302625
},
{
"timestamp": "2025-03-17T23:59:00+00:00",
"base_asset_bal": 47.757,
"quote_asset_bal": 8308.0258856982,
"total_value_mid": 9669.5779556982,
"total_value_exit_net": 9668.5567916457,
"total_value": 9669.5779556982,
"base_cost_quote": 2020.8167867325,
"unrealized_pnl_exit_net": -660.285880785
},
{
"timestamp": "2025-03-18T23:59:00+00:00",
"base_asset_bal": 48.633,
"quote_asset_bal": 8284.1256164457,
"total_value_mid": 9665.7891464457,
"total_value_exit_net": 9664.7528987982,
"total_value": 9665.7891464457,
"base_cost_quote": 2045.91352518,
"unrealized_pnl_exit_net": -665.2862428275
},
{
"timestamp": "2025-03-19T23:59:00+00:00",
"base_asset_bal": 46.526,
"quote_asset_bal": 8345.6903959482,
"total_value_mid": 9691.6875759482,
"total_value_exit_net": 9690.6780780632,
"total_value": 9691.6875759482,
"base_cost_quote": 1985.6913824225,
"unrealized_pnl_exit_net": -640.7037003075
},
{
"timestamp": "2025-03-20T23:59:00+00:00",
"base_asset_bal": 44.678,
"quote_asset_bal": 8402.3848579582,
"total_value_mid": 9700.7275379582,
"total_value_exit_net": 9699.7537809482,
"total_value": 9700.7275379582,
"base_cost_quote": 1930.5302225575,
"unrealized_pnl_exit_net": -633.1612995675
},
{
"timestamp": "2025-03-21T23:59:00+00:00",
"base_asset_bal": 14.052,
"quote_asset_bal": 9563.0448371583,
"total_value_mid": 10043.6232371583,
"total_value_exit_net": 10043.2628033583,
"total_value": 10043.6232371583,
"base_cost_quote": 774.98644423,
"unrealized_pnl_exit_net": -294.76847803
},
{
"timestamp": "2025-03-22T23:59:00+00:00",
"base_asset_bal": 15.745,
"quote_asset_bal": 9510.7169231908,
"total_value_mid": 10008.7312731908,
"total_value_exit_net": 10008.3577624283,
"total_value": 10008.7312731908,
"base_cost_quote": 830.209130205,
"unrealized_pnl_exit_net": -332.5682909675
},
{
"timestamp": "2025-03-23T23:59:00+00:00",
"base_asset_bal": 15.411,
"quote_asset_bal": 9522.0983603958,
"total_value_mid": 10020.9524303958,
"total_value_exit_net": 10020.5782898433,
"total_value": 10020.9524303958,
"base_cost_quote": 820.2042821925,
"unrealized_pnl_exit_net": -321.724352745
},
{
"timestamp": "2025-03-24T23:59:00+00:00",
"base_asset_bal": 19.527,
"quote_asset_bal": 9388.8516970458,
"total_value_mid": 10009.0292170458,
"total_value_exit_net": 10008.5640839058,
"total_value": 10009.0292170458,
"base_cost_quote": 955.6344386875,
"unrealized_pnl_exit_net": -335.9220518275
},
{
"timestamp": "2025-03-25T23:59:00+00:00",
"base_asset_bal": 17.656,
"quote_asset_bal": 9450.3427377108,
"total_value_mid": 10020.4549777108,
"total_value_exit_net": 10020.0273935308,
"total_value": 10020.4549777108,
"base_cost_quote": 895.355353255,
"unrealized_pnl_exit_net": -325.670697435
},
{
"timestamp": "2025-03-26T23:59:00+00:00",
"base_asset_bal": 19.378,
"quote_asset_bal": 9395.7431897933,
"total_value_mid": 10010.8009097933,
"total_value_exit_net": 10010.3396165033,
"total_value": 10010.8009097933,
"base_cost_quote": 950.61390611,
"unrealized_pnl_exit_net": -336.0174794
},
{
"timestamp": "2025-03-27T23:59:00+00:00",
"base_asset_bal": 19.116,
"quote_asset_bal": 9407.3579069259,
"total_value_mid": 10010.4677069259,
"total_value_exit_net": 10010.0153745759,
"total_value": 10010.4677069259,
"base_cost_quote": 940.6274318675,
"unrealized_pnl_exit_net": -337.9699642175
},
{
"timestamp": "2025-03-28T23:59:00+00:00",
"base_asset_bal": 18.067,
"quote_asset_bal": 9444.1534054109,
"total_value_mid": 10009.1084954109,
"total_value_exit_net": 10008.6847790934,
"total_value": 10009.1084954109,
"base_cost_quote": 905.46150719,
"unrealized_pnl_exit_net": -340.9301335075
},
{
"timestamp": "2025-03-29T23:59:00+00:00",
"base_asset_bal": 18.44,
"quote_asset_bal": 9435.7102886759,
"total_value_mid": 9990.2010886759,
"total_value_exit_net": 9989.7852205759,
"total_value": 9990.2010886759,
"base_cost_quote": 915.507776245,
"unrealized_pnl_exit_net": -361.432844345
},
{
"timestamp": "2025-03-30T23:59:00+00:00",
"base_asset_bal": 17.098,
"quote_asset_bal": 9488.6864529634,
"total_value_mid": 10017.0146529634,
"total_value_exit_net": 10016.6184068134,
"total_value": 10017.0146529634,
"base_cost_quote": 865.333093435,
"unrealized_pnl_exit_net": -337.401139585
},
{
"timestamp": "2025-03-31T23:59:00+00:00",
"base_asset_bal": 17.456,
"quote_asset_bal": 9480.2700582085,
"total_value_mid": 10005.3465382085,
"total_value_exit_net": 10004.9527308485,
"total_value": 10005.3465382085,
"base_cost_quote": 875.42363567,
"unrealized_pnl_exit_net": -350.74096303
},
{
"timestamp": "2025-04-01T23:59:00+00:00",
"base_asset_bal": 18.583,
"quote_asset_bal": 9446.4155059735,
"total_value_mid": 10001.3038859735,
"total_value_exit_net": 10000.8877196885,
"total_value": 10001.3038859735,
"base_cost_quote": 910.492577665,
"unrealized_pnl_exit_net": -356.02036395
},
{
"timestamp": "2025-04-02T23:59:00+00:00",
"base_asset_bal": 19.627,
"quote_asset_bal": 9417.694209981,
"total_value_mid": 9984.718239981,
"total_value_exit_net": 9984.2929719585,
"total_value": 9984.718239981,
"base_cost_quote": 940.6217075775,
"unrealized_pnl_exit_net": -374.0229456
},
{
"timestamp": "2025-04-03T23:59:00+00:00",
"base_asset_bal": 21.525,
"quote_asset_bal": 9363.911538186,
"total_value_mid": 9977.158788186,
"total_value_exit_net": 9976.6988527485,
"total_value": 9977.158788186,
"base_cost_quote": 995.8225772025,
"unrealized_pnl_exit_net": -383.03526264
},
{
"timestamp": "2025-04-04T23:59:00+00:00",
"base_asset_bal": 22.431,
"quote_asset_bal": 9340.359276611,
"total_value_mid": 9964.165386611,
"total_value_exit_net": 9963.6975320285,
"total_value": 9964.165386611,
"base_cost_quote": 1020.8598811075,
"unrealized_pnl_exit_net": -397.52162569
},
{
"timestamp": "2025-04-05T23:59:00+00:00",
"base_asset_bal": 13.604,
"quote_asset_bal": 9608.3569023735,
"total_value_mid": 10009.9469823735,
"total_value_exit_net": 10009.6457898135,
"total_value": 10009.9469823735,
"base_cost_quote": 754.866105285,
"unrealized_pnl_exit_net": -353.577217845
},
{
"timestamp": "2025-04-06T23:59:00+00:00",
"base_asset_bal": 19.089,
"quote_asset_bal": 9454.2767210335,
"total_value_mid": 9961.2805610335,
"total_value_exit_net": 9960.9003081535,
"total_value": 9961.2805610335,
"base_cost_quote": 910.439497885,
"unrealized_pnl_exit_net": -403.815910765
},
{
"timestamp": "2025-04-07T23:59:00+00:00",
"base_asset_bal": 21.322,
"quote_asset_bal": 9395.877253296,
"total_value_mid": 9960.057373296,
"total_value_exit_net": 9959.634238206,
"total_value": 9960.057373296,
"base_cost_quote": 970.668355675,
"unrealized_pnl_exit_net": -406.911370765
},
{
"timestamp": "2025-04-08T23:59:00+00:00",
"base_asset_bal": 16.742,
"quote_asset_bal": 9528.6600665235,
"total_value_mid": 9987.5582865235,
"total_value_exit_net": 9987.2141128585,
"total_value": 9987.5582865235,
"base_cost_quote": 840.1900602925,
"unrealized_pnl_exit_net": -381.6360139575
},
{
"timestamp": "2025-04-09T23:59:00+00:00",
"base_asset_bal": 13.829,
"quote_asset_bal": 9611.0034951385,
"total_value_mid": 10017.2995151385,
"total_value_exit_net": 10016.9947931235,
"total_value": 10017.2995151385,
"base_cost_quote": 759.8573158875,
"unrealized_pnl_exit_net": -353.8660179025
},
{
"timestamp": "2025-04-10T23:59:00+00:00",
"base_asset_bal": 15.225,
"quote_asset_bal": 9572.322346526,
"total_value_mid": 10006.539346526,
"total_value_exit_net": 10006.213683776,
"total_value": 10006.539346526,
"base_cost_quote": 800.010338085,
"unrealized_pnl_exit_net": -366.119000835
},
{
"timestamp": "2025-04-11T23:59:00+00:00",
"base_asset_bal": 17.569,
"quote_asset_bal": 9503.402951711,
"total_value_mid": 10011.849811711,
"total_value_exit_net": 10011.468476566,
"total_value": 10011.849811711,
"base_cost_quote": 870.19904016,
"unrealized_pnl_exit_net": -362.133515305
},
{
"timestamp": "2025-04-12T23:59:00+00:00",
"base_asset_bal": 14.643,
"quote_asset_bal": 9589.405985476,
"total_value_mid": 10028.549555476,
"total_value_exit_net": 10028.2201977985,
"total_value": 10028.549555476,
"base_cost_quote": 784.978472635,
"unrealized_pnl_exit_net": -346.1642603125
},
{
"timestamp": "2025-04-13T23:59:00+00:00",
"base_asset_bal": 18.637,
"quote_asset_bal": 9475.1939559635,
"total_value_mid": 9994.4207759635,
"total_value_exit_net": 9994.0313558485,
"total_value": 9994.4207759635,
"base_cost_quote": 900.3555706075,
"unrealized_pnl_exit_net": -381.5181707225
},
{
"timestamp": "2025-04-14T23:59:00+00:00",
"base_asset_bal": 19.346,
"quote_asset_bal": 9456.429817061,
"total_value_mid": 9996.183217061,
"total_value_exit_net": 9995.778402011,
"total_value": 9996.183217061,
"base_cost_quote": 920.4656218425,
"unrealized_pnl_exit_net": -381.1170368925
},
{
"timestamp": "2025-04-15T23:59:00+00:00",
"base_asset_bal": 19.877,
"quote_asset_bal": 9442.6327441335,
"total_value_mid": 9999.3875141336,
"total_value_exit_net": 9998.9699480561,
"total_value": 9999.3875141336,
"base_cost_quote": 935.49049205,
"unrealized_pnl_exit_net": -379.1532881275
},
{
"timestamp": "2025-04-16T23:59:00+00:00",
"base_asset_bal": 19.885,
"quote_asset_bal": 9444.191431466,
"total_value_mid": 9996.994431466,
"total_value_exit_net": 9996.579829216,
"total_value": 9996.994431466,
"base_cost_quote": 935.55858308,
"unrealized_pnl_exit_net": -383.17018533
},
{
"timestamp": "2025-04-17T23:59:00+00:00",
"base_asset_bal": 17.917,
"quote_asset_bal": 9500.280491351,
"total_value_mid": 10010.914991351,
"total_value_exit_net": 10010.532015476,
"total_value": 10010.914991351,
"base_cost_quote": 880.3206156525,
"unrealized_pnl_exit_net": -370.0690915275
},
{
"timestamp": "2025-04-18T23:59:00+00:00",
"base_asset_bal": 17.91,
"quote_asset_bal": 9500.9953959535,
"total_value_mid": 10015.3705959535,
"total_value_exit_net": 10014.9848145535,
"total_value": 10015.3705959535,
"base_cost_quote": 880.316602645,
"unrealized_pnl_exit_net": -366.327184045
},
{
"timestamp": "2025-04-19T23:59:00+00:00",
"base_asset_bal": 16.503,
"quote_asset_bal": 9541.9229281736,
"total_value_mid": 10029.5865781736,
"total_value_exit_net": 10029.2208304361,
"total_value": 10029.5865781736,
"base_cost_quote": 840.17950238,
"unrealized_pnl_exit_net": -352.8816001175
},
{
"timestamp": "2025-04-20T23:59:00+00:00",
"base_asset_bal": 17.198,
"quote_asset_bal": 9522.6479786511,
"total_value_mid": 10025.1735386511,
"total_value_exit_net": 10024.7966444811,
"total_value": 10025.1735386511,
"base_cost_quote": 860.2540169825,
"unrealized_pnl_exit_net": -358.1053511525
},
{
"timestamp": "2025-04-21T23:59:00+00:00",
"base_asset_bal": 17.043,
"quote_asset_bal": 9528.5533764786,
"total_value_mid": 10026.5498364786,
"total_value_exit_net": 10026.1763391336,
"total_value": 10026.5498364786,
"base_cost_quote": 855.221315285,
"unrealized_pnl_exit_net": -357.59835263
},
{
"timestamp": "2025-04-22T23:59:00+00:00",
"base_asset_bal": 15.143,
"quote_asset_bal": 9585.0417201911,
"total_value_mid": 10048.2660901911,
"total_value_exit_net": 10047.9186719136,
"total_value": 10048.2660901911,
"base_cost_quote": 799.9724797125,
"unrealized_pnl_exit_net": -337.09552799
},
{
"timestamp": "2025-04-23T23:59:00+00:00",
"base_asset_bal": 16.435,
"quote_asset_bal": 9545.9158460936,
"total_value_mid": 10047.0189960936,
"total_value_exit_net": 10046.6431687311,
"total_value": 10047.0189960936,
"base_cost_quote": 840.121358805,
"unrealized_pnl_exit_net": -339.3940361675
},
{
"timestamp": "2025-04-24T23:59:00+00:00",
"base_asset_bal": 14.619,
"quote_asset_bal": 9602.1217158086,
"total_value_mid": 10055.0183358086,
"total_value_exit_net": 10054.6786633436,
"total_value": 10055.0183358086,
"base_cost_quote": 784.945127645,
"unrealized_pnl_exit_net": -332.38818011
},
{
"timestamp": "2025-04-25T23:59:00+00:00",
"base_asset_bal": 15.24,
"quote_asset_bal": 9582.8905830561,
"total_value_mid": 10060.8169830561,
"total_value_exit_net": 10060.4585382561,
"total_value": 10060.8169830561,
"base_cost_quote": 804.9873380375,
"unrealized_pnl_exit_net": -327.4193828375
},
{
"timestamp": "2025-04-26T23:59:00+00:00",
"base_asset_bal": 14.599,
"quote_asset_bal": 9603.5596933961,
"total_value_mid": 10065.3260633961,
"total_value_exit_net": 10064.9797386186,
"total_value": 10065.3260633961,
"base_cost_quote": 784.9221404175,
"unrealized_pnl_exit_net": -323.502095195
},
{
"timestamp": "2025-04-27T23:59:00+00:00",
"base_asset_bal": 17.179,
"quote_asset_bal": 9523.8369671611,
"total_value_mid": 10047.6246771611,
"total_value_exit_net": 10047.2318363786,
"total_value": 10047.6246771611,
"base_cost_quote": 865.2423554325,
"unrealized_pnl_exit_net": -341.847486215
},
{
"timestamp": "2025-04-28T23:59:00+00:00",
"base_asset_bal": 15.719,
"quote_asset_bal": 9569.9277701711,
"total_value_mid": 10059.2602401711,
"total_value_exit_net": 10058.8932408186,
"total_value": 10059.2602401711,
"base_cost_quote": 820.0371969725,
"unrealized_pnl_exit_net": -331.071726325
},
{
"timestamp": "2025-04-29T23:59:00+00:00",
"base_asset_bal": 16.842,
"quote_asset_bal": 9535.6477967662,
"total_value_mid": 10055.8971767662,
"total_value_exit_net": 10055.5069897312,
"total_value": 10055.8971767662,
"base_cost_quote": 855.1724686775,
"unrealized_pnl_exit_net": -335.3132757125
},
{
"timestamp": "2025-04-30T23:59:00+00:00",
"base_asset_bal": 15.407,
"quote_asset_bal": 9581.9495476137,
"total_value_mid": 10067.1159776137,
"total_value_exit_net": 10066.7521027912,
"total_value": 10067.1159776137,
"base_cost_quote": 810.026004205,
"unrealized_pnl_exit_net": -325.2234490275
},
{
"timestamp": "2025-05-01T23:59:00+00:00",
"base_asset_bal": 16.797,
"quote_asset_bal": 9538.0916799012,
"total_value_mid": 10065.1815399012,
"total_value_exit_net": 10064.7862225062,
"total_value": 10065.1815399012,
"base_cost_quote": 855.2007498725,
"unrealized_pnl_exit_net": -328.5062072675
},
{
"timestamp": "2025-05-02T23:59:00+00:00",
"base_asset_bal": 16.159,
"quote_asset_bal": 9558.9304978162,
"total_value_mid": 10072.4635178162,
"total_value_exit_net": 10072.0783680512,
"total_value": 10072.4635178162,
"base_cost_quote": 835.0954822225,
"unrealized_pnl_exit_net": -321.9476119875
},
{
"timestamp": "2025-05-03T23:59:00+00:00",
"base_asset_bal": 19.228,
"quote_asset_bal": 9463.9555341037,
"total_value_mid": 10047.1407741037,
"total_value_exit_net": 10046.7033851737,
"total_value": 10047.1407741037,
"base_cost_quote": 930.45908132,
"unrealized_pnl_exit_net": -347.71123025
},
{
"timestamp": "2025-05-04T23:59:00+00:00",
"base_asset_bal": 19.253,
"quote_asset_bal": 9464.9061014087,
"total_value_mid": 10040.5708014087,
"total_value_exit_net": 10040.1390528837,
"total_value": 10040.5708014087,
"base_cost_quote": 930.452816625,
"unrealized_pnl_exit_net": -355.21986515
},
{
"timestamp": "2025-05-05T23:59:00+00:00",
"base_asset_bal": 18.587,
"quote_asset_bal": 9485.7254173712,
"total_value_mid": 10044.4506373712,
"total_value_exit_net": 10044.0315934562,
"total_value": 10044.4506373712,
"base_cost_quote": 910.3741589175,
"unrealized_pnl_exit_net": -352.0679828325
},
{
"timestamp": "2025-05-06T23:59:00+00:00",
"base_asset_bal": 18.578,
"quote_asset_bal": 9486.9234661887,
"total_value_mid": 10044.2634661887,
"total_value_exit_net": 10043.8454611887,
"total_value": 10044.2634661887,
"base_cost_quote": 910.36005835,
"unrealized_pnl_exit_net": -353.43806335
},
{
"timestamp": "2025-05-07T23:59:00+00:00",
"base_asset_bal": 19.912,
"quote_asset_bal": 9447.5778320287,
"total_value_mid": 10046.3316720287,
"total_value_exit_net": 10045.8826066487,
"total_value": 10046.3316720287,
"base_cost_quote": 950.60746128,
"unrealized_pnl_exit_net": -352.30268666
},
{
"timestamp": "2025-05-08T23:59:00+00:00",
"base_asset_bal": 14.761,
"quote_asset_bal": 9609.1049541837,
"total_value_mid": 10093.4133641837,
"total_value_exit_net": 10093.0501328762,
"total_value": 10093.4133641837,
"base_cost_quote": 789.9584548225,
"unrealized_pnl_exit_net": -306.01327613
},
{
"timestamp": "2025-05-09T23:59:00+00:00",
"base_asset_bal": 14.137,
"quote_asset_bal": 9630.5354550837,
"total_value_mid": 10123.2099050837,
"total_value_exit_net": 10122.8403992462,
"total_value": 10123.2099050837,
"base_cost_quote": 769.902974485,
"unrealized_pnl_exit_net": -277.5980303225
},
{
"timestamp": "2025-05-10T23:59:00+00:00",
"base_asset_bal": 14.273,
"quote_asset_bal": 9626.7359317737,
"total_value_mid": 10144.1321817737,
"total_value_exit_net": 10143.7441345862,
"total_value": 10144.1321817737,
"base_cost_quote": 774.892513835,
"unrealized_pnl_exit_net": -257.8843110225
},
{
"timestamp": "2025-05-11T23:59:00+00:00",
"base_asset_bal": 16.051,
"quote_asset_bal": 9563.2163698612,
"total_value_mid": 10137.5211498612,
"total_value_exit_net": 10137.0904212762,
"total_value": 10137.5211498612,
"base_cost_quote": 840.1377010525,
"unrealized_pnl_exit_net": -266.2636496375
},
{
"timestamp": "2025-05-12T23:59:00+00:00",
"base_asset_bal": 18.711,
"quote_asset_bal": 9469.3511992862,
"total_value_mid": 10122.5522092862,
"total_value_exit_net": 10122.0623085287,
"total_value": 10122.5522092862,
"base_cost_quote": 935.6049077975,
"unrealized_pnl_exit_net": -282.893798555
},
{
"timestamp": "2025-05-13T23:59:00+00:00",
"base_asset_bal": 16.73,
"quote_asset_bal": 9541.1113542037,
"total_value_mid": 10141.5510542037,
"total_value_exit_net": 10141.1007244287,
"total_value": 10141.5510542037,
"base_cost_quote": 865.2765810825,
"unrealized_pnl_exit_net": -265.2872108575
},
{
"timestamp": "2025-05-14T23:59:00+00:00",
"base_asset_bal": 18.725,
"quote_asset_bal": 9472.2536133213,
"total_value_mid": 10116.7681133213,
"total_value_exit_net": 10116.2847274463,
"total_value": 10116.7681133213,
"base_cost_quote": 935.59593107,
"unrealized_pnl_exit_net": -291.564816945
},
{
"timestamp": "2025-05-15T23:59:00+00:00",
"base_asset_bal": 21.838,
"quote_asset_bal": 9368.4234000938,
"total_value_mid": 10086.4568400938,
"total_value_exit_net": 10085.9183150138,
"total_value": 10086.4568400938,
"base_cost_quote": 1041.0300974325,
"unrealized_pnl_exit_net": -323.5351825125
},
{
"timestamp": "2025-05-16T23:59:00+00:00",
"base_asset_bal": 22.91,
"quote_asset_bal": 9334.0374340813,
"total_value_mid": 10077.2378340813,
"total_value_exit_net": 10076.6804337813,
"total_value": 10077.2378340813,
"base_cost_quote": 1076.144243305,
"unrealized_pnl_exit_net": -333.501243605
},
{
"timestamp": "2025-05-17T23:59:00+00:00",
"base_asset_bal": 25.752,
"quote_asset_bal": 9244.1856480963,
"total_value_mid": 10046.8754880963,
"total_value_exit_net": 10046.2734707163,
"total_value": 10046.8754880963,
"base_cost_quote": 1166.492673845,
"unrealized_pnl_exit_net": -364.404851225
},
{
"timestamp": "2025-05-18T23:59:00+00:00",
"base_asset_bal": 21.996,
"quote_asset_bal": 9365.4513279839,
"total_value_mid": 10090.8794079839,
"total_value_exit_net": 10090.3353369239,
"total_value": 10090.8794079839,
"base_cost_quote": 1046.017265005,
"unrealized_pnl_exit_net": -321.133256065
},
{
"timestamp": "2025-05-19T23:59:00+00:00",
"base_asset_bal": 24.797,
"quote_asset_bal": 9276.0002794814,
"total_value_mid": 10057.8496894814,
"total_value_exit_net": 10057.2633024239,
"total_value": 10057.8496894814,
"base_cost_quote": 1136.3741718975,
"unrealized_pnl_exit_net": -355.111148955
},
{
"timestamp": "2025-05-20T23:59:00+00:00",
"base_asset_bal": 23.379,
"quote_asset_bal": 9322.0409857939,
"total_value_mid": 10074.1434157939,
"total_value_exit_net": 10073.5793389714,
"total_value": 10074.1434157939,
"base_cost_quote": 1091.21715952,
"unrealized_pnl_exit_net": -339.6788063425
},
{
"timestamp": "2025-05-21T23:59:00+00:00",
"base_asset_bal": 22.763,
"quote_asset_bal": 9343.0760021264,
"total_value_mid": 10082.8735021264,
"total_value_exit_net": 10082.3186540014,
"total_value": 10082.8735021264,
"base_cost_quote": 1071.0956096675,
"unrealized_pnl_exit_net": -331.8529577925
},
{
"timestamp": "2025-05-22T23:59:00+00:00",
"base_asset_bal": 21.387,
"quote_asset_bal": 9389.0169491239,
"total_value_mid": 10100.3485691239,
"total_value_exit_net": 10099.8150704089,
"total_value": 10100.3485691239,
"base_cost_quote": 1025.9366458275,
"unrealized_pnl_exit_net": -315.1385245425
},
{
"timestamp": "2025-05-23T23:59:00+00:00",
"base_asset_bal": 26.243,
"quote_asset_bal": 9234.1977238789,
"total_value_mid": 10046.4185738789,
"total_value_exit_net": 10045.8094082414,
"total_value": 10046.4185738789,
"base_cost_quote": 1181.5746268325,
"unrealized_pnl_exit_net": -369.96294247
},
{
"timestamp": "2025-05-24T23:59:00+00:00",
"base_asset_bal": 26.246,
"quote_asset_bal": 9234.7376984589,
"total_value_mid": 10044.6892584589,
"total_value_exit_net": 10044.0817947889,
"total_value": 10044.6892584589,
"base_cost_quote": 1181.5266909075,
"unrealized_pnl_exit_net": -372.1825945775
},
{
"timestamp": "2025-05-25T23:59:00+00:00",
"base_asset_bal": 26.408,
"quote_asset_bal": 9230.2722087214,
"total_value_mid": 10042.3182087214,
"total_value_exit_net": 10041.7091742214,
"total_value": 10042.3182087214,
"base_cost_quote": 1186.570921245,
"unrealized_pnl_exit_net": -375.133955745
},
{
"timestamp": "2025-05-26T23:59:00+00:00",
"base_asset_bal": 26.728,
"quote_asset_bal": 9220.7259714414,
"total_value_mid": 10035.9299714414,
"total_value_exit_net": 10035.3185684414,
"total_value": 10035.9299714414,
"base_cost_quote": 1196.60125836,
"unrealized_pnl_exit_net": -382.00866136
},
{
"timestamp": "2025-05-27T23:59:00+00:00",
"base_asset_bal": 23.983,
"quote_asset_bal": 9306.9133641989,
"total_value_mid": 10064.2965041989,
"total_value_exit_net": 10063.7284668439,
"total_value": 10064.2965041989,
"base_cost_quote": 1111.2804657225,
"unrealized_pnl_exit_net": -354.4653630775
},
{
"timestamp": "2025-05-28T23:59:00+00:00",
"base_asset_bal": 23.979,
"quote_asset_bal": 9307.8274612414,
"total_value_mid": 10063.1659612414,
"total_value_exit_net": 10062.5994573664,
"total_value": 10063.1659612414,
"base_cost_quote": 1111.305394405,
"unrealized_pnl_exit_net": -356.53339828
},
{
"timestamp": "2025-05-29T23:59:00+00:00",
"base_asset_bal": 26.278,
"quote_asset_bal": 9238.8307140315,
"total_value_mid": 10030.5868540315,
"total_value_exit_net": 10029.9930369265,
"total_value": 10030.5868540315,
"base_cost_quote": 1181.53008345,
"unrealized_pnl_exit_net": -390.367760555
},
{
"timestamp": "2025-05-30T23:59:00+00:00",
"base_asset_bal": 15.466,
"quote_asset_bal": 9608.147093729,
"total_value_mid": 10104.760353729,
"total_value_exit_net": 10104.387893784,
"total_value": 10104.760353729,
"base_cost_quote": 815.1148479775,
"unrealized_pnl_exit_net": -318.8740479225
},
{
"timestamp": "2025-05-31T23:59:00+00:00",
"base_asset_bal": 15.882,
"quote_asset_bal": 9601.5624484866,
"total_value_mid": 10091.2045084866,
"total_value_exit_net": 10090.8372769416,
"total_value": 10091.2045084866,
"base_cost_quote": 825.13050409,
"unrealized_pnl_exit_net": -335.855675635
},
{
"timestamp": "2025-06-01T23:59:00+00:00",
"base_asset_bal": 15.398,
"quote_asset_bal": 9617.9962068516,
"total_value_mid": 10092.7165468516,
"total_value_exit_net": 10092.3605065966,
"total_value": 10092.7165468516,
"base_cost_quote": 810.05088285,
"unrealized_pnl_exit_net": -335.686583105
},
{
"timestamp": "2025-06-02T23:59:00+00:00",
"base_asset_bal": 15.894,
"quote_asset_bal": 9603.7275200616,
"total_value_mid": 10089.4481600616,
"total_value_exit_net": 10089.0838695816,
"total_value": 10089.4481600616,
"base_cost_quote": 825.090694255,
"unrealized_pnl_exit_net": -339.734344735
},
{
"timestamp": "2025-06-03T23:59:00+00:00",
"base_asset_bal": 17.333,
"quote_asset_bal": 9559.2964053241,
"total_value_mid": 10090.2061953241,
"total_value_exit_net": 10089.8080129816,
"total_value": 10090.2061953241,
"base_cost_quote": 870.3162179775,
"unrealized_pnl_exit_net": -339.80461032
},
{
"timestamp": "2025-06-04T23:59:00+00:00",
"base_asset_bal": 16.366,
"quote_asset_bal": 9590.5580691591,
"total_value_mid": 10092.1759691591,
"total_value_exit_net": 10091.7997557341,
"total_value": 10092.1759691591,
"base_cost_quote": 840.1715063875,
"unrealized_pnl_exit_net": -338.9298198125
},
{
"timestamp": "2025-06-05T23:59:00+00:00",
"base_asset_bal": 20.729,
"quote_asset_bal": 9461.2383522041,
"total_value_mid": 10060.5137422041,
"total_value_exit_net": 10060.0642856616,
"total_value": 10060.5137422041,
"base_cost_quote": 970.6792938725,
"unrealized_pnl_exit_net": -371.853360415
},
{
"timestamp": "2025-06-06T23:59:00+00:00",
"base_asset_bal": 21.4,
"quote_asset_bal": 9441.8984448891,
"total_value_mid": 10065.2804448891,
"total_value_exit_net": 10064.8129083891,
"total_value": 10065.2804448891,
"base_cost_quote": 990.7723523725,
"unrealized_pnl_exit_net": -367.8578888725
},
{
"timestamp": "2025-06-07T23:59:00+00:00",
"base_asset_bal": 19.026,
"quote_asset_bal": 9513.0423961391,
"total_value_mid": 10081.5392761391,
"total_value_exit_net": 10081.1129034791,
"total_value": 10081.5392761391,
"base_cost_quote": 920.5157394025,
"unrealized_pnl_exit_net": -352.4452320625
},
{
"timestamp": "2025-06-08T23:59:00+00:00",
"base_asset_bal": 19.536,
"quote_asset_bal": 9498.6888226791,
"total_value_mid": 10074.4147426791,
"total_value_exit_net": 10073.9829482391,
"total_value": 10074.4147426791,
"base_cost_quote": 935.5679601075,
"unrealized_pnl_exit_net": -360.2738345475
},
{
"timestamp": "2025-06-09T23:59:00+00:00",
"base_asset_bal": 17.513,
"quote_asset_bal": 9559.7806473066,
"total_value_mid": 10089.5488973066,
"total_value_exit_net": 10089.1515711191,
"total_value": 10089.5488973066,
"base_cost_quote": 875.340713525,
"unrealized_pnl_exit_net": -345.9697897125
},
{
"timestamp": "2025-06-10T23:59:00+00:00",
"base_asset_bal": 15.698,
"quote_asset_bal": 9615.6410334891,
"total_value_mid": 10098.6684934891,
"total_value_exit_net": 10098.3062228941,
"total_value": 10098.6684934891,
"base_cost_quote": 820.1034065925,
"unrealized_pnl_exit_net": -337.4382171875
},
{
"timestamp": "2025-06-11T23:59:00+00:00",
"base_asset_bal": 18.688,
"quote_asset_bal": 9525.6549942141,
"total_value_mid": 10080.5017142141,
"total_value_exit_net": 10080.0855791741,
"total_value": 10080.5017142141,
"base_cost_quote": 910.4699707225,
"unrealized_pnl_exit_net": -356.0393857625
},
{
"timestamp": "2025-06-12T23:59:00+00:00",
"base_asset_bal": 19.733,
"quote_asset_bal": 9496.8924043241,
"total_value_mid": 10063.6241643241,
"total_value_exit_net": 10063.1991155041,
"total_value": 10063.6241643241,
"base_cost_quote": 940.5608219475,
"unrealized_pnl_exit_net": -374.2541107675
},
{
"timestamp": "2025-06-13T23:59:00+00:00",
"base_asset_bal": 22.046,
"quote_asset_bal": 9432.9115779116,
"total_value_mid": 10046.2312979116,
"total_value_exit_net": 10045.7713081216,
"total_value": 10046.2312979116,
"base_cost_quote": 1005.8138850675,
"unrealized_pnl_exit_net": -392.9541548575
},
{
"timestamp": "2025-06-14T23:59:00+00:00",
"base_asset_bal": 22.044,
"quote_asset_bal": 9433.7107000366,
"total_value_mid": 10039.7002600366,
"total_value_exit_net": 10039.2457678666,
"total_value": 10039.7002600366,
"base_cost_quote": 1005.783792515,
"unrealized_pnl_exit_net": -400.248724685
},
{
"timestamp": "2025-06-15T23:59:00+00:00",
"base_asset_bal": 22.046,
"quote_asset_bal": 9434.2423885741,
"total_value_mid": 10043.1529085741,
"total_value_exit_net": 10042.6962256841,
"total_value": 10043.1529085741,
"base_cost_quote": 1005.80186606,
"unrealized_pnl_exit_net": -397.34802895
},
{
"timestamp": "2025-06-16T23:59:00+00:00",
"base_asset_bal": 24.411,
"quote_asset_bal": 9369.9234709516,
"total_value_mid": 10034.8791109516,
"total_value_exit_net": 10034.3803942216,
"total_value": 10034.8791109516,
"base_cost_quote": 1071.0588220975,
"unrealized_pnl_exit_net": -406.6018988275
},
{
"timestamp": "2025-06-17T23:59:00+00:00",
"base_asset_bal": 25.595,
"quote_asset_bal": 9340.5957220966,
"total_value_mid": 10012.7204220966,
"total_value_exit_net": 10012.2163285716,
"total_value": 10012.7204220966,
"base_cost_quote": 1101.171879965,
"unrealized_pnl_exit_net": -429.55127349
},
{
"timestamp": "2025-06-18T23:59:00+00:00",
"base_asset_bal": 23.53,
"quote_asset_bal": 9396.9416941041,
"total_value_mid": 10024.0161941041,
"total_value_exit_net": 10023.5458882291,
"total_value": 10024.0161941041,
"base_cost_quote": 1045.96368485,
"unrealized_pnl_exit_net": -419.359490725
},
{
"timestamp": "2025-06-19T23:59:00+00:00",
"base_asset_bal": 23.519,
"quote_asset_bal": 9397.8043912366,
"total_value_mid": 10033.5229612366,
"total_value_exit_net": 10033.0461723091,
"total_value": 10033.5229612366,
"base_cost_quote": 1045.9778955,
"unrealized_pnl_exit_net": -410.7361144275
},
{
"timestamp": "2025-06-20T23:59:00+00:00",
"base_asset_bal": 25.223,
"quote_asset_bal": 9353.5440554441,
"total_value_mid": 10014.6388854441,
"total_value_exit_net": 10014.1430643216,
"total_value": 10014.6388854441,
"base_cost_quote": 1091.13297643,
"unrealized_pnl_exit_net": -430.5339675525
},
{
"timestamp": "2025-06-21T23:59:00+00:00",
"base_asset_bal": 26.755,
"quote_asset_bal": 9314.3403624016,
"total_value_mid": 9998.7332624016,
"total_value_exit_net": 9998.2199677266,
"total_value": 9998.7332624016,
"base_cost_quote": 1131.289651365,
"unrealized_pnl_exit_net": -447.41004604
},
{
"timestamp": "2025-06-22T23:59:00+00:00",
"base_asset_bal": 26.155,
"quote_asset_bal": 9342.5312523091,
"total_value_mid": 9972.6052023091,
"total_value_exit_net": 9972.1326468466,
"total_value": 9972.6052023091,
"base_cost_quote": 1106.162980485,
"unrealized_pnl_exit_net": -476.5615859475
},
{
"timestamp": "2025-06-23T23:59:00+00:00",
"base_asset_bal": 20.746,
"quote_asset_bal": 9480.3301792266,
"total_value_mid": 10026.7798192266,
"total_value_exit_net": 10026.3699819966,
"total_value": 10026.7798192266,
"base_cost_quote": 970.7207249225,
"unrealized_pnl_exit_net": -424.6809221525
},
{
"timestamp": "2025-06-24T23:59:00+00:00",
"base_asset_bal": 20.915,
"quote_asset_bal": 9476.6407912491,
"total_value_mid": 10047.8294412491,
"total_value_exit_net": 10047.4010497616,
"total_value": 10047.8294412491,
"base_cost_quote": 975.7478524425,
"unrealized_pnl_exit_net": -404.98759393
},
{
"timestamp": "2025-06-25T23:59:00+00:00",
"base_asset_bal": 23.863,
"quote_asset_bal": 9397.2408134216,
"total_value_mid": 10032.9511334216,
"total_value_exit_net": 10032.4743506816,
"total_value": 10032.9511334216,
"base_cost_quote": 1056.0010072,
"unrealized_pnl_exit_net": -420.76746994
},
{
"timestamp": "2025-06-26T23:59:00+00:00",
"base_asset_bal": 27.822,
"quote_asset_bal": 9293.3167549416,
"total_value_mid": 10010.8461349416,
"total_value_exit_net": 10010.3079879066,
"total_value": 10010.8461349416,
"base_cost_quote": 1161.332686755,
"unrealized_pnl_exit_net": -444.34145379
},
{
"timestamp": "2025-06-27T23:59:00+00:00",
"base_asset_bal": 28.018,
"quote_asset_bal": 9289.2495400091,
"total_value_mid": 9988.8590000091,
"total_value_exit_net": 9988.3342929141,
"total_value": 9988.8590000091,
"base_cost_quote": 1166.36856083,
"unrealized_pnl_exit_net": -467.283807925
},
{
"timestamp": "2025-06-28T23:59:00+00:00",
"base_asset_bal": 28.597,
"quote_asset_bal": 9275.0316899516,
"total_value_mid": 10007.9727999516,
"total_value_exit_net": 10007.4230941191,
"total_value": 10007.9727999516,
"base_cost_quote": 1181.43253034,
"unrealized_pnl_exit_net": -449.0411261725
},
{
"timestamp": "2025-06-29T23:59:00+00:00",
"base_asset_bal": 28.972,
"quote_asset_bal": 9265.9366476316,
"total_value_mid": 10011.6759276316,
"total_value_exit_net": 10011.1166231716,
"total_value": 10011.6759276316,
"base_cost_quote": 1191.42774113,
"unrealized_pnl_exit_net": -446.24776559
},
{
"timestamp": "2025-06-30T23:59:00+00:00",
"base_asset_bal": 29.362,
"quote_asset_bal": 9256.6314115916,
"total_value_mid": 10011.2348115916,
"total_value_exit_net": 10010.6688590416,
"total_value": 10011.2348115916,
"base_cost_quote": 1201.4660342075,
"unrealized_pnl_exit_net": -447.4285867575
},
{
"timestamp": "2025-07-01T23:59:00+00:00",
"base_asset_bal": 31.022,
"quote_asset_bal": 9217.8380069991,
"total_value_mid": 9991.5266869991,
"total_value_exit_net": 9990.9464204891,
"total_value": 9991.5266869991,
"base_cost_quote": 1241.624420425,
"unrealized_pnl_exit_net": -468.516006935
},
{
"timestamp": "2025-07-02T23:59:00+00:00",
"base_asset_bal": 27.829,
"quote_asset_bal": 9299.0853904941,
"total_value_mid": 10026.5354504941,
"total_value_exit_net": 10025.9898629491,
"total_value": 10026.5354504941,
"base_cost_quote": 1161.37249659,
"unrealized_pnl_exit_net": -434.468024135
},
{
"timestamp": "2025-07-03T23:59:00+00:00",
"base_asset_bal": 27.633,
"quote_asset_bal": 9304.7579750316,
"total_value_mid": 10029.0189050316,
"total_value_exit_net": 10028.4757093341,
"total_value": 10029.0189050316,
"base_cost_quote": 1156.3703577975,
"unrealized_pnl_exit_net": -432.652623495
},
{
"timestamp": "2025-07-04T23:59:00+00:00",
"base_asset_bal": 31.341,
"quote_asset_bal": 9209.9497794791,
"total_value_mid": 9999.7429794791,
"total_value_exit_net": 9999.1506345791,
"total_value": 9999.7429794791,
"base_cost_quote": 1251.6579899625,
"unrealized_pnl_exit_net": -462.4571348625
},
{
"timestamp": "2025-07-05T23:59:00+00:00",
"base_asset_bal": 31.534,
"quote_asset_bal": 9205.5934762266,
"total_value_mid": 9995.2048362266,
"total_value_exit_net": 9994.6126277066,
"total_value": 9995.2048362266,
"base_cost_quote": 1256.689230565,
"unrealized_pnl_exit_net": -467.670079085
},
{
"timestamp": "2025-07-06T23:59:00+00:00",
"base_asset_bal": 29.362,
"quote_asset_bal": 9261.4460422441,
"total_value_mid": 10013.9941022441,
"total_value_exit_net": 10013.4296911991,
"total_value": 10013.9941022441,
"base_cost_quote": 1201.517482765,
"unrealized_pnl_exit_net": -449.53383381
},
{
"timestamp": "2025-07-07T23:59:00+00:00",
"base_asset_bal": 25.941,
"quote_asset_bal": 9353.0839724891,
"total_value_mid": 10021.8429524891,
"total_value_exit_net": 10021.3413832541,
"total_value": 10021.8429524891,
"base_cost_quote": 1111.16879203,
"unrealized_pnl_exit_net": -442.911381265
},
{
"timestamp": "2025-07-08T23:59:00+00:00",
"base_asset_bal": 25.171,
"quote_asset_bal": 9373.7884351216,
"total_value_mid": 10040.8199351216,
"total_value_exit_net": 10040.3196614966,
"total_value": 10040.8199351216,
"base_cost_quote": 1091.135558365,
"unrealized_pnl_exit_net": -424.60433199
},
{
"timestamp": "2025-07-09T23:59:00+00:00",
"base_asset_bal": 24.983,
"quote_asset_bal": 9379.3932547566,
"total_value_mid": 10052.4352747566,
"total_value_exit_net": 10051.9304932416,
"total_value": 10052.4352747566,
"base_cost_quote": 1086.12454292,
"unrealized_pnl_exit_net": -413.587304435
},
{
"timestamp": "2025-07-10T23:59:00+00:00",
"base_asset_bal": 21.675,
"quote_asset_bal": 9470.6070737941,
"total_value_mid": 10075.7730737941,
"total_value_exit_net": 10075.3191992941,
"total_value": 10075.7730737941,
"base_cost_quote": 995.81850415,
"unrealized_pnl_exit_net": -391.10637865
},
{
"timestamp": "2025-07-11T23:59:00+00:00",
"base_asset_bal": 21.64,
"quote_asset_bal": 9471.925515009,
"total_value_mid": 10081.524315009,
"total_value_exit_net": 10081.067115909,
"total_value": 10081.524315009,
"base_cost_quote": 995.7406157775,
"unrealized_pnl_exit_net": -386.5990148775
},
{
"timestamp": "2025-07-12T23:59:00+00:00",
"base_asset_bal": 20.179,
"quote_asset_bal": 9518.6498387791,
"total_value_mid": 10089.9173287791,
"total_value_exit_net": 10089.4888781616,
"total_value": 10089.9173287791,
"base_cost_quote": 950.605519825,
"unrealized_pnl_exit_net": -379.7664804425
},
{
"timestamp": "2025-07-13T23:59:00+00:00",
"base_asset_bal": 18.949,
"quote_asset_bal": 9555.0087161616,
"total_value_mid": 10098.2765461616,
"total_value_exit_net": 10097.8690952891,
"total_value": 10098.2765461616,
"base_cost_quote": 915.4716791925,
"unrealized_pnl_exit_net": -372.611300065
},
{
"timestamp": "2025-07-14T23:59:00+00:00",
"base_asset_bal": 19.664,
"quote_asset_bal": 9536.6875395941,
"total_value_mid": 10089.2459395941,
"total_value_exit_net": 10088.8315207941,
"total_value": 10089.2459395941,
"base_cost_quote": 935.5729438425,
"unrealized_pnl_exit_net": -383.4289626425
},
{
"timestamp": "2025-07-15T23:59:00+00:00",
"base_asset_bal": 18.623,
"quote_asset_bal": 9567.9726258915,
"total_value_mid": 10107.2947058915,
"total_value_exit_net": 10106.8902143315,
"total_value": 10107.2947058915,
"base_cost_quote": 905.48272309,
"unrealized_pnl_exit_net": -366.56513465
},
{
"timestamp": "2025-07-16T23:59:00+00:00",
"base_asset_bal": 19.32,
"quote_asset_bal": 9548.7788460841,
"total_value_mid": 10103.0696460841,
"total_value_exit_net": 10102.6539279841,
"total_value": 10103.0696460841,
"base_cost_quote": 925.5439877625,
"unrealized_pnl_exit_net": -371.6689058625
},
{
"timestamp": "2025-07-17T23:59:00+00:00",
"base_asset_bal": 17.587,
"quote_asset_bal": 9599.9858482841,
"total_value_mid": 10115.4608182841,
"total_value_exit_net": 10115.0742120566,
"total_value": 10115.4608182841,
"base_cost_quote": 875.3902206275,
"unrealized_pnl_exit_net": -360.301856855
},
{
"timestamp": "2025-07-18T23:59:00+00:00",
"base_asset_bal": 19.687,
"quote_asset_bal": 9541.6250916066,
"total_value_mid": 10102.1139816066,
"total_value_exit_net": 10101.6936149391,
"total_value": 10102.1139816066,
"base_cost_quote": 935.56811022,
"unrealized_pnl_exit_net": -375.4995868875
},
{
"timestamp": "2025-07-19T23:59:00+00:00",
"base_asset_bal": 15.279,
"quote_asset_bal": 9673.7371995241,
"total_value_mid": 10129.8153495241,
"total_value_exit_net": 10129.4732909116,
"total_value": 10129.8153495241,
"base_cost_quote": 805.0915961725,
"unrealized_pnl_exit_net": -349.355504785
},
{
"timestamp": "2025-07-20T23:59:00+00:00",
"base_asset_bal": 16.245,
"quote_asset_bal": 9644.7194771291,
"total_value_mid": 10134.6686771291,
"total_value_exit_net": 10134.3012152291,
"total_value": 10134.6686771291,
"base_cost_quote": 835.2149717725,
"unrealized_pnl_exit_net": -345.6332336725
},
{
"timestamp": "2025-07-21T23:59:00+00:00",
"base_asset_bal": 15.413,
"quote_asset_bal": 9670.9655952092,
"total_value_mid": 10144.2988252092,
"total_value_exit_net": 10143.9438252867,
"total_value": 10144.2988252092,
"base_cost_quote": 810.0588187975,
"unrealized_pnl_exit_net": -337.08058872
},
{
"timestamp": "2025-07-22T23:59:00+00:00",
"base_asset_bal": 16.074,
"quote_asset_bal": 9651.8561290817,
"total_value_mid": 10144.2027490817,
"total_value_exit_net": 10143.8334891167,
"total_value": 10144.2027490817,
"base_cost_quote": 830.14209997,
"unrealized_pnl_exit_net": -338.164739935
},
{
"timestamp": "2025-07-23T23:59:00+00:00",
"base_asset_bal": 19.98,
"quote_asset_bal": 9537.4715143442,
"total_value_mid": 10107.9005143442,
"total_value_exit_net": 10107.4726925942,
"total_value": 10107.9005143442,
"base_cost_quote": 945.6062231625,
"unrealized_pnl_exit_net": -375.6050449125
},
{
"timestamp": "2025-07-24T23:59:00+00:00",
"base_asset_bal": 19.417,
"quote_asset_bal": 9554.5204806617,
"total_value_mid": 10112.5650606617,
"total_value_exit_net": 10112.1465272267,
"total_value": 10112.5650606617,
"base_cost_quote": 930.5344478025,
"unrealized_pnl_exit_net": -372.9084012375
},
{
"timestamp": "2025-07-25T23:59:00+00:00",
"base_asset_bal": 17.757,
"quote_asset_bal": 9606.4062889366,
"total_value_mid": 10124.5555489367,
"total_value_exit_net": 10124.1669369917,
"total_value": 10124.5555489367,
"base_cost_quote": 880.30965744,
"unrealized_pnl_exit_net": -362.549009385
},
{
"timestamp": "2025-07-26T23:59:00+00:00",
"base_asset_bal": 17.405,
"quote_asset_bal": 9617.5296425867,
"total_value_mid": 10133.2397925867,
"total_value_exit_net": 10132.8530099742,
"total_value": 10133.2397925867,
"base_cost_quote": 870.283083145,
"unrealized_pnl_exit_net": -354.9597157575
},
{
"timestamp": "2025-07-27T23:59:00+00:00",
"base_asset_bal": 15.843,
"quote_asset_bal": 9663.6477461142,
"total_value_mid": 10154.9391761142,
"total_value_exit_net": 10154.5707075417,
"total_value": 10154.9391761142,
"base_cost_quote": 825.1078371025,
"unrealized_pnl_exit_net": -334.184875675
},
{
"timestamp": "2025-07-28T23:59:00+00:00",
"base_asset_bal": 16.82,
"quote_asset_bal": 9634.5277171567,
"total_value_mid": 10138.7913171567,
"total_value_exit_net": 10138.4131194567,
"total_value": 10138.7913171567,
"base_cost_quote": 855.23794775,
"unrealized_pnl_exit_net": -351.35254545
},
{
"timestamp": "2025-07-29T23:59:00+00:00",
"base_asset_bal": 20.201,
"quote_asset_bal": 9535.2930911717,
"total_value_mid": 10122.7381711717,
"total_value_exit_net": 10122.2975873617,
"total_value": 10122.7381711717,
"base_cost_quote": 955.606147485,
"unrealized_pnl_exit_net": -368.601651295
},
{
"timestamp": "2025-07-30T23:59:00+00:00",
"base_asset_bal": 19.854,
"quote_asset_bal": 9546.4055204567,
"total_value_mid": 10127.3335604567,
"total_value_exit_net": 10126.8978644267,
"total_value": 10127.3335604567,
"base_cost_quote": 945.60295071,
"unrealized_pnl_exit_net": -365.11060674
},
{
"timestamp": "2025-07-31T23:59:00+00:00",
"base_asset_bal": 21.773,
"quote_asset_bal": 9492.0345822467,
"total_value_mid": 10109.0814022467,
"total_value_exit_net": 10108.6186171317,
"total_value": 10109.0814022467,
"base_cost_quote": 1000.804941175,
"unrealized_pnl_exit_net": -384.22090629
},
{
"timestamp": "2025-08-01T23:59:00+00:00",
"base_asset_bal": 24.821,
"quote_asset_bal": 9408.2311131742,
"total_value_mid": 10092.0496631742,
"total_value_exit_net": 10091.5367992617,
"total_value": 10092.0496631742,
"base_cost_quote": 1086.0924088375,
"unrealized_pnl_exit_net": -402.78672275
},
{
"timestamp": "2025-08-02T23:59:00+00:00",
"base_asset_bal": 28.331,
"quote_asset_bal": 9313.7325774067,
"total_value_mid": 10070.1702774067,
"total_value_exit_net": 10069.6029491317,
"total_value": 10070.1702774067,
"base_cost_quote": 1181.444759505,
"unrealized_pnl_exit_net": -425.57438778
},
{
"timestamp": "2025-08-03T23:59:00+00:00",
"base_asset_bal": 24.632,
"quote_asset_bal": 9414.7167821267,
"total_value_mid": 10096.2842221267,
"total_value_exit_net": 10095.7730465467,
"total_value": 10096.2842221267,
"base_cost_quote": 1081.0965647625,
"unrealized_pnl_exit_net": -400.0403003425
},
{
"timestamp": "2025-08-04T23:59:00+00:00",
"base_asset_bal": 21.774,
"quote_asset_bal": 9495.4770771217,
"total_value_mid": 10118.6489571217,
"total_value_exit_net": 10118.1815782117,
"total_value": 10118.6489571217,
"base_cost_quote": 1000.7885188675,
"unrealized_pnl_exit_net": -378.0840177775
},
{
"timestamp": "2025-08-05T23:59:00+00:00",
"base_asset_bal": 23.922,
"quote_asset_bal": 9436.1034288767,
"total_value_mid": 10095.6329688767,
"total_value_exit_net": 10095.1383217217,
"total_value": 10095.6329688767,
"base_cost_quote": 1060.980679155,
"unrealized_pnl_exit_net": -401.94578631
},
{
"timestamp": "2025-08-06T23:59:00+00:00",
"base_asset_bal": 23.926,
"quote_asset_bal": 9437.0588403517,
"total_value_mid": 10100.2875603517,
"total_value_exit_net": 10099.7901388117,
"total_value": 10100.2875603517,
"base_cost_quote": 1061.0006841475,
"unrealized_pnl_exit_net": -398.2693856875
},
{
"timestamp": "2025-08-07T23:59:00+00:00",
"base_asset_bal": 20.569,
"quote_asset_bal": 9533.3995556267,
"total_value_mid": 10129.9005556267,
"total_value_exit_net": 10129.4531798767,
"total_value": 10129.9005556267,
"base_cost_quote": 965.68824339,
"unrealized_pnl_exit_net": -369.63461914
},
{
"timestamp": "2025-08-08T23:59:00+00:00",
"base_asset_bal": 20.554,
"quote_asset_bal": 9534.7547221692,
"total_value_mid": 10136.5758421693,
"total_value_exit_net": 10136.1244763293,
"total_value": 10136.5758421693,
"base_cost_quote": 965.6628943925,
"unrealized_pnl_exit_net": -364.2931402325
},
{
"timestamp": "2025-08-09T23:59:00+00:00",
"base_asset_bal": 19.208,
"quote_asset_bal": 9576.0768057343,
"total_value_mid": 10141.9444857343,
"total_value_exit_net": 10141.5200849743,
"total_value": 10141.9444857343,
"base_cost_quote": 925.5966872575,
"unrealized_pnl_exit_net": -360.1534080175
},
{
"timestamp": "2025-08-10T23:59:00+00:00",
"base_asset_bal": 16.865,
"quote_asset_bal": 9649.0178192293,
"total_value_mid": 10156.4856692293,
"total_value_exit_net": 10156.1050683418,
"total_value": 10156.4856692293,
"base_cost_quote": 855.255140635,
"unrealized_pnl_exit_net": -348.1678915225
},
{
"timestamp": "2025-08-11T23:59:00+00:00",
"base_asset_bal": 18.541,
"quote_asset_bal": 9600.7151667918,
"total_value_mid": 10145.6351567918,
"total_value_exit_net": 10145.2264667993,
"total_value": 10145.6351567918,
"base_cost_quote": 905.4403413275,
"unrealized_pnl_exit_net": -360.92904132
},
{
"timestamp": "2025-08-12T23:59:00+00:00",
"base_asset_bal": 16.584,
"quote_asset_bal": 9663.0980723443,
"total_value_mid": 10163.9348723443,
"total_value_exit_net": 10163.5592447443,
"total_value": 10163.9348723443,
"base_cost_quote": 845.2341205025,
"unrealized_pnl_exit_net": -344.7729481025
},
{
"timestamp": "2025-08-13T23:59:00+00:00",
"base_asset_bal": 15.274,
"quote_asset_bal": 9704.1741597893,
"total_value_mid": 10178.8900797893,
"total_value_exit_net": 10178.5340428493,
"total_value": 10178.8900797893,
"base_cost_quote": 805.1276431875,
"unrealized_pnl_exit_net": -330.7677601275
},
{
"timestamp": "2025-08-14T23:59:00+00:00",
"base_asset_bal": 18.599,
"quote_asset_bal": 9604.8523881018,
"total_value_mid": 10151.8489781018,
"total_value_exit_net": 10151.4387306593,
"total_value": 10151.8489781018,
"base_cost_quote": 905.481582235,
"unrealized_pnl_exit_net": -358.8952396775
},
{
"timestamp": "2025-08-15T23:59:00+00:00",
"base_asset_bal": 15.293,
"quote_asset_bal": 9707.1073810368,
"total_value_mid": 10166.6620310368,
"total_value_exit_net": 10166.3173650493,
"total_value": 10166.6620310368,
"base_cost_quote": 805.116484825,
"unrealized_pnl_exit_net": -345.9065008125
},
{
"timestamp": "2025-08-16T23:59:00+00:00",
"base_asset_bal": 15.123,
"quote_asset_bal": 9713.1896120318,
"total_value_mid": 10172.7775820318,
"total_value_exit_net": 10172.4328910543,
"total_value": 10172.7775820318,
"base_cost_quote": 800.070823415,
"unrealized_pnl_exit_net": -340.8275443925
},
{
"timestamp": "2025-08-17T23:59:00+00:00",
"base_asset_bal": 16.884,
"quote_asset_bal": 9658.7025990718,
"total_value_mid": 10172.1450390718,
"total_value_exit_net": 10171.7599572418,
"total_value": 10172.1450390718,
"base_cost_quote": 855.26861073,
"unrealized_pnl_exit_net": -342.21125256
},
{
"timestamp": "2025-08-18T23:59:00+00:00",
"base_asset_bal": 18.38,
"quote_asset_bal": 9614.4561362093,
"total_value_mid": 10164.7533362093,
"total_value_exit_net": 10164.3406133093,
"total_value": 10164.7533362093,
"base_cost_quote": 900.4970966725,
"unrealized_pnl_exit_net": -350.6126195725
},
{
"timestamp": "2025-08-19T23:59:00+00:00",
"base_asset_bal": 20.245,
"quote_asset_bal": 9560.1846796168,
"total_value_mid": 10149.9215296168,
"total_value_exit_net": 10149.4792269793,
"total_value": 10149.9215296168,
"base_cost_quote": 955.699937775,
"unrealized_pnl_exit_net": -366.4053904125
},
{
"timestamp": "2025-08-20T23:59:00+00:00",
"base_asset_bal": 18.387,
"quote_asset_bal": 9616.2508830318,
"total_value_mid": 10170.4350630318,
"total_value_exit_net": 10170.0194248968,
"total_value": 10170.4350630318,
"base_cost_quote": 900.48866035,
"unrealized_pnl_exit_net": -346.720118485
},
{
"timestamp": "2025-08-21T23:59:00+00:00",
"base_asset_bal": 20.921,
"quote_asset_bal": 9541.8445064068,
"total_value_mid": 10155.6666464068,
"total_value_exit_net": 10155.2062798018,
"total_value": 10155.6666464068,
"base_cost_quote": 975.7608722,
"unrealized_pnl_exit_net": -362.399098805
},
{
"timestamp": "2025-08-22T23:59:00+00:00",
"base_asset_bal": 16.738,
"quote_asset_bal": 9668.4350270668,
"total_value_mid": 10183.1285270668,
"total_value_exit_net": 10182.7425069418,
"total_value": 10183.1285270668,
"base_cost_quote": 850.25597407,
"unrealized_pnl_exit_net": -335.948494195
},
{
"timestamp": "2025-08-23T23:59:00+00:00",
"base_asset_bal": 17.889,
"quote_asset_bal": 9633.6628801193,
"total_value_mid": 10177.1307001193,
"total_value_exit_net": 10176.7230992543,
"total_value": 10177.1307001193,
"base_cost_quote": 885.3905352425,
"unrealized_pnl_exit_net": -342.3303161075
},
{
"timestamp": "2025-08-24T23:59:00+00:00",
"base_asset_bal": 18.566,
"quote_asset_bal": 9614.2233123018,
"total_value_mid": 10169.5323723018,
"total_value_exit_net": 10169.1158905068,
"total_value": 10169.5323723018,
"base_cost_quote": 905.456243245,
"unrealized_pnl_exit_net": -350.56366504
},
{
"timestamp": "2025-08-25T23:59:00+00:00",
"base_asset_bal": 23.738,
"quote_asset_bal": 9464.7250228244,
"total_value_mid": 10132.7123428244,
"total_value_exit_net": 10132.2113523344,
"total_value": 10132.7123428244,
"base_cost_quote": 1056.0252954025,
"unrealized_pnl_exit_net": -388.5389658925
},
{
"timestamp": "2025-08-26T23:59:00+00:00",
"base_asset_bal": 19.745,
"quote_asset_bal": 9581.4101606744,
"total_value_mid": 10160.5310106744,
"total_value_exit_net": 10160.0966700369,
"total_value": 10160.5310106744,
"base_cost_quote": 940.6564736325,
"unrealized_pnl_exit_net": -361.96996427
},
{
"timestamp": "2025-08-27T23:59:00+00:00",
"base_asset_bal": 19.928,
"quote_asset_bal": 9577.6853685719,
"total_value_mid": 10156.9923285719,
"total_value_exit_net": 10156.5578483519,
"total_value": 10156.9923285719,
"base_cost_quote": 945.57677109,
"unrealized_pnl_exit_net": -366.70429131
},
{
"timestamp": "2025-08-28T23:59:00+00:00",
"base_asset_bal": 19.234,
"quote_asset_bal": 9598.6621608768,
"total_value_mid": 10165.1034608769,
"total_value_exit_net": 10164.6786299019,
"total_value": 10165.1034608769,
"base_cost_quote": 925.51137332,
"unrealized_pnl_exit_net": -359.494904295
},
{
"timestamp": "2025-08-29T23:59:00+00:00",
"base_asset_bal": 23.582,
"quote_asset_bal": 9474.2250319594,
"total_value_mid": 10136.6434119594,
"total_value_exit_net": 10136.1465981744,
"total_value": 10136.6434119594,
"base_cost_quote": 1050.95754744,
"unrealized_pnl_exit_net": -389.035981225
},
{
"timestamp": "2025-08-30T23:59:00+00:00",
"base_asset_bal": 23.582,
"quote_asset_bal": 9474.8968767469,
"total_value_mid": 10136.1361567469,
"total_value_exit_net": 10135.6402272869,
"total_value": 10136.1361567469,
"base_cost_quote": 1050.953724575,
"unrealized_pnl_exit_net": -390.210374035
},
{
"timestamp": "2025-08-31T23:59:00+00:00",
"base_asset_bal": 24.316,
"quote_asset_bal": 9455.6846877719,
"total_value_mid": 10130.6968477719,
"total_value_exit_net": 10130.1905886519,
"total_value": 10130.6968477719,
"base_cost_quote": 1071.0117668325,
"unrealized_pnl_exit_net": -396.5058659525
},
{
"timestamp": "2025-09-01T23:59:00+00:00",
"base_asset_bal": 25.401,
"quote_asset_bal": 9426.4718170094,
"total_value_mid": 10120.9351570094,
"total_value_exit_net": 10120.4143095044,
"total_value": 10120.9351570094,
"base_cost_quote": 1101.109753405,
"unrealized_pnl_exit_net": -407.16726091
},
{
"timestamp": "2025-09-02T23:59:00+00:00",
"base_asset_bal": 22.69,
"quote_asset_bal": 9502.5350125694,
"total_value_mid": 10142.1661125694,
"total_value_exit_net": 10141.6863892444,
"total_value": 10142.1661125694,
"base_cost_quote": 1025.8662931025,
"unrealized_pnl_exit_net": -386.7149164275
},
{
"timestamp": "2025-09-03T23:59:00+00:00",
"base_asset_bal": 22.679,
"quote_asset_bal": 9503.1513118669,
"total_value_mid": 10146.1009618669,
"total_value_exit_net": 10145.6187496294,
"total_value": 10146.1009618669,
"base_cost_quote": 1025.8310266725,
"unrealized_pnl_exit_net": -383.36358891
},
{
"timestamp": "2025-09-04T23:59:00+00:00",
"base_asset_bal": 25.026,
"quote_asset_bal": 9438.4346519094,
"total_value_mid": 10127.6506919094,
"total_value_exit_net": 10127.1337798794,
"total_value": 10127.6506919094,
"base_cost_quote": 1091.079756545,
"unrealized_pnl_exit_net": -402.380628575
},
{
"timestamp": "2025-09-05T23:59:00+00:00",
"base_asset_bal": 22.688,
"quote_asset_bal": 9504.0999205969,
"total_value_mid": 10139.8176805969,
"total_value_exit_net": 10139.3408922769,
"total_value": 10139.8176805969,
"base_cost_quote": 1025.86218002,
"unrealized_pnl_exit_net": -390.62120834
},
{
"timestamp": "2025-09-06T23:59:00+00:00",
"base_asset_bal": 23.947,
"quote_asset_bal": 9469.2864505694,
"total_value_mid": 10134.2946405694,
"total_value_exit_net": 10133.7958844269,
"total_value": 10134.2946405694,
"base_cost_quote": 1060.9746646475,
"unrealized_pnl_exit_net": -396.46523079
},
{
"timestamp": "2025-09-07T23:59:00+00:00",
"base_asset_bal": 23.398,
"quote_asset_bal": 9484.8083384069,
"total_value_mid": 10139.7183584069,
"total_value_exit_net": 10139.2271758919,
"total_value": 10139.7183584069,
"base_cost_quote": 1045.871996135,
"unrealized_pnl_exit_net": -391.45315865
},
{
"timestamp": "2025-09-08T23:59:00+00:00",
"base_asset_bal": 22.326,
"quote_asset_bal": 9515.6596452469,
"total_value_mid": 10150.3878252469,
"total_value_exit_net": 10149.9117791119,
"total_value": 10150.3878252469,
"base_cost_quote": 1015.789611255,
"unrealized_pnl_exit_net": -381.53747739
},
{
"timestamp": "2025-09-09T23:59:00+00:00",
"base_asset_bal": 21.634,
"quote_asset_bal": 9536.5119459769,
"total_value_mid": 10149.1868259769,
"total_value_exit_net": 10148.7273198169,
"total_value": 10149.1868259769,
"base_cost_quote": 995.742587255,
"unrealized_pnl_exit_net": -383.527213415
},
{
"timestamp": "2025-09-10T23:59:00+00:00",
"base_asset_bal": 20.746,
"quote_asset_bal": 9562.2313263269,
"total_value_mid": 10161.5832663269,
"total_value_exit_net": 10161.1337523719,
"total_value": 10161.5832663269,
"base_cost_quote": 970.64828063,
"unrealized_pnl_exit_net": -371.745854585
},
{
"timestamp": "2025-09-11T23:59:00+00:00",
"base_asset_bal": 20.224,
"quote_asset_bal": 9577.7499965394,
"total_value_mid": 10165.2571965394,
"total_value_exit_net": 10164.8165661394,
"total_value": 10165.2571965394,
"base_cost_quote": 955.5996526175,
"unrealized_pnl_exit_net": -368.5330830175
},
{
"timestamp": "2025-09-12T23:59:00+00:00",
"base_asset_bal": 18.504,
"quote_asset_bal": 9628.3975671494,
"total_value_mid": 10173.7104471494,
"total_value_exit_net": 10173.3014624894,
"total_value": 10173.7104471494,
"base_cost_quote": 905.4282722825,
"unrealized_pnl_exit_net": -360.5243769425
},
{
"timestamp": "2025-09-13T23:59:00+00:00",
"base_asset_bal": 17.315,
"quote_asset_bal": 9664.1308460669,
"total_value_mid": 10180.8104460669,
"total_value_exit_net": 10180.4229363669,
"total_value": 10180.8104460669,
"base_cost_quote": 870.357458885,
"unrealized_pnl_exit_net": -354.065368585
},
{
"timestamp": "2025-09-14T23:59:00+00:00",
"base_asset_bal": 21.08,
"quote_asset_bal": 9554.2728772619,
"total_value_mid": 10160.7444772619,
"total_value_exit_net": 10160.2896235619,
"total_value": 10160.7444772619,
"base_cost_quote": 980.75769701,
"unrealized_pnl_exit_net": -374.74095071
},
{
"timestamp": "2025-09-15T23:59:00+00:00",
"base_asset_bal": 22.865,
"quote_asset_bal": 9504.7065638344,
"total_value_mid": 10143.3260138344,
"total_value_exit_net": 10142.8470492469,
"total_value": 10143.3260138344,
"base_cost_quote": 1030.9470007775,
"unrealized_pnl_exit_net": -392.806515365
},
{
"timestamp": "2025-09-16T23:59:00+00:00",
"base_asset_bal": 22.146,
"quote_asset_bal": 9525.4528889244,
"total_value_mid": 10152.4061489244,
"total_value_exit_net": 10151.9359339794,
"total_value": 10152.4061489244,
"base_cost_quote": 1010.9109850275,
"unrealized_pnl_exit_net": -384.4279399725
},
{
"timestamp": "2025-09-17T23:59:00+00:00",
"base_asset_bal": 20.385,
"quote_asset_bal": 9576.3851510345,
"total_value_mid": 10165.1039510345,
"total_value_exit_net": 10164.6624119345,
"total_value": 10165.1039510345,
"base_cost_quote": 960.6940305375,
"unrealized_pnl_exit_net": -372.4167696375
},
{
"timestamp": "2025-09-18T23:59:00+00:00",
"base_asset_bal": 20.041,
"quote_asset_bal": 9587.273468822,
"total_value_mid": 10166.859188822,
"total_value_exit_net": 10166.424499532,
"total_value": 10166.859188822,
"base_cost_quote": 950.62751631,
"unrealized_pnl_exit_net": -371.4764856
},
{
"timestamp": "2025-09-19T23:59:00+00:00",
"base_asset_bal": 25.162,
"quote_asset_bal": 9442.783034777,
"total_value_mid": 10139.015574777,
"total_value_exit_net": 10138.493400372,
"total_value": 10139.015574777,
"base_cost_quote": 1096.12968115,
"unrealized_pnl_exit_net": -400.419315555
},
{
"timestamp": "2025-09-20T23:59:00+00:00",
"base_asset_bal": 23.55,
"quote_asset_bal": 9489.227874302,
"total_value_mid": 10152.631374302,
"total_value_exit_net": 10152.133821677,
"total_value": 10152.631374302,
"base_cost_quote": 1050.94525823,
"unrealized_pnl_exit_net": -388.039310855
},
{
"timestamp": "2025-09-21T23:59:00+00:00",
"base_asset_bal": 24.453,
"quote_asset_bal": 9464.9910899945,
"total_value_mid": 10144.7844899945,
"total_value_exit_net": 10144.2746449445,
"total_value": 10144.7844899945,
"base_cost_quote": 1076.0449789125,
"unrealized_pnl_exit_net": -396.7614239625
},
{
"timestamp": "2025-09-22T23:59:00+00:00",
"base_asset_bal": 28.35,
"quote_asset_bal": 9360.4056101395,
"total_value_mid": 10113.0981101395,
"total_value_exit_net": 10112.5335907645,
"total_value": 10113.0981101395,
"base_cost_quote": 1181.4129456625,
"unrealized_pnl_exit_net": -429.2849650375
},
{
"timestamp": "2025-09-23T23:59:00+00:00",
"base_asset_bal": 28.354,
"quote_asset_bal": 9361.1001347945,
"total_value_mid": 10113.0482147945,
"total_value_exit_net": 10112.4842537345,
"total_value": 10113.0482147945,
"base_cost_quote": 1181.3820625175,
"unrealized_pnl_exit_net": -429.9979435775
},
{
"timestamp": "2025-09-24T23:59:00+00:00",
"base_asset_bal": 27.79,
"quote_asset_bal": 9376.6248487445,
"total_value_mid": 10124.1758487445,
"total_value_exit_net": 10123.6151854945,
"total_value": 10124.1758487445,
"base_cost_quote": 1166.362496285,
"unrealized_pnl_exit_net": -419.372159535
},
{
"timestamp": "2025-09-25T23:59:00+00:00",
"base_asset_bal": 31.041,
"quote_asset_bal": 9292.2894915695,
"total_value_mid": 10080.4204815695,
"total_value_exit_net": 10079.829383327,
"total_value": 10080.4204815695,
"base_cost_quote": 1251.664144575,
"unrealized_pnl_exit_net": -464.1242528175
},
{
"timestamp": "2025-09-26T23:59:00+00:00",
"base_asset_bal": 28.529,
"quote_asset_bal": 9358.223418267,
"total_value_mid": 10114.241918267,
"total_value_exit_net": 10113.674904392,
"total_value": 10114.241918267,
"base_cost_quote": 1186.444066175,
"unrealized_pnl_exit_net": -430.99258005
},
{
"timestamp": "2025-09-27T23:59:00+00:00",
"base_asset_bal": 27.768,
"quote_asset_bal": 9378.709548472,
"total_value_mid": 10119.837468472,
"total_value_exit_net": 10119.281622532,
"total_value": 10119.837468472,
"base_cost_quote": 1166.3604247325,
"unrealized_pnl_exit_net": -425.7883506725
},
{
"timestamp": "2025-09-28T23:59:00+00:00",
"base_asset_bal": 26.094,
"quote_asset_bal": 9424.3290896645,
"total_value_mid": 10133.8249496645,
"total_value_exit_net": 10133.2928277695,
"total_value": 10133.8249496645,
"base_cost_quote": 1121.1666147775,
"unrealized_pnl_exit_net": -412.2028766725
},
{
"timestamp": "2025-09-29T23:59:00+00:00",
"base_asset_bal": 27.02,
"quote_asset_bal": 9399.7997536445,
"total_value_mid": 10126.3675536445,
"total_value_exit_net": 10125.8226277945,
"total_value": 10126.3675536445,
"base_cost_quote": 1146.274601655,
"unrealized_pnl_exit_net": -420.251727505
},
{
"timestamp": "2025-09-30T23:59:00+00:00",
"base_asset_bal": 26.647,
"quote_asset_bal": 9410.553398017,
"total_value_mid": 10130.555338017,
"total_value_exit_net": 10130.015336562,
"total_value": 10130.555338017,
"base_cost_quote": 1136.23133485,
"unrealized_pnl_exit_net": -416.769396305
},
{
"timestamp": "2025-10-01T23:59:00+00:00",
"base_asset_bal": 24.458,
"quote_asset_bal": 9471.5969105395,
"total_value_mid": 10155.9317505395,
"total_value_exit_net": 10155.4184994095,
"total_value": 10155.9317505395,
"base_cost_quote": 1076.0154167575,
"unrealized_pnl_exit_net": -392.1938278875
},
{
"timestamp": "2025-10-02T23:59:00+00:00",
"base_asset_bal": 22.326,
"quote_asset_bal": 9532.5453143745,
"total_value_mid": 10171.0689143745,
"total_value_exit_net": 10170.5900216745,
"total_value": 10171.0689143745,
"base_cost_quote": 1015.81785242,
"unrealized_pnl_exit_net": -377.77314512
},
{
"timestamp": "2025-10-03T23:59:00+00:00",
"base_asset_bal": 23.561,
"quote_asset_bal": 9497.9999917895,
"total_value_mid": 10164.0694617895,
"total_value_exit_net": 10163.569909687,
"total_value": 10164.0694617895,
"base_cost_quote": 1050.938753355,
"unrealized_pnl_exit_net": -385.3688354575
},
{
"timestamp": "2025-10-04T23:59:00+00:00",
"base_asset_bal": 25.358,
"quote_asset_bal": 9448.3525574645,
"total_value_mid": 10148.4869374645,
"total_value_exit_net": 10147.9618366795,
"total_value": 10148.4869374645,
"base_cost_quote": 1101.11926053,
"unrealized_pnl_exit_net": -401.509981315
},
{
"timestamp": "2025-10-05T23:59:00+00:00",
"base_asset_bal": 26.257,
"quote_asset_bal": 9423.9074931445,
"total_value_mid": 10140.9861631445,
"total_value_exit_net": 10140.448354142,
"total_value": 10140.9861631445,
"base_cost_quote": 1126.1597568275,
"unrealized_pnl_exit_net": -409.61889583
},
{
"timestamp": "2025-10-06T23:59:00+00:00",
"base_asset_bal": 25.162,
"quote_asset_bal": 9455.0285623219,
"total_value_mid": 10152.2675823219,
"total_value_exit_net": 10151.7446530569,
"total_value": 10152.2675823219,
"base_cost_quote": 1096.102841035,
"unrealized_pnl_exit_net": -399.3867503
},
{
"timestamp": "2025-10-07T23:59:00+00:00",
"base_asset_bal": 28.859,
"quote_asset_bal": 9355.2092031994,
"total_value_mid": 10124.3015531994,
"total_value_exit_net": 10123.7247339369,
"total_value": 10124.3015531994,
"base_cost_quote": 1196.403289995,
"unrealized_pnl_exit_net": -427.8877592575
},
{
"timestamp": "2025-10-08T23:59:00+00:00",
"base_asset_bal": 25.708,
"quote_asset_bal": 9440.9253651894,
"total_value_mid": 10146.0958051894,
"total_value_exit_net": 10145.5669273594,
"total_value": 10146.0958051894,
"base_cost_quote": 1111.1305533725,
"unrealized_pnl_exit_net": -406.4889912025
},
{
"timestamp": "2025-10-09T23:59:00+00:00",
"base_asset_bal": 28.299,
"quote_asset_bal": 9371.4673017244,
"total_value_mid": 10129.3145217244,
"total_value_exit_net": 10128.7461363094,
"total_value": 10129.3145217244,
"base_cost_quote": 1181.3660705325,
"unrealized_pnl_exit_net": -424.0872359475
},
{
"timestamp": "2025-10-10T23:59:00+00:00",
"base_asset_bal": 34.657,
"quote_asset_bal": 9217.1981424744,
"total_value_mid": 9983.8109824744,
"total_value_exit_net": 9983.2360228444,
"total_value": 9983.8109824744,
"base_cost_quote": 1336.8329633175,
"unrealized_pnl_exit_net": -570.7950829475
},
{
"timestamp": "2025-10-11T23:59:00+00:00",
"base_asset_bal": 35.316,
"quote_asset_bal": 9205.2112956844,
"total_value_mid": 9990.9922956844,
"total_value_exit_net": 9990.4029599344,
"total_value": 9990.9922956844,
"base_cost_quote": 1351.8625470575,
"unrealized_pnl_exit_net": -566.6708828075
},
{
"timestamp": "2025-10-12T23:59:00+00:00",
"base_asset_bal": 32.705,
"quote_asset_bal": 9267.4745629669,
"total_value_mid": 10047.1617629669,
"total_value_exit_net": 10046.5769975669,
"total_value": 10047.1617629669,
"base_cost_quote": 1291.6890707725,
"unrealized_pnl_exit_net": -512.5866361725
},
{
"timestamp": "2025-10-13T23:59:00+00:00",
"base_asset_bal": 32.89,
"quote_asset_bal": 9264.9378662094,
"total_value_mid": 10083.2410662095,
"total_value_exit_net": 10082.6273388095,
"total_value": 10083.2410662095,
"base_cost_quote": 1296.7079921425,
"unrealized_pnl_exit_net": -479.0185195425
},
{
"timestamp": "2025-10-14T23:59:00+00:00",
"base_asset_bal": 34.555,
"quote_asset_bal": 9227.2939383644,
"total_value_mid": 10062.8338383644,
"total_value_exit_net": 10062.2071834394,
"total_value": 10062.8338383644,
"base_cost_quote": 1336.7813646475,
"unrealized_pnl_exit_net": -501.8681195725
},
{
"timestamp": "2025-10-15T23:59:00+00:00",
"base_asset_bal": 37.28,
"quote_asset_bal": 9163.0751991194,
"total_value_mid": 10034.6815991194,
"total_value_exit_net": 10034.0278943194,
"total_value": 10034.6815991194,
"base_cost_quote": 1402.020907635,
"unrealized_pnl_exit_net": -531.068212435
},
{
"timestamp": "2025-10-16T23:59:00+00:00",
"base_asset_bal": 39.697,
"quote_asset_bal": 9109.729549447,
"total_value_mid": 9998.545379447,
"total_value_exit_net": 9997.8787675745,
"total_value": 9998.545379447,
"base_cost_quote": 1457.2253099075,
"unrealized_pnl_exit_net": -569.07609178
},
{
"timestamp": "2025-10-17T23:59:00+00:00",
"base_asset_bal": 41.056,
"quote_asset_bal": 9081.2461764695,
"total_value_mid": 9973.3930564695,
"total_value_exit_net": 9972.7239463095,
"total_value": 9973.3930564695,
"base_cost_quote": 1487.338407805,
"unrealized_pnl_exit_net": -595.860637965
},
{
"timestamp": "2025-10-18T23:59:00+00:00",
"base_asset_bal": 36.435,
"quote_asset_bal": 9188.0116193295,
"total_value_mid": 10011.4426193295,
"total_value_exit_net": 10010.8250460795,
"total_value": 10011.4426193295,
"base_cost_quote": 1381.97002074,
"unrealized_pnl_exit_net": -559.15659399
},
{
"timestamp": "2025-10-19T23:59:00+00:00",
"base_asset_bal": 26.879,
"quote_asset_bal": 9442.951561952,
"total_value_mid": 10083.478131952,
"total_value_exit_net": 10082.9977370245,
"total_value": 10083.478131952,
"base_cost_quote": 1131.2209498775,
"unrealized_pnl_exit_net": -491.174774805
},
{
"timestamp": "2025-10-20T23:59:00+00:00",
"base_asset_bal": 28.209,
"quote_asset_bal": 9414.921536162,
"total_value_mid": 10067.959886162,
"total_value_exit_net": 10067.4701073995,
"total_value": 10067.959886162,
"base_cost_quote": 1161.326041775,
"unrealized_pnl_exit_net": -508.7774705375
},
{
"timestamp": "2025-10-21T23:59:00+00:00",
"base_asset_bal": 30.417,
"quote_asset_bal": 9365.7043263895,
"total_value_mid": 10042.1784063895,
"total_value_exit_net": 10041.6710508295,
"total_value": 10042.1784063895,
"base_cost_quote": 1211.5141846725,
"unrealized_pnl_exit_net": -535.5474602325
},
{
"timestamp": "2025-10-22T23:59:00+00:00",
"base_asset_bal": 31.793,
"quote_asset_bal": 9337.119035437,
"total_value_mid": 10029.252645437,
"total_value_exit_net": 10028.7335452295,
"total_value": 10029.252645437,
"base_cost_quote": 1241.615373645,
"unrealized_pnl_exit_net": -550.0008638525
},
{
"timestamp": "2025-10-23T23:59:00+00:00",
"base_asset_bal": 29.753,
"quote_asset_bal": 9382.9176072745,
"total_value_mid": 10048.7897472745,
"total_value_exit_net": 10048.2903431695,
"total_value": 10048.7897472745,
"base_cost_quote": 1196.4600625425,
"unrealized_pnl_exit_net": -531.0873266475
},
{
"timestamp": "2025-10-24T23:59:00+00:00",
"base_asset_bal": 29.965,
"quote_asset_bal": 9378.4894447195,
"total_value_mid": 10055.9980947195,
"total_value_exit_net": 10055.489963232,
"total_value": 10055.9980947195,
"base_cost_quote": 1201.4821662975,
"unrealized_pnl_exit_net": -524.481647785
},
{
"timestamp": "2025-10-25T23:59:00+00:00",
"base_asset_bal": 31.313,
"quote_asset_bal": 9348.921818007,
"total_value_mid": 10042.504768007,
"total_value_exit_net": 10041.9845807945,
"total_value": 10042.504768007,
"base_cost_quote": 1231.56610234,
"unrealized_pnl_exit_net": -538.5033395525
},
{
"timestamp": "2025-10-26T23:59:00+00:00",
"base_asset_bal": 28.86,
"quote_asset_bal": 9404.792126582,
"total_value_mid": 10068.283526582,
"total_value_exit_net": 10067.785908032,
"total_value": 10068.283526582,
"base_cost_quote": 1176.39211286,
"unrealized_pnl_exit_net": -513.39833141
},
{
"timestamp": "2025-10-27T23:59:00+00:00",
"base_asset_bal": 30.192,
"quote_asset_bal": 9375.761602162,
"total_value_mid": 10049.0432021621,
"total_value_exit_net": 10048.5382409621,
"total_value": 10049.0432021621,
"base_cost_quote": 1206.47013447,
"unrealized_pnl_exit_net": -533.69349567
},
{
"timestamp": "2025-10-28T23:59:00+00:00",
"base_asset_bal": 31.988,
"quote_asset_bal": 9336.7038824895,
"total_value_mid": 10035.0019224896,
"total_value_exit_net": 10034.4781989596,
"total_value": 10035.0019224896,
"base_cost_quote": 1246.5448980175,
"unrealized_pnl_exit_net": -548.7705815475
},
{
"timestamp": "2025-10-29T23:59:00+00:00",
"base_asset_bal": 31.543,
"quote_asset_bal": 9347.8343614496,
"total_value_mid": 10046.5118114496,
"total_value_exit_net": 10045.9878033621,
"total_value": 10046.5118114496,
"base_cost_quote": 1236.5603352075,
"unrealized_pnl_exit_net": -538.406893295
},
{
"timestamp": "2025-10-30T23:59:00+00:00",
"base_asset_bal": 34.131,
"quote_asset_bal": 9293.9546859421,
"total_value_mid": 10014.4600959421,
"total_value_exit_net": 10013.9197168846,
"total_value": 10014.4600959421,
"base_cost_quote": 1291.7052529,
"unrealized_pnl_exit_net": -571.7402219575
},
{
"timestamp": "2025-10-31T23:59:00+00:00",
"base_asset_bal": 33.187,
"quote_asset_bal": 9314.7037142346,
"total_value_mid": 10025.9011242346,
"total_value_exit_net": 10025.3677261771,
"total_value": 10025.9011242346,
"base_cost_quote": 1271.6517940775,
"unrealized_pnl_exit_net": -560.987782135
},
{
"timestamp": "2025-11-01T23:59:00+00:00",
"base_asset_bal": 31.561,
"quote_asset_bal": 9350.2226907596,
"total_value_mid": 10047.0895707596,
"total_value_exit_net": 10046.5669205996,
"total_value": 10047.0895707596,
"base_cost_quote": 1236.5613559725,
"unrealized_pnl_exit_net": -540.2171261325
},
{
"timestamp": "2025-11-02T23:59:00+00:00",
"base_asset_bal": 31.328,
"quote_asset_bal": 9355.8327431746,
"total_value_mid": 10050.0612231746,
"total_value_exit_net": 10049.5405518146,
"total_value": 10050.0612231746,
"base_cost_quote": 1231.5218791975,
"unrealized_pnl_exit_net": -537.8140705575
},
{
"timestamp": "2025-11-03T23:59:00+00:00",
"base_asset_bal": 35.363,
"quote_asset_bal": 9272.204558272,
"total_value_mid": 9993.256128272,
"total_value_exit_net": 9992.7153395945,
"total_value": 9993.256128272,
"base_cost_quote": 1316.808526245,
"unrealized_pnl_exit_net": -596.2977449225
},
{
"timestamp": "2025-11-04T23:59:00+00:00",
"base_asset_bal": 34.795,
"quote_asset_bal": 9289.805298557,
"total_value_mid": 9999.623298557,
"total_value_exit_net": 9999.090935057,
"total_value": 9999.623298557,
"base_cost_quote": 1301.7208089375,
"unrealized_pnl_exit_net": -592.4351724375
},
{
"timestamp": "2025-11-05T23:59:00+00:00",
"base_asset_bal": 27.17,
"quote_asset_bal": 9458.1895998495,
"total_value_mid": 10062.7220998495,
"total_value_exit_net": 10062.2687004745,
"total_value": 10062.7220998495,
"base_cost_quote": 1136.2467363925,
"unrealized_pnl_exit_net": -532.1676357675
},
{
"timestamp": "2025-11-06T23:59:00+00:00",
"base_asset_bal": 16.891,
"quote_asset_bal": 9773.976170577,
"total_value_mid": 10159.090970577,
"total_value_exit_net": 10158.802134477,
"total_value": 10159.090970577,
"base_cost_quote": 825.1141218125,
"unrealized_pnl_exit_net": -440.2881579125
},
{
"timestamp": "2025-11-07T23:59:00+00:00",
"base_asset_bal": 17.036,
"quote_asset_bal": 9771.7935865495,
"total_value_mid": 10170.6063465495,
"total_value_exit_net": 10170.3072369795,
"total_value": 10170.6063465495,
"base_cost_quote": 830.1316821625,
"unrealized_pnl_exit_net": -431.6180317325
},
{
"timestamp": "2025-11-08T23:59:00+00:00",
"base_asset_bal": 17.259,
"quote_asset_bal": 9767.7778477895,
"total_value_mid": 10167.3236977895,
"total_value_exit_net": 10167.024038402,
"total_value": 10167.3236977895,
"base_cost_quote": 835.1067306525,
"unrealized_pnl_exit_net": -435.86054004
},
{
"timestamp": "2025-11-09T23:59:00+00:00",
"base_asset_bal": 15.934,
"quote_asset_bal": 9799.5453641269,
"total_value_mid": 10182.9174041269,
"total_value_exit_net": 10182.6298750969,
"total_value": 10182.9174041269,
"base_cost_quote": 805.01550915,
"unrealized_pnl_exit_net": -421.93099818
},
{
"timestamp": "2025-11-10T23:59:00+00:00",
"base_asset_bal": 15.959,
"quote_asset_bal": 9800.7406207694,
"total_value_mid": 10177.6922007694,
"total_value_exit_net": 10177.4094870844,
"total_value": 10177.6922007694,
"base_cost_quote": 805.032782095,
"unrealized_pnl_exit_net": -428.36391578
},
{
"timestamp": "2025-11-11T23:59:00+00:00",
"base_asset_bal": 18.547,
"quote_asset_bal": 9741.7241230919,
"total_value_mid": 10164.4102530919,
"total_value_exit_net": 10164.0932384944,
"total_value": 10164.4102530919,
"base_cost_quote": 865.1852026,
"unrealized_pnl_exit_net": -442.8160871975
},
{
"timestamp": "2025-11-12T23:59:00+00:00",
"base_asset_bal": 16.399,
"quote_asset_bal": 9793.6912303995,
"total_value_mid": 10178.4117703995,
"total_value_exit_net": 10178.1232299945,
"total_value": 10178.4117703995,
"base_cost_quote": 815.08265385,
"unrealized_pnl_exit_net": -430.650654255
},
{
"timestamp": "2025-11-13T23:59:00+00:00",
"base_asset_bal": 17.1,
"quote_asset_bal": 9780.7108204395,
"total_value_mid": 10159.8178204395,
"total_value_exit_net": 10159.5334901895,
"total_value": 10159.8178204395,
"base_cost_quote": 830.09990835,
"unrealized_pnl_exit_net": -451.2772386
},
{
"timestamp": "2025-11-14T23:59:00+00:00",
"base_asset_bal": 20.102,
"quote_asset_bal": 9717.3700234195,
"total_value_mid": 10143.7334434195,
"total_value_exit_net": 10143.4136708545,
"total_value": 10143.7334434195,
"base_cost_quote": 895.276854425,
"unrealized_pnl_exit_net": -469.23320699
},
{
"timestamp": "2025-11-15T23:59:00+00:00",
"base_asset_bal": 17.101,
"quote_asset_bal": 9784.1754741294,
"total_value_mid": 10159.5424241294,
"total_value_exit_net": 10159.2608989169,
"total_value": 10159.5424241294,
"base_cost_quote": 830.092843055,
"unrealized_pnl_exit_net": -455.0074182675
},
{
"timestamp": "2025-11-16T23:59:00+00:00",
"base_asset_bal": 20.303,
"quote_asset_bal": 9716.1988927844,
"total_value_mid": 10150.2770327844,
"total_value_exit_net": 10149.9514741794,
"total_value": 10150.2770327844,
"base_cost_quote": 900.299298435,
"unrealized_pnl_exit_net": -466.54671704
},
{
"timestamp": "2025-11-17T23:59:00+00:00",
"base_asset_bal": 21.708,
"quote_asset_bal": 9688.2355265218,
"total_value_mid": 10146.7084865218,
"total_value_exit_net": 10146.3646318018,
"total_value": 10146.7084865218,
"base_cost_quote": 930.3608577075,
"unrealized_pnl_exit_net": -472.2317524275
},
{
"timestamp": "2025-11-18T23:59:00+00:00",
"base_asset_bal": 22.186,
"quote_asset_bal": 9679.5432921568,
"total_value_mid": 10151.4395121568,
"total_value_exit_net": 10151.0855899918,
"total_value": 10151.4395121568,
"base_cost_quote": 940.4310046575,
"unrealized_pnl_exit_net": -468.8887068225
},
{
"timestamp": "2025-11-19T23:59:00+00:00",
"base_asset_bal": 22.909,
"quote_asset_bal": 9665.9581669393,
"total_value_mid": 10146.8180769393,
"total_value_exit_net": 10146.4574320068,
"total_value": 10146.8180769393,
"base_cost_quote": 955.482935145,
"unrealized_pnl_exit_net": -474.9836700775
},
{
"timestamp": "2025-11-20T23:59:00+00:00",
"base_asset_bal": 24.348,
"quote_asset_bal": 9637.2231573993,
"total_value_mid": 10140.0093573993,
"total_value_exit_net": 10139.6322677493,
"total_value": 10140.0093573993,
"base_cost_quote": 985.55597302,
"unrealized_pnl_exit_net": -483.14686267
},
{
"timestamp": "2025-11-21T23:59:00+00:00",
"base_asset_bal": 27.818,
"quote_asset_bal": 9569.0661244367,
"total_value_mid": 10123.7570444367,
"total_value_exit_net": 10123.3410262467,
"total_value": 10123.7570444367,
"base_cost_quote": 1055.7395812775,
"unrealized_pnl_exit_net": -501.4646794675
},
{
"timestamp": "2025-11-22T23:59:00+00:00",
"base_asset_bal": 28.578,
"quote_asset_bal": 9555.7240406716,
"total_value_mid": 10122.9973406716,
"total_value_exit_net": 10122.5718856966,
"total_value": 10122.9973406716,
"base_cost_quote": 1070.7807737175,
"unrealized_pnl_exit_net": -503.9329286925
},
{
"timestamp": "2025-11-23T23:59:00+00:00",
"base_asset_bal": 29.83,
"quote_asset_bal": 9531.7898349916,
"total_value_mid": 10123.0204349916,
"total_value_exit_net": 10122.5770120416,
"total_value": 10123.0204349916,
"base_cost_quote": 1095.8130338425,
"unrealized_pnl_exit_net": -505.0258567925
},
{
"timestamp": "2025-11-24T23:59:00+00:00",
"base_asset_bal": 25.831,
"quote_asset_bal": 9613.1795011216,
"total_value_mid": 10143.2316211216,
"total_value_exit_net": 10142.8340820316,
"total_value": 10143.2316211216,
"base_cost_quote": 1015.6133691725,
"unrealized_pnl_exit_net": -485.9587882625
},
{
"timestamp": "2025-11-25T23:59:00+00:00",
"base_asset_bal": 24.611,
"quote_asset_bal": 9639.0175885741,
"total_value_mid": 10145.7580785741,
"total_value_exit_net": 10145.3780232066,
"total_value": 10145.7580785741,
"base_cost_quote": 990.540288455,
"unrealized_pnl_exit_net": -484.1798538225
},
{
"timestamp": "2025-11-26T23:59:00+00:00",
"base_asset_bal": 23.63,
"quote_asset_bal": 9659.766169024,
"total_value_mid": 10151.033869024,
"total_value_exit_net": 10150.665418249,
"total_value": 10151.033869024,
"base_cost_quote": 970.5028816625,
"unrealized_pnl_exit_net": -479.6036324375
},
{
"timestamp": "2025-11-27T23:59:00+00:00",
"base_asset_bal": 25.103,
"quote_asset_bal": 9630.434471749,
"total_value_mid": 10144.041851749,
"total_value_exit_net": 10143.656646214,
"total_value": 10144.041851749,
"base_cost_quote": 1000.5784013975,
"unrealized_pnl_exit_net": -487.3562269325
},
{
"timestamp": "2025-11-28T23:59:00+00:00",
"base_asset_bal": 16.037,
"quote_asset_bal": 9827.952059179,
"total_value_mid": 10172.747559179,
"total_value_exit_net": 10172.488962554,
"total_value": 10172.747559179,
"base_cost_quote": 805.02195398,
"unrealized_pnl_exit_net": -460.485050605
},
{
"timestamp": "2025-11-29T23:59:00+00:00",
"base_asset_bal": 22.709,
"quote_asset_bal": 9688.8176034115,
"total_value_mid": 10144.3601434115,
"total_value_exit_net": 10144.0184865065,
"total_value": 10144.3601434115,
"base_cost_quote": 945.4227256425,
"unrealized_pnl_exit_net": -490.2218425475
},
{
"timestamp": "2025-11-30T23:59:00+00:00",
"base_asset_bal": 21.748,
"quote_asset_bal": 9710.1222688939,
"total_value_mid": 10148.9969088939,
"total_value_exit_net": 10148.6677529139,
"total_value": 10148.9969088939,
"base_cost_quote": 925.362401675,
"unrealized_pnl_exit_net": -486.816917655
},
{
"timestamp": "2025-12-01T23:59:00+00:00",
"base_asset_bal": 24.784,
"quote_asset_bal": 9652.2713590463,
"total_value_mid": 10137.7899190463,
"total_value_exit_net": 10137.4257801263,
"total_value": 10137.7899190463,
"base_cost_quote": 985.52583043,
"unrealized_pnl_exit_net": -500.37140935
},
{
"timestamp": "2025-12-02T23:59:00+00:00",
"base_asset_bal": 22.254,
"quote_asset_bal": 9704.1381776387,
"total_value_mid": 10153.0013576387,
"total_value_exit_net": 10152.6647102537,
"total_value": 10153.0013576387,
"base_cost_quote": 935.3836219575,
"unrealized_pnl_exit_net": -486.8570893425
},
{
"timestamp": "2025-12-03T23:59:00+00:00",
"base_asset_bal": 19.805,
"quote_asset_bal": 9755.5192219887,
"total_value_mid": 10163.8983219887,
"total_value_exit_net": 10163.5920376637,
"total_value": 10163.8983219887,
"base_cost_quote": 885.2795320525,
"unrealized_pnl_exit_net": -477.2067163775
},
{
"timestamp": "2025-12-04T23:59:00+00:00",
"base_asset_bal": 22.204,
"quote_asset_bal": 9706.2196098037,
"total_value_mid": 10161.4016098037,
"total_value_exit_net": 10161.0602233037,
"total_value": 10161.4016098037,
"base_cost_quote": 935.4045776625,
"unrealized_pnl_exit_net": -480.5639641625
},
{
"timestamp": "2025-12-05T23:59:00+00:00",
"base_asset_bal": 27.468,
"quote_asset_bal": 9601.8752703386,
"total_value_mid": 10139.9733903386,
"total_value_exit_net": 10139.5698167486,
"total_value": 10139.9733903386,
"base_cost_quote": 1040.66755573,
"unrealized_pnl_exit_net": -502.97300932
},
{
"timestamp": "2025-12-06T23:59:00+00:00",
"base_asset_bal": 23.916,
"quote_asset_bal": 9673.0054473561,
"total_value_mid": 10155.1520073561,
"total_value_exit_net": 10154.7903974361,
"total_value": 10155.1520073561,
"base_cost_quote": 970.4754811275,
"unrealized_pnl_exit_net": -488.6905310475
},
{
"timestamp": "2025-12-07T23:59:00+00:00",
"base_asset_bal": 24.927,
"quote_asset_bal": 9653.9067972686,
"total_value_mid": 10150.9511772686,
"total_value_exit_net": 10150.5783939836,
"total_value": 10150.9511772686,
"base_cost_quote": 990.5635158625,
"unrealized_pnl_exit_net": -493.8919191475
},
{
"timestamp": "2025-12-08T23:59:00+00:00",
"base_asset_bal": 21.96,
"quote_asset_bal": 9715.409092706,
"total_value_mid": 10162.075492706,
"total_value_exit_net": 10161.7404929061,
"total_value": 10162.075492706,
"base_cost_quote": 930.366231735,
"unrealized_pnl_exit_net": -484.034831535
},
{
"timestamp": "2025-12-09T23:59:00+00:00",
"base_asset_bal": 20.962,
"quote_asset_bal": 9736.588624046,
"total_value_mid": 10170.292404046,
"total_value_exit_net": 10169.967126211,
"total_value": 10170.292404046,
"base_cost_quote": 910.29877242,
"unrealized_pnl_exit_net": -476.920270255
},
{
"timestamp": "2025-12-10T23:59:00+00:00",
"base_asset_bal": 23.934,
"quote_asset_bal": 9677.4304007035,
"total_value_mid": 10156.8284207035,
"total_value_exit_net": 10156.4688721885,
"total_value": 10156.8284207035,
"base_cost_quote": 970.4602096825,
"unrealized_pnl_exit_net": -491.4217381975
},
{
"timestamp": "2025-12-11T23:59:00+00:00",
"base_asset_bal": 25.195,
"quote_asset_bal": 9653.7100882384,
"total_value_mid": 10152.5710882384,
"total_value_exit_net": 10152.1969424884,
"total_value": 10152.5710882384,
"base_cost_quote": 995.5449691525,
"unrealized_pnl_exit_net": -497.0581149025
},
{
"timestamp": "2025-12-12T23:59:00+00:00",
"base_asset_bal": 25.193,
"quote_asset_bal": 9654.8497693459,
"total_value_mid": 10151.4037993459,
"total_value_exit_net": 10151.0313838234,
"total_value": 10151.4037993459,
"base_cost_quote": 995.5330402125,
"unrealized_pnl_exit_net": -499.351425735
},
{
"timestamp": "2025-12-13T23:59:00+00:00",
"base_asset_bal": 26.974,
"quote_asset_bal": 9620.7677479708,
"total_value_mid": 10150.5371079708,
"total_value_exit_net": 10150.1397809508,
"total_value": 10150.5371079708,
"base_cost_quote": 1030.6456149075,
"unrealized_pnl_exit_net": -501.2735819275
},
{
"timestamp": "2025-12-14T23:59:00+00:00",
"base_asset_bal": 31.896,
"quote_asset_bal": 9526.2733937058,
"total_value_mid": 10132.2973937058,
"total_value_exit_net": 10131.8428757058,
"total_value": 10132.2973937058,
"base_cost_quote": 1125.9441352325,
"unrealized_pnl_exit_net": -520.3746532325
},
{
"timestamp": "2025-12-15T23:59:00+00:00",
"base_asset_bal": 35.372,
"quote_asset_bal": 9462.3113976484,
"total_value_mid": 10117.4008376484,
"total_value_exit_net": 10116.9095205684,
"total_value": 10117.4008376484,
"base_cost_quote": 1191.0903382675,
"unrealized_pnl_exit_net": -536.4922153475
},
{
"timestamp": "2025-12-16T23:59:00+00:00",
"base_asset_bal": 35.912,
"quote_asset_bal": 9453.5406546433,
"total_value_mid": 10115.0396946433,
"total_value_exit_net": 10114.5435703633,
"total_value": 10115.0396946433,
"base_cost_quote": 1201.12628959,
"unrealized_pnl_exit_net": -540.12337387
},
{
"timestamp": "2025-12-17T23:59:00+00:00",
"base_asset_bal": 39.031,
"quote_asset_bal": 9399.8090018733,
"total_value_mid": 10083.6321218733,
"total_value_exit_net": 10083.1192545333,
"total_value": 10083.6321218733,
"base_cost_quote": 1256.2949450725,
"unrealized_pnl_exit_net": -572.9846924125
},
{
"timestamp": "2025-12-18T23:59:00+00:00",
"base_asset_bal": 40.82,
"quote_asset_bal": 9371.2113215708,
"total_value_mid": 10066.7841215708,
"total_value_exit_net": 10066.2624419708,
"total_value": 10066.7841215708,
"base_cost_quote": 1286.3243302325,
"unrealized_pnl_exit_net": -591.2732098325
},
{
"timestamp": "2025-12-19T23:59:00+00:00",
"base_asset_bal": 37.907,
"quote_asset_bal": 9422.5136864533,
"total_value_mid": 10090.4350264533,
"total_value_exit_net": 10089.9340854483,
"total_value": 10090.4350264533,
"base_cost_quote": 1236.222411955,
"unrealized_pnl_exit_net": -568.80201296
},
{
"timestamp": "2025-12-20T23:59:00+00:00",
"base_asset_bal": 38.744,
"quote_asset_bal": 9408.4398762358,
"total_value_mid": 10085.2975562358,
"total_value_exit_net": 10084.7899129758,
"total_value": 10085.2975562358,
"base_cost_quote": 1251.253436775,
"unrealized_pnl_exit_net": -574.903400035
},
{
"timestamp": "2025-12-21T23:59:00+00:00",
"base_asset_bal": 41.618,
"quote_asset_bal": 9359.3027740733,
"total_value_mid": 10079.7103540733,
"total_value_exit_net": 10079.1700483883,
"total_value": 10079.7103540733,
"base_cost_quote": 1301.384767095,
"unrealized_pnl_exit_net": -581.51749278
},
{
"timestamp": "2025-12-22T23:59:00+00:00",
"base_asset_bal": 41.605,
"quote_asset_bal": 9360.0900358883,
"total_value_mid": 10081.5207358883,
"total_value_exit_net": 10080.9796628633,
"total_value": 10081.5207358883,
"base_cost_quote": 1301.3709667525,
"unrealized_pnl_exit_net": -580.4813397775
},
{
"timestamp": "2025-12-23T23:59:00+00:00",
"base_asset_bal": 39.037,
"quote_asset_bal": 9406.5583073484,
"total_value_mid": 10091.2672873484,
"total_value_exit_net": 10090.7537556134,
"total_value": 10091.2672873484,
"base_cost_quote": 1256.2598888,
"unrealized_pnl_exit_net": -572.064440535
},
{
"timestamp": "2025-12-24T23:59:00+00:00",
"base_asset_bal": 21.457,
"quote_asset_bal": 9749.6874277533,
"total_value_mid": 10137.4154177533,
"total_value_exit_net": 10137.1246217608,
"total_value": 10137.4154177533,
"base_cost_quote": 915.3433630275,
"unrealized_pnl_exit_net": -527.90616902
},
{
"timestamp": "2025-12-25T23:59:00+00:00",
"base_asset_bal": 21.21,
"quote_asset_bal": 9764.1715158307,
"total_value_mid": 10172.8882158307,
"total_value_exit_net": 10172.5816783057,
"total_value": 10172.8882158307,
"base_cost_quote": 905.256373455,
"unrealized_pnl_exit_net": -496.84621098
},
{
"timestamp": "2025-12-26T23:59:00+00:00",
"base_asset_bal": 25.737,
"quote_asset_bal": 9681.1938593708,
"total_value_mid": 10157.5857293708,
"total_value_exit_net": 10157.2284354683,
"total_value": 10157.5857293708,
"base_cost_quote": 990.4676440125,
"unrealized_pnl_exit_net": -514.433067915
},
{
"timestamp": "2025-12-27T23:59:00+00:00",
"base_asset_bal": 21.208,
"quote_asset_bal": 9768.5074487309,
"total_value_mid": 10173.7923287309,
"total_value_exit_net": 10173.4883650709,
"total_value": 10173.7923287309,
"base_cost_quote": 905.2685325675,
"unrealized_pnl_exit_net": -500.2876162275
},
{
"timestamp": "2025-12-28T23:59:00+00:00",
"base_asset_bal": 23.586,
"quote_asset_bal": 9724.9072800785,
"total_value_mid": 10168.5599400785,
"total_value_exit_net": 10168.2272005835,
"total_value": 10168.5599400785,
"base_cost_quote": 950.3618071775,
"unrealized_pnl_exit_net": -507.0418866725
},
{
"timestamp": "2025-12-29T23:59:00+00:00",
"base_asset_bal": 23.59,
"quote_asset_bal": 9726.4736094861,
"total_value_mid": 10170.6733094861,
"total_value_exit_net": 10170.3401597111,
"total_value": 10170.6733094861,
"base_cost_quote": 950.39486195,
"unrealized_pnl_exit_net": -506.528311725
},
{
"timestamp": "2025-12-30T23:59:00+00:00",
"base_asset_bal": 24.119,
"quote_asset_bal": 9717.9456242586,
"total_value_mid": 10171.3828242587,
"total_value_exit_net": 10171.0427463587,
"total_value": 10171.3828242587,
"base_cost_quote": 960.39743826,
"unrealized_pnl_exit_net": -507.30031616
},
{
"timestamp": "2025-12-31T23:59:00+00:00",
"base_asset_bal": 24.652,
"quote_asset_bal": 9709.1626932512,
"total_value_mid": 10171.8807332512,
"total_value_exit_net": 10171.5336947212,
"total_value": 10171.8807332512,
"base_cost_quote": 970.4279855325,
"unrealized_pnl_exit_net": -508.0569840625
},
{
"timestamp": "2026-01-01T23:59:00+00:00",
"base_asset_bal": 23.298,
"quote_asset_bal": 9736.1327946688,
"total_value_mid": 10180.6586346688,
"total_value_exit_net": 10180.3252402888,
"total_value": 10180.6586346688,
"base_cost_quote": 945.36833488,
"unrealized_pnl_exit_net": -501.17588926
},
{
"timestamp": "2026-01-02T23:59:00+00:00",
"base_asset_bal": 21.987,
"quote_asset_bal": 9762.6519270963,
"total_value_mid": 10183.0433670963,
"total_value_exit_net": 10182.7280735163,
"total_value": 10183.0433670963,
"base_cost_quote": 920.30703299,
"unrealized_pnl_exit_net": -500.23088657
},
{
"timestamp": "2026-01-03T23:59:00+00:00",
"base_asset_bal": 21.192,
"quote_asset_bal": 9779.3572590162,
"total_value_mid": 10191.9654990163,
"total_value_exit_net": 10191.6560428362,
"total_value": 10191.9654990163,
"base_cost_quote": 905.2332461225,
"unrealized_pnl_exit_net": -492.9344623025
},
{
"timestamp": "2026-01-04T23:59:00+00:00",
"base_asset_bal": 21.703,
"quote_asset_bal": 9770.5335693962,
"total_value_mid": 10192.4398893962,
"total_value_exit_net": 10192.1234596562,
"total_value": 10192.4398893962,
"base_cost_quote": 915.25888972,
"unrealized_pnl_exit_net": -493.66899946
},
{
"timestamp": "2026-01-05T23:59:00+00:00",
"base_asset_bal": 20.66,
"quote_asset_bal": 9791.9635112061,
"total_value_mid": 10198.3457112061,
"total_value_exit_net": 10198.0409245561,
"total_value": 10198.3457112061,
"base_cost_quote": 895.21718971,
"unrealized_pnl_exit_net": -489.13977636
},
{
"timestamp": "2026-01-06T23:59:00+00:00",
"base_asset_bal": 19.147,
"quote_asset_bal": 9823.9650658611,
"total_value_mid": 10203.6500758611,
"total_value_exit_net": 10203.3653121036,
"total_value": 10203.6500758611,
"base_cost_quote": 865.1290905475,
"unrealized_pnl_exit_net": -485.728844305
},
{
"timestamp": "2026-01-07T23:59:00+00:00",
"base_asset_bal": 23.528,
"quote_asset_bal": 9740.0369016911,
"total_value_mid": 10190.1275416911,
"total_value_exit_net": 10189.7899737111,
"total_value": 10190.1275416911,
"base_cost_quote": 950.37328578,
"unrealized_pnl_exit_net": -500.62021376
},
{
"timestamp": "2026-01-08T23:59:00+00:00",
"base_asset_bal": 25.106,
"quote_asset_bal": 9711.5159996111,
"total_value_mid": 10186.5215196111,
"total_value_exit_net": 10186.1652654711,
"total_value": 10186.5215196111,
"base_cost_quote": 980.41339898,
"unrealized_pnl_exit_net": -505.76413312
},
{
"timestamp": "2026-01-09T23:59:00+00:00",
"base_asset_bal": 20.315,
"quote_asset_bal": 9809.0337887886,
"total_value_mid": 10197.0502887886,
"total_value_exit_net": 10196.7592764136,
"total_value": 10197.0502887886,
"base_cost_quote": 885.2197072175,
"unrealized_pnl_exit_net": -497.4942195925
},
{
"timestamp": "2026-01-10T23:59:00+00:00",
"base_asset_bal": 19.273,
"quote_asset_bal": 9830.700608711,
"total_value_mid": 10202.476778711,
"total_value_exit_net": 10202.1979465835,
"total_value": 10202.476778711,
"base_cost_quote": 865.1689003825,
"unrealized_pnl_exit_net": -493.67156251
},
{
"timestamp": "2026-01-11T23:59:00+00:00",
"base_asset_bal": 20.615,
"quote_asset_bal": 9807.2017277435,
"total_value_mid": 10198.2682777435,
"total_value_exit_net": 10197.974977831,
"total_value": 10198.2682777435,
"base_cost_quote": 890.2074252025,
"unrealized_pnl_exit_net": -499.434175115
},
{
"timestamp": "2026-01-12T23:59:00+00:00",
"base_asset_bal": 22.994,
"quote_asset_bal": 9763.800682901,
"total_value_mid": 10194.938182901,
"total_value_exit_net": 10194.614829776,
"total_value": 10194.938182901,
"base_cost_quote": 935.34114012,
"unrealized_pnl_exit_net": -504.526993245
},
{
"timestamp": "2026-01-13T23:59:00+00:00",
"base_asset_bal": 17.697,
"quote_asset_bal": 9865.786566431,
"total_value_mid": 10214.063526431,
"total_value_exit_net": 10213.802318711,
"total_value": 10214.063526431,
"base_cost_quote": 835.06707093,
"unrealized_pnl_exit_net": -487.05131865
},
{
"timestamp": "2026-01-14T23:59:00+00:00",
"base_asset_bal": 17.2,
"quote_asset_bal": 9877.1806179285,
"total_value_mid": 10214.4726179285,
"total_value_exit_net": 10214.2196489285,
"total_value": 10214.4726179285,
"base_cost_quote": 825.04520016,
"unrealized_pnl_exit_net": -488.00616916
},
{
"timestamp": "2026-01-15T23:59:00+00:00",
"base_asset_bal": 19.022,
"quote_asset_bal": 9843.5170036259,
"total_value_mid": 10206.4567636259,
"total_value_exit_net": 10206.1845588059,
"total_value": 10206.4567636259,
"base_cost_quote": 860.1571643975,
"unrealized_pnl_exit_net": -497.4896092175
},
{
"timestamp": "2026-01-16T23:59:00+00:00",
"base_asset_bal": 18.762,
"quote_asset_bal": 9849.8887034284,
"total_value_mid": 10213.3086434284,
"total_value_exit_net": 10213.0360784734,
"total_value": 10213.3086434284,
"base_cost_quote": 855.1524536775,
"unrealized_pnl_exit_net": -492.0050786325
},
{
"timestamp": "2026-01-17T23:59:00+00:00",
"base_asset_bal": 16.705,
"quote_asset_bal": 9891.3352980008,
"total_value_mid": 10216.9157480008,
"total_value_exit_net": 10216.6715626633,
"total_value": 10216.9157480008,
"base_cost_quote": 815.0140324225,
"unrealized_pnl_exit_net": -489.67776776
},
{
"timestamp": "2026-01-18T23:59:00+00:00",
"base_asset_bal": 21.625,
"quote_asset_bal": 9797.3287698433,
"total_value_mid": 10206.0412698433,
"total_value_exit_net": 10205.7347354683,
"total_value": 10206.0412698433,
"base_cost_quote": 910.2480243875,
"unrealized_pnl_exit_net": -501.8420587625
},
{
"timestamp": "2026-01-19T23:59:00+00:00",
"base_asset_bal": 23.5,
"quote_asset_bal": 9764.1923089533,
"total_value_mid": 10202.9373089533,
"total_value_exit_net": 10202.6082502033,
"total_value": 10202.9373089533,
"base_cost_quote": 945.3251525175,
"unrealized_pnl_exit_net": -506.9092112675
},
{
"timestamp": "2026-01-20T23:59:00+00:00",
"base_asset_bal": 31.859,
"quote_asset_bal": 9615.0550457158,
"total_value_mid": 10172.5875457158,
"total_value_exit_net": 10172.1693963408,
"total_value": 10172.5875457158,
"base_cost_quote": 1095.723556785,
"unrealized_pnl_exit_net": -538.60920616
},
{
"timestamp": "2026-01-21T23:59:00+00:00",
"base_asset_bal": 29.31,
"quote_asset_bal": 9661.9622280183,
"total_value_mid": 10182.2147280183,
"total_value_exit_net": 10181.8245386433,
"total_value": 10182.2147280183,
"base_cost_quote": 1050.61288914,
"unrealized_pnl_exit_net": -530.750578515
},
{
"timestamp": "2026-01-22T23:59:00+00:00",
"base_asset_bal": 26.788,
"quote_asset_bal": 9709.0679848733,
"total_value_mid": 10182.6798248733,
"total_value_exit_net": 10182.3246159933,
"total_value": 10182.6798248733,
"base_cost_quote": 1005.4917836725,
"unrealized_pnl_exit_net": -532.2351525525
},
{
"timestamp": "2026-01-23T23:59:00+00:00",
"base_asset_bal": 31.926,
"quote_asset_bal": 9620.0730442958,
"total_value_mid": 10172.7121042958,
"total_value_exit_net": 10172.2976250008,
"total_value": 10172.7121042958,
"base_cost_quote": 1095.71965386,
"unrealized_pnl_exit_net": -543.495073155
},
{
"timestamp": "2026-01-24T23:59:00+00:00",
"base_asset_bal": 31.059,
"quote_asset_bal": 9636.0472354483,
"total_value_mid": 10173.6785254483,
"total_value_exit_net": 10173.2753019808,
"total_value": 10173.6785254483,
"base_cost_quote": 1080.681483685,
"unrealized_pnl_exit_net": -543.4534171525
},
{
"timestamp": "2026-01-25T23:59:00+00:00",
"base_asset_bal": 37.575,
"quote_asset_bal": 9526.9998757733,
"total_value_mid": 10151.1206257733,
"total_value_exit_net": 10150.6525352108,
"total_value": 10151.1206257733,
"base_cost_quote": 1190.9595802725,
"unrealized_pnl_exit_net": -567.306920835
},
{
"timestamp": "2026-01-26T23:59:00+00:00",
"base_asset_bal": 32.855,
"quote_asset_bal": 9608.4555702858,
"total_value_mid": 10164.0336202858,
"total_value_exit_net": 10163.6169367483,
"total_value": 10164.0336202858,
"base_cost_quote": 1110.75968543,
"unrealized_pnl_exit_net": -555.5983189675
},
{
"timestamp": "2026-01-27T23:59:00+00:00",
"base_asset_bal": 31.068,
"quote_asset_bal": 9640.0675456657,
"total_value_mid": 10171.9517056657,
"total_value_exit_net": 10171.5527925457,
"total_value": 10171.9517056657,
"base_cost_quote": 1080.6862172325,
"unrealized_pnl_exit_net": -549.2009703525
},
{
"timestamp": "2026-01-28T23:59:00+00:00",
"base_asset_bal": 35.255,
"quote_asset_bal": 9571.3264447882,
"total_value_mid": 10155.5017947882,
"total_value_exit_net": 10155.0636632757,
"total_value": 10155.5017947882,
"base_cost_quote": 1150.85461409,
"unrealized_pnl_exit_net": -567.1173956025
},
{
"timestamp": "2026-01-29T23:59:00+00:00",
"base_asset_bal": 41.411,
"quote_asset_bal": 9472.1536558082,
"total_value_mid": 10133.0732158082,
"total_value_exit_net": 10132.5775261382,
"total_value": 10133.0732158082,
"base_cost_quote": 1251.088112875,
"unrealized_pnl_exit_net": -590.664242545
},
{
"timestamp": "2026-01-30T23:59:00+00:00",
"base_asset_bal": 42.997,
"quote_asset_bal": 9448.1177350457,
"total_value_mid": 10126.6103950457,
"total_value_exit_net": 10126.1015255507,
"total_value": 10126.6103950457,
"base_cost_quote": 1276.1330324875,
"unrealized_pnl_exit_net": -598.1492419825
},
{
"timestamp": "2026-01-31T23:59:00+00:00",
"base_asset_bal": 48.555,
"quote_asset_bal": 9364.8135812607,
"total_value_mid": 10096.5374312608,
"total_value_exit_net": 10095.9886383733,
"total_value": 10096.5374312608,
"base_cost_quote": 1361.3701724325,
"unrealized_pnl_exit_net": -630.19511532
},
{
"timestamp": "2026-02-01T23:59:00+00:00",
"base_asset_bal": 53.594,
"quote_asset_bal": 9291.9735165457,
"total_value_mid": 10074.9818565457,
"total_value_exit_net": 10074.3946002907,
"total_value": 10074.9818565457,
"base_cost_quote": 1436.5192520025,
"unrealized_pnl_exit_net": -654.0981682575
},
{
"timestamp": "2026-02-02T23:59:00+00:00",
"base_asset_bal": 51.901,
"quote_asset_bal": 9318.9028407833,
"total_value_mid": 10093.7847707833,
"total_value_exit_net": 10093.2036093358,
"total_value": 10093.7847707833,
"base_cost_quote": 1411.472671145,
"unrealized_pnl_exit_net": -637.1719025925
},
{
"timestamp": "2026-02-03T23:59:00+00:00",
"base_asset_bal": 56.352,
"quote_asset_bal": 9255.6055267058,
"total_value_mid": 10065.9472867059,
"total_value_exit_net": 10065.3395303859,
"total_value": 10065.9472867059,
"base_cost_quote": 1476.6127796125,
"unrealized_pnl_exit_net": -666.8787759325
},
{
"timestamp": "2026-02-04T23:59:00+00:00",
"base_asset_bal": 57.758,
"quote_asset_bal": 9237.3147548259,
"total_value_mid": 10059.2110948259,
"total_value_exit_net": 10058.5946725709,
"total_value": 10059.2110948259,
"base_cost_quote": 1496.6695909475,
"unrealized_pnl_exit_net": -675.3896732025
},
{
"timestamp": "2026-02-05T23:59:00+00:00",
"base_asset_bal": 78.618,
"quote_asset_bal": 8969.9335379833,
"total_value_mid": 9896.8397579833,
"total_value_exit_net": 9896.1445783183,
"total_value": 9896.8397579833,
"base_cost_quote": 1767.21946128,
"unrealized_pnl_exit_net": -841.008420945
},
{
"timestamp": "2026-02-06T23:59:00+00:00",
"base_asset_bal": 67.319,
"quote_asset_bal": 9113.8014618933,
"total_value_mid": 9986.9288918933,
"total_value_exit_net": 9986.2740463208,
"total_value": 9986.9288918933,
"base_cost_quote": 1626.95137906,
"unrealized_pnl_exit_net": -754.4787946325
},
{
"timestamp": "2026-02-07T23:59:00+00:00",
"base_asset_bal": 71.583,
"quote_asset_bal": 9060.6270400107,
"total_value_mid": 9974.0261200107,
"total_value_exit_net": 9973.3410707007,
"total_value": 9974.0261200107,
"base_cost_quote": 1682.0685959925,
"unrealized_pnl_exit_net": -769.3545653025
},
{
"timestamp": "2026-02-08T23:59:00+00:00",
"base_asset_bal": 73.192,
"quote_asset_bal": 9042.3988031632,
"total_value_mid": 9960.2264831632,
"total_value_exit_net": 9959.5381124032,
"total_value": 9960.2264831632,
"base_cost_quote": 1702.123936225,
"unrealized_pnl_exit_net": -784.984626985
},
{
"timestamp": "2026-02-09T23:59:00+00:00",
"base_asset_bal": 71.614,
"quote_asset_bal": 9064.5732252682,
"total_value_mid": 9965.4773452682,
"total_value_exit_net": 9964.8016671782,
"total_value": 9965.4773452682,
"base_cost_quote": 1682.07965428,
"unrealized_pnl_exit_net": -781.85121237
},
{
"timestamp": "2026-02-10T23:59:00+00:00",
"base_asset_bal": 74.025,
"quote_asset_bal": 9035.9581379031,
"total_value_mid": 9955.3486379031,
"total_value_exit_net": 9954.6590950281,
"total_value": 9955.3486379031,
"base_cost_quote": 1712.1467477,
"unrealized_pnl_exit_net": -793.445790575
},
{
"timestamp": "2026-02-11T23:59:00+00:00",
"base_asset_bal": 74.85,
"quote_asset_bal": 9027.3793071331,
"total_value_mid": 9953.2738071331,
"total_value_exit_net": 9952.5793862581,
"total_value": 9953.2738071331,
"base_cost_quote": 1722.1577803475,
"unrealized_pnl_exit_net": -796.9577012225
},
{
"timestamp": "2026-02-12T23:59:00+00:00",
"base_asset_bal": 73.986,
"quote_asset_bal": 9038.7872672906,
"total_value_mid": 9976.9297472906,
"total_value_exit_net": 9976.2261404306,
"total_value": 9976.9297472906,
"base_cost_quote": 1712.135679405,
"unrealized_pnl_exit_net": -774.696806265
},
{
"timestamp": "2026-02-13T23:59:00+00:00",
"base_asset_bal": 69.284,
"quote_asset_bal": 9099.7431397106,
"total_value_mid": 9999.7422997106,
"total_value_exit_net": 9999.0673003406,
"total_value": 9999.7422997106,
"base_cost_quote": 1652.016023455,
"unrealized_pnl_exit_net": -752.691862825
},
{
"timestamp": "2026-02-14T23:59:00+00:00",
"base_asset_bal": 68.507,
"quote_asset_bal": 9110.3782141556,
"total_value_mid": 10002.3393541556,
"total_value_exit_net": 10001.6703833006,
"total_value": 10002.3393541556,
"base_cost_quote": 1642.001678325,
"unrealized_pnl_exit_net": -750.70950918
},
{
"timestamp": "2026-02-15T23:59:00+00:00",
"base_asset_bal": 73.226,
"quote_asset_bal": 9051.0224332656,
"total_value_mid": 9970.0087332656,
"total_value_exit_net": 9969.3194935406,
"total_value": 9970.0087332656,
"base_cost_quote": 1702.121134125,
"unrealized_pnl_exit_net": -783.82407385
},
{
"timestamp": "2026-02-16T23:59:00+00:00",
"base_asset_bal": 70.054,
"quote_asset_bal": 9091.8203632881,
"total_value_mid": 9985.7094032881,
"total_value_exit_net": 9985.0389865081,
"total_value": 9985.7094032881,
"base_cost_quote": 1662.0449695275,
"unrealized_pnl_exit_net": -768.8263463075
},
{
"timestamp": "2026-02-17T23:59:00+00:00",
"base_asset_bal": 73.619,
"quote_asset_bal": 9047.4140702406,
"total_value_mid": 9972.0687102406,
"total_value_exit_net": 9971.3752192606,
"total_value": 9972.0687102406,
"base_cost_quote": 1707.142977685,
"unrealized_pnl_exit_net": -783.181828665
},
{
"timestamp": "2026-02-18T23:59:00+00:00",
"base_asset_bal": 79.752,
"quote_asset_bal": 8973.0874620581,
"total_value_mid": 9931.7065020581,
"total_value_exit_net": 9930.9875377781,
"total_value": 9931.7065020581,
"base_cost_quote": 1782.2761053,
"unrealized_pnl_exit_net": -824.37602958
},
{
"timestamp": "2026-02-19T23:59:00+00:00",
"base_asset_bal": 81.001,
"quote_asset_bal": 8958.8571348756,
"total_value_mid": 9921.9590248756,
"total_value_exit_net": 9921.2366984581,
"total_value": 9921.9590248756,
"base_cost_quote": 1797.3033172625,
"unrealized_pnl_exit_net": -834.92375368
},
{
"timestamp": "2026-02-20T23:59:00+00:00",
"base_asset_bal": 75.243,
"quote_asset_bal": 9030.5212996381,
"total_value_mid": 9955.2577696381,
"total_value_exit_net": 9954.5642172856,
"total_value": 9955.2577696381,
"base_cost_quote": 1727.1565666275,
"unrealized_pnl_exit_net": -803.11364898
},
{
"timestamp": "2026-02-21T23:59:00+00:00",
"base_asset_bal": 80.181,
"quote_asset_bal": 8971.6894846631,
"total_value_mid": 9934.6632946631,
"total_value_exit_net": 9933.9410643056,
"total_value": 9934.6632946631,
"base_cost_quote": 1787.27272996,
"unrealized_pnl_exit_net": -825.0211503175
},
{
"timestamp": "2026-02-22T23:59:00+00:00",
"base_asset_bal": 79.804,
"quote_asset_bal": 8977.6888419355,
"total_value_mid": 9920.9721219355,
"total_value_exit_net": 9920.2646594755,
"total_value": 9920.9721219355,
"base_cost_quote": 1782.279407775,
"unrealized_pnl_exit_net": -839.703590235
},
{
"timestamp": "2026-02-23T23:59:00+00:00",
"base_asset_bal": 83.647,
"quote_asset_bal": 8933.698130443,
"total_value_mid": 9901.493920443,
"total_value_exit_net": 9900.7680736005,
"total_value": 9901.493920443,
"base_cost_quote": 1827.3464527275,
"unrealized_pnl_exit_net": -860.27650957
},
{
"timestamp": "2026-02-24T23:59:00+00:00",
"base_asset_bal": 85.814,
"quote_asset_bal": 8909.3573231305,
"total_value_mid": 9894.5020431305,
"total_value_exit_net": 9893.7631845905,
"total_value": 9894.5020431305,
"base_cost_quote": 1852.4108569425,
"unrealized_pnl_exit_net": -868.0049954825
},
{
"timestamp": "2026-02-25T23:59:00+00:00",
"base_asset_bal": 78.571,
"quote_asset_bal": 8995.4837188105,
"total_value_mid": 9948.5499488105,
"total_value_exit_net": 9947.835149138,
"total_value": 9948.5499488105,
"base_cost_quote": 1767.255708445,
"unrealized_pnl_exit_net": -814.9042781175
}
]
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 (131,408 closed trades) via GET /backtests/5c2d2b12-2208-4f3c-b989-0de5ba921c99/trades (paginate through all pages).100-row audit sample from 131,408 closed trades (RFC 4180 CSV)
100-row audit sample from 131,408 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:04:00Z,2024-04-24T00:11:00Z,83.07,83.28,0.061,,,0.0051994875,0.1026092452,0.0038004525,0.00381006,,,TP
,,2024-04-24T00:08:00Z,2024-04-24T03:20:00Z,83.2,83.41,0.061,,,0.0051875925,0.1022145433,0.0038064,0.0038160075,,,TP
,,2024-04-24T00:13:00Z,2024-04-24T02:45:00Z,83,83.21,0.061,,,0.0052058925,0.1028222892,0.00379725,0.0038068575,,,TP
,,2024-04-24T00:13:00Z,2024-04-24T02:42:00Z,82.9,83.11,0.061,,,0.0052150425,0.1031272618,0.003792675,0.0038022825,,,TP
,,2024-04-24T00:14:00Z,2024-04-24T00:31:00Z,82.69,82.9,0.061,,,0.0052342575,0.1037701052,0.0037830675,0.003792675,,,TP
,,2024-04-24T00:15:00Z,2024-04-24T00:30:00Z,82.45,82.66,0.061,,,0.0052562175,0.1045087932,0.0037720875,0.003781695,,,TP
,,2024-04-24T00:17:00Z,2024-04-24T00:30:00Z,82.26,82.47,0.061,,,0.0052736025,0.1050966448,0.003763395,0.0037730025,,,TP
,,2024-04-24T00:20:00Z,2024-04-24T00:26:00Z,81.95,82.16,0.062,,,0.005388885,0.1060616229,0.003810675,0.00382044,,,TP
,,2024-04-24T00:20:00Z,2024-04-24T00:28:00Z,82.04,82.25,0.061,,,0.0052937325,0.1057807167,0.00375333,0.0037629375,,,TP
,,2024-04-24T00:26:00Z,2024-04-24T00:28:00Z,82.13,82.34,0.061,,,0.0052854975,0.1055004262,0.0037574475,0.003767055,,,TP
,,2024-04-24T00:35:00Z,2024-04-24T00:36:00Z,82.67,82.88,0.061,,,0.0052360875,0.1038314987,0.0037821525,0.00379176,,,TP
,,2024-04-24T00:40:00Z,2024-04-24T00:42:00Z,82.6,82.81,0.061,,,0.0052424925,0.1040466102,0.00377895,0.0037885575,,,TP
,,2024-04-24T00:43:00Z,2024-04-24T00:49:00Z,82.75,82.96,0.061,,,0.0052287675,0.1035861027,0.0037858125,0.00379542,,,TP
,,2024-04-24T00:57:00Z,2024-04-24T02:05:00Z,82.62,82.83,0.061,,,0.0052406625,0.1039851126,0.003779865,0.0037894725,,,TP
,,2024-04-24T00:58:00Z,2024-04-24T00:59:00Z,81.95,82.16,0.062,,,0.005388885,0.1060616229,0.003810675,0.00382044,,,TP
,,2024-04-24T01:02:00Z,2024-04-24T02:01:00Z,82.38,82.59,0.061,,,0.0052626225,0.1047250546,0.003768885,0.0037784925,,,TP
,,2024-04-24T01:04:00Z,2024-04-24T02:00:00Z,82.24,82.45,0.061,,,0.0052754325,0.1051586819,0.00376248,0.0037720875,,,TP
,,2024-04-24T01:06:00Z,2024-04-24T01:56:00Z,82.1,82.31,0.061,,,0.0052882425,0.1055937881,0.003756075,0.0037656825,,,TP
,,2024-04-24T01:06:00Z,2024-04-24T01:06:00Z,82.04,82.25,0.061,,,0.0052937325,0.1057807167,0.00375333,0.0037629375,,,TP
,,2024-04-24T01:15:00Z,2024-04-24T01:20:00Z,81.87,82.08,0.062,,,0.005396325,0.1063118358,0.003806955,0.00381672,,,TP
,,2024-04-24T01:20:00Z,2024-04-24T01:55:00Z,81.87,82.08,0.062,,,0.005396325,0.1063118358,0.003806955,0.00381672,,,TP
,,2024-04-24T01:22:00Z,2024-04-24T01:23:00Z,81.46,81.67,0.062,,,0.005434455,0.1076018905,0.00378789,0.003797655,,,TP
,,2024-04-24T01:24:00Z,2024-04-24T01:24:00Z,81.54,81.75,0.062,,,0.005427015,0.1073491538,0.00379161,0.003801375,,,TP
,,2024-04-24T01:25:00Z,2024-04-24T01:26:00Z,81.69,81.9,0.062,,,0.005413065,0.1068766067,0.003798585,0.00380835,,,TP
,,2024-04-24T01:27:00Z,2024-04-24T01:49:00Z,81.4,81.61,0.062,,,0.005440035,0.107791769,0.0037851,0.003794865,,,TP
,,2024-07-06T16:50:00Z,2024-07-06T16:54:00Z,40,40.1,0.125,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2024-09-07T15:56:00Z,2024-09-07T16:00:00Z,40,40.1,0.125,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2024-09-18T17:23:00Z,2024-09-18T17:28:00Z,40,40.1,0.125,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2024-10-23T19:39:00Z,2024-10-23T19:42:00Z,40,40.1,0.125,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2024-11-08T02:59:00Z,2024-11-08T03:05:00Z,40,40.1,0.125,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-01-20T17:55:00Z,2025-01-20T17:55:00Z,40,40.1,0.125,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-01-20T18:16:00Z,2025-01-20T18:31:00Z,40,40.1,0.125,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-01-20T18:50:00Z,2025-01-20T18:53:00Z,40,40.1,0.125,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-01-20T19:20:00Z,2025-01-20T19:20:00Z,40,40.1,0.125,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-01-25T02:22:00Z,2025-01-25T07:08:00Z,40,40.1,0.125,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-01-28T00:23:00Z,2025-01-28T02:42:00Z,40,40.1,0.125,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-01-28T06:42:00Z,2025-01-28T06:54:00Z,40,40.1,0.125,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-01-30T03:32:00Z,2025-01-30T03:45:00Z,40,40.1,0.125,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-01-30T05:36:00Z,2025-01-30T05:42:00Z,40,40.1,0.125,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-11-21T14:36:00Z,2025-11-21T14:37:00Z,20,20.05,0.25,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-11-23T19:00:00Z,2025-11-23T19:03:00Z,20,20.05,0.25,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-11-24T02:54:00Z,2025-11-24T03:01:00Z,20,20.05,0.25,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-11-24T03:13:00Z,2025-11-24T03:15:00Z,20,20.05,0.25,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-11-29T17:33:00Z,2025-11-29T18:39:00Z,20,20.05,0.25,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-11-29T18:39:00Z,2025-11-29T18:40:00Z,20,20.05,0.25,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-11-29T22:02:00Z,2025-11-29T22:10:00Z,20,20.05,0.25,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2025-12-08T01:41:00Z,2025-12-08T01:41:00Z,20,20.05,0.25,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2026-01-06T14:36:00Z,2026-01-06T14:37:00Z,20,20.05,0.25,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2026-01-06T14:38:00Z,2026-01-06T14:38:00Z,20,20.05,0.25,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2026-01-09T08:47:00Z,2026-01-09T08:47:00Z,20,20.05,0.25,,,0.004990625,0.0998125,0.00375,0.003759375,,,TP
,,2026-02-05T20:16:00Z,2026-02-05T20:40:00Z,12.01,12.05,0.417,,,0.009155235,0.182805995,0.0037561275,0.0037686375,,,TP
,,2026-02-05T20:45:00Z,2026-02-05T21:03:00Z,12.01,12.05,0.417,,,0.009155235,0.182805995,0.0037561275,0.0037686375,,,TP
,,2026-02-05T21:33:00Z,2026-02-05T22:30:00Z,12.01,12.05,0.417,,,0.009155235,0.182805995,0.0037561275,0.0037686375,,,TP
,,2026-02-05T22:31:00Z,2026-02-05T23:05:00Z,12.01,12.05,0.417,,,0.009155235,0.182805995,0.0037561275,0.0037686375,,,TP
,,2026-02-06T02:11:00Z,2026-02-06T09:37:00Z,12.02,12.06,0.416,,,0.00912704,0.1825291181,0.00375024,0.00376272,,,TP
,,2026-02-11T08:39:00Z,2026-02-11T09:07:00Z,12.02,12.06,0.416,,,0.00912704,0.1825291181,0.00375024,0.00376272,,,TP
,,2026-02-11T15:53:00Z,2026-02-11T15:54:00Z,12.02,12.06,0.416,,,0.00912704,0.1825291181,0.00375024,0.00376272,,,TP
,,2026-02-11T17:04:00Z,2026-02-11T17:06:00Z,12.01,12.05,0.417,,,0.009155235,0.182805995,0.0037561275,0.0037686375,,,TP
,,2026-02-18T19:09:00Z,2026-02-18T19:12:00Z,12.02,12.06,0.416,,,0.00912704,0.1825291181,0.00375024,0.00376272,,,TP
,,2026-02-18T19:17:00Z,2026-02-18T20:43:00Z,12.01,12.05,0.417,,,0.009155235,0.182805995,0.0037561275,0.0037686375,,,TP
,,2026-02-18T21:55:00Z,2026-02-18T22:41:00Z,12.02,12.06,0.416,,,0.00912704,0.1825291181,0.00375024,0.00376272,,,TP
,,2026-02-18T23:22:00Z,2026-02-19T01:13:00Z,12.02,12.06,0.416,,,0.00912704,0.1825291181,0.00375024,0.00376272,,,TP
,,2026-02-19T09:59:00Z,2026-02-20T02:09:00Z,12.02,12.06,0.416,,,0.00912704,0.1825291181,0.00375024,0.00376272,,,TP
,,2026-02-20T02:23:00Z,2026-02-20T02:43:00Z,12.01,12.05,0.417,,,0.009155235,0.182805995,0.0037561275,0.0037686375,,,TP
,,2026-02-20T03:31:00Z,2026-02-20T03:36:00Z,12.01,12.05,0.417,,,0.009155235,0.182805995,0.0037561275,0.0037686375,,,TP
,,2026-02-20T04:07:00Z,2026-02-20T04:08:00Z,12.02,12.06,0.416,,,0.00912704,0.1825291181,0.00375024,0.00376272,,,TP
,,2026-02-20T05:01:00Z,2026-02-20T05:39:00Z,12.01,12.05,0.417,,,0.009155235,0.182805995,0.0037561275,0.0037686375,,,TP
,,2026-02-21T15:37:00Z,2026-02-25T20:40:00Z,12.31,12.35,0.407,,,0.008752535,0.1746953696,0.0037576275,0.0037698375,,,TP
,,2026-02-21T15:47:00Z,2026-02-25T20:02:00Z,12.29,12.33,0.407,,,0.008764745,0.1752237592,0.0037515225,0.0037637325,,,TP
,,2026-02-21T21:17:00Z,2026-02-21T21:31:00Z,12.02,12.06,0.416,,,0.00912704,0.1825291181,0.00375024,0.00376272,,,TP
,,2026-02-21T22:48:00Z,2026-02-21T22:54:00Z,12.01,12.05,0.417,,,0.009155235,0.182805995,0.0037561275,0.0037686375,,,TP
,,2026-02-22T10:03:00Z,2026-02-22T10:06:00Z,12.01,12.05,0.417,,,0.009155235,0.182805995,0.0037561275,0.0037686375,,,TP
,,2026-02-22T11:19:00Z,2026-02-22T12:22:00Z,12.02,12.06,0.416,,,0.00912704,0.1825291181,0.00375024,0.00376272,,,TP
,,2026-02-22T12:25:00Z,2026-02-22T18:26:00Z,12.01,12.05,0.417,,,0.009155235,0.182805995,0.0037561275,0.0037686375,,,TP
,,2026-02-22T18:28:00Z,2026-02-22T18:28:00Z,12.02,12.06,0.416,,,0.00912704,0.1825291181,0.00375024,0.00376272,,,TP
,,2026-02-22T18:28:00Z,2026-02-22T18:40:00Z,12.02,12.06,0.416,,,0.00912704,0.1825291181,0.00375024,0.00376272,,,TP
,,2026-02-25T15:02:00Z,2026-02-25T15:31:00Z,12.02,12.06,0.416,,,0.00912704,0.1825291181,0.00375024,0.00376272,,,TP
,,2026-02-25T19:04:00Z,2026-02-25T19:23:00Z,12.26,12.3,0.408,,,0.00880464,0.1760195759,0.00375156,0.0037638,,,TP
,,2026-02-25T19:07:00Z,2026-02-25T19:23:00Z,12.24,12.28,0.409,,,0.00883849,0.1765522876,0.00375462,0.00376689,,,TP
,,2026-02-25T19:23:00Z,2026-02-25T19:58:00Z,12.27,12.31,0.408,,,0.00879852,0.1757538712,0.00375462,0.00376686,,,TP
,,2026-02-25T19:29:00Z,2026-02-25T20:06:00Z,12.25,12.29,0.409,,,0.008832355,0.1762857143,0.0037576875,0.0037699575,,,TP
,,2026-02-25T19:34:00Z,2026-02-25T19:44:00Z,12.23,12.27,0.409,,,0.008844625,0.1768192968,0.0037515525,0.0037638225,,,TP
,,2026-02-25T20:10:00Z,2026-02-25T20:32:00Z,12.29,12.33,0.407,,,0.008764745,0.1752237592,0.0037515225,0.0037637325,,,TP
,,2026-02-25T20:15:00Z,2026-02-25T20:19:00Z,12.27,12.31,0.408,,,0.00879852,0.1757538712,0.00375462,0.00376686,,,TP
,,2026-02-25T20:47:00Z,2026-02-25T21:36:00Z,12.31,12.35,0.407,,,0.008752535,0.1746953696,0.0037576275,0.0037698375,,,TP
,,2026-02-25T20:57:00Z,2026-02-25T21:08:00Z,12.29,12.33,0.407,,,0.008764745,0.1752237592,0.0037515225,0.0037637325,,,TP
,,2026-02-25T21:13:00Z,2026-02-25T21:36:00Z,12.26,12.3,0.408,,,0.00880464,0.1760195759,0.00375156,0.0037638,,,TP
,,2026-02-25T21:15:00Z,2026-02-25T21:31:00Z,12.22,12.26,0.41,,,0.0088724,0.177086743,0.00375765,0.00376995,,,TP
,,2026-02-25T21:18:00Z,2026-02-25T21:27:00Z,12.18,12.22,0.411,,,0.0089187,0.1781609195,0.003754485,0.003766815,,,TP
,,2026-02-25T21:28:00Z,2026-02-25T21:31:00Z,12.19,12.23,0.411,,,0.008912535,0.1778917145,0.0037575675,0.0037698975,,,TP
,,2026-02-25T21:33:00Z,2026-02-25T22:37:00Z,12.2,12.24,0.41,,,0.0088847,0.1776229508,0.0037515,0.0037638,,,TP
,,2026-02-25T21:36:00Z,2026-02-25T21:36:00Z,12.28,12.32,0.408,,,0.0087924,0.1754885993,0.00375768,0.00376992,,,TP
,,2026-02-25T21:38:00Z,2026-02-25T22:04:00Z,12.31,12.35,0.407,,,0.008752535,0.1746953696,0.0037576275,0.0037698375,,,TP
,,2026-02-25T21:38:00Z,2026-02-25T22:03:00Z,12.29,12.33,0.407,,,0.008764745,0.1752237592,0.0037515225,0.0037637325,,,TP
,,2026-02-25T21:59:00Z,2026-02-25T22:02:00Z,12.27,12.31,0.408,,,0.00879852,0.1757538712,0.00375462,0.00376686,,,TP
,,2026-02-25T22:46:00Z,2026-02-25T23:13:00Z,12.22,12.26,0.41,,,0.0088724,0.177086743,0.00375765,0.00376995,,,TP
,,2026-02-25T22:50:00Z,2026-02-25T22:58:00Z,12.19,12.23,0.411,,,0.008912535,0.1778917145,0.0037575675,0.0037698975,,,TP
,,2026-02-25T23:03:00Z,2026-02-25T23:08:00Z,12.19,12.23,0.411,,,0.008912535,0.1778917145,0.0037575675,0.0037698975,,,TP
,,2026-02-25T23:42:00Z,2026-02-25T23:52:00Z,12.07,12.11,0.415,,,0.009073975,0.1811516156,0.0037567875,0.0037692375,,,TP
,,2026-02-25T23:43:00Z,2026-02-25T23:51:00Z,12.04,12.08,0.416,,,0.00911456,0.1819767442,0.00375648,0.00376896,,,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 FARMUSDT?
Did it beat Buy & Hold of FARMUSDT?
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 FARMUSDT (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,947.84 USDT
P&L: -52.16 USDT (-0.52%)
Result: LOSS
Completed trades: 131408
Open orders at end: 352
Win rate: 100.0%
Avg. profit/trade: 0.005804 USDT
Best trade: 0.009155 USDT
Worst trade: 0.004991 USDT
Total profit (trades only): 762.739427 USDT
Max drawdown: -7.79%
Profit factor: inf (no losing trades)
Sharpe ratio: 0.00
Total fees: 990.39 USDT
Avg hold time: 14.4h
TP / SL / TSL: 131408 / 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: 594.6s
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":"FARMUSDT","mode_name":"3LongTimeLong.json","interval":"1m","from":"2024-04-24 00:00:01","to":"2026-02-25 23:59:59","canBuy":true,"canSell":true,"canBuyUp":true,"startBal":10000,"stepSize":0.001,"stopLoss":false,"tickSize":0.01,"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": "FARMUSDT LongTimeLong Backtest",
"alternateName": "FARMUSDT-3LongTimeLong.json-5c2d2b12-2208-4f3c-b989-0de5ba921c99",
"description": "Backtest of the LongTimeLong strategy on FARMUSDT: -0.52% return over 2024-04-24 to 2026-02-25.",
"identifier": "5c2d2b12-2208-4f3c-b989-0de5ba921c99",
"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": [
"FARMUSDT",
"LongTimeLong",
"crypto backtest",
"trading strategy",
"quantitative finance",
"algorithmic trading"
],
"about": [
{
"@type": "Thing",
"name": "FARMUSDT",
"description": "Trading pair: FARMUSDT"
},
{
"@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": -0.5216,
"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": 762.73942726,
"unitText": "USDT",
"description": "Total realized profit in quote currency"
},
{
"@type": "PropertyValue",
"name": "Final Portfolio Value",
"value": 9947.83514914,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Initial Capital",
"value": 10000,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Fulfilled Trades",
"value": 131408,
"unitText": "trades",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Active Orders",
"value": 352,
"unitText": "orders",
"description": "Open positions still pending exit at end of window",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Best Trade Profit",
"value": 0.00915523,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Worst Trade Profit",
"value": 0.00499063,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Average Trade Profit",
"value": 0.00580436,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Engine Elapsed Time",
"value": 594.63,
"unitText": "seconds",
"unitCode": "SEC",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "CAGR",
"value": -0.28386836354155065,
"unitText": "%",
"unitCode": "P1",
"description": "Compound Annual Growth Rate"
},
{
"@type": "PropertyValue",
"name": "Max Drawdown",
"value": -7.794669266005419,
"unitText": "%",
"unitCode": "P1",
"description": "Largest peak-to-trough decline of equity (negative)",
"maxValue": 0
},
{
"@type": "PropertyValue",
"name": "Max Drawdown (absolute)",
"value": -800.0799412546003,
"unitText": "USDT",
"maxValue": 0
},
{
"@type": "PropertyValue",
"name": "Drawdown Duration",
"value": 92,
"unitText": "days",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Sharpe Ratio (annualized)",
"value": 0.00028367337436798065,
"description": "Mean / std of daily returns x 365"
},
{
"@type": "PropertyValue",
"name": "Sortino Ratio (annualized)",
"value": 0.00030521526967959345,
"description": "Like Sharpe but only penalizes downside volatility"
},
{
"@type": "PropertyValue",
"name": "Volatility (annualized)",
"value": 7.3741562716657745,
"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.007068879524999997,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Average Win",
"value": 0.007068879524999997,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Average Loss",
"value": 0,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Median Trade Profit",
"value": 0.007096285000000001,
"unitText": "USDT"
},
{
"@type": "PropertyValue",
"name": "Gross Profit",
"value": 0.7068879524999997,
"unitText": "USDT",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Gross Loss",
"value": 0,
"unitText": "USDT",
"maxValue": 0
},
{
"@type": "PropertyValue",
"name": "Total Fees Paid",
"value": 0.7531820475,
"unitText": "USDT",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Total Volume Traded",
"value": 1004.2427299999996,
"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.21666666666666667,
"unitText": "hours",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Mean Holding Time",
"value": 2.9924908424908425,
"unitText": "hours",
"minValue": 0
},
{
"@type": "PropertyValue",
"name": "Trades per Month",
"value": 5942.7689779940765,
"unitText": "trades/month",
"minValue": 0
}
],
"dateCreated": "2026-05-08T13:39:08.841Z",
"dateModified": "2026-05-15T13:00:57.986Z",
"temporalCoverage": "2024-04-23T22:00:01.000Z/2026-02-25T22:59:59.000Z"
}
[!] Disclaimer
Backtester: uncoded.ch/backtesting * Generated 2026-05-15 13:00:57 UTC