PAPI
API ReferencePolymarket Wallet

Get Wallet PnL

GET
/polymarket/wallet/pnl/{wallet_address}
X-API-Key<token>

In: header

Path Parameters

wallet_address*string

Wallet address

granularity*string
start_time*|
Formatint64
end_time*|
Formatint64

Response Body

application/json

curl -X GET "https://loading/polymarket/wallet/pnl/string"
{
  "data_points": [
    {
      "realized_pnl": "string",
      "timestamp": "2019-08-24T14:15:22Z",
      "unrealized_pnl": "string"
    }
  ],
  "end_time": "2019-08-24T14:15:22Z",
  "granularity": "day",
  "start_time": "2019-08-24T14:15:22Z",
  "wallet_address": "string"
}