Removed
Market-matching endpoints removed
The cross-venue market-matching endpoints, deprecated on July 14, have been sunset and now return410 Gone:GET /v2/matching-marketsGET /v2/matching-markets/pairsGET /v2/marketsGET /v2/markets/listingsGET /v2/outcomes/{predexon_id}
sports_live and sports_fifa_world_cup WebSocket channels no longer emit events, and /v2/sports/fifa-world-cup/live-games continues to serve final game states.All venue-specific data endpoints, discovery, analytics, tick history, and the WebSocket service are unaffected. Questions? team@predexon.com.New
Sub-cent Kalshi orderbook history
New endpoint:GET /v2/kalshi/orderbooks-subcent. Kalshi prices markets in sub-cent increments, and this endpoint reflects those prices exactly: decimal price levels, spreads as tight as they really are, fractional contract sizes, plus per-snapshot source provenance and a sources filter. History from January 8th, 2026. Free and unlimited like the legacy endpoint.The legacy integer-cent GET /v2/kalshi/orderbooks will be deprecated soon. It rounds prices to whole cents, which widens spreads and merges neighboring price levels. Switch to the sub-cent endpoint now; the deprecation date will be announced here. The legacy limit cap was also raised to 2000 (docs previously said 200).Deprecated
Market-matching endpoints deprecated
The cross-venue market-matching endpoints are deprecated as of July 14, 2026 and scheduled for sunset:GET /v2/matching-marketsGET /v2/matching-markets/pairsGET /v2/marketsGET /v2/markets/listingsGET /v2/outcomes/{predexon_id}
GET /v2/markets/search (cross-venue text search) is not affected, and all venue-specific data endpoints, sports endpoints, and the WebSocket service continue unchanged.If your integration depends on the deprecated endpoints, please contact us to discuss alternatives.Removed
Trading disabled — withdrawal-only mode in effect
As announced, the Trading API is now withdrawal-only. Order placement (POST /api/accounts/{accountId}/orders) returns 403 trading_disabled on every venue. Cancel, redeem, balance, positions, transfers, and withdrawals keep working.- July 17, 2026 — final withdrawal deadline. Cancel open orders, redeem resolved positions, and withdraw all funds by this date.
New
Trades: multi-wallet filtering and hash lookups
Two additions toGET /v2/polymarket/trades. No breaking changes: all existing requests, response shapes, and pagination cursors are unaffected.Multi-wallet filtering
Thewallet parameter now accepts a comma-separated list of up to 50 addresses (previously one):- Returns one merged feed of all listed wallets’ trades, time-ordered (newest first by default), with standard cursor pagination — designed for tracking a list of followed wallets.
- Address order doesn’t matter and duplicates are ignored; the same list in any order returns identical results and pagination keys.
- Trades match on the maker side, same as the existing single-wallet filter.
- Combines with all existing parameters (
market_slug/condition_id/token_id,start_time/end_time,min_total,order,pagination_key). - Errors: more than 50 addresses returns
400; any invalid address returns400identifying which one. - Fully backward compatible: single-address requests behave exactly as before, and existing pagination keys remain valid.
Order hash and transaction hash filters
Two new optional parameters (each0x + 64 hex chars):- Usable standalone (full-history point lookup, back to October 2022) or combined with each other and with any wallet/market/time filters.
- Invalid hash format returns
400.
NewDeprecated
Exact lifetime buy totals: total_bought_usd
Position responses now include a new field, total_bought_usd: the exact total USD ever spent buying a position, cumulative over its lifetime and preserved even after redemption. It is computed from on-chain fills and verified against them.Available on both position endpoints:total_shares_bought is deprecated
Use total_bought_usd instead. The share-count derivation behind total_shares_bought is approximate for positions that were fully closed and later reopened at a different price, which can make it diverge significantly from the true buy total. The field is not being removed and its values are unchanged — existing clients see one extra JSON key and nothing else changes.Orderbook snapshot limit raised
GET /v2/polymarket/orderbooks and GET /v2/kalshi/orderbooks now accept limit up to 2000 (previously 200). The default remains 100.DeprecatedRemoved
Trading API is being retired
The custodial Trading API (Unified Execution Infra) is winding down. The read-only Data & Signals API is unaffected.- June 25, 2026 — trading stops. Sell or close any open positions before this date. After it, the Trading API is withdrawal-only (cancel, redeem, withdraw).
- June 29, 2026 — final withdrawal deadline. Redeem resolved positions and withdraw all funds by this date.
POST /api/accounts/create returns 403.Order Router removed
The Unified Order Router (/api/accounts/{accountId}/router/*) has been retired and its documentation removed. Until trading stops on June 25, place orders directly with venue-specific orders.Questions, or need help withdrawing? Reach out at team@predexon.com.Removed
Dflow endpoints removed
The Dflow venue is deprecated. The three Data API endpoints below have been removed and now return404. The corresponding MCP tools have been removed as well.If you were depending on Dflow data, reach out at team@predexon.com so we can scope a replacement path.
NewChanged
New endpoints
Wallet Builder Fees
GET /v2/polymarket/builders/wallet/{wallet}. Total builder fees a wallet has paid over a rolling window or an exact start_time/end_time range, with a per-builder breakdown and optional builder_code filter. Each fill is scored at the rate in effect at the time it filled.Position Top Holders
GET /v2/polymarket/position/{token_id}/top-holders. Largest holders of a single token (one outcome side), ranked by position size, with cursor pagination.Polymarket Discovery & Taxonomy
Seven new endpoints for browsing and navigating Polymarket — categories, tags, series, and a unified search. These power navigation surfaces and autocomplete on top of the markets and events data.Unified Search
GET /v2/polymarket/search. One query across markets, events, and tags, grouped by type.Categories
GET /v2/polymarket/categories. Top-level categories with market counts, volume, and liquidity.Tags
GET /v2/polymarket/tags, GET /v2/polymarket/tag/{slug}, and GET /v2/polymarket/tag/{slug}/subtags. Curated tags with rolled-up volume/liquidity metrics, single-tag detail, and ranked child subtags.Series
GET /v2/polymarket/series and GET /v2/polymarket/series/{slug}. Recurring market groupings (daily/weekly/monthly) plus a series’ events. The crypto up/down feature is just a named series.Improvements
GET /v2/polymarket/events (keyset) gained optional include_markets (nest each event’s markets inline, capped by markets_per_event) plus min_open_interest and min_volume filters to return only liquid events. Events also now include an all-time trade count (trades_all_time).Per-tag and per-category open interest has been removed from the categories and tags endpoints — a tag/category-wide OI sum was unreliable. Rank by volume (total_volume_usd, rolling_metrics) and liquidity_usd instead. Both surfaces also gained trades_all_time.Behavioral changes
A few request defaults and constraints changed. Set parameters explicitly if you were relying on the previous defaults.NewBeta
Canonical Markets API
Four new venue-agnostic endpoints exposing Predexon’s canonical outcome graph. These are the data layer the Order Router quotes against and the entry point for any cross-venue workflow.List Canonical Markets
GET /v2/markets. Cross-venue canonical market containers with outcome-level predexon_ids.Canonical Venue Listings
GET /v2/markets/listings. Flatten canonical markets into venue-native executable listings (token IDs, condition IDs, Kalshi tickers, market slugs).Resolve a Canonical Outcome
GET /v2/outcomes/{predexon_id}. Resolve one canonical outcome ID to its full venue-equivalent listings.Search Across Venues
GET /v2/markets/search. Keyword search returning interleaved results across Polymarket, Kalshi, Limitless, Opinion, and Predict.fun.All four canonical endpoints are free and unlimited on every plan. Category and league filters supported. Cursor-based pagination.
Order Router
New: Route a single order across every venue
One canonical outcome, one order, every venue. The router quotes across Polymarket, Predict.fun, Opinion, Limitless, and Hyperliquid, splits the order fee-aware, and dispatches each leg to its matching venue.
POST /api/accounts/{accountId}/router/quote. Pre-trade quote: project the best fill across every matched venue.POST /api/accounts/{accountId}/router/orders. Place a routed order.GET /api/accounts/{accountId}/router/orders. List routed orders.GET /api/accounts/{accountId}/router/orders/{routerOrderId}. Get a routed order.DELETE /api/accounts/{accountId}/router/orders/{routerOrderId}. Cancel a routed order.
Unified Transfers
New: One endpoint for every fund movement
POST /api/accounts/{accountId}/transfers replaces separate deposit and withdraw flows. One verb covers movement between the deposit wallet, venue trading wallets, and external addresses.POST /api/accounts/{accountId}/transfers/quote. Project route and fees before committing.POST /api/accounts/{accountId}/transfers. Execute the transfer.GET /api/accounts/{accountId}/transfers. List transfers with status.GET /api/accounts/{accountId}/transfers/{transferId}. Status of a single transfer.
Beta. Router and Transfers endpoints are marked beta. Existing per-venue order endpoints (
POST /api/accounts/{accountId}/orders) continue to work unchanged.Other improvements
- $1 bridge minimum documented on Across-routed deposits.
- Router 4xx errors moved from
502to400in the OpenAPI spec to match shipped behavior. - Deposit-wallet behavior synced with deployed router.
Breaking ChangeImprovement
Connected Wallets: Async Compute + Larger Clusters
The Connected Wallets endpoint now returns either200 or 202 depending on cache state - clients must handle both.reason values on 202: miss, stale, forced, another_pod_computing (cross-pod Redis lock).Other changes:limitupper bound bumped 200 → 1000. Up to 1000 siblings persisted per seed.- Cluster cache TTL is now 24 hours.
min_hopsis now described as1 = direct neighbor(previously0 = direct).- Richer
evidencedocumentation:hops,bidirectional,direct_flow,shared_peers,same_signer,same_x_username,shared_first_funder,is_verified_trader,class.
NewImprovement
Polymarket V2 Builder Analytics
Four new endpoints exposing Polymarket V2 builder-attribution data - leaderboards, per-builder summaries, top markets per builder, and bucketed time-series.Leaderboard
Ranked list of builders by attributed volume or fee revenue over 24h / 7d / 30d / all.
Builder Stats
Summary metrics for a single builder plus its full
(taker_bps, maker_bps) rate history.Builder Markets
Top markets attributed to a builder, ranked by volume.
Builder Timeseries
Bucketed (
day or hour) volume and fee revenue for charting.V2-only. V1 fills, the zero-sentinel builder, and reversed (
sign != 1) rows are excluded. The leaderboard’s sort_by=fee is useful when looking at revenue-earning builders, since the highest-volume builders often charge 0 bps.List Markets: end_after / end_before Filters
GET /v2/polymarket/markets now accepts two new optional Unix-timestamp (seconds) query parameters - end_after and end_before - to filter markets by end_time. Useful for listing markets that close in a specific window (e.g. “this week’s resolutions”).NewImprovement
Cross-Platform Matching: Predict and Opinion Support
Find Matching Markets and Get Matched Pairs now include Predict.fun and Opinion canonical equivalents alongside Polymarket, Kalshi, and Limitless.Changes:/v2/matching-markets: accepts Predict and Opinion identifiers (market_id,condition_id, ortoken_id) and returns exact canonical equivalents when available./v2/matching-markets/pairs: returnsPREDICTandOPINIONvenue blocks by default when canonical equivalents exist.venuefiltering now supportspolymarket,kalshi,limitless,predict, andopinion.
Predict.fun and Opinion matching is powered by the canonical matching graph. Existing Polymarket, Kalshi, and Limitless response fields remain backward-compatible.
NewPerformance
Polymarket Markets: Keyset Pagination
New Endpoint: GET /v2/polymarket/markets/keyset
List Polymarket markets with the same filters and sort options as
/v2/polymarket/markets, but use cursor-based pagination_key instead of offset.Polymarket Events: Keyset Pagination
New Endpoint: GET /v2/polymarket/events/keyset
List Polymarket events with the same filters and sort options as
/v2/polymarket/events, but use cursor-based pagination_key instead of offset.FixData Quality
Limitless: CLOB Open Interest
Limitless CLOB markets now returnopen_interest_usd: null instead of 0 because Limitless does not currently expose CLOB open interest through the indexed market API. AMM market open interest remains available.See Limitless Markets for the field note.New
Trading API: Hyperliquid (HIP-4) Support
New Venue: Hyperliquid
Trade Hyperliquid HIP-4 prediction markets through the Predexon Trading API. Limit and market orders, full position lifecycle, and managed wallet provisioning - same shape as Polymarket, Predict, Opinion, and Limitless.
- New
venue: "hyperliquid"accepted on every/api/accounts/*endpoint (place order, cancel, positions, balance, redeem, withdraw, enable). - Markets are identified by
assetIdin themarketbag - a single integer that pins down a specific HIP-4 outcome side. See Place Order for the per-venue identification table. - $10 minimum order notional (
size × price ≥ 10) - applies to all orders. Smaller orders are rejected. - Market BUY takes
size(notamount) - fills as many shares as possible at the best ask up to the requested quantity.
- Bridge USDC to your Hyperliquid wallet via Across. Select Hyperliquid (HyperCore) as the destination chain. Funds arrive as USDH (HL’s USDC-pegged stablecoin) in your trading balance in ~1-2 minutes;
/balancereturnsasset: "usdh".
- Deliver USDC on Arbitrum to any address. $10 minimum withdrawal. A $1 USDC fee is deducted before delivery - recipient receives
amount - 1. Settlement takes ~3-4 minutes.
POST /api/accounts/{accountId}/enable {"venue": "hyperliquid"} to provision a wallet.NewImprovement
WebSocket: Crypto Prices Channel
New Channel: crypto_prices (Chainlink Data Streams)
Real-time crypto price ticks relayed from Chainlink Data Streams. Subscribe with
platform: "chainlink", type: "crypto" and a feeds filter - wildcard supported. See Crypto Prices.price_feed event with price, bid, ask, and observed_at (Unix seconds). One event per upstream observation - no batching. Plan limits and wildcard rules are the same as the existing channels.WebSocket: Explicit role on order_filled
Every order_filled event on the trades channel now carries a role field - "maker" or "taker" - telling you which OrderFilled emission you’re looking at:role: "maker"- per-maker fill (one per maker matched in the tx).takeris the real taker user address. This is what you want by default.role: "taker"- synthetic taker-aggregate emission (one permatchOrderstx, summing across all makers).takerequals the exchange contract address.
NewImprovement
Connected Wallets Endpoint
New Endpoint: GET /v2/polymarket/wallet/{address}/cluster
Discover sibling wallets behind a seed address via the on-chain transfer graph (USDC, pUSD, CTF) plus identity-proof signals - shared signer, shared X username, shared first funder. Each sibling carries a
confidence score (0–100); the default min_confidence=70 returns strong-evidence links only.recompute=true to force a fresh BFS. Requires Dev or Pro tier.Trades: V2 Exchange Fields
Every row in the/v2/polymarket/trades response now carries Polymarket exchange version metadata:exchange_version-1(V1 CTF/NegRiskCTF) or2(V2).builder- V2 builder attribution tag (bytes32 hex). Empty for V1 fills or V2 fills with no builder.metadata- V2 opaque metadata tag (bytes32 hex). Empty for V1 fills or V2 fills with no metadata.
builder query parameter to filter fills attributed to a specific builder tag.NewImprovement
Cross-Platform Matching: Limitless Support
Find Matching Markets and Get Matched Pairs now cover Limitless alongside Polymarket and Kalshi.Changes:/v2/matching-markets: newlimitless_slugquery param - pass a Limitless slug to find equivalent markets on Polymarket or Kalshi./v2/matching-markets/pairs: newvenuefilter - restrict results to a specific venue pairing.MatchedPairschema:kalshiblock is now optional, and a new optionallimitlessblock (usingLimitlessPairInfo) is included when a Limitless equivalent exists.
Existing clients reading
pair.kalshi directly should null-check before access - pairs without a Kalshi equivalent will omit the field.NewImprovement
Per-Token Candlesticks
New Endpoint: GET /v2/polymarket/candlesticks/token/{token_id}
Fetch raw OHLCV candles for a single outcome token. Unlike the condition-level endpoint, prices are not normalized - NO-token prices stay as NO prices, and volume reflects only that token’s trades.
token_id (and condition_id becomes optional, set only on the condition-level endpoint).Activity: CONVERT Events + NegRisk Fields
The activity endpoint now returns CONVERT events alongside SPLIT, MERGE, and REDEEM - these are NegRisk position conversions (sell NO on a subset of conditions, buy YES on the remainder).New fields on the Activity schema:neg_risk_market_id- NegRisk parent market identifier (32-byte hex, matches Gamma’sEvent.negRiskMarketID). Populated only onCONVERTrows.index_set- NegRisk indexSet bitmask (decimal string) of which outcomes were involved. Populated only onCONVERTrows.market_idis now nullable - it’snullonCONVERTrows.
NewImprovement
WebSocket: Conversion Events & Pending Trade Gating
Newconversion event type on the activity channelV2 NegRisk “No” position conversions are now streamed as a new conversion event on the activity channel. Includes neg_risk_event_id (NegRiskAdapter marketId) and index_set (uint256 bitmap of converted question indices). See Activity Events.Two things to be aware of - neither affects most clients:
ActivityAlert.condition_idisnullonly for the newconversionevent type. Clients with strict typed generators (condition_id: string) should widen tostring | nullif they want to consume conversion events. Clients that filter byevent_typein{"split", "merge", "redeem"}are unaffected.- Pending trade events (
filters.status: "all"or"pending") are now gated to Dev+ plans. Free-tier clients that don’t request pending (default"confirmed") continue to work unchanged.
Improvement
WebSocket: Token IDs on condition_prepared
The condition_prepared lifecycle event now includes derived token IDs for binary markets (outcome_slot_count === 2) in the tokens array. Previously clients had to query Gamma or CLOB after receiving the event - now token IDs are available immediately from the WebSocket payload.- Binary markets:
tokens: [{ token_id, label: "Yes" }, { token_id, label: "No" }]- derived fromcondition_id+is_neg_riskusing the CTF Gnosis formula. - Non-binary markets:
tokens: null(unchanged). - Labels are placeholders - resolve canonical outcome labels from Gamma/CLOB if needed.
NewImprovement
WebSocket: Polymarket V2 Support
The WebSocket service now handles Polymarket V2 contracts alongside V1. Fully backwards-compatible - existing clients require zero code changes. See the V2 Migration Guide for details.Additive changes:- New
versionfield (1or2) on trade, activity, and lifecycle events - New
builderandmetadatafields on V2order_filledevents - New
collateralchannel for pUSD deposit/withdrawal events (polyusd_wrapped/polyusd_unwrapped) - New
condition_preparedevent type on the lifecycle channel (covers V1 + V2 market creation)
Improvement
Candlesticks: New Intervals & Auto Mode
The candlestick endpoint now supports 5-minute and 15-minute intervals, plus an auto mode (interval=0) that picks the best interval based on your time range. Auto is now the default.The response also includes first_trade_ts and last_trade_ts fields - the timestamps of the first and last trades in the market.Improvement
Universal Predexon IDs on All List Market Endpoints
predexon_id is now included in outcome objects across all five list market endpoints: Polymarket, Kalshi, Opinion, Limitless, and Predict.Fun. All five endpoints also support a predexon_id query parameter to filter markets by outcome ID.A Predexon ID is a stable, deterministic identifier for each tradeable outcome (px- followed by a 12-character base32 hash), consistent across all venues.NewDeprecatedImprovement
Wallet Positions: Per-Position Net Fees
New Field: net_fees_usd
The
PositionDetails schema now includes net_fees_usd - net taker fees charged for each individual position (charged minus refunded, in USD). Previously, fee data was only available at the wallet summary level.fees_refunded Deprecated
The fees_refunded field now always returns 0 across all schemas. Refunds are already netted into fees_paid, making the separate field redundant.Affected schemas
Affected schemas
Candlesticks: All-Time Range for Daily Interval
The1d candlestick interval no longer has a range limit. Omit start_time and end_time to fetch the full history.New
WebSocket: Oracle Channel
New Channel: oracle
Real-time UMA oracle resolution events for Polymarket markets - proposals, settlements, disputes, and resets.
- Subscribe by
condition_idsormarket_slugs. Wildcard (["*"]) supported. - Event types:
proposal,settled,dispute,reset. - Enrichment fields:
title,market_slug,image,outcomes,tokens,is_neg_risk.
New
WebSocket: Orderbook Channel
New Channel: orderbook
Real-time L2 orderbook data from Polymarket’s CLOB - snapshots, price changes, and last trades.
- Subscribe by
token_ids,condition_ids, ormarket_slugs. Wildcard (["*"]) supported. - Targeted subscriptions deliver individual events. Wildcard delivers 250ms batched events with price-level conflation.
- Event types:
book_snapshot,price_change,last_trade,tick_size_change,snapshots_done,event_batch,resync.
New
New Endpoints: Opinion, Limitless, Predict.Fun Markets
Opinion
List Opinion markets with filtering, sorting, and event grouping.
Limitless
List Limitless markets with filtering, sorting, and trade type filter.
Predict.Fun
List Predict.Fun markets with filtering, sorting, and event grouping.
Improvement
Smart Activity: Market Status Filter
GET /v2/polymarket/markets/smart-activity now supports an optional status query parameter.New
New Endpoints: Cross-Platform Orderbooks
Limitless
Historical orderbook snapshots for Limitless.
Opinion
Historical orderbook snapshots for Opinion.
Predict.Fun
Historical orderbook snapshots for Predict.Fun.
New
WebSocket: Pending Trades Channel
New Channel: pending-trades
Detect trade events from the Polygon mempool 3–5 seconds before on-chain confirmation.
Improvement
WebSocket: New Trade Event Fields
Theorder_filled event on the trades channel now includes four new fields:All fields are additive and nullable - existing clients are unaffected.
Improvement
New
New Endpoint: Batch Wallet Profiles
Batch Wallet Profiles
GET /v2/polymarket/wallets/profiles - fetch up to 20 wallet profiles in a single request via comma-separated addresses.NewImprovement
Total PnL & Rolling Window Metrics
Total PnL
Total PnL (
realized + unrealized - net fees) is now available across all analytics, leaderboard, smart money, and wallet endpoints.New filter parameters
New filter parameters
Schema changes
Schema changes
New
New Endpoints
Bulk Positions
Bulk position fetching with block/timestamp filtering and cursor pagination.
Wallet Volume Chart
Per-wallet volume chart with BUY/SELL breakdown by period.
Top Holders
Top holders for a market ranked by position size.
Schema changes
Schema changes
NewBreaking Change
API v2 Launch
API v2
14 new endpoints, improved pagination, and expanded analytics. v1 remains fully supported.
/v2/ (e.g., https://api.predexon.com/v2/polymarket/markets)Binance Data
Real-time and historical Binance book ticker data for backtesting crypto up/down markets.
Smart Money Analytics
Track where profitable wallets are trading, filter by PnL/win rate, and discover alpha.
Wallet Intelligence
Full wallet profiles, trading style classification, market exposure, and similar wallet discovery.
Enhanced Market Data
Events grouping, crypto up/down markets, and per-period volume charts.
All new endpoints
All new endpoints
WebSocket updates
WebSocket updates
Fee refund events - the trades channel now delivers
order_filled and fee_refund event types. Correlate refunds to trades via order_hash.Plan tiers restructured (Free/Pro/Desk → Free/Dev/Pro/Enterprise):Wildcard rules: tracked per-channel, cannot mix wildcard and regular subs on same channel, Pro allows 2 wildcard connections per channel.Filter restrictions:
market_slugs only on trades channel, users not on lifecycle channel. All channels support condition_ids and ["*"].New error code: RATE_LIMIT. Keepalive: 30s ping, 60s pong timeout, 2min idle timeout, 1MB drop / 4MB disconnect buffer limits.Breaking changes (v1 → v2)
Breaking changes (v1 → v2)
Path parameter renamed:
{wallet_address} → {wallet} on all wallet endpoints.Pagination: switched from offset to cursor-based pagination_key:Parameter renames:
user → wallet on /v2/polymarket/trades and /v2/polymarket/activity.Removed parameters: token_id from /v2/polymarket/markets (use condition_id), match_type from /v2/matching-markets/pairs.New filter parameters
New filter parameters
Improvement
Matching Markets: Enhanced Filtering
New query parameters and response fields for cross-platform market matching.New
Trading API
Trading API
Place orders, view positions, check balances, and redeem resolved positions on Polymarket and Kalshi.
POST /api/users/{userId}/orders- Place buy or sell ordersGET /api/users/{userId}/positions- Get current positions with PnLGET /api/users/{userId}/balance- Get available balancesPOST /api/users/{userId}/redeem- Redeem resolved positions
NewBreaking Change
Dflow Support
New Platform: Dflow
Three new endpoints for the Dflow prediction market platform.
GET /v1/dflow/trades- Trade history for a walletGET /v1/dflow/wallet/positions/{wallet_address}- Positions with cost basis and PnLGET /v1/dflow/wallet/pnl/{wallet_address}- Realized PnL history
Breaking Change: Candlesticks Response
Schema updates:CandlestickData now fully typed, CandlesticksResponse has condition_id field, new PriceData schema with dollar-formatted strings.