UnifyAPI
← Back to catalog

crypto.search

mock data$0.001 / call

Crypto Search

Search for cryptocurrencies by name or symbol

Cryptoprovider: Crypto#crypto#crypto

Input schema

queryrequired

Search query for coin name, symbol, or ID

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/crypto.search \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"query":"<query>"}'

Try it

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