Get Broker sub-accounts deposit records

This endpoint can obtain the deposit records of each sub-account under the ND Broker.

HTTP REQUEST

GET /api/v1/asset/ndbroker/deposit/list

Example

GET /api/v1/asset/ndbroker/deposit/list

{
    "success": true,
    "code": "200",
    "msg": "success",
    "retry": false,
    "data": [
        {
            "uid": "66140********012da315",
            "hash": "kucointe******61056820",
            "address": "kucointest3u",
            "memo": "186*****820",
            "amount": "1.99",
            "fee": "0.01",
            "currency": "USDT",
            "isInner": false,
            "walletTxId": "kucointes******702468820",
            "status": "PROCESSING",
            "remark": "0713",
            "chain": "SOL",
            "createdAt": 1704860951000,
            "updatedAt": 1704860954000
        }
    ]
}
REQUEST URL

This endpoint support Broker URL

REQUEST RATE LIMIT

Broker weight:10

PARAMETERS
Param Type Mandatory Description
currency String No currency
status String No Status. Available value: PROCESSING, SUCCESS, FAILURE
hash String No hash
startTimestamp long No Start time (milisecond)
endTimestamp long No End time (milisecond),Default sorting in descending order
limit Integer No Maximum number of returned items, maximum 1000, default 1000
RESPONSES
Param Description
uid deposit user id
hash hash
address Deposit address
memo Address remark. If there’s no remark, it is empty. When you withdraw from other platforms to the KuCoin, you need to fill in memo(tag). If you do not fill memo (tag), your deposit may not be available, please be cautious.
amount Deposit amount
fee Fees charged for deposit
currency currency
isInner Internal deposit or not
walletTxId Wallet Txid
status Status. Available value: PROCESSING, SUCCESS, FAILURE
remark remark
chain The chain of currency
createdAt Creation time of the database record
updatedAt Update time of the database record