← Back to catalog
crypto.price
live upstream$0.002 / callCrypto Spot Price
Current price of a coin in a fiat currency, sourced live from CoinGecko.
Input schema
vs
stringFiat currency
coinrequired
stringCoinGecko id, e.g. bitcoin, ethereum
Call via REST
curl -X POST https://unifyapi.pro/api/call/crypto.price \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"vs":"usd","coin":"bitcoin"}'