Техническая документация
REST API
- JettonsService
- GETgetJettons
- POSTgetJettons
- GETgetJettonDetails
- GETgetJettonTrustScore
- GETgetJettonTrustScoreList
- POSTgetJettonTrustScoreList
- GETgetJettonMetrics
- GETgetJettonMetricsList
- POSTgetJettonMetricsList
- GETgetJettonStatistics
- GETgetJettonStatisticsList
- POSTgetJettonStatisticsList
- GETgetJettonPrice
- GETgetJettonPriceChart
- GETgetJettonPriceHistory
- GETgetPriceChangeList
- POSTgetPriceChangeList
- GETgetJettonLiquidity
- GETgetTradingVolumeChangeList
- POSTgetTradingVolumeChangeList
- GETgetJettonHolders
- GETgetJettonHoldersHistory
- GETgetTradersNumberChangeList
- POSTgetTradersNumberChangeList
- GETgetJettonTransactions
- GETgetTransactionsNumberChangeList
- POSTgetTransactionsNumberChangeList
- GETgetJettonMarkets
- GETgetJettonMarketStatistics
- GETgetJettonMarketPrice
- GETgetJettonMarketPriceHistory
- GETgetJettonMarketLiquidity
- GETgetJettonMarketLiquidityHistory
- GET
- SystemService
JettonsService
getTradingVolumeChangeList
The list of trading volume changes by periods (1 hour, 6 hours, 1 day, 1 week, 1 month) by jetton addresses.
Volume available only in fiat currencies (USD, EUR, …). TON is not supported. Currency is required in request.
💼 Available in paid plans only
GET
/
v1
/
jettons
/
trading-volume
/
change
curl --request GET \
--url https://api.dyor.io/v1/jettons/trading-volume/change
{
"items": [
{
"address": "<string>",
"changes": {
"total": {
"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"
},
"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"
}
},
"buy": {
"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"
},
"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"
}
},
"sell": {
"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"
},
"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"
}
}
}
}
],
"addressBook": {}
}
Query Parameters
Jetton address
List of jetton addresses
Example: EQCQZpelevHNsbw5IUtwSa4Cs8kqWww0KsYeDri9kwS18eCz
Max count: 100
Available options:
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
Response
200
application/json
A successful response.
The response is of type object
.
curl --request GET \
--url https://api.dyor.io/v1/jettons/trading-volume/change
{
"items": [
{
"address": "<string>",
"changes": {
"total": {
"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"
},
"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"
}
},
"buy": {
"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"
},
"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"
}
},
"sell": {
"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"
},
"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"
}
}
}
}
],
"addressBook": {}
}
Assistant
Responses are generated using AI and may contain mistakes.