HyperPaxeer NetworkPaxeer Network
API Reference

PnL chart

GET
/api/v1/portfolio/{address}/charts/pnl

Returns time-series PnL data (change between consecutive snapshots).

Path Parameters

address*string

Wallet address (with or without 0x prefix, case-insensitive)

Match^0x[a-fA-F0-9]{40}$

Query Parameters

period?string

Time period for chart data

Default"30d"
Value in"1d" | "7d" | "30d" | "90d" | "1y"

Response Body

application/json

text/plain

curl -X GET "https://us-east-1.user-stats.sidiora.exchange/api/v1/portfolio/0xf263aB36de550bDa08b52d43eB253b3C0387e2bc/charts/pnl"
{
  "address": "string",
  "chart_type": "portfolio_value",
  "period": "string",
  "data": [
    {
      "date": "2019-08-24",
      "value": "string"
    }
  ]
}
"string"