curl --location --request GET 'https://api.vortexfinance.co/v1/supported-cryptocurrencies?network='
{
"cryptocurrencies": [
{
"assetForeignAssetId": "string",
"assetDecimals": 0,
"assetNetwork": "assethub",
"assetContractAddress": "string",
"assetSymbol": "string"
}
]
}