Get Quotes
FX
Get Quotes
Retrieve foreign exchange quotes for currency conversions.
GET
Get Quotes
Retrieve foreign exchange quotes for currency conversions. This endpoint returns available FX quotes that can be used for currency conversion transactions.
Overview
This endpoint provides foreign exchange quotes that are available for currency conversion. Quotes include exchange rates and fees for converting between different currencies.Query Parameters
integer
Page number for pagination
integer
Number of items per page
Response
array
Array of FX quote objects. Each quote includes exchange rate information, fees, and validity period.
FX quotes are time-sensitive and may expire. Always check the quote validity before using it for a transaction.
Authorizations
Bearer token authentication. Include your API key in the Authorization header as: Bearer {your_api_key}