cryptocadet
  • 👋Welcome
  • Admin API
    • /admin/gen-ref
    • /admin/update-ref
    • /admin/gen-ref-sol
    • /admin/update-ref-sol
    • /admin/update-watchlist
    • /admin/cancel-subscription
    • /admin/update-walletAddress
    • /admin/update-solAddress
    • /admin/update-pubKey
    • /admin/update-secretKey
  • User API
    • /user/get-user
    • /user/get-ref
    • /user/options
    • /user/get-proxy
    • /user/config
    • /user/price
    • /user/customPrice
Powered by GitBook
On this page
  1. Admin API

/admin/update-solAddress

Updates SOL wallet address associated with the account.

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

apiKey: Vxusewjwhjwrhkwwj181ksl

secretKey: sk-wwh284h2ksjfshshshsjh

walletAddress: SL2jskEWGJkjd1384haah04716jx000

uid: XP27shj24190ws

Status: 200

Data: ${newAddress}

Previous/admin/update-walletAddressNext/admin/update-pubKey

Last updated 9 months ago