- GET /rate#
Since protocol v2.
This public endpoint allows clients to get the currenlty applied change rate between the regional currency and the fiat currency of the banking system for this exchange account. Those informations should never be used to perform conversions use
/cashin-rateand/cashout-rateinstead. Conversion rates can change at any time. Clients must deal with any resulting errors and call/cashin-rateor/cashout-rateagain to use the new rates. Ifcashin_ratiois zero, this means the account cannot cashin, and ifcash_outratio is zero, this means the account cannot cashout.Response:
- 200 OK:
Response is a ConversionRate.
- 501 Not implemented:
This server does not support conversion.