Skip to main content
GET
/
fetch-one
cURL
curl --request GET \
  --url 'https://api.fastforex.io/fetch-one?api_key='
{
  "base": "USD",
  "result": {
    "EUR": 0.82791
  },
  "updated": "2021-01-16T16:34:29Z",
  "ms": 4
}

Authorizations

api_key
string
query
required

Query Parameters

from
string

Base currency symbol (physical or digital), defaults to USD Currency code for a physical or digital/cryptocurrency

Pattern: [A-Z0-9]{3,6}
to
string
required

Target currency symbol (physical or digital), defaults to USD Currency code for a physical or digital/cryptocurrency

Pattern: [A-Z0-9]{3,6}

Response

Success

base
string

Currency code for a physical or digital/cryptocurrency

Pattern: [A-Z0-9]{3,6}
updated

A datetime value. If no timezone offset supplied, UTC/GMT is assumed.

Pattern: [0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2}
ms
number<int32>

Server response time in milliseconds

result
object