Skip to main content
GET
/
crypto
/
currencies
cURL
curl --request GET \
  --url 'https://api.fastforex.io/crypto/currencies?api_key='
{
  "currencies": {
    "1INCH": "1inch Network",
    "AAVE": "Aave",
    "ACA": "Acala Token",
    "ACH": "Alchemy Pay",
    "ADA": "Cardano",
    "AERGO": "Aergo"
  },
  "ms": 8
}

Authorizations

api_key
string
query
required

Response

Success

ms
number<int32>

Server response time in milliseconds

currencies
object