← Back to catalog
crypto.coin_detail
mock data$0.001 / callCrypto Coin Detail
Get detailed information about a cryptocurrency
Input schema
coin_idrequired
stringCoinGecko coin ID (e.g. bitcoin, ethereum)
include_community
booleanInclude community/social stats
include_developer
booleanInclude developer/GitHub stats
include_description
booleanInclude coin description text
Call via REST
curl -X POST https://unifyapi.pro/api/call/crypto.coin_detail \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"coin_id":"<coin_id>","include_community":"<include_community>","include_developer":"<include_developer>","include_description":"<include_description>"}'