Contents

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-rate and /cashout-rate instead. Conversion rates can change at any time. Clients must deal with any resulting errors and call /cashin-rate or /cashout-rate again to use the new rates. If cashin_ratio is zero, this means the account cannot cashin, and if cash_out ratio is zero, this means the account cannot cashout.

Response:

200 OK:

Response is a ConversionRate.

501 Not implemented:

This server does not support conversion.