UnifyAPI
← Back to catalog

crypto.coin_detail

mock data$0.001 / call

Crypto Coin Detail

Get detailed information about a cryptocurrency

Cryptoprovider: Crypto#crypto#crypto

Input schema

coin_idrequired

CoinGecko coin ID (e.g. bitcoin, ethereum)

string
include_community

Include community/social stats

boolean
include_developer

Include developer/GitHub stats

boolean
include_description

Include coin description text

boolean

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

Try it

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