Create Quote

This API generates a real-time currency conversion quote based on the selected source and destination currencies.

Users can specify the beneficiary type (Individual or Business), source currency or account, target currency, and amount. Based on these inputs, the API returns:

  • The applicable exchange rate
  • The converted amount in the target currency
  • The total payable amount in the source currency

Upon creation, the quote locks the exchange rate for a limited duration (approximately 30 minutes). During this validity period, users can proceed to confirm and complete the transaction using the returned quote ID, ensuring price consistency and transparency.

This API helps users accurately estimate and secure cross-border transaction values before proceeding with conversions or payouts.

Body Params
string
required
integer
enum
required
Allowed:
string
required

ISO code - 3

string
required
Defaults to USD
string
required

The bank account id field is required when wallet id is not present

string
enum
required
Allowed:
string

This field is required when the receiver currency is USD

string

The wallet id field is required when bank account id is not present

Headers
string
required

Identifies the merchant making the request.

string
required

Public API key associated with the merchant.

string
required

RSA signature generated from the HMAC hash of the request payload.

string
required

Current UNIX timestamp (in seconds). Used to prevent replay attacks.

string
required

Unique UUID per request

Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json