Get Broker Rebate
GET
/api/v1/broker/nd/rebase/download
Description
Excel Response
Param | Description | Example |
---|---|---|
Date | Date | 2024/9/1 |
BrokerUID | Broker's UID | 3243241 |
AffiliateUID | Affiliate's UID | 2354546 |
UID | User's UID | 6345466 |
BizLine | Business Line(Spot、Futures) | Spot |
Volume | Volume | 0 |
TotalCommission | Total Commission = BrokerCommission + UserCommission + AffiliateCommission | 0 |
BrokerCommission | Broker Commission | 0 |
UserCommission | User Commission | 0 |
AffiliateCommission | Affiliate Commission | 0 |
Request Request Example
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
curl --location --request GET 'https://api-broker.kucoin.com/api/v1/broker/nd/rebase/download?begin=20240610&end=20241010&tradeType=1'
Response Response Example
{
"code": "200000",
"data": {
"url": "https://kc-v2-promotion.s3.ap-northeast-1.amazonaws.com/broker/671aec522593f600019766d0_file.csv?X-Amz-Security-Token=IQo*********2cd90f14efb"
}
}
Request
Query Params
begin
string
required
Example:
20240610
end
string
required
Example:
20241010
tradeType
enum<string>
required
Allowed values:
12
Example:
1
Responses
Modified at 7 months ago