Get Transfer History
GET
/api/v3/broker/nd/transfer/detail
Description
Request Request Example
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
curl --location --request GET 'https://api-broker.kucoin.com/api/v3/broker/nd/transfer/detail?orderId=671b4600c1e3dd000726866d'
Response Response Example
{
"code": "200000",
"data": {
"orderId": "671b4600c1e3dd000726866d",
"currency": "USDT",
"amount": "1",
"fromUid": 165111215,
"fromAccountType": "MAIN",
"fromAccountTag": "DEFAULT",
"toUid": 226383154,
"toAccountType": "MAIN",
"toAccountTag": "DEFAULT",
"status": "SUCCESS",
"reason": null,
"createdAt": 1729840640000
}
}
Request
Query Params
orderId
string
required
Example:
671b4600c1e3dd000726866d
Responses
Modified at 7 months ago