Get Account Ledger
GET
https://api.kucoin.com/api/ua/v1/account/ledger
domain:Spot
api-channel:Private
api-permission:General
api-rate-limit-pool:Spot
sdk-service:Account
sdk-sub-service:Account
sdk-method-name:getSpotHFLedger
api-rate-limit-weight:2
Description
Tips
Request
Query Params
accountType
enum<string>
required
Allowed values:
FUNDINGTRADINGFUTURESCROSSISOLATED
Example:
FUTURES
currency
string
optional
Example:
BTC
direction
enum<string>
optional
Allowed values:
inout
Example:
in
businessType
enum<string>
optional
Allowed values:
TRADE_EXCHANGETRANSFERSUB_TRANSFERRETURNED_FEESDEDUCTION_FEESOTHER
Example:
TRANSFER
lastId
integer <int64>
optional
Example:
254062248624417
startAt
integer <int64>
optional
>= 0<= 9999999999999
Example:
1728663338000
endAt
integer <int64>
optional
>= 0<= 9999999999999
Example:
1728692138000
pageSize
integer
optional
>= 1<= 200
Default:
100
Example:
100
Request samples
Responses
Modified at 2025-06-27 14:29:54