API ReferencePolymarket Wallet
Get Wallet PnL
Authorization
api_key X-API-Key<token>
In: header
Path Parameters
wallet_address*string
Wallet address
granularity*string
start_time*|
Format
int64end_time*|
Format
int64Response 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"
}