Modify SubAccount API
POST
/api/v1/broker/nd/account/update-apikey
Description
Request Request Example
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
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"
}'
Response Response Example
{
"code": "200000",
"data": {
"uid": "226383154",
"label": "This is remarks",
"apiKey": "671afb36cee20f00015cfaf1",
"apiVersion": 3,
"permissions": [
"General",
"Spot"
],
"ipWhitelist": [
"127.**.1",
"123.**.123"
],
"createdAt": 1729821494000
}
}
Request
Body Params application/json
Responses
Modified at 7 months ago