This method returns a fast exchange rate calculation between two specified currencies. It calculates the recipient's net amount after applying the conversion rate.
Provide your bearer token in the Authorization header when making requests to protected resources. Example: Authorization: Bearer 123.
Responses
400
Bad request due to invalid input. Examples of potential errors include:
Invalid currency_from or currency_to values.
Exchange direction is not available at the moment.
Example response:
JSON
{
"error": "ERROR_CURRENCY_FROM_INVALID",
"message": "Use only valid currency (id or symbol)",
"statusCode": 400
}
401
Authentication failed. This could be due to missing or invalid access tokens, or expired tokens.
Example response: