Get FX rates

GET {{url}}/bookfx/rate?sell_currency=USD&buy_currency=CAD

Get FX rates for a particular currency pair.

Request Params

KeyDatatypeRequiredDescription
sell_currencystring
buy_currencystring

HEADERS

KeyDatatypeRequiredDescription
authorizationstringAuthentication token
content-typestringThe Content-Type entity header is used to indicate the media type of the resource. Expected value is application/json.