Get Profit Summary
Get Profit Summary
Descriptionâ
Get the profit-sharing summary for a copy-trading lead account.
HTTP Requestâ
- GET /api/v3/copy/futures/profit-summary
- Rate limit: 1/sec/UID
- Permission: Unified Account â Futures Copy-Trading Orders â Read-only
Request
curl "https://api.bitget.com/api/v3/copy/futures/profit-summary" \
-H "ACCESS-KEY:*******" \
-H "ACCESS-SIGN:*" \
-H "ACCESS-PASSPHRASE:*" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale:en-US" \
-H "Content-Type: application/json"
Request Parametersâ
No request parameters.
Response
{
"code": "00000",
"msg": "success",
"requestTime": 1740000000000,
"data": {
"totalProfit": "10000.00",
"totalAllocatedProfit": "8000.00",
"totalPendingProfit": "2000.00"
}
}
Response Parametersâ
| Parameter | Type | Description |
|---|---|---|
| totalProfit | String | Cumulative profit (USDT) |
| totalAllocatedProfit | String | Cumulative allocated profit share (USDT) |
| totalPendingProfit | String | Cumulative pending profit share (USDT) |