UnifyAPI
← Back to catalog

crypto.get_price

mock data$0.001 / call

Crypto Price

Get current prices for cryptocurrencies

Cryptoprovider: Crypto#crypto#crypto

Input schema

coinsrequired

List of coin IDs to get prices for

array
vs_currencies

Target currencies for price conversion

array
include_volume

Include 24-hour trading volume

boolean
include_24h_change

Include 24-hour price change percentage

boolean
include_market_cap

Include market capitalization

boolean

Call via REST

curl -X POST https://unifyapi.pro/api/call/crypto.get_price \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"coins":"<coins>","vs_currencies":"<vs_currencies>","include_volume":"<include_volume>","include_24h_change":"<include_24h_change>","include_market_cap":"<include_market_cap>"}'

Try it

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