Skip to main content
GET
/
fx
/
quotes
Get Quotes
curl --request GET \
  --url https://api.usepooler.com/fx/quotes \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "stan": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "data": [
    {}
  ]
}
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

page
integer
Page number for pagination
per_page
integer
Number of items per page

Response

data
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

Authorization
string
header
required

Bearer token authentication. Include your API key in the Authorization header as: Bearer {your_api_key}

Query Parameters

page
integer

Page number for pagination

per_page
integer

Number of items per page

Response

200 - application/json

FX quotes retrieved successfully

success
boolean
message
string
stan
string<uuid>
data
object[]