Information about jetton metrics (price, holders count, liquidity (tvl), fdmc, trust score)
curl --request GET \
--url https://api.dyor.io/v1/jettons/{address}/metrics{
"metrics": {
"address": "0:906697a57af1cdb1bc39214b7049ae02b3c92a5b0c342ac61e0eb8bd9304b5f1",
"price": {
"value": "1000500000",
"decimals": 9
},
"priceUsd": {
"value": "1000500000",
"decimals": 9
},
"priceCurrency": {
"value": "1000500000",
"decimals": 9
},
"holdersCount": "7351",
"liquidityUsd": {
"value": "1000500000",
"decimals": 9
},
"liquidityCurrency": {
"value": "1000500000",
"decimals": 9
},
"fdmc": {
"value": "1000500000",
"decimals": 9
},
"fdmcCurrency": {
"value": "1000500000",
"decimals": 9
},
"mcap": {
"value": "1000500000",
"decimals": 9
},
"mcapCurrency": {
"value": "1000500000",
"decimals": 9
},
"circulatingSupply": "<string>",
"trustScore": 100
}
}Jetton address
Example: EQCQZpelevHNsbw5IUtwSa4Cs8kqWww0KsYeDri9kwS18eCz
ton, usd, eur, gbp, jpy, byn, ves, rub, uah, kzt, krw, ils, idr, aed, gel, twd, try, hkd, inr, cad, amd, aud, pln, cop, brl, chf, mxn, ars, sgd, sar, mdl, ron, sek, azn, rsd, nok, myr, bgn, egp, gtq, clp, nzd, bdt, kgs, thb, uzs, uyu, vnd, ugx, kes, zar, etb, ngn, lkr A successful response.
Show child attributes
Example: EQCQZpelevHNsbw5IUtwSa4Cs8kqWww0KsYeDri9kwS18eCz
"0:906697a57af1cdb1bc39214b7049ae02b3c92a5b0c342ac61e0eb8bd9304b5f1"
"7351"
The amount of a cryptocurrency that is currently available to the market. Basic token unit. To get the decimals value: circulatingSupply * pow(10, -decimals)
The percent of trust. Value in range [0, 100]
100
curl --request GET \
--url https://api.dyor.io/v1/jettons/{address}/metrics{
"metrics": {
"address": "0:906697a57af1cdb1bc39214b7049ae02b3c92a5b0c342ac61e0eb8bd9304b5f1",
"price": {
"value": "1000500000",
"decimals": 9
},
"priceUsd": {
"value": "1000500000",
"decimals": 9
},
"priceCurrency": {
"value": "1000500000",
"decimals": 9
},
"holdersCount": "7351",
"liquidityUsd": {
"value": "1000500000",
"decimals": 9
},
"liquidityCurrency": {
"value": "1000500000",
"decimals": 9
},
"fdmc": {
"value": "1000500000",
"decimals": 9
},
"fdmcCurrency": {
"value": "1000500000",
"decimals": 9
},
"mcap": {
"value": "1000500000",
"decimals": 9
},
"mcapCurrency": {
"value": "1000500000",
"decimals": 9
},
"circulatingSupply": "<string>",
"trustScore": 100
}
}