Get Exchange Rate
Get the current exchange rate for a specific currency (from USD)
Authorization<token>
Bearer token
In: header
X-Organization-ID<token>
Tenant or organization identifier
In: header
Path Parameters
currencyCodestring
Currency code to get exchange rate for (from USD)
Response Body
application/json
curl -X GET "https://api.nrings.io/v1/exchange-rate/rate/{currencyCode}" \ -H "Authorization: Bearer {your_token}" \ -H "X-Organization-ID: {your_org_id}"{
"exchangeRate": "string",
"currencyCode": "string",
"lastUpdated": "string"
}