GET
/
currencies
/
latest
curl --request GET \
  --url https://sandbox-api.violet.io/v1/currencies/latest
{
  "success": true,
  "timestamp": 123,
  "base": "<string>",
  "date": "<string>",
  "rates": {}
}

Retrieve the latest Currency Exchange Rates Violet is using for multi-currency transactions.

Retrieved exchange rates may cached. This cache will never exceed 24 hours.

Headers

X-Violet-Token
string
X-Violet-App-Secret
string
X-Violet-App-Id
integer

Query Parameters

base_currency
string
symbols
string

Response

default - application/json
success
boolean
timestamp
integer
base
string
date
string
rates
object