Skip to main content

Get Rebate Info

Rate limit: 20/sec/UID

Description

  • Data retention: 30 days
  • Real-time data

HTTP Request

  • GET /api/v2/broker/rebate-info
Request
curl "https://api.bitget.com/api/v2/broker/rebate-info?uid=123456789" \
-H "ACCESS-KEY:your apiKey" \
-H "ACCESS-SIGN:*" \
-H "ACCESS-PASSPHRASE:*" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale:en-US" \
-H "Content-Type: application/json"

Request Parameters

ParameterTypeRequiredDescription
uidStringYesUID
Response
{
"code": "00000",
"msg": "success",
"requestTime": 1695786824200,
"data": {
"affiliationType": "affiliate",
"userLevel": "VIP7",
"clientSpotRebateRatio": "0.07",
"clientFuturesRebateRatio": "0.08"
}
}

Response Parameters

ParameterTypeDescription
affiliationTypeStringType of rebate relationship
affiliateClient channel
official Official (website) channel
userLevelStringUser level
VIP0
VIP1
...
VIP7
PRO1
...
PRO6
clientSpotRebateRatioStringSpot trading rebate ratio available to the user
clientFuturesRebateRatioStringFutures trading rebate ratio available to the user

How was your Reading Experience with us?