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. User API

/user/customPrice

Returns price of a custom (non-native) token on a given network.

await axios.post(`https://api.cryptocadet.app/api/user/customPrice`, {
network,
token,
decimals
})

network: 'Ethereum'

token: '0xdAC17F958D2ee523a2206206994597C13D831ec7'

decimals: 6

Status: 200

Data: {response}

Previous/user/price

Last updated 10 months ago