Skip to main content
GET
/
crypto
/
fetch-prices
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
}

Authorizations

api_key
string
query
required

Query Parameters

pairs
string
required

Up to 10 target currency pairs, comma separated in XXX/YYY format A comma-separated list of crypto pairs

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

Response

Success

ms
number<int32>

Server response time in milliseconds

prices
object