Position
Get Closed PnL
Query user's closed profit and loss records
get/api/v1/position/closed-pnl
Query parameters
sub_account_addressstring required
symbolstring
Example:BTCUSDC
start_timestring date-time nullable
end_timestring date-time nullable
limitinteger nullable
cursorstring nullable
Response
Closed PnL
Example response
{
"list": [
{
"created_time": "1672531200000",
"symbol": "BTCUSDC",
"updated_time": "1672531200000"
}
]
}