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 }
Live bid & ask quote for 1 or more FX trading pairs.
Up to 10 target currency pairs, comma separated in XXXYYY or XXX/YYY format A comma-separated list of FX trading pairs
[A-Z0-9]{3,6}/?[A-Z0-9]{3,6}(,[A-Z0-9]{3,6}/?[A-Z0-9]{3,6})*
Success
Show child attributes
Server response time in milliseconds