-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnlForSpecificToken.json
More file actions
30 lines (30 loc) · 932 Bytes
/
pnlForSpecificToken.json
File metadata and controls
30 lines (30 loc) · 932 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"request": {
"method": "pnlForSpecificToken",
"params": {
"token": "CzLSujWBLFsSjncfkh59rUFqvafWcY5tzedWJSuypump",
"wallet": "8bHMVvpApEQS6M2qRv4eJUDptoW919NFrBSbeDGmoGJ6"
}
},
"response": {
"status": true,
"message": null,
"data": {
"holding": 125000,
"held": 473699.716522,
"sold": 348699.725242,
"realized": 100958.86648367,
"unrealized": 91605.3895934,
"total": 192564.25607708,
"total_invested": 91174.29360978,
"sold_usd": 168074.0663075,
"total_transactions": 76,
"buy_transactions": 44,
"sell_transactions": 32,
"first_buy_time": 1728797509695,
"average_buy_amount": 2072.14303659,
"current_value": 115664.48505772,
"cost_basis": 0.19247276
}
}
}