REST API
- JettonsService
- GETgetJettons
- POSTgetJettons
- GETgetJettonDetails
- GETgetJettonTrustScore
- GETgetJettonTrustScoreList
- POSTgetJettonTrustScoreList
- GETgetJettonMetrics
- GETgetJettonMetricsList
- POSTgetJettonMetricsList
- GETgetJettonStatistics
- GETgetJettonStatisticsList
- POSTgetJettonStatisticsList
- GETgetJettonPrice
- GETgetJettonPriceChart
- GETgetJettonPriceHistory
- GETgetJettonLiquidity
- GETgetJettonHolders
- GETgetJettonHoldersHistory
- GETgetJettonTransactions
- GETgetJettonMarkets
- GETgetJettonMarketStatistics
- GETgetJettonMarketPrice
- GETgetJettonMarketPriceHistory
- GETgetJettonMarketLiquidity
- GETgetJettonMarketLiquidityHistory
- GET
- SystemService
JettonsService
getJettonStatistics
JettonsService
getJettonStatistics
Percent changes of price, volume, traders, transactions by last hour, day, week and month
GET
/
v1
/
jettons
/
{address}
/
stats
curl --request GET \
--url https://api.dyor.io/v1/jettons/{address}/stats
{
"address": "0:906697a57af1cdb1bc39214b7049ae02b3c92a5b0c342ac61e0eb8bd9304b5f1",
"priceChange": {
"ton": {
"min15": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"hour": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"hour6": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"hour12": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"day": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"week": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"month": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
}
}
},
"traders": {
"day": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"week": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"month": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
}
},
"transactions": {
"day": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"week": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"month": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
}
},
"volume": {
"usd": {
"day": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
}
}
}
}
Path Parameters
Jetton address
Example: EQCQZpelevHNsbw5IUtwSa4Cs8kqWww0KsYeDri9kwS18eCz
Response
200
application/json
A successful response.
curl --request GET \
--url https://api.dyor.io/v1/jettons/{address}/stats
{
"address": "0:906697a57af1cdb1bc39214b7049ae02b3c92a5b0c342ac61e0eb8bd9304b5f1",
"priceChange": {
"ton": {
"min15": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"hour": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"hour6": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"hour12": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"day": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"week": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
},
"month": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
}
}
},
"traders": {
"day": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"week": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"month": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
}
},
"transactions": {
"day": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"week": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
},
"month": {
"changePercent": -35.9,
"previous": "39",
"current": "25",
"calculatedAt": "2023-11-07T05:31:56Z"
}
},
"volume": {
"usd": {
"day": {
"changePercent": 146.1,
"previous": {
"value": "1000500000",
"decimals": 9
},
"current": {
"value": "1000500000",
"decimals": 9
},
"calculatedAt": "2023-11-07T05:31:56Z"
}
}
}
}