fx
plan-extra
plan-premium

Live bid & ask quote for 1 or more (up to 10 in a single request) FX trading pairs.

get/fx/quote

Query parameters

pairsstring required

A comma-separated list of FX trading pairs

Up to 10 target currency pairs, comma separated in XXXYYY or XXX/YYY format

Response

Success

quotesobject

Quotes keyed by trading pair

msnumber

Server response time in milliseconds

Example response

{
  "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
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.