GET
/
v1
/
market
/
crypto
/
estimate
curl --request GET \
  --url https://api.superlink.me/v1/market/crypto/estimate
{
  "estimations": [
    {
      "exhangeRate": 0.001,
      "name": "Ethereum",
      "symbol": "eth"
    }
  ],
  "fiatCurrency": "USD",
  "region": "US"
}

Response

200
application/json
OK
estimations
object[]
fiatCurrency
string
region
string