Skip to main content

List of Crypto Currencies [GET]

Through a simple call, you can list the Crypto coins and their associated platforms (Blockchain Networks).

Endpoints

Staging environment

  • Staging URL: https://staging.sylq.io/api/v1/currencies

Production/Live environment

  • Production/Live URL: https://app.sylq.io/api/v1/currencies

Examples of returns

Success response (201)

{
"currencies": [
{
"title": "Algorand",
"symbol": "ALGO",
"id": 98,
"platforms": [],
"exchange_rate": "0.2327",
"icon": "/static/algo.svg"
},
{
"title": "Avalanche",
"symbol": "AVAX",
"id": 132,
"platforms": [],
"exchange_rate": "12.52",
"icon": "/static/avax.svg"
},
{
"title": "Axie Infinity",
"symbol": "AXS",
"id": 134,
"platforms": [],
"exchange_rate": "6.59",
"icon": "/static/axs.svg"
},
{
"title": "Basic Attention Token",
"symbol": "BAT",
"id": 54,
"platforms": [],
"exchange_rate": "0.2255",
"icon": "/static/bat.svg"
},
{
"title": "Binance Coin",
"symbol": "BNB",
"id": 71,
"platforms": [],
"exchange_rate": "283.4",
"icon": "/static/bnb.svg"
},
{
"title": "Binance USD",
"symbol": "BUSD",
"id": 89,
"platforms": [],
"exchange_rate": "0.9573",
"icon": "/static/busd.svg"
},
{
"title": "Bitcoin",
"symbol": "BTC",
"id": 2,
"platforms": [],
"exchange_rate": "16403.0",
"icon": "/static/btc.svg"
},
{
"title": "Bitcoin Cash",
"symbol": "BCH",
"id": 41,
"platforms": [],
"exchange_rate": "106.99",
"icon": "/static/bch.svg"
},
{
"title": "Cardano",
"symbol": "ADA",
"id": 87,
"platforms": [],
"exchange_rate": "0.3046",
"icon": "/static/ada.svg"
},
{
"title": "Chainlink",
"symbol": "LINK",
"id": 75,
"platforms": [],
"exchange_rate": "7.25",
"icon": "/static/link.svg"
},
{
"title": "Chiliz",
"symbol": "CHZ",
"id": 120,
"platforms": [],
"exchange_rate": "0.1559",
"icon": null
},
{
"title": "Compound",
"symbol": "COMP",
"id": 129,
"platforms": [],
"exchange_rate": "36.68",
"icon": "/static/comp.svg"
},
{
"title": "Cosmos",
"symbol": "ATOM",
"id": 135,
"platforms": [],
"exchange_rate": "10.01",
"icon": "/static/atom.svg"
},
{
"title": "Dai",
"symbol": "DAI",
"id": 47,
"platforms": [],
"exchange_rate": "0.9574",
"icon": "/static/dai.svg"
},
{
"title": "Decentraland",
"symbol": "MANA",
"id": 108,
"platforms": [],
"exchange_rate": "0.3878",
"icon": "/static/mana.svg"
},
{
"title": "Dogecoin",
"symbol": "DOGE",
"id": 50,
"platforms": [],
"exchange_rate": "0.1003",
"icon": "/static/doge.svg"
},
{
"title": "Elrond",
"symbol": "EGLD",
"id": 137,
"platforms": [],
"exchange_rate": "41.86",
"icon": "/static/egld.svg"
},
{
"title": "Ethereum",
"symbol": "ETH",
"id": 40,
"platforms": [],
"exchange_rate": "1233.0",
"icon": "/static/eth.svg"
},
{
"title": "Filecoin",
"symbol": "FIL",
"id": 102,
"platforms": [],
"exchange_rate": "4.22",
"icon": "/static/fil.svg"
},
{
"title": "Flow",
"symbol": "FLOW",
"id": 138,
"platforms": [],
"exchange_rate": "1.07",
"icon": "/static/flow.svg"
},
{
"title": "Internet Computer",
"symbol": "ICP",
"id": 93,
"platforms": [],
"exchange_rate": "3.97",
"icon": null
},
{
"title": "Kusama",
"symbol": "KSM",
"id": 133,
"platforms": [],
"exchange_rate": "28.9",
"icon": "/static/ksm.svg"
},
{
"title": "Litecoin",
"symbol": "LTC",
"id": 39,
"platforms": [],
"exchange_rate": "74.1",
"icon": "/static/ltc.svg"
},
{
"title": "Loopring",
"symbol": "LRC",
"id": 107,
"platforms": [],
"exchange_rate": "0.2376",
"icon": "/static/lrc.svg"
},
{
"title": "Maker",
"symbol": "MKR",
"id": 109,
"platforms": [],
"exchange_rate": "623.2",
"icon": "/static/mkr.svg"
},
{
"title": "Nano",
"symbol": "XNO",
"id": 45,
"platforms": [],
"exchange_rate": "0.7299",
"icon": "/static/xno.svg"
},
{
"title": "Polkadot",
"symbol": "DOT",
"id": 84,
"platforms": [],
"exchange_rate": "5.17",
"icon": "/static/dot.svg"
},
{
"title": "Polygon",
"symbol": "MATIC",
"id": 85,
"platforms": [],
"exchange_rate": "0.8847",
"icon": "/static/matic.svg"
},
{
"title": "SHIBA INU",
"symbol": "SHIB",
"id": 131,
"platforms": [],
"exchange_rate": "0.000009",
"icon": "/static/shib.svg"
},
{
"title": "Solana",
"symbol": "SOL",
"id": 90,
"platforms": [],
"exchange_rate": "13.28",
"icon": "/static/sol.svg"
},
{
"title": "Stellar",
"symbol": "XLM",
"id": 53,
"platforms": [],
"exchange_rate": "0.0849",
"icon": "/static/xlm.svg"
},
{
"title": "Tether",
"symbol": "USDT",
"id": 76,
"platforms": [],
"exchange_rate": "0.9576",
"icon": "/static/usdt.svg"
},
{
"title": "Tether EURt",
"symbol": "EURT",
"id": 140,
"platforms": [],
"exchange_rate": "0.9992",
"icon": "/static/eurt.svg"
},
{
"title": "Tezos",
"symbol": "XTZ",
"id": 94,
"platforms": [],
"exchange_rate": "0.9675",
"icon": "/static/xtz.svg"
},
{
"title": "The Graph",
"symbol": "GRT",
"id": 106,
"platforms": [],
"exchange_rate": "0.0616",
"icon": "/static/grt.svg"
},
{
"title": "The Sandbox",
"symbol": "SAND",
"id": 136,
"platforms": [],
"exchange_rate": "0.5614",
"icon": "/static/sand.svg"
},
{
"title": "THETA",
"symbol": "THETA",
"id": 92,
"platforms": [],
"exchange_rate": "0.912",
"icon": "/static/theta.svg"
},
{
"title": "TRON",
"symbol": "TRX",
"id": 46,
"platforms": [],
"exchange_rate": "0.0523",
"icon": "/static/trx.svg"
},
{
"title": "Uniswap",
"symbol": "UNI",
"id": 88,
"platforms": [],
"exchange_rate": "5.56",
"icon": "/static/uni.svg"
},
{
"title": "USDC",
"symbol": "USDC",
"id": 86,
"platforms": [],
"exchange_rate": "0.9574",
"icon": "/static/usdc.svg"
},
{
"title": "VeChain",
"symbol": "VET",
"id": 78,
"platforms": [],
"exchange_rate": "0.0183",
"icon": "/static/vet.svg"
},
{
"title": "Waves",
"symbol": "WAVES",
"id": 116,
"platforms": [],
"exchange_rate": "2.25",
"icon": "/static/waves.svg"
},
{
"title": "Wrapped Bitcoin",
"symbol": "WBTC",
"id": 91,
"platforms": [],
"exchange_rate": "16253.1",
"icon": "/static/wbtc.svg"
},
{
"title": "XRP",
"symbol": "XRP",
"id": 42,
"platforms": [],
"exchange_rate": "0.3848",
"icon": "/static/xrp.svg"
}
],
"created_at": "2022-12-01T12:40:15.727Z"
}

Error response (422)

{
"errors": "Not found"
}