ND Broker
  1. Exchange Broker
ND Broker
  • REST
    • Broker
      • Beginners
        • Introduction
        • Broker Application
        • Instructions
      • API Broker
        • Introduction
        • Get Broker Rebate
      • Exchange Broker
        • Introduction
        • Submit KYC
          POST
        • Get KYC Status
          GET
        • Get KYC Status List
          GET
        • Get Broker Rebate
          GET
        • Get Broker Info
          GET
        • Get SubAccount
          GET
        • Get SubAccount API
          GET
        • Get Deposit List
          GET
        • Get Transfer History
          GET
        • Get Withdraw Detail
          GET
        • Get Deposit Detail
          GET
        • Delete SubAccount API
          DELETE
        • Add SubAccount
          POST
        • Add SubAccount API
          POST
        • Modify SubAccount API
          POST
        • Transfer
          POST
      • User Service
  1. Exchange Broker

Get Broker Rebate

GET
/api/v1/broker/nd/rebase/download
Description
This interface supports downloading Broker rebate orders

Excel Response#

ParamDescriptionExample
DateDate2024/9/1
BrokerUIDBroker's UID3243241
AffiliateUIDAffiliate's UID2354546
UIDUser's UID6345466
BizLineBusiness Line(Spot、Futures)Spot
VolumeVolume0
TotalCommissionTotal Commission = BrokerCommission + UserCommission + AffiliateCommission0
BrokerCommissionBroker Commission0
UserCommissionUser Commission0
AffiliateCommissionAffiliate Commission0
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
Start time, for example: 20240610
Example:
20240610
end
string 
required
End time, for example: 20241010 (query data with a maximum interval of 6 months)
Example:
20241010
tradeType
enum<string> 
required
Transaction type, 1: spot 2: futures
Allowed values:
12
Example:
1

Responses

🟢200OK
application/json
Body
code
string 
required
data
object 
required
url
string 
required
Rebate order file (link is valid for 1 day)
Modified at 7 months ago
Previous
Get KYC Status List
Next
Get Broker Info