Abstract API · Example Payload

Exchange Rates Convert Response Example

AvatarsCompany EnrichmentContactsCurrenciesEmail ValidationExchange RatesIBAN ValidationImage ProcessingIP GeolocationIP IntelligencePhone ValidationPublic HolidaysScreenshotsTimezonesVAT ValidationWeb Scraping

Exchange Rates Convert Response Example is an example object payload from Abstract API, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

base_currencytarget_currencybase_amountconverted_amount

Example Payload

Raw ↑
{
  "base_currency": "USD",
  "target_currency": "EUR",
  "base_amount": 100,
  "converted_amount": 92.34
}