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
*StringBase currency to convert from (e.g. USD).
to
*StringTarget currency to convert to (e.g. NGN).
amount
*StringAmount in the base currency.
GET
/ v2/rates/preview
Endpoint URL(TEXT)
Request Body
Response(JSON)
// Click 'Try now' to see the response