{
"uid": "226383154",
"apiKey": "671afb36cee20f00015cfaf1",
"ipWhitelist": [
"127.0.0.1",
"123.123.123.123"
],
"permissions": [
"general",
"spot"
],
"label": "This is remarks"
}curl --location --request POST 'https://api-broker.kucoin.com/api/v1/broker/nd/account/update-apikey' \
--header 'Content-Type: application/json' \
--data-raw '{
"uid": "226383154",
"apiKey": "671afb36cee20f00015cfaf1",
"ipWhitelist": [
"127.0.0.1",
"123.123.123.123"
],
"permissions": [
"general",
"spot"
],
"label": "This is remarks"
}'{
"code": "200000",
"data": {
"uid": "226383154",
"label": "This is remarks",
"apiKey": "671afb36cee20f00015cfaf1",
"apiVersion": 3,
"permissions": [
"General",
"Spot"
],
"ipWhitelist": [
"127.**.1",
"123.**.123"
],
"createdAt": 1729821494000
}
}