axios.get('https://api.bittrex.com/api/v1.1/public/getmarkethistory?market=USD-BTC/', { headers: {
'Content-Type': 'application/json',
'Accept': 'application/json',
}})
.then(response => {this.Pairs = response.data.result;
});
}.bind(this), 1000);
},
Не пробовал content-type ставить в text/plain ? Или application/url-form-encoded ?
Обсуждают сегодня