Real-time Rates
Both free and paid users may access real-time exchange rates using the currencylayer API's live endpoint.
Optionally, it is possible to define an additional source
currency and specific output currencies using the currencies
parameter. Both of these options will be discussed in detail throughout this documentation.
GET
https://api.curexapi.com/live
Request Parameters
Name | Type | Description |
---|---|---|
access_key | string | Your access key |
source | string | Source currency code (optional) (default:USD) |
currencies | string | Target currency codes (optional) |
Sample Requests
Sample Response
Last updated