Get FX rates
GET {{url}}/bookfx/rate?sell_currency=USD&buy_currency=CAD
Get FX rates for a particular currency pair.
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
sell_currency | string | ||
buy_currency | string |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
authorization | string | Authentication token | |
content-type | string | The Content-Type entity header is used to indicate the media type of the resource. Expected value is application/json. |