Finance & Crypto

Crypto Coin

Full data for a coin id.

Input

FieldTypeRequired
idstringrequired

Run it

curl -X POST "https://api.buildwithapi.io/v1/actors/coingecko-coin/run-sync-get-dataset-items" \
  -H "X-API-Key: vk_live_..." -H "Content-Type: application/json" \
  -d '{"id": "Q42"}'

Response

{
  "actor": "coingecko-coin",
  "status": "SUCCEEDED",
  "stats": { "items": 1 },
  "items": [ ... ],
  "brand": "Vector by Phoenix"
}
Try it live → ← All actors Actor docs