Get current rate

Returns the best available indicative rate for a currency pair. Use POST /v1/quotes to request a firm quote for a specific amount.

Authentication

AuthorizationBearer
Token obtained via the login flow.

Query parameters

basestringRequired

Base currency (ISO 4217), e.g. USD.

quotestringRequired

Quote currency (ISO 4217), e.g. NGN.

Response

Best available indicative rate.
basestring

Base currency (ISO 4217).

quotestring

Quote currency (ISO 4217).

ratestring

Best available indicative rate. 1 base = <rate> quote.

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error