cURL
curl --request GET \ --url 'https://api.fastforex.io/crypto/fetch-prices?api_key='
{ "prices": { "BTC/USD": 20624.21, "ETH/BTC": 0.075316 }, "ms": 8 }
Fetch one or more (up to 10) real-time prices for supported cryptocurrency pairs
Up to 10 target currency pairs, comma separated in XXX/YYY format A comma-separated list of crypto pairs
[A-Z0-9]{3,6}/[A-Z0-9]{3,6}(,[A-Z0-9]{3,6}/[A-Z0-9]{3,6})*
Success
Server response time in milliseconds
Show child attributes