var CoinAPIEndPoint = "http://coinapiadapter.zay-dev.com/Fetcher.ashx"; function GetCoinAPIUrl(page) { return CoinAPIEndPoint + "?page=" + page; }