Skip to main content
GET
/
fx
/
quote
cURL
curl --request GET \
  --url 'https://api.fastforex.io/fx/quote?api_key='
{
  "quotes": {
    "EURUSD": {
      "bid": 1.2145,
      "ask": 1.2146,
      "tsp": 1739305030072,
      "size": 1
    },
    "GBPUSD": {
      "bid": 1.4145,
      "ask": 1.4146,
      "tsp": 1739305029908,
      "size": 1
    },
    "IRRUSD": {
      "bid": 2.3808,
      "ask": 2.3816,
      "tsp": 1739305029908,
      "size": 100000
    }
  },
  "ms": 8
}

Authorizations

api_key
string
query
required

Query Parameters

pairs
string
required

Up to 10 target currency pairs, comma separated in XXXYYY or XXX/YYY format A comma-separated list of FX trading pairs

Pattern: [A-Z0-9]{3,6}/?[A-Z0-9]{3,6}(,[A-Z0-9]{3,6}/?[A-Z0-9]{3,6})*

Response

Success

prices
object
ms
number<int32>

Server response time in milliseconds