all-about-apikey/fixer
Muhammad Daffa 9ee885c92a Add 10 informations 2022-08-17 23:10:40 +07:00
..
README.md Add 10 informations 2022-08-17 23:10:40 +07:00

README.md

Fixer

Description

Exchange rates and currency conversion

Example Request

  • Curl
curl "https://data.fixer.io/api/symbols?access_key={{token}}"
  • Raw
GET /api/latest?access_key={{token}} HTTP/1.1
Host: data.fixer.io
...

Response

  • Success
{
    "success": true,
    "symbols": {
        "AED": "United Arab Emirates Dirham",
        "AFN": "Afghan Afghani",
        "ALL": "Albanian Lek",
        "AMD": "Armenian Dram",
        [...]
    }
}
  • Error
{
    "success": false,
    "error": {
        "code": 101,
        "type": "invalid_access_key",
        "info": "You have not supplied a valid API Access Key. [Technical Support: support@apilayer.com]"
    }
}

Regex

[a-z0-9]{32}

Example API key

tue3sv9hzsey1me4l7fwq3t46u5k8wag