curl --request GET \
--url https://synthesis.trade/api/v1/wallet/pol/{wallet_id}/pnl \
--header 'X-API-KEY: <api-key>'{
"success": true,
"response": [
{
"ts": 1735689600,
"realized": "0",
"unrealized": "0",
"total": "0"
}
]
}Get Polymarket PNL history for a Polygon wallet.
curl --request GET \
--url https://synthesis.trade/api/v1/wallet/pol/{wallet_id}/pnl \
--header 'X-API-KEY: <api-key>'{
"success": true,
"response": [
{
"ts": 1735689600,
"realized": "0",
"unrealized": "0",
"total": "0"
}
]
}