Finance & Crypto

Exchange Rates

Latest FX rates for a base currency.

Input

FieldTypeRequired
basestringrequired

Run it

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

Response

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