Skip to main content

2026.06.29 - Release PnL Chart API

New API to retrieve wallet PnL chart data over time, with support for configurable time ranges and PnL calculation scope.

Features

Wallet - PnL Chart

GET /wallet/v2/pnl/chart
  • Retrieve time-series wallet PnL chart data
  • Support custom time range selection with time_from and time_to
  • Support position_scope to control PnL calculation mode
  • Default time_from to 100 days before the current time when omitted
  • Default time_to to the current time when omitted
  • Limit the maximum time range between time_from and time_to to 100 days

Parameters