{
"subName": "testapi2",
"passphrase": "11223344",
"remark": "TheRemark2134",
"permission": "General,Spot,Futures",
"ipWhitelist": "66.66.66.66,8.8.8.8"
}curl --location --request POST 'https://api.kucoin.eu/api/v1/sub/api-key' \
--header 'Content-Type: application/json' \
--data-raw '{
"subName": "testapi2",
"passphrase": "11223344",
"remark": "TheRemark2134",
"permission": "General,Spot,Futures",
"ipWhitelist": "66.66.66.66,8.8.8.8"
}'{
"code": "200000",
"data": {
"subName": "testapi2",
"remark": "TheRemark2134",
"apiKey": "69d6606fd5d5ab0001a44645",
"apiSecret": "1b4ae89***23dbc0f",
"apiVersion": 3,
"passphrase": "11223344",
"permission": "General,Futures,Spot",
"ipWhitelist": "66.66.66.66,8.8.8.8",
"createdAt": 1775657071000
}
}