PnL Unrealized
Unrealized profit based on current holdings
Query parameters
chainstringRequired
Blockchain identifier
token_idstringRequired
Token ID
durationstringOptional
Time window
pageintegerOptionalDefault:
Page number
1
Header parameters
x-api-keystringOptional
API key for Pro/Enterprise plans
Responses
200
Unrealized PnL returned
application/json
Responseobject
400
Invalid request parameters
application/json
401
Unauthorized
application/json
429
Rate limit exceeded
application/json
get
GET /api/v1/blockchain/top-traders-by-unrealized-pnl HTTP/1.1
Host: api.dexcheck.ai
Accept: */*
[
{
"maker": "E71NVKLj6K7r3NVq9gzPv7eRq4eiGTHwJtPoFFCxFMzf",
"token_id": "Ce6udMU5e8Y24tqgmKBwxuEiyaS9ZEwEL9A5Fww2pump",
"realized_profit": 3481.3274749856264,
"sell_size": 655057753.166701,
"buy_size": 728493524.221033,
"trades": 379,
"investment": 124032.04894249726,
"token_name": "X Originals",
"token_symbol": "XORIGINALS",
"realized_roi": 2.8067967147745914,
"qty_left": 73435771.05433202,
"last_price": 0.29594294146476186,
"unrealized_profit": 21720295.047034312,
"unrealized_roi": 17511.84087679153,
"buy_price": 0.00017025827247417585,
"hold_time": 127151.987843
}
]