For the complete documentation index, see llms.txt. This page is also available as Markdown.

/admin/update-secretKey

Updates secret key associated with the account. Note: The secret key should be kept secret at all times and not be shared!

await axios.post(`https://api.cryptocadet.app/api/admin/update-secretKey`, {
apiKey, 
secretKey,
uid
})

apiKey: Vxusewjwhjwrhkwwj181ksl

secretKey: sk-wwh284h2ksjfshshshsjh

uid: XP27shj24190ws

Status: 200

Data: ${newKey}

Last updated