Preview Conversion

Calculates how much of the target currency would be received for a given amount, without executing the conversion. Use this to show customers the expected converted amount before calling POST /v2/wallet/convert.

Query Parameters

from

*String

Base currency to convert from (e.g. USD).

to

*String

Target currency to convert to (e.g. NGN).

amount

*String

Amount in the base currency.

GET
/ v2/rates/preview
Endpoint URL(TEXT)
Request Body
Response(JSON)
// Click 'Try now' to see the response