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
| Parameter | Type | Required | Description |
|---|---|---|---|
| uid | String | Yes | UID |
Response
{
"code": "00000",
"msg": "success",
"requestTime": 1695786824200,
"data": {
"affiliationType": "affiliate",
"userLevel": "VIP7",
"clientSpotRebateRatio": "0.07",
"clientFuturesRebateRatio": "0.08"
}
}
Response Parameters
| Parameter | Type | Description |
|---|---|---|
| affiliationType | String | Type of rebate relationshipaffiliateClient channelofficial Official (website) channel |
| userLevel | String | User levelVIP0VIP1... VIP7PRO1... PRO6 |
| clientSpotRebateRatio | String | Spot trading rebate ratio available to the user |
| clientFuturesRebateRatio | String | Futures trading rebate ratio available to the user |