Get Account Ledgers - Trade_hf
GET
https://api.kucoin.com/api/v1/hf/accounts/ledgers
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
currency
string
optional
Example:
BTC
direction
enum<string>
optional
Allowed values:
inout
Example:
in
bizType
enum<string>
optional
Allowed values:
TRADE_EXCHANGETRANSFERSUB_TRANSFERRETURNED_FEESDEDUCTION_FEESOTHER
Example:
TRANSFER
lastId
integer <int64>
optional
Example:
254062248624417
limit
integer
optional
>= 1<= 200
Default:
100
Example:
100
startAt
integer <int64>
optional
>= 0<= 9999999999999
Example:
1728663338000
endAt
integer <int64>
optional
>= 0<= 9999999999999
Example:
1728692138000
Request samples
Responses
Modified at 2025-04-28 09:19:47