UnifyAPI
← Back to catalog

crypto.price

live upstream$0.002 / call

Crypto Spot Price

Current price of a coin in a fiat currency, sourced live from CoinGecko.

Cryptoprovider: CoinGecko#crypto#price#live

Input schema

vs

Fiat currency

string
coinrequired

CoinGecko id, e.g. bitcoin, ethereum

string

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"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.