← Back to catalog
crypto.get_price
mock data$0.001 / callCrypto Price
Get current prices for cryptocurrencies
Input schema
coinsrequired
arrayList of coin IDs to get prices for
vs_currencies
arrayTarget currencies for price conversion
include_volume
booleanInclude 24-hour trading volume
include_24h_change
booleanInclude 24-hour price change percentage
include_market_cap
booleanInclude market capitalization
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>"}'