Skip to main content

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​

ParameterTypeDescription
totalProfitStringCumulative profit (USDT)
totalAllocatedProfitStringCumulative allocated profit share (USDT)
totalPendingProfitStringCumulative pending profit share (USDT)

How was your Reading Experience with us?

★
★
★
★
â˜