Tickerları al
get
/v1/exchange/market/tickers
Rica etmek
Talep Örneği
curl --location 'https://api.cryptomus.com/v1/exchange/market/tickers'
KopyaCevap
Yanıt parametreleri
İsim | Parametre türü | Tanım |
---|---|---|
currency_pair | string | Para birimi çifti |
last_price | string | Son fiyat |
base_volume | string | 24 saatlik temel hacim |
quote_volume | string | 24 saatlik teklif hacmi |
Parametre türü
stringTanım
Para birimi çiftiParametre türü
stringTanım
Son fiyatParametre türü
stringTanım
24 saatlik temel hacimParametre türü
stringTanım
24 saatlik teklif hacmi
Yanıt örneği
1{
2 "state": 0,
3 "result": [
4 {
5 "currency_pair": "MATIC_USDT",
6 "last_price": "1.03223224",
7 "base_volume": "47.470697983",
8 "quote_volume": "2.31195606"
9 },
10 {
11 "currency_pair": "TRX_BTC",
12 "last_price": "0.00000168",
13 "base_volume": "7.075214591",
14 "quote_volume": "0"
15 }
16 ]
17}
18
Kopya