Get Exchange Rates https://cms.inr-exchange.rare-able.com/api/user/exchange_rate?from=10&to=20
GET

This endpoint allows an authenticated user to retrieve the exchange rate between two specified currencies. The response includes details such as the exchange rate value, along with a success message and status code.

Query PARAMS

from string required
to string required

HEADERS

Accept "string"
application/json
x-api-key (Secret Key) "string"
To generate please use Get Access Token
X-Merchant-ID "string"
To generate please use Get Merchant ID
X-Api-Signature "string"
X-Api-Timestamp "Timestamp"

RESPONSES

success "boolean"
message "string"
code "integer"
data "object"

exchange_rate "float"

success "boolean"
message "string"
code "integer"
data "object"